summaryrefslogtreecommitdiff
path: root/features/steps
Commit message (Collapse)AuthorAgeFilesLines
...
* 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”
* 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-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-142-0/+46
| |
* | Add basic spinach tests for project buildsGrzegorz Bizon2016-01-142-0/+30
| |
* | Merge branch 'fix/private-references' into 'master' Douwe Maan2016-01-145-12/+181
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-135-122/+172
| | | | | | | | | | | | | | | - 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-133-0/+119
| |/
* | Update Broadcast Message featuresRobert Speicher2016-01-131-8/+22
| | | | | | | | | | | | | | | | - 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-131-4/+3
|/ | | | Also make the feature tests less brittle.
* Fix feature steprs-remove-stampRobert Speicher2016-01-071-1/+1
|
* 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-072-0/+77
|
* 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
|
* Fix "I see current user as the first user" stepRobert Speicher2015-12-301-5/+4
| | | | Why did this break? `¯\_(ツ)_/¯`
* fix spinachValery Sizov2015-12-251-3/+5
|
* add sorting of awardsValery Sizov2015-12-251-1/+1
|
* Merge branch 'new-project-header-redesign' into 'master' Dmitriy Zaporozhets2015-12-242-3/+5
|\ | | | | | | | | | | | | | | | | | | | | Dropdowns for clone. Star and Fork with new count areas. Star and Unstarred Works now Fixes #2876 and #3482 Used existing styles. <br/> Did not attempt to make pixel perfect as styles already exist. <br/> ![Screen_Shot_2015-12-18_at_5.24.56_PM](/uploads/a79ba1e0be0232f2aeef8a43f3253479/Screen_Shot_2015-12-18_at_5.24.56_PM.png) See merge request !2156
| * Moves star code to a classJacob Schatz2015-12-231-2/+2
| |
| * fixes failing test by updating project clone instructionsJacob Schatz2015-12-231-4/+6
| |
| * spinach tests will pass nowJacob Schatz2015-12-231-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into emoji-picker-searchemoji-picker-searchValery Sizov2015-12-243-11/+31
|\ \
| * \ Merge branch 'edit-on-fork' into 'master' Dmitriy Zaporozhets2015-12-241-10/+25
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically fork a project when not allowed to edit a file. Fixes #3215. To do: - [ ] Add tests ----- ## "Edit" button on file in a project the user does NOT have write access to ![edit_file](/uploads/7602157420768aef483a6586bba2d164/edit_file.png) ## Clicking will automatically create a fork ![during_fork](/uploads/32f4f5dff9f24ea99522000b0bf881c5/during_fork.png) ## When the fork has been created, the user is returned to the edit page on the original project with a notice ![edit_notice](/uploads/94ed1319404370ff1e9c0d672fb41e03/edit_notice.png) ## The user cannot change the target branch and is informed that editing will start an MR ![edit_footer](/uploads/4da68d4795c7177e575b7c434d16eeae/edit_footer.png) ## Hitting "Commit changes" will commit and start an MR from my fork to the origin project ![Screen_Shot_2015-12-17_at_23.38.08](/uploads/d777a4db6f38a5a1be84031694465bc1/Screen_Shot_2015-12-17_at_23.38.08.png) ----- ## "Create file, "Upload file" and "New directory" buttons in a project the user does NOT have write access to ![new_directory](/uploads/72f556248f30d6652523bbb4be01b3e0/new_directory.png) ## Clicking any of these options will automatically create a fork ![during_fork](/uploads/32f4f5dff9f24ea99522000b0bf881c5/during_fork.png) ## When the fork has been created, the user is returned to the tree page on the original project with a notice ![new_directory_notice](/uploads/a1a3e11308ae0e8f0913fae6813a37ed/new_directory_notice.png) ## Clicking "New directory" again will show the modal. The user cannot change the target branch and is informed that editing will start an MR ![new_dir](/uploads/99ca8cbfb2f70603e352b3fdf67b6281/new_dir.png) ## Hitting "Create directory" will commit and start an MR from my fork to the origin project ![Screen_Shot_2015-12-17_at_23.39.19](/uploads/3713d0235abf831361b803a6198c5bc1/Screen_Shot_2015-12-17_at_23.39.19.png) cc @dzaporozhets @skyruler See merge request !2145
| | * | Add tests for new functionalityDouwe Maan2015-12-211-5/+20
| | | |
| | * | Fix specsDouwe Maan2015-12-191-1/+1
| | | |
| | * | Merge branch 'master' into edit-on-forkDouwe Maan2015-12-182-2/+3
| | |\ \ | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/views/projects/tree/_tree_header.html.haml
| | * | | Fix specs and behavior for LFS filesDouwe Maan2015-12-181-3/+3
| | | | |
| | * | | Automatically fork a project when not allowed to edit a file.Douwe Maan2015-12-181-1/+1
| | | | |
| * | | | Merge branch 'branch-invalid-name' into 'master' Douwe Maan2015-12-241-1/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add JS validation for invalid characters in branch name Fixes #3293 Demo: ![out-1080p](/uploads/ba21c359b6b8b440c40cacf772ec0df7/out-1080p.gif) See merge request !2122
| | * | | | Fix minor stylistic complaintsDouglas Barbosa Alexandre2015-12-211-1/+1
| | | | | |
| | * | | | Merge branch 'master' into branch-invalid-nameDouglas Barbosa Alexandre2015-12-182-2/+3
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | Add JS validation for invalid characters in branch nameDouglas Barbosa Alexandre2015-12-171-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More info about valid ref names: https://www.kernel.org/pub/software/scm/git/docs/git-check-ref-format.ht ml
| | * | | | Add more descriptive error message when create branch with invalid nameDouglas Barbosa Alexandre2015-12-161-1/+1
| | | |/ / | | |/| |
| * | | | Merge branch 'issue_4189' into 'master' Douwe Maan2015-12-241-0/+4
| |\ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | Fix redirect to wrong URL when merging and MR detail URL has an anchor. Closes #4189 See merge request !2169
| | * | | Fix redirect to wrong URL when merging and MR detail URL has an anchor. #4189issue_4189Rubén Dávila2015-12-211-0/+4
| | | | |
* | | | | emoji picker searchValery Sizov2015-12-231-0/+12
|/ / / /
* | | | add some spinachValery Sizov2015-12-221-0/+7
| | | |
* | | | fix specsValery Sizov2015-12-221-2/+2
|/ / /
* | | Backport JIRA serviceDrew Blessing2015-12-181-0/+18
| |/ |/|
* | Upgrade Poltergeist to 1.8.1. #4131issue_4131Rubén Dávila2015-12-172-2/+3
|/
* Fix specfix-milestone-snippet-headerDouwe Maan2015-12-161-1/+1
|
* Rename .issuable-details to .detail-page (and -header and -description)Douwe Maan2015-12-162-3/+3
|
* Merge branch 'master' into fix-milestone-snippet-headerDouwe Maan2015-12-167-23/+23
|\
| * Merge remote-tracking branch 'origin/feature/update-rubocop'Dmitriy Zaporozhets2015-12-167-23/+23
| |\