summaryrefslogtreecommitdiff
path: root/features/steps/shared
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Merge branch 'remove-gray-bg'Dmitriy Zaporozhets2016-01-141-2/+2
|\ | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Fix testsDmitriy Zaporozhets2016-01-131-2/+2
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Add spinach feature specs for build artifacts browserGrzegorz Bizon2016-01-141-0/+12
| |
* | Add basic spinach tests for project buildsGrzegorz Bizon2016-01-141-0/+16
| |
* | Fix specs and rubocop warningsfix/private-referencesRémy Coutable2016-01-141-1/+1
| |
* | Improve & adds specs for Issue/MR referencesRémy Coutable2016-01-133-22/+164
| | | | | | | | | | - Improve specs for private Issue/MR referenced in public Issue - Add specs for private Issue/MR referenced in public MR
* | Show referenced MRs & Issues only when the current viewer can access themRémy Coutable2016-01-132-0/+13
|/
* Merge branch 'master' of github.com:gitlabhq/gitlabhqJacob Vosmaer2016-01-071-0/+4
|
* Upgrade Poltergeist to 1.8.1. #4131issue_4131Rubén Dávila2015-12-171-1/+1
|
* Fixed Rubocop offensesGabriel Mazetto2015-12-151-4/+4
|
* Migrate CI::Project to ProjectKamil Trzcinski2015-12-111-1/+1
|
* Merge branch 'move-network'Dmitriy Zaporozhets2015-12-091-4/+4
|\
| * Fix test for network shortcutmove-networkDmitriy Zaporozhets2015-12-091-0/+4
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Move Network page from separate tab to sub tab of CommitsDmitriy Zaporozhets2015-12-091-4/+0
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Simplify shared User SSH key stepsRobert Speicher2015-12-091-2/+2
| |
* | Merge branch 'default_clone_protocol_based_on_user_keys' into 'master' Robert Speicher2015-12-091-0/+8
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | When rendering the clone page, check user profile to decide default clone protocol If the user has uploaded SSH-keys, use SSH; otherwise, use http(s). Closes #3504. See merge request !1998
| * \ Merge branch 'master' into default_clone_protocol_based_on_user_keysEirik Lygre2015-12-091-0/+17
| |\ \ | | |/
| * | Move ssh-key steps into SharedUser. Change references in "Explore Projects" ↵Eirik Lygre2015-12-091-0/+8
| | | | | | | | | | | | feature. Apply ssh-key requirement to "Project Create" feature.
* | | Merge branch 'master' into fix-admin-should-be-able-to-add-himself-to-groupDouglas Barbosa Alexandre2015-12-081-0/+17
|\ \ \ | | |/ | |/|
| * | Add feature test for emoji-only diff notesGrzegorz Bizon2015-12-031-0/+17
| |/ | | | | | | This specs is related to bug described in #3734 (award-emojis).
* | Signed in admin should be able to add/remove himself to a groupDouglas Barbosa Alexandre2015-12-011-0/+4
|/
* Split group feature testsDmitriy Zaporozhets2015-11-252-0/+8
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Create milestones in the groupDmitriy Zaporozhets2015-11-161-0/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>