summaryrefslogtreecommitdiff
path: root/features/steps/project
Commit message (Collapse)AuthorAgeFilesLines
* 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-151-0/+5
| | | | | | | | 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-111-1/+1
|
* 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-111-4/+9
|
* Add feature tests for builds status badgeGrzegorz Bizon2016-02-111-0/+25
|
* 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 'origin/master' into ci-permissionsKamil Trzcinski2016-02-042-2/+2
|\ | | | | | | | | # Conflicts: # app/views/projects/builds/index.html.haml
| * Update test after changes build page cssDmitriy Zaporozhets2016-02-031-1/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Merge remote-tracking branch 'origin/master' into git-raw-workhorseJacob Vosmaer2016-02-021-0/+17
| |\
| * \ Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into ↵Jacob Vosmaer2016-02-019-19/+119
| |\ \ | | | | | | | | | | | | git-raw-workhorse
| * | | Cannot see a raw blob without workhorseJacob Vosmaer2016-01-281-1/+1
| | | |
* | | | Add behaviour tests for build permissionsKamil Trzcinski2016-02-041-8/+0
| |_|/ |/| |
* | | Render sanitized SVG imagesStan Hu2016-02-011-0/+17
| |/ |/| | | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9265
* | 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 'ci/test-build-artifacts-scripts' into 'master' Douwe Maan2016-01-261-0/+10
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/+10
| | | |
* | | | Adds base64 background search icon.Jacob Schatz2016-01-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All inputs of type `search` will have the gray background and search icon centered. Because the search magnifier is a bg image, I had to hide it with `[value=""]`. I added a little javascript to make sure each input always has it's own value.
* | | | Merge remote-tracking branch 'origin/master' into ↵Rémy Coutable2016-01-202-1/+14
|\ \ \ \ | |/ / / | | | | | | | | fix-comment-on-diff-ajax-loading
| * | | Merge branch 'secret-shortcut-feature' into 'master' Dmitriy Zaporozhets2016-01-201-1/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds "t" as a shortcut for find file anywhere See merge request !2507
| | * | | Fixes test to not search whole page for content.Jacob Schatz2016-01-201-1/+1
| | |/ /
| * | | Merge branch 'issue_3749' into 'master' Douwe Maan2016-01-202-0/+13
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | 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/+13
| | | |
* | | | Fix diff comments loaded by AJAX to load comment with diff in discussion tabRémy Coutable2016-01-191-0/+31
|/ / / | | | | | | | | | | | | | | | | | | 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-191-1/+8
|\ \ \
| * | | Remove dropdown containing CI Lint button on builds pagefeature/expose-ci-lint-toolGrzegorz Bizon2016-01-181-2/+2
| | | | | | | | | | | | | | | | Link to CI Lint on builds page will be a separate button from now on.
| * | | Add specs for CI Lint button exposed on a builds pageGrzegorz Bizon2016-01-171-1/+8
| |/ /
* | | Improve ux in builds artifacts browserGrzegorz Bizon2016-01-181-2/+2
|/ /
* | Add feature tests for permissions for build artifacts read abilityfeature/allow-artifacts-for-reportersGrzegorz Bizon2016-01-152-5/+7
| |
* | Expand builds namespace for feature tests in spinachGrzegorz Bizon2016-01-152-9/+15
|/
* Relax constraints for wiki slugDouglas Barbosa Alexandre2016-01-141-10/+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”
* Improve readability of artifacts browser `Entry` related codeGrzegorz Bizon2016-01-141-1/+1
|
* Add specs for endpoint meant to be accelerated by workhorseGrzegorz Bizon2016-01-141-0/+11
|
* Add encoding feature tests for builds artifacts browserGrzegorz Bizon2016-01-141-0/+30
|
* Add spinach feature specs for build artifacts browserGrzegorz Bizon2016-01-141-0/+34
|
* Add basic spinach tests for project buildsGrzegorz Bizon2016-01-141-0/+14
|
* Improve & adds specs for Issue/MR referencesRémy Coutable2016-01-132-100/+8
| | | | | - 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-131-0/+106
|
* Add CHANGELOG item and testsDmitriy Zaporozhets2016-01-071-0/+9
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'master' of github.com:gitlabhq/gitlabhqJacob Vosmaer2016-01-071-0/+73
|
* Change text back. Add additional tests.joshfng/gitlab-ce-fix-3802Josh Frye2016-01-031-2/+11
|
* Show 'New Merge Request' buttons on canonical repo.Josh Frye2016-01-031-0/+10
|
* spinach fixValery Sizov2015-12-311-1/+1
|