summaryrefslogtreecommitdiff
path: root/features/steps
Commit message (Collapse)AuthorAgeFilesLines
* fix failing testsempty-repo-instructions-fixPhil Hughes2016-02-231-1/+1
|
* Users don't get instructions to push to other users empty projectsPhil Hughes2016-02-222-0/+14
| | | | Fixes #12518
* Fixed failing issues testsPhil Hughes2016-02-222-4/+4
| | | | Removed up/down vote icons from merge requests. Was missed from d8069bd85863ab8c47d2bb2370221b17fb686b93
* Update feature specDouwe Maan2016-02-201-10/+10
|
* Rename Tasks to TodosDouglas Barbosa Alexandre2016-02-202-34/+34
|
* Rename menu item and page 'Task queue' to 'Tasks'Douglas Barbosa Alexandre2016-02-201-1/+1
|
* Improve formatted message for tasks when action is a mentionDouglas Barbosa Alexandre2016-02-201-3/+3
|
* Add filters by project, author, type, and action to task queue page listDouglas Barbosa Alexandre2016-02-201-24/+92
|
* Add feature spec for task queue list pageDouglas Barbosa Alexandre2016-02-202-0/+64
|
* Merge branch 'issue_3276' into 'master' Jacob Schatz2016-02-191-0/+53
|\ | | | | | | | | | | | | Labels should be visible in milestone view Closes #3276 See merge request !2599
| * Add specs.Rubén Dávila2016-02-021-0/+53
| |
* | Add some spinach specsRubén Dávila2016-02-192-0/+96
| |
* | And CI API endpoint where user can erase a buildGrzegorz Bizon2016-02-191-1/+3
| |
* | Create method that checks if build has been erasedGrzegorz Bizon2016-02-191-1/+1
| | | | | | | | + minor improvements
* | Show information indicating that build has been erasedGrzegorz Bizon2016-02-191-0/+4
| |
* | Add feature specs for build erase buttonGrzegorz Bizon2016-02-192-0/+18
| |
* | Merge branch 'fix/project-forks-page' into 'master' Douwe Maan2016-02-191-0/+6
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | workaround for forks with an invalid repo Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/13465 The error occurs when a project returns a `nil` commit for a variety of reasons, I assume the repository is corrupt - perhaps as a result of a failed fork. With this MR, we do not show forks with corrupted repos in the list of forks, as this does not seem to work anyway. A better solution is to fix the cause of the issue and/or any data integrity problem... Also fixing Sentry issue: 1180 `undefined method 'already_forked?' for nil:NilClass ` See merge request !2836
| * | updated fix based on MR feedbackJames Lopez2016-02-171-5/+0
| | |
| * | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵James Lopez2016-02-173-0/+31
| |\ \ | | | | | | | | | | | | fix/project-forks-page
| * | | workaround for forks with an invalid repo - avoid showing them in the listJames Lopez2016-02-161-0/+11
| | | |
* | | | Add ability to see and sort on vote count from Issues and MR listssee-and-sort-on-vote-count-mr-issuesDouglas Barbosa Alexandre2016-02-173-0/+123
| |/ / |/| |
* | | sporadic spec fixspec_fixValery Sizov2016-02-161-0/+2
| | |
* | | Fix the "x of y" displayed at the top of Issuables' sidebarfix/13356-issuable-index-of-total-in-sidebarRémy Coutable2016-02-152-0/+29
|/ / | | | | | | | | | | | | | | 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.
* | Add spinach tests for award emojifix-me-me-me-meStan Hu2016-02-131-0/+26
| |
* | Parse XML instead of HTML in tests for a SVG build badgefix/ci-build-status-badgeGrzegorz Bizon2016-02-112-3/+3
| |
* | Move build badge specs to badges directoryGrzegorz Bizon2016-02-111-5/+2
| |
* | Move builds badge implementation to new badges controllerGrzegorz Bizon2016-02-111-1/+1
| |
* | Inherit build badge access permissions from projectGrzegorz Bizon2016-02-111-0/+1
| |
* | Improve build badge tests, add another test caseGrzegorz Bizon2016-02-112-4/+13
| |
* | Add feature tests for builds status badgeGrzegorz Bizon2016-02-112-2/+35
| |
* | Change MR link to "View Open Merge Request"display-mr-link-if-thre-is-oneDouglas Barbosa Alexandre2016-02-101-1/+1
| |
* | Replaces "Create merge request" link with one to the MR when one existsDouglas Barbosa Alexandre2016-02-101-0/+57
| |
* | Merge remote-tracking branch 'dev/master' into 'master'Robert Speicher2016-02-093-8/+29
|\ \
| * \ Merge remote-tracking branch 'origin/master' into ci-permissionsKamil Trzcinski2016-02-044-2/+34
| |\ \ | | | | | | | | | | | | | | | | # Conflicts: # app/views/projects/builds/index.html.haml
| * | | Add behaviour tests for build permissionsKamil Trzcinski2016-02-043-8/+21
| | | |
| * | | Rename allow_guest_to_access_builds to public_buildsKamil Trzcinski2016-02-041-0/+8
| | | |
* | | | Allow limited Markdown in Broadcast Messagesrs-broadcast-markdownRobert Speicher2016-02-061-1/+13
| |/ / |/| | | | | | | | Closes #11853
* | | Update test after changes build page cssDmitriy Zaporozhets2016-02-031-1/+1
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Merge branch 'support-akismet' into 'master' Robert Speicher2016-02-032-0/+32
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Support Akismet spam checking for creation of issues via API Currently any spam detected by Akismet for non-members via API will be logged in a separate table in the admin page. Closes #5612 See merge request !2266
| * | Use truncate helper on spam logs listDouglas Barbosa Alexandre2016-02-021-6/+16
| | |
| * | Support Akismet spam checking for creation of issues via APIStan Hu2016-02-022-0/+22
| |/ | | | | | | | | | | | | Currently any spam detected by Akismet by non-members via API will be logged in a separate table in the admin page. Closes #5612
* | Merge remote-tracking branch 'origin/master' into git-raw-workhorseJacob Vosmaer2016-02-021-0/+17
|\ \ | |/
| * Render sanitized SVG imagesStan Hu2016-02-011-0/+17
| | | | | | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9265
* | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into ↵Jacob Vosmaer2016-02-0116-29/+183
|\ \ | |/ | | | | git-raw-workhorse
| * Added tests to emoji search field focusPhil Hughes2016-01-291-0/+4
| |
| * Merge branch 'issue_2406' into 'master' Dmitriy Zaporozhets2016-01-282-1/+28
| |\ | | | | | | | | | | | | | | | | | | Show list of forks for a given Project Closes #2406 See merge request !2376
| | * Fix broken spec.Rubén Dávila2016-01-201-1/+3
| | |
| | * Add specs for Forks listing.Rubén Dávila2016-01-201-0/+25
| | |
| * | Merge branch 'issue_5546' into 'master' Dmitriy Zaporozhets2016-01-282-0/+14
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Save list sort in a cookie Closes #5546 See merge request !2537
| | * \ Merge branch 'master' into issue_5546Rubén Dávila2016-01-222-6/+37
| | |\ \