Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-15Add feature tests for permissions for build artifacts read abilityGrzegorz Bizon
2016-01-15Expand builds namespace for feature tests in spinachGrzegorz Bizon
2016-01-14Relax constraints for wiki slugDouglas Barbosa Alexandre
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”
2016-01-14Add specs for endpoint meant to be accelerated by workhorseGrzegorz Bizon
2016-01-14Add encoding feature tests for builds artifacts browserGrzegorz Bizon
2016-01-14Add spinach feature specs for build artifacts browserGrzegorz Bizon
2016-01-14Add basic spinach tests for project buildsGrzegorz Bizon
2016-01-13Improve & adds specs for Issue/MR referencesRémy Coutable
- Improve specs for private Issue/MR referenced in public Issue - Add specs for private Issue/MR referenced in public MR
2016-01-13Show referenced MRs & Issues only when the current viewer can access themRémy Coutable
2016-01-07Add CHANGELOG item and testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-01-07Merge branch 'master' of github.com:gitlabhq/gitlabhqJacob Vosmaer
2016-01-04Change text back. Add additional tests.Josh Frye
2016-01-04Remove feature tag from testing locallyJosh Frye
2016-01-04Show 'New Merge Request' buttons on canonical repo.Josh Frye
2015-12-24Merge branch 'emoji_picker_frequently_used' into 'master' Valery Sizov
Emoji picker: add "frequently used" category depend on !2172 ![Screen_Shot_2015-12-24_at_16.39.04](/uploads/7117173c6f519282054bcb1b7ba248f4/Screen_Shot_2015-12-24_at_16.39.04.png) See merge request !2180
2015-12-24Merge branch 'new-project-header-redesign' into 'master' Dmitriy Zaporozhets
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
2015-12-24Merge branch 'emoji-picker-search' into emoji_picker_frequently_usedValery Sizov
2015-12-24Merge remote-tracking branch 'origin/master' into emoji-picker-searchValery Sizov
2015-12-24Merge branch 'edit-on-fork' into 'master' Dmitriy Zaporozhets
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
2015-12-24Merge branch 'branch-invalid-name' into 'master' Douwe Maan
Add JS validation for invalid characters in branch name Fixes #3293 Demo: ![out-1080p](/uploads/ba21c359b6b8b440c40cacf772ec0df7/out-1080p.gif) See merge request !2122
2015-12-24Merge branch 'issue_4189' into 'master' Douwe Maan
Fix redirect to wrong URL when merging and MR detail URL has an anchor. Closes #4189 See merge request !2169
2015-12-24Merge branch 'emoji-picker-search'into emoji_picker_frequently_usedValery Sizov
2015-12-24fixes after reviewValery Sizov
2015-12-24fixes failing test by updating project clone instructionsJacob Schatz
2015-12-23spinach tests will pass nowJacob Schatz
2015-12-23emoji picker searchValery Sizov
2015-12-23add some spinachValery Sizov
2015-12-22add some spinachValery Sizov
2015-12-22Fix redirect to wrong URL when merging and MR detail URL has an anchor. #4189Rubén Dávila
2015-12-21Fix specDouwe Maan
2015-12-21Add tests for new functionalityDouwe Maan
2015-12-18Backport JIRA serviceDrew Blessing
2015-12-17Add JS validation for invalid characters in branch nameDouglas Barbosa Alexandre
More info about valid ref names: https://www.kernel.org/pub/software/scm/git/docs/git-check-ref-format.ht ml
2015-12-15Add spinach test for note pollingGrzegorz Bizon
This also increases capybara timeout to 15 seconds (note polling interval). Capybara will look for new note for this period of time.
2015-12-14Preserve trailing new lines at the end of file on the online editorDouglas Barbosa Alexandre
Because Haml automatically indents the HTML source code, the contents of whitespace-sensitive tags like pre and textarea can get screwed up.
2015-12-14Update commits spinach tests related to displaying build statusGrzegorz Bizon
2015-12-14Merge branch 'ci-project-migrate' into 'master' Kamil Trzciński
Ci Project migrate - This doesn't migrate: allow_git_fetch, coverage_regex, timeout. Since this are project configuration settings I would propose to migrate them to `.gitlab-ci.yml`. - This requires offline migrations. - It simplifies database models making all CI objects to be attached to: Project. - It removes Ci::Project, but makes /ci/projects working by adding method: Project.find_by_ci_id for backward compatibility (badges, triggers). - We should add default `timeout` to Application Settings. - It misses specs. - It is based on ci-services-migrate for now. - It removes CI events. - It removes administrator CI projects overview. - It removes CI application settings. In 8.4 or 8.5 we can remove redundant tables and columns. See merge request !1987
2015-12-11Migrate CI::Project to ProjectKamil Trzcinski
2015-12-11Remove note from MR discussion when deleting it in the changes tabDouglas Barbosa Alexandre
2015-12-10Merge branch 'fix-edit-notes-on-merge-request-diff' into 'master' Robert Speicher
Fix editing notes on a merge request diff Fixes #3910 See merge request !2041
2015-12-10Fix specsKamil Trzcinski
2015-12-10Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski
2015-12-10Merge branch 'move-network'Dmitriy Zaporozhets
2015-12-09Merge branch 'master' into fix-edit-notes-on-merge-request-diffDouglas Barbosa Alexandre
2015-12-09Merge branch 'split-up-builds' into 'master' Dmitriy Zaporozhets
Split up 20min+ `spec:other` and `spinach:project` builds to increase parallelization See merge request !2036
2015-12-09Fix test for network shortcutDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-12-09Merge branch 'master' into default_clone_protocol_based_on_user_keysEirik Lygre
2015-12-09Ensure notes are replaced on a merge request diff when they're updatedDouglas Barbosa Alexandre
2015-12-09Tag feature specsDouwe Maan
2015-12-09Move Network page from separate tab to sub tab of CommitsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>