summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* API: Moved `DELETE /projects/:id/star` to `POST /projects/:id/unstar`api-star-restfulRobert Schilling2017-02-201-4/+4
|
* Merge branch 'api-remove-deploy-key-disable' into 'master'Sean McGivern2017-02-201-21/+0
|\ | | | | | | | | | | | | API: Remove `DELETE projects/:id/deploy_keys/:key_id/disable` Closes #28286 See merge request !9366
| * API: Remove `DELETE projects/:id/deploy_keys/:key_id/disable`api-remove-deploy-key-disableRobert Schilling2017-02-201-21/+0
| |
* | Merge branch 'remove-imports-loader-window-bind' into 'master' Filipa Lacerda2017-02-2024-24/+24
|\ \ | |/ |/| | | | | Remove window-binding hack with imports-loader See merge request !9123
| * fix overlooked window binding in spec filesremove-imports-loader-window-bindMike Greiling2017-02-1724-24/+24
| |
* | Merge branch '25465-todo-done-clicking-is-kind-of-unsafe' into 'master' Clement Ho2017-02-184-48/+94
|\ \ | | | | | | | | | | | | | | | | | | Todo done clicking is kind of unusable. Closes #25465 See merge request !8691
| * | Todo done clicking is kind of unusable.Jacopo2017-02-174-48/+94
| | | | | | | | | | | | | | | | | | The Done button will change to an Undo button and the line item will be greyed out. Bold links will be unbolded. The user can undo the task by clicking the Undo button.
* | | Merge branch 'global-dropdown-edits' into 'master' Alfredo Sumaran2017-02-171-2/+2
|\ \ \ | | | | | | | | | | | | | | | | Global dropdown edits See merge request !9336
| * | | Fix issuables_counter_specglobal-dropdown-editsAnnabel Dunstone Gray2017-02-171-2/+2
| | | |
* | | | Fix grammer issue in admin/runners28353-little-grammar-issueClement Ho2017-02-171-1/+1
| |_|/ |/| |
* | | Merge branch 'rc/backport-ee-fix' into 'master' Robert Speicher2017-02-172-5/+5
|\ \ \ | |/ / |/| | | | | | | | Truncate the DB in after(:all) test for Gitlab::ImportExport::ProjectTreeRestorer See merge request !9339
| * | Truncate the DB in after(:all) test for ↵rc/backport-ee-fixRémy Coutable2017-02-172-5/+5
| | | | | | | | | | | | | | | | | | Gitlab::ImportExport::ProjectTreeRestorer Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | Merge branch '26379-iid-param' into 'master'Rémy Coutable2017-02-172-3/+11
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | add a :iid param to the IssuableFinder Closes #26379 See merge request !9222
| * | | add a :iids param to IssuableFindermhasbini2017-02-172-3/+11
| | | |
* | | | Merge branch 'boards-sidebar-spec-refactor' into 'master' Rémy Coutable2017-02-171-86/+53
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | Refactor boards sidebar spec Closes #28310 See merge request !9330
| * | | Reduced sidebar wait timeoutboards-sidebar-spec-refactorPhil Hughes2017-02-171-1/+1
| | | |
| * | | Refactor boards sidebar specPhil Hughes2017-02-171-86/+53
| | |/ | |/| | | | | | | | | | | | | | | | | | | - Uses Timecop to fix due date spec - Waits for sidebar to be visible before doing anything - Fixes weird issues where the link would be clicked instead of the card itself Closes #28310
* | | Merge branch 'gfm-autocomplete-fixes' into 'master' Alfredo Sumaran2017-02-171-0/+57
|\ \ \ | | | | | | | | | | | | | | | | Fix errors in GFM slash commands matcher See merge request !8975
| * | | Fixes errors in GFM slash commands matcher and add tests for default matcherYarNayar2017-02-171-0/+57
| | | | | | | | | | | | | | | | See !8975
* | | | Merge branch 'dynamic-project-title-fixture' into 'master' Clement Ho2017-02-172-31/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Replace static fixture for project_title_spec.js See merge request !9175
| * | | | Replace static fixture for project_title_spec.js (!9175)winniehell2017-02-132-31/+8
| | | | |
* | | | | Merge branch 'fix/gb/pipeline-retry-builds-started' into 'master' Kamil Trzciński2017-02-1711-44/+440
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make pipeline retry take stages order into account Closes #27431, #23710, and #26551 See merge request !9021
| * \ \ \ \ Merge branch 'master' into fix/gb/pipeline-retry-builds-startedGrzegorz Bizon2017-02-17137-1355/+3949
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (313 commits) Allow slashes in slash command arguments Add API endpoint to get all milestone merge requests remove trailing comma Restore pagination to admin abuse reports replace deprecated NoErrorsPlugin with NoEmitOnErrorsPlugin only compress assets in production Reduce number of pipelines created to test pagination add CHANGELOG.md entry for !8761 prevent diff unfolding link from appearing for deleted files fix build failures only show diff unfolding link if there are more lines to show fix typo in node section Only yield valid references in ReferenceFilter.references_in Cache js selectors; fix css move "Install node modules" step before "Migrate DB" within update process Renders pagination again for pipelines table update migration docs for 8.17 to include minimum node version Add CHANGELOG file Fix positioning of top scroll button Remove comments in migration ...
| * | | | | Make build clone/retry implementation more robustfix/gb/pipeline-retry-builds-startedGrzegorz Bizon2017-02-162-17/+32
| | | | | |
| * | | | | Add test for cloning attributes when retrying a buildGrzegorz Bizon2017-02-151-0/+32
| | | | | |
| * | | | | Prefer using `project.add_developer` in specsGrzegorz Bizon2017-02-155-9/+9
| | | | | |
| * | | | | Close all pipeline todos at once when retrying itGrzegorz Bizon2017-02-151-0/+13
| | | | | |
| * | | | | Make it possible to resolve all todos for pipelineGrzegorz Bizon2017-02-151-1/+24
| | | | | |
| * | | | | Add specs for after_stage scope, update specs fileGrzegorz Bizon2017-02-141-4/+18
| | | | | |
| * | | | | Extend specs for build and pipeline retry servicesGrzegorz Bizon2017-02-142-16/+87
| | | | | |
| * | | | | Simplify implementation of pipeline retry serviceGrzegorz Bizon2017-02-142-16/+35
| | | | | |
| * | | | | Preserve base service abstraction for retry servicesGrzegorz Bizon2017-02-142-14/+14
| | | | | |
| * | | | | Implement new pipeline retry serviceGrzegorz Bizon2017-02-131-1/+50
| | | | | | | | | | | | | | | | | | | | | | | | The new service takes stages order into account.
| * | | | | Add a separate CI/CD pipeline retry service classGrzegorz Bizon2017-02-131-0/+48
| | | | | |
| * | | | | Fix envs and deploys specs related to build retryGrzegorz Bizon2017-02-132-2/+6
| | | | | |
| * | | | | Fix pipeline processing specs after adding ability checksGrzegorz Bizon2017-02-131-3/+11
| | | | | |
| * | | | | Fix pipeline specs after adding retry ability checkGrzegorz Bizon2017-02-131-8/+16
| | | | | |
| * | | | | Fix CI build specs after adding retry ability checkGrzegorz Bizon2017-02-132-19/+31
| | | | | |
| * | | | | Add specs for build retry serviceGrzegorz Bizon2017-02-131-0/+56
| | | | | |
| * | | | | Extend specs for canceling a running pipelineGrzegorz Bizon2017-02-131-2/+15
| | | | | |
| * | | | | Skip job only when canceling the pipeline it belongs toGrzegorz Bizon2017-02-131-1/+4
| | | | | |
| * | | | | Fix pipeline specs related to canceling buildsGrzegorz Bizon2017-02-131-2/+10
| | | | | |
* | | | | | Merge branch 'task_list_refactor' into 'master' Fatih Acet2017-02-172-10/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | move task_list setup and events to own class See merge request !9016
| * \ \ \ \ \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into task_list_refactortask_list_refactorSimon Knox2017-02-1639-451/+966
| |\ \ \ \ \ \
| * | | | | | | code style and test fixesSimon Knox2017-02-142-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix test following https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9172
| * | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into task_list_refactorSimon Knox2017-02-148-60/+109
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into task_list_refactorSimon Knox2017-02-14147-741/+4719
| |\ \ \ \ \ \ \ \
| * | | | | | | | | update karma test to expect ajax instead of POSTSimon Knox2017-02-091-8/+6
| | | | | | | | | |
* | | | | | | | | | Merge branch 'move-spinach-dashboard-issues-test-to-rspec' into 'master'Rémy Coutable2017-02-171-0/+48
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move dashboard issues spinach test to Rspec See merge request !8955
| * | | | | | | | | | Move dashboard issues spinach test to RspecSemyon Pupkov2017-02-101-0/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036