summaryrefslogtreecommitdiff
path: root/features/steps/shared
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Better name for up-level linksgo-to-navDmitriy Zaporozhets2015-11-031-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add tests for last commit info on project home pageDmitriy Zaporozhets2015-10-161-0/+7
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix rubocop warnings in featuresGuilherme Garnier2015-10-031-1/+1
|
* Prevent creating 2 Ci::Project entities when enable CIDmitriy Zaporozhets2015-10-021-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix testsKamil Trzcinski2015-09-291-1/+1
|
* Show CI status on Your projects page and Starred projects pageci-status-projects-pageDmitriy Zaporozhets2015-09-241-0/+10
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Create a "destroyed Milestone" event and keep Milestone events around in the DBStan Hu2015-09-151-0/+5
| | | | | | | | | | | for posterity. Also fix issue where destroying a Milestone would cause odd, transient messages like "created milestone" or "imported milestone". Add "in" preposition when creating and destroying milestones Closes #2382
* Fix snippets exploration testDouwe Maan2015-09-091-1/+1
|
* Use new routing helperDouwe Maan2015-09-081-1/+1
|
* Fix testsDmitriy Zaporozhets2015-09-071-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix testsDmitriy Zaporozhets2015-09-031-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix tests and last push widgetseparate-activityDmitriy Zaporozhets2015-08-251-0/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>