summaryrefslogtreecommitdiff
path: root/features/project
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'issue_13621' into 'master' Douwe Maan2016-02-291-0/+1
|\ | | | | | | | | | | | | Don't repeat labels listed on Labels tab. Fixes #13622 See merge request !2924
| * Don't repeat labels listed on Labels tab.issue_13621Rubén Dávila2016-02-221-0/+1
| |
* | Merge remote-tracking branch 'origin/Baertierchen/gitlab-ce-showTestCoverage'Dmitriy Zaporozhets2016-02-251-0/+2
|\ \
| * | Add a spec for coverage indicator in project's builds listBaertierchen/gitlab-ce-showTestCoverageRémy Coutable2016-02-221-0/+2
| |/
* | fix failing testsempty-repo-instructions-fixPhil Hughes2016-02-231-4/+0
| |
* | Users don't get instructions to push to other users empty projectsPhil Hughes2016-02-221-0/+10
|/ | | | Fixes #12518
* Merge branch 'issue_3276' into 'master' Jacob Schatz2016-02-191-0/+23
|\ | | | | | | | | | | | | Labels should be visible in milestone view Closes #3276 See merge request !2599
| * Add specs.Rubén Dávila2016-02-021-0/+23
| |
* | Add some spinach specsRubén Dávila2016-02-192-0/+58
| |
* | Fix feature tests for erasing buildGrzegorz Bizon2016-02-191-1/+2
| |
* | Show information indicating that build has been erasedGrzegorz Bizon2016-02-191-0/+1
| |
* | Add feature specs for build erase buttonGrzegorz Bizon2016-02-191-0/+7
| |
* | Merge branch 'fix/project-forks-page' into 'master' Douwe Maan2016-02-191-0/+7
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1/+1
| | |
| * | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵James Lopez2016-02-172-1/+9
| |\ \ | | | | | | | | | | | | fix/project-forks-page
| * | | workaround for forks with an invalid repo - avoid showing them in the listJames Lopez2016-02-161-0/+7
| | | |
* | | | Add ability to see and sort on vote count from Issues and MR listssee-and-sort-on-vote-count-mr-issuesDouglas Barbosa Alexandre2016-02-172-0/+21
| |/ / |/| |
* | | Fix the "x of y" displayed at the top of Issuables' sidebarfix/13356-issuable-index-of-total-in-sidebarRémy Coutable2016-02-152-1/+9
|/ / | | | | | | | | | | | | | | 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-1/+10
| |
* | Parse XML instead of HTML in tests for a SVG build badgefix/ci-build-status-badgeGrzegorz Bizon2016-02-111-4/+4
| |
* | Move build badge specs to badges directoryGrzegorz Bizon2016-02-111-1/+1
| |
* | Inherit build badge access permissions from projectGrzegorz Bizon2016-02-111-1/+2
| |
* | Improve build badge tests, add another test caseGrzegorz Bizon2016-02-111-2/+6
| |
* | Add feature tests for builds status badgeGrzegorz Bizon2016-02-111-0/+17
| |
* | Replaces "Create merge request" link with one to the MR when one existsDouglas Barbosa Alexandre2016-02-101-0/+36
| |
* | Add behaviour tests for build permissionsKamil Trzcinski2016-02-041-0/+35
|/
* Render sanitized SVG imagesStan Hu2016-02-011-0/+10
| | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9265
* Added tests to emoji search field focusPhil Hughes2016-01-291-0/+3
|
* Merge branch 'issue_2406' into 'master' Dmitriy Zaporozhets2016-01-281-0/+15
|\ | | | | | | | | | | | | Show list of forks for a given Project Closes #2406 See merge request !2376
| * Add specs for Forks listing.Rubén Dávila2016-01-201-0/+15
| |
* | Merge branch 'issue_5546' into 'master' Dmitriy Zaporozhets2016-01-282-0/+44
|\ \ | | | | | | | | | | | | | | | | | | Save list sort in a cookie Closes #5546 See merge request !2537
| * | Make default sorting preference work for Issues and MRs.issue_5546Rubén Dávila2016-01-222-0/+14
| | |
| * | Merge branch 'master' into issue_5546Rubén Dávila2016-01-221-0/+11
| |\ \
| * | | Make sorting preference reusable for all projects.Rubén Dávila2016-01-222-0/+14
| | | |
| * | | Little refactor plus some specs.Rubén Dávila2016-01-212-0/+16
| | | |
* | | | Merge branch 'ci/test-build-artifacts-scripts' into 'master' Douwe Maan2016-01-261-0/+9
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Add tests for clicking a row in build artifacts browser This adds a feature tests for clicking a row, which is handled by javascript event. /cc @ayufan See merge request !2551
| * | | Add tests for clicking a row in build artifacts browserci/test-build-artifacts-scriptsGrzegorz Bizon2016-01-221-0/+9
| |/ /
* | | Merge remote-tracking branch 'origin/master' into ↵Rémy Coutable2016-01-202-0/+27
|\ \ \ | |/ / | | | | | | fix-comment-on-diff-ajax-loading
| * | Merge branch 'issue_3749' into 'master' Douwe Maan2016-01-202-0/+27
| |\ \ | | |/ | |/| | | | | | | | | | | | | 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-182-0/+27
| | |
* | | Fix diff comments loaded by AJAX to load comment with diff in discussion tabRémy Coutable2016-01-191-0/+11
|/ / | | | | | | | | | | | | This commits also fixes two minor issues: - Ensure notes that the current user is not allowed to see are not returned in the AJAX notes loading - Ensure the notes counter badge is decremented of 1 instead of 2
* | Merge branch 'feature/expose-ci-lint-tool'Douwe Maan2016-01-192-9/+13
|\ \
| * | Remove dropdown containing CI Lint button on builds pagefeature/expose-ci-lint-toolGrzegorz Bizon2016-01-181-1/+1
| | | | | | | | | | | | Link to CI Lint on builds page will be a separate button from now on.
| * | Update build artifacts feature testsGrzegorz Bizon2016-01-171-6/+6
| | |
| * | Add specs for CI Lint button exposed on a builds pageGrzegorz Bizon2016-01-171-3/+7
| |/
* | Improve ux in builds artifacts browserGrzegorz Bizon2016-01-181-1/+1
|/
* Add feature tests for permissions for build artifacts read abilityfeature/allow-artifacts-for-reportersGrzegorz Bizon2016-01-153-4/+22
|
* Expand builds namespace for feature tests in spinachGrzegorz Bizon2016-01-152-6/+12
|
* Relax constraints for wiki slugDouglas Barbosa Alexandre2016-01-141-5/+0
| | | | | | | | | | | Since GitHub doesn’t apply these constraints to theirs wiki slug allowing characters like `,`, `:`, `*`, etc, we need to relax our constraints or some wiki pages will not be available after they were imported. For an example the Devise project have a wiki page with the following slug: “How To: Add sign_in, sign_out, and sign_up links to your layout template”
* Add specs for endpoint meant to be accelerated by workhorseGrzegorz Bizon2016-01-141-0/+8
|