| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replaces `tag: true` into `:tag` in the specs | Jacopo | 2017-10-07 | 4 | -4/+4 |
| | | | | | | | Replaces all the explicit include metadata syntax in the specs (tag: true) into the implicit one (:tag). Added a cop to prevent future errors and handle autocorrection. | ||||
| * | Merge branch 'replace_group_links.feature' into 'master' | Rémy Coutable | 2017-09-11 | 1 | -0/+41 |
| |\ | | | | | | | | | Replace 'project/group_links.feature' spinach test with an rspec analog See merge request !14169 | ||||
| | * | Replace project/group_links.feature spinach test with an rspec analog | Vitaliy @blackst0ne Klachkov | 2017-09-10 | 1 | -0/+41 |
| | | | |||||
| * | | Replace the project/team_management.feature spinach test with an rspec analog | Vitaliy @blackst0ne Klachkov | 2017-09-10 | 1 | -0/+68 |
| |/ | |||||
| * | Resolve "Make project and features visibility settings less confusing" | Mike Greiling | 2017-09-07 | 2 | -13/+12 |
| | | |||||
| * | Fix tests | Zeger-Jan van de Weg | 2017-09-04 | 1 | -0/+10 |
| | | |||||
| * | Merge branch '34060-simplified-general-project-settings' into 'master' | Mike Greiling | 2017-08-04 | 1 | -1/+12 |
| |\ | | | | | | | | | | | | | 34060 Simply general project settings to use expanded panels Closes #34060 See merge request !12620 | ||||
| | * | trying to fix tests | tauriedavis | 2017-07-28 | 1 | -1/+12 |
| | | | |||||
| * | | Change all `:empty_project` to `:project`rs-empty_project-default | Robert Speicher | 2017-08-02 | 4 | -4/+4 |
| |/ | |||||
| * | Use `empty_project` where possible in spec/features/projects | Robert Speicher | 2017-07-27 | 1 | -1/+1 |
| | | |||||
| * | Remove superfluous type defs in specs | Keifer Furzland | 2017-07-27 | 5 | -5/+5 |
| | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | Wrong data type when testing webhooks | Alexander Randa | 2017-07-20 | 1 | -12/+13 |
| | | |||||
| * | Merge branch 'master' into rs-sign_in | Robert Speicher | 2017-07-06 | 2 | -4/+0 |
| |\ | |||||
| | * | Create and use project path helpers that only need a project, no namespace | Douwe Maan | 2017-07-05 | 5 | -18/+14 |
| | | | |||||
| * | | Auto-correct ProjectPathHelper violations | Robert Speicher | 2017-07-06 | 4 | -14/+14 |
| | | | |||||
| * | | Change gitlab_sign_in to sign_in where possible | Robert Speicher | 2017-06-29 | 5 | -6/+6 |
| |/ | |||||
| * | Fix edit button for deploy keys available from other projects | Alexander Randa | 2017-06-20 | 1 | -0/+17 |
| | | |||||
| * | Change `login_as` uses to `gitlab_sign_in` | Robert Speicher | 2017-06-19 | 5 | -6/+6 |
| | | |||||
| * | Merge branch '3191-deploy-keys-update' into 'master' | Rémy Coutable | 2017-06-07 | 1 | -0/+78 |
| |\ | | | | | | | | | | | | | Implement ability to update deploy keys Closes #3191 See merge request !10383 | ||||
| | * | Implement ability to update deploy keys | Alexander Randa | 2017-06-02 | 1 | -0/+78 |
| | | | |||||
| * | | Resolve "When changing project visibility setting, change other dropdowns ↵ | Mike Greiling | 2017-06-06 | 1 | -2/+2 |
| |/ | | | | automatically" | ||||
| * | Implement web hooks logging | Alexander Randa | 2017-05-25 | 1 | -4/+48 |
| | | | | | | | | | * implemented logging of project and system web hooks * implemented UI for user area (project hooks) * implemented UI for admin area (system hooks) * implemented retry of logged webhook * NOT imeplemented log remover | ||||
| * | Merge branch 'bvl-rename-build-events-to-job-events' into 'master' cherry-pick-0663458c | Douwe Maan | 2017-05-16 | 1 | -0/+2 |
| | | | | | | | | Rename `build_events` to `job_events` Closes #31620 See merge request !11287 | ||||
| * | Revert "Merge branch 'bvl-rename-build-events-to-job-events' into 'master'" | Douwe Maan | 2017-05-15 | 1 | -2/+0 |
| | | | | This reverts merge request !11287 | ||||
| * | Rename `build_events` to `job_events` in code | Bob Van Landuyt | 2017-05-15 | 1 | -0/+2 |
| | | |||||
| * | Implement ability to update hooks | Alexander Randa | 2017-04-28 | 1 | -0/+94 |
| | | |||||
| * | Add tests for relations and scopes, and setting | Lin Jen-Shin | 2017-04-06 | 1 | -0/+11 |
| | | |||||
| * | Add ability to disable Merge Request URL on push | Alex Sanford | 2017-03-17 | 1 | -0/+23 |
| | | |||||
| * | Add traits for ProjectFeatures to Project factory | Semyon Pupkov | 2017-02-05 | 1 | -5/+0 |
| | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/24007 | ||||
| * | Fix broken tests17662-rename-builds | Filipa Lacerda | 2017-02-03 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | Rename Build to Job Replace "Builds" by "Jobs" and fix broken specs Replace "Builds" by "Jobs" Fix broken spinach test Fix broken test Remove `˙` at the beginning of the file Fix broken spinach test Fix broken tests Changes after review | ||||
| * | Fixed tests24032-changed-visibility-level-to-public-but-project-is-not-public | Luke "Jared" Bennett | 2016-12-10 | 1 | -1/+3 |
| | | | | | | | | | Grab permissions description from backend Review changes Added unit tests | ||||
| * | Created shared/visibility_select and merged with feature permissions ui | Luke "Jared" Bennett | 2016-12-10 | 1 | -0/+45 |
| | | | | | | | Fixed up nested padding and added dynamic text js Added padding and tests | ||||
| * | Remove wrong '.builds-feature' class from the MR settings fieldset25171-fix-mr-features-settings-hidden-when-builds-are-disabled | Rémy Coutable | 2016-12-07 | 1 | -0/+70 |
| | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | Move specs for project pipeline settings page | Grzegorz Bizon | 2016-10-18 | 1 | -0/+36 |
