Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2023-02-17 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-11-24 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-08-26 | 1 | -4/+4 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-05-04 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-04-07 | 1 | -0/+20 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-03-30 | 1 | -3/+3 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-12-23 | 1 | -39/+5 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-09-25 | 1 | -18/+77 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-06-03 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-28 | 1 | -9/+9 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-26 | 1 | -0/+18 |
| | |||||
* | Add some frozen string to spec/**/*.rb | gfyoung | 2019-04-15 | 1 | -0/+2 |
| | | | | | | | | | | Adds frozen string to the following: * spec/bin/**/*.rb * spec/config/**/*.rb * spec/controllers/**/*.rb xref https://gitlab.com/gitlab-org/gitlab-ce/issues/59758 | ||||
* | Update specs to rails5 formatblackst0ne-convert-specs-rails5-style | blackst0ne | 2018-12-19 | 1 | -15/+15 |
| | | | | | | | | | | Updates specs to use new rails5 format. The old format: `get :show, { some: params }, { some: headers }` The new format: `get :show, params: { some: params }, headers: { some: headers }` | ||||
* | Escapes milestone and label names when promoting them | Filipa Lacerda | 2018-07-17 | 1 | -0/+8 |
| | |||||
* | Resolve "Rename the `Master` role to `Maintainer`" Backend | Mark Chao | 2018-07-11 | 1 | -1/+1 |
| | |||||
* | Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specs | blackst0ne | 2017-12-22 | 1 | -1/+1 |
| | |||||
* | Refactor `have_http_status` into `have_gitlab_http_status` in the specs | Jacopo | 2017-10-20 | 1 | -9/+9 |
| | |||||
* | Change all `:empty_project` to `:project`rs-empty_project-default | Robert Speicher | 2017-08-02 | 1 | -2/+2 |
| | |||||
* | Create and use project path helpers that only need a project, no namespace | Douwe Maan | 2017-07-05 | 1 | -2/+2 |
| | |||||
* | Allow group reporters to promote labelsallow-reporters-to-promote-group-labels | Sean McGivern | 2017-06-08 | 1 | -3/+3 |
| | | | | | They can admin group labels anyway, we weren't checking the more specific permission. | ||||
* | Refactor to more robust implementationfix-issue-32506 | Michael Kozono | 2017-05-19 | 1 | -0/+70 |
| | | | | | | In order to avoid string manipulation or modify route params (to make them unambiguous for `url_for`), we are accepting a behavior change: When being redirected to the canonical path for a group, if you requested a group show path starting with `/groups/…` then you’ll now be redirected to the group at root `/…`. | ||||
* | Refactor add_users method for project and groupdz-cleanup-add-users | Dmitriy Zaporozhets | 2017-04-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-path | Douwe Maan | 2017-02-23 | 1 | -8/+8 |
| | |||||
* | Abillity to promote project labels to group labels | Ritave | 2017-01-31 | 1 | -0/+45 |
| | | | | Fixes #24021 | ||||
* | Add helper method to toggle label subscription on labels controller spec | Douglas Barbosa Alexandre | 2016-11-17 | 1 | -2/+6 |
| | |||||
* | Allow users to subscribe to group labels at project-level | Douglas Barbosa Alexandre | 2016-11-17 | 1 | -7/+19 |
| | |||||
* | Pass user instance to Labels::FindOrCreateService or skip_authorization: trueadam-fix-labels-find-or-create | Adam Niedzielski | 2016-10-28 | 1 | -5/+16 |
| | | | | | | Do not pass project.owner because it may return a group and Labels::FindOrCreateService throws an error in this case. Fixes #23694. | ||||
* | Fix status code expectation | Rémy Coutable | 2016-10-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Fix error in generating labelssh-fix-broken-label-controller | Stan Hu | 2016-10-22 | 1 | -0/+15 |
| | | | | | | | | | Attempting to generate default set of labels would result in an error: ArgumentError: wrong number of arguments (given 1, expected 0) Closes #23649 | ||||
* | Fix sorting by label priorities | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -12/+19 |
| | |||||
* | Remove scopes/types for labels | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -32/+6 |
| | |||||
* | Remove project_labels from Projects::ApplicationController | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -20/+60 |
| | |||||
* | Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-lines | Grzegorz Bizon | 2016-07-01 | 1 | -1/+0 |
| | |||||
* | Fix label order by priority on labels pageissue_14189 | Sean McGivern | 2016-06-07 | 1 | -0/+53 |