summaryrefslogtreecommitdiff
path: root/features/steps/shared
Commit message (Collapse)AuthorAgeFilesLines
* Updated testsPhil Hughes2016-08-131-3/+1
|
* Fix test failures, that did occur because of missing previously used ↵Kamil Trzcinski2016-08-111-1/+1
| | | | `reload_status!` call
* Use state machine for pipeline event processingKamil Trzcinski2016-08-111-2/+0
|
* Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski2016-08-111-3/+5
| | | | | | | | | | | This change simplifies a Pipeline processing by introducing a special new status: created. This status is used for all builds that are created for a pipeline. We are then processing next stages and queueing some of the builds (created -> pending) or skipping them (created -> skipped). This makes it possible to simplify and solve a few ordering problems with how previously builds were scheduled. This also allows us to visualise a full pipeline (with created builds). This also removes an after_touch used for updating a pipeline state parameters. Right now in various places we explicitly call a reload_status! on pipeline to force it to be updated and saved.
* Merge branch 'master' into faster-diffsfaster-diffsJacob Schatz2016-07-111-0/+5
|\
| * Merge branch 'issues-blank-state' into 'master' Jacob Schatz2016-07-071-0/+5
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added blank state to issues ## What does this MR do? Adds new blank state to issues when no issues exist. Part of #18519 ## Screenshots (if relevant) ![Screen_Shot_2016-06-24_at_16.37.12](/uploads/0c3f385615b29216ef1137bd6fac06af/Screen_Shot_2016-06-24_at_16.37.12.png) See merge request !4908
| | * Updated testsPhil Hughes2016-07-051-0/+5
| | |
* | | Merge branch 'master' into faster-diffsDouwe Maan2016-07-071-6/+6
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/helpers/notes_helper.rb # app/views/projects/diffs/_line.html.haml # app/views/projects/diffs/_parallel_view.html.haml # app/views/projects/diffs/_text_file.html.haml # features/steps/shared/diff_note.rb
| * | Display new diff notes and allow creation through the web interfaceDouwe Maan2016-07-061-6/+6
| |/
* | fix up testsLuke "Jared" Bennett2016-07-061-9/+8
| | | | | | | | | | | | Added more exceptions Added handling inline view type
* | Diffs will create button/diff form on demand no on server sideJacob Schatz2016-07-061-8/+6
|/
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
|
* Rename Repo -> Repositoryrename-code-to-repoStan Hu2016-06-211-2/+2
|
* Rename Code tab to RepoStan Hu2016-06-201-2/+2
| | | | Closes #18830
* Render only issues/mr in subnav depends on contextDmitriy Zaporozhets2016-06-101-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge remote-tracking branch 'origin/master' into rename-ci-commit-phase-2Kamil Trzcinski2016-06-071-16/+0
|\
| * Remove prev/next buttons on issues and merge requests18026-consider-removing-issue-merge-request-previous-next-buttonsAlejandro Rodríguez2016-06-061-16/+0
| | | | | | | | The buttons were rarely used and added at least 1 query each on every page load.
* | Rename all `[ci_]commit` to `[ci_]pipeline` in specs and featuresKamil Trzcinski2016-06-032-4/+4
| |
* | Merge remote-tracking branch 'origin/master' into rename-ci-commitKamil Trzcinski2016-06-031-6/+10
|\ \ | |/
| * Fix more tests with new Code tabDmitriy Zaporozhets2016-06-031-0/+8
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Update tests to match new Code tab logicDmitriy Zaporozhets2016-06-031-6/+2
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Rename Ci::Build commit to pipelineKamil Trzcinski2016-06-031-1/+1
|/
* Merge branch 'rs-rubocop-nottonot' into 'master' Dmitriy Zaporozhets2016-05-251-1/+1
|\ | | | | | | | | | | | | Enable RSpec/NotToNot cop and auto-correct offenses Ref: https://gitlab.com/gitlab-org/gitlab-ce/issues/17761 See merge request !4267
| * Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-241-1/+1
| | | | | | | | Also removes the note from the development/testing.md guide
* | Merge branch 'project-settings' into 'master' Jacob Schatz2016-05-241-1/+1
|\ \ | |/ |/| | | | | | | | | Project settings UI update ![Screen_Shot_2016-05-16_at_16.42.55](/uploads/2e308cbf26a002fc411c3e84b663a5d1/Screen_Shot_2016-05-16_at_16.42.55.png)![Screen_Shot_2016-05-16_at_16.43.01](/uploads/8d983c43307c65852efe002f6e9482d9/Screen_Shot_2016-05-16_at_16.43.01.png)![Screen_Shot_2016-05-16_at_16.43.16](/uploads/6124e0600cc0e5b309a60b065409d537/Screen_Shot_2016-05-16_at_16.43.16.png)![Screen_Shot_2016-05-16_at_16.43.13](/uploads/177976c2c08034e096e7ebdcad1f369f/Screen_Shot_2016-05-16_at_16.43.13.png) See merge request !4162
| * Fixed project settings testsproject-settingsPhil Hughes2016-05-201-1/+1
| |
* | Fix shortcuts testsDmitriy Zaporozhets2016-05-161-1/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Modify tests to match new navigation behaviour for project pagesDmitriy Zaporozhets2016-05-164-31/+44
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Update specsDouwe Maan2016-05-131-6/+6
|
* Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineci-commit-as-pipelineKamil Trzcinski2016-04-191-1/+1
|\ | | | | | | | | # Conflicts: # db/schema.rb
| * Fixed testsPhil Hughes2016-04-161-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski2016-04-162-3/+6
|\ \ | |/ | | | | | | # Conflicts: # db/schema.rb
| * Update click_diff_lineAnnabel Dunstone2016-04-141-1/+1
| |
| * Load related MRs/branches asynchronouslyYorick Peterse2016-04-131-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | Currently this works by loading the HAML partials via XHR. While this is not the nicest setup it _is_ the easiest setup using the tools we currently have. Loading this data asynchronously doesn't make loading the related MRs/branches itself faster, it merely ensures that loading the issue itself is not slowed down. Fixes gitlab-org/gitlab-ce#14949
* | Fix rubocopKamil Trzcinski2016-04-121-1/+1
| |
* | Fix rest of rspec and spinach testsKamil Trzcinski2016-04-122-4/+4
| |
* | Fix specsKamil Trzcinski2016-04-111-1/+1
|/
* Diff design updatesAnnabel Dunstone2016-04-071-2/+2
|
* Update diff_comments testsAnnabel Dunstone2016-04-071-2/+2
|
* Revert "Merge branch 'new-navigation-prototype' into 'master'"Jacob Schatz2016-04-071-1/+1
| | | This reverts merge request !3494
* Updated testsPhil Hughes2016-04-041-1/+1
|
* Commits comment test updatePhil Hughes2016-04-041-1/+1
|
* Tests updatePhil Hughes2016-04-041-2/+2
|
* Fix some active tab tests that are broken because of 2 level sidebarDmitriy Zaporozhets2016-04-011-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'fix/13928-wrong-iid-of-max-iid' into 'master' Douwe Maan2016-03-151-0/+4
|\ | | | | | | | | | | | | | | Fixes "iid of max iid" in Issuable sidebar for merged MR Fixes #13928. See merge request !3046
| * Fixes "iid of max iid" in Issuable sidebar for merged MRfix/13928-wrong-iid-of-max-iidRémy Coutable2016-03-081-0/+4
| | | | | | | | Fixes #13928
* | Cleanup CiCommit and CiBuildKamil Trzcinski2016-03-141-1/+1
| | | | | | | | | | | | - Remove all view related methods from Ci::Build and CommitStatus - Remove unused Ci::Commit and Ci::Build methods - Use polymorphism to render different types of CommitStatus
* | Merge branch 'group-activity-separate-tab' into 'master' Robert Speicher2016-03-111-0/+4
|\ \ | | | | | | | | | | | | | | | | | | | | | Move group activity feed to separate page for consistency with dashboard and project pages Fixes #14161. Part of #13480 See merge request !3157
| * | Move group activity feed to separate page for consistency with dashboard and ↵Dmitriy Zaporozhets2016-03-101-0/+4
| |/ | | | | | | | | | | project pages Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge branch 'comment-discard-button' into 'master' Jacob Schatz2016-03-113-6/+6
|\ \ | |/ |/| | | | | | | | | | | | | Added discard button to comment form Also changed the labels on the buttons to better match the action they are completing. Closes #8057 See merge request !3085