summaryrefslogtreecommitdiff
path: root/features
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'rs-crowd-form-view-spec' into 'master' Rémy Coutable2016-02-262-36/+0
|\ | | | | | | | | | | | | | | | | | | | | Move "I should see Crowd login form" feature to a view spec We were doing all kinds of code gymnastics to "enable" Crowd in the feature spec and this would sometimes cause a transient failure. Really what it's testing is if the Crowd login form shows when Crowd's enabled, so this is much better suited to a view spec. See merge request !2963
| * Move "I should see Crowd login form" feature to a view specrs-crowd-form-view-specRobert Speicher2016-02-242-36/+0
| | | | | | | | | | | | | | | | We were doing all kinds of code gymnastics to "enable" Crowd in the feature spec and this would sometimes cause a transient failure. Really what it's testing is if the Crowd login form shows when Crowd's enabled, so this is much better suited to a view spec.
* | Merge remote-tracking branch 'origin/Baertierchen/gitlab-ce-showTestCoverage'Dmitriy Zaporozhets2016-02-253-1/+13
|\ \
| * | Add a spec for coverage indicator in project's builds listBaertierchen/gitlab-ce-showTestCoverageRémy Coutable2016-02-223-1/+13
| | |
* | | Merge branch 'feature/jschatz1/sidebar-sizing' into 'master' Jacob Schatz2016-02-241-1/+1
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sidebar overlaps content when screen is below 1200px. When screen is below 1200px, the sidebar overlaps. When screen is above 1200px, the sidebar pushes content out. z-index change to make sure hamburger stays on top. Fixes #12717 ![screensize](/uploads/9a21fa06d583a49d6ebbf1ada34c6792/screensize.gif) ![screensize-small](/uploads/7c25f46e962248a40840562a01c83f8f/screensize-small.gif) Also sorry I couldn't get the collapse button in the screen cap. It's there. See merge request !2620
| * | Initialize navigation shortcuts on project's files pagefeature/jschatz1/sidebar-sizingAlfredo Sumaran2016-02-231-0/+1
| | |
| * | Fix failing specAlfredo Sumaran2016-02-231-1/+0
| | |
| * | Set window_size to 1366*768Alfredo Sumaran2016-02-231-1/+1
| | |
* | | fixed testsPhil Hughes2016-02-241-3/+9
| | |
* | | Merge branch 'issue_13301_emoji-menu' into 'master' Robert Speicher2016-02-241-1/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Load award emoji picker with ajax request Fixes #13301. See merge request !2888
| * | | Update award_emoji testAnnabel Dunstone2016-02-231-2/+2
| | | |
| * | | Add timeout for ajax call in award emoji steps; update focus in award pickerAnnabel Dunstone2016-02-191-0/+1
| | | |
* | | | Merge branch 'hudecof/show-crowd-login-form-when-signin-disabled' into 'master' Robert Speicher2016-02-232-7/+13
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show Crowd login even when sign-in is disabled Fixes #13176. See merge request !2749
| * | | | Add a spec to ensure Crowd login form is shown even when sign-in is disabledhudecof/show-crowd-login-form-when-signin-disabledRémy Coutable2016-02-232-7/+13
| | | | |
* | | | | Merge branch 'dz-small-ui-fixes' into 'master' Jacob Schatz2016-02-233-6/+20
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set of UI fixes * Improve wiki pages * Improve profile pages cc @skyruler See merge request !2758
| * | | | Fix spinach test for wiki markdown renderDmitriy Zaporozhets2016-02-131-2/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | Update tests to match new wiki headerDmitriy Zaporozhets2016-02-093-4/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | fix failing testsempty-repo-instructions-fixPhil Hughes2016-02-232-5/+1
| | | | |
* | | | | Users don't get instructions to push to other users empty projectsPhil Hughes2016-02-224-0/+25
| |_|_|/ |/| | | | | | | | | | | 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-203-45/+45
| | | |
* | | | Rename menu item and page 'Task queue' to 'Tasks'Douglas Barbosa Alexandre2016-02-202-2/+2
| | | |
* | | | 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-202-24/+115
| | | |
* | | | Add feature spec for task queue list pageDouglas Barbosa Alexandre2016-02-203-0/+79
| | | |
* | | | Merge branch 'issue_3276' into 'master' Jacob Schatz2016-02-192-0/+76
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Labels should be visible in milestone view Closes #3276 See merge request !2599
| * | | | Add specs.Rubén Dávila2016-02-022-0/+76
| | | | |
* | | | | Add some spinach specsRubén Dávila2016-02-194-0/+154
| | | | |
* | | | | Fix feature tests for erasing buildGrzegorz Bizon2016-02-191-1/+2
| | | | |
* | | | | 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-192-0/+5
| | | | |
* | | | | Add feature specs for build erase buttonGrzegorz Bizon2016-02-193-0/+25
| | | | |
* | | | | Merge branch 'fix/project-forks-page' into 'master' Douwe Maan2016-02-192-0/+13
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-172-6/+1
| | | | |
| * | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵James Lopez2016-02-175-1/+40
| |\ \ \ \ | | | | | | | | | | | | | | | | | | fix/project-forks-page
| * | | | | workaround for forks with an invalid repo - avoid showing them in the listJames Lopez2016-02-162-0/+18
| | | | | |
* | | | | | Add ability to see and sort on vote count from Issues and MR listssee-and-sort-on-vote-count-mr-issuesDouglas Barbosa Alexandre2016-02-175-0/+144
| |/ / / / |/| | | |
* | | | | 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-154-1/+38
|/ / / | | | | | | | | | | | | | | | | | | | | | 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-132-1/+36
| | |
* | | Parse XML instead of HTML in tests for a SVG build badgefix/ci-build-status-badgeGrzegorz Bizon2016-02-113-7/+7
| | |
* | | Move build badge specs to badges directoryGrzegorz Bizon2016-02-112-6/+3
| | |
* | | Move builds badge implementation to new badges controllerGrzegorz Bizon2016-02-111-1/+1
| | |
* | | Inherit build badge access permissions from projectGrzegorz Bizon2016-02-112-1/+3
| | |
* | | Improve build badge tests, add another test caseGrzegorz Bizon2016-02-113-6/+19
| | |
* | | Add feature tests for builds status badgeGrzegorz Bizon2016-02-113-2/+52
| | |
* | | 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-102-0/+93
| | |