summaryrefslogtreecommitdiff
path: root/features/steps/shared
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * Updated testsPhil Hughes2016-03-043-6/+6
| |
* | Remove redundant integration testsRobert Speicher2016-03-071-7/+0
| | | | | | | | | | | | | | | | | | | | These three tests were essentially checking that adding a note to something updated its `noteable`'s `updated_at` attribute. This is well-tested Rails behavior and we shouldn't feel the need to write an integration test to verify it. At most we should be ensuring that the association definition adds the `touch: true` option, which we now do in Note's unit test.
* | Indicate how much an MR branch diverges from the target branchPierre de La Morinerie2016-03-031-0/+8
| |
* | Tests: extract a merge_request_path helperPierre de La Morinerie2016-03-031-4/+7
|/
* Add click to tab stepsAlfredo Sumaran2016-03-011-0/+16
|
* Branded login page also in CE11489-branded-appearance-to-ceZeger-Jan van de Weg2016-02-261-0/+8
| | | | | The only major difference with the EE version is the change from a light and dark logo to only a header logo The dark logo wasn't used anyway, so it seemed to make sense to me to rename the field to the actual function of it
* Merge remote-tracking branch 'origin/Baertierchen/gitlab-ce-showTestCoverage'Dmitriy Zaporozhets2016-02-251-1/+5
|\
| * Add a spec for coverage indicator in project's builds listBaertierchen/gitlab-ce-showTestCoverageRémy Coutable2016-02-221-1/+5
| |
* | Users don't get instructions to push to other users empty projectsPhil Hughes2016-02-221-0/+4
|/ | | | Fixes #12518
* Rename Tasks to TodosDouglas Barbosa Alexandre2016-02-201-2/+2
|
* Add feature spec for task queue list pageDouglas Barbosa Alexandre2016-02-201-0/+4
|
* Add feature specs for build erase buttonGrzegorz Bizon2016-02-191-0/+4
|
* Add ability to see and sort on vote count from Issues and MR listssee-and-sort-on-vote-count-mr-issuesDouglas Barbosa Alexandre2016-02-171-0/+16
|
* Fix the "x of y" displayed at the top of Issuables' sidebarfix/13356-issuable-index-of-total-in-sidebarRémy Coutable2016-02-151-0/+24
| | | | | | | | 1. We now display the index of the current issuable among all its project's issuables, of the same type and with the same state. 2. Also, refactored a bit the Issuable helpers into a new IssuablesHelper module. 3. Added acceptance specs for the sidebar counter.
* Parse XML instead of HTML in tests for a SVG build badgefix/ci-build-status-badgeGrzegorz Bizon2016-02-111-2/+2
|
* Improve build badge tests, add another test caseGrzegorz Bizon2016-02-111-0/+4
|
* Add feature tests for builds status badgeGrzegorz Bizon2016-02-111-2/+10
|
* Merge remote-tracking branch 'origin/master' into ci-permissionsKamil Trzcinski2016-02-041-0/+4
|\ | | | | | | | | # Conflicts: # app/views/projects/builds/index.html.haml
| * Support Akismet spam checking for creation of issues via APIStan Hu2016-02-021-0/+4
| | | | | | | | | | | | | | Currently any spam detected by Akismet by non-members via API will be logged in a separate table in the admin page. Closes #5612
* | Add behaviour tests for build permissionsKamil Trzcinski2016-02-042-0/+21
| |
* | Rename allow_guest_to_access_builds to public_buildsKamil Trzcinski2016-02-041-0/+8
|/
* Merge branch 'master' into issue_5546Rubén Dávila2016-01-221-6/+6
|\
| * Fix failing specsfix-comment-on-diff-ajax-loadingRémy Coutable2016-01-211-6/+6
| |
* | Little refactor plus some specs.Rubén Dávila2016-01-211-0/+13
|/
* Merge branch 'issue_3749' into 'master' Douwe Maan2016-01-201-0/+7
|\ | | | | | | | | | | | | Update Issues/MRs updated_at field when notes are generated Closes #3749 and #9130 See merge request !2493
| * Update Issues/MRs updated_at when user leaves comments.Rubén Dávila2016-01-181-0/+7
| |
* | Add specs for CI Lint button exposed on a builds pageGrzegorz Bizon2016-01-171-1/+5
|/
* Add feature tests for permissions for build artifacts read abilityfeature/allow-artifacts-for-reportersGrzegorz Bizon2016-01-152-3/+28
|