summaryrefslogtreecommitdiff
path: root/features
Commit message (Collapse)AuthorAgeFilesLines
* Render sanitized SVG imagesStan Hu2016-02-012-0/+27
| | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9265
* Added tests to emoji search field focusPhil Hughes2016-01-292-0/+7
|
* Prevent transient Capybara timeouts during feature testsrs-transient-capybara-timeoutRobert Speicher2016-01-281-4/+4
| | | | | | | | | | | The problem occurred because asset compilation takes a long time, so when the asset cache didn't exist and the first test ran, it would often (randomly) time out during the generation before the actual test even had a chance to run. Now we check if the cache exists before the suite runs, and if not, we manually fire a request to the root URL in order to generate it. This should allow subsequent tests to use the cached assets.
* Merge branch 'issue_2406' into 'master' Dmitriy Zaporozhets2016-01-283-1/+43
|\ | | | | | | | | | | | | 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-202-0/+40
| |
* | Merge branch 'issue_5546' into 'master' Dmitriy Zaporozhets2016-01-285-0/+88
|\ \ | | | | | | | | | | | | | | | | | | 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-223-6/+48
| |\ \
| * | | Make sorting preference reusable for all projects.Rubén Dávila2016-01-223-0/+28
| | | |
| * | | Little refactor plus some specs.Rubén Dávila2016-01-215-0/+46
| | | |
* | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵James Lopez2016-01-272-0/+19
|\ \ \ \ | | | | | | | | | | | | | | | fix/unexistent-group-500
| * \ \ \ Merge branch 'ci/test-build-artifacts-scripts' into 'master' Douwe Maan2016-01-262-0/+19
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-222-0/+19
| | |/ / /
* | | | | moved and refactored feature based on feedback. Also updated CHANGELOGJames Lopez2016-01-274-9/+8
| | | | |
* | | | | feature and fix for 500 on group missingJames Lopez2016-01-262-0/+9
|/ / / /
* | | | 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.
* | | Fix failing specsfix-comment-on-diff-ajax-loadingRémy Coutable2016-01-211-6/+6
| | |
* | | Merge remote-tracking branch 'origin/master' into ↵Rémy Coutable2016-01-205-1/+48
|\ \ \ | |/ / | | | | | | 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-205-0/+47
| |\ \ | | |/ | |/| | | | | | | | | | | | | 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-185-0/+47
| | |
* | | Fix diff comments loaded by AJAX to load comment with diff in discussion tabRémy Coutable2016-01-192-0/+42
|/ / | | | | | | | | | | | | 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-194-11/+26
|\ \
| * | Remove dropdown containing CI Lint button on builds pagefeature/expose-ci-lint-toolGrzegorz Bizon2016-01-182-3/+3
| | | | | | | | | | | | 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-173-5/+20
| |/
* | Improve ux in builds artifacts browserGrzegorz Bizon2016-01-182-3/+3
|/
* Add feature tests for permissions for build artifacts read abilityfeature/allow-artifacts-for-reportersGrzegorz Bizon2016-01-157-12/+57
|
* Expand builds namespace for feature tests in spinachGrzegorz Bizon2016-01-154-15/+27
|
* Relax constraints for wiki slugDouglas Barbosa Alexandre2016-01-142-15/+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”
* 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>
* | 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-142-0/+19
| |
* | Add encoding feature tests for builds artifacts browserGrzegorz Bizon2016-01-142-0/+48
| |
* | Add spinach feature specs for build artifacts browserGrzegorz Bizon2016-01-143-0/+67
| |
* | Add basic spinach tests for project buildsGrzegorz Bizon2016-01-143-0/+41
| |
* | Merge branch 'fix/private-references' into 'master' Douwe Maan2016-01-147-12/+245
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show referenced MRs & Issues only when the current viewer can access them This addresses both issues identified in #6066. ## The private MR by user `remy2` with a note referencing to a public issue ![Screen_Shot_2016-01-12_at_16.45.02](/uploads/c245ec2c1fdea1f9ba05183c24e142d9/Screen_Shot_2016-01-12_at_16.45.02.png) --- ## The public issue viewed by user `remy` **who doesn't have access to `remy2/private-project`** before the fix ![Screen_Shot_2016-01-12_at_18.14.50](/uploads/8db5580e803f5bddd6cb935233c579a0/Screen_Shot_2016-01-12_at_18.14.50.png) --- ## The public issue viewed by user `remy` **who doesn't have access to `remy2/private-project`** with the fix ![Screen_Shot_2016-01-13_at_12.02.32](/uploads/cb199f7b78191fba486a11412412e307/Screen_Shot_2016-01-13_at_12.02.32.png) --- ## The public issue viewed by user `remy2` with the fix (no change) ![Screen_Shot_2016-01-13_at_11.54.06](/uploads/ddece590d69f597a95559beddcd36660/Screen_Shot_2016-01-13_at_11.54.06.png) See merge request !2405
| * | Fix specs and rubocop warningsfix/private-referencesRémy Coutable2016-01-141-1/+1
| | |
| * | Improve & adds specs for Issue/MR referencesRémy Coutable2016-01-137-135/+218
| | | | | | | | | | | | | | | - 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-134-0/+150
| |/
* | Update Broadcast Message featuresRobert Speicher2016-01-132-14/+34
| | | | | | | | | | | | | | | | - Removes redundant "Create a broadcast message" scenario that was entirely covered by the "Create a customized broadcast message" scenario. - Adds "Edit an existing broadcast message" scenario - Adds "Remove an existing broadcast message" scenario
* | Simplify BroadcastMessage factoryRobert Speicher2016-01-132-5/+4
|/ | | | Also make the feature tests less brittle.
* Fix feature steprs-remove-stampRobert Speicher2016-01-071-1/+1
|
* Add CHANGELOG item and testsDmitriy Zaporozhets2016-01-072-0/+14
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'master' of github.com:gitlabhq/gitlabhqJacob Vosmaer2016-01-073-0/+119
|
* Merge branch 'joshfng/gitlab-ce-fix-3802' into 'master' Douwe Maan2016-01-052-0/+30
|\ | | | | | | | | | | | | Show 'New Merge Request' buttons on canonical repo. (by @joshfng) Replaces https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2189 to run tests on our runners. See merge request !2300
| * Change text back. Add additional tests.joshfng/gitlab-ce-fix-3802Josh Frye2016-01-032-2/+13
| |