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-25Adds base64 background search icon.Jacob Schatz
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.
2016-01-21Fix failing specsRémy Coutable
2016-01-21Merge remote-tracking branch 'origin/master' into ↵Rémy Coutable
fix-comment-on-diff-ajax-loading
2016-01-20Merge branch 'secret-shortcut-feature' into 'master' Dmitriy Zaporozhets
Adds "t" as a shortcut for find file anywhere See merge request !2507
2016-01-20Merge branch 'issue_3749' into 'master' Douwe Maan
Update Issues/MRs updated_at field when notes are generated Closes #3749 and #9130 See merge request !2493
2016-01-20Fixes test to not search whole page for content.Jacob Schatz
2016-01-19Fix diff comments loaded by AJAX to load comment with diff in discussion tabRémy Coutable
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
2016-01-19Merge branch 'feature/expose-ci-lint-tool'Douwe Maan
2016-01-19Update Issues/MRs updated_at when user leaves comments.Rubén Dávila
2016-01-18Improve ux in builds artifacts browserGrzegorz Bizon
2016-01-18Remove dropdown containing CI Lint button on builds pageGrzegorz Bizon
Link to CI Lint on builds page will be a separate button from now on.
2016-01-17Update build artifacts feature testsGrzegorz Bizon
2016-01-17Add specs for CI Lint button exposed on a builds pageGrzegorz Bizon
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-14Merge branch 'remove-gray-bg'Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-01-14Improve readability of artifacts browser `Entry` related codeGrzegorz Bizon
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-14Merge branch 'fix/private-references' into 'master' Douwe Maan
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
2016-01-14Fix specs and rubocop warningsRémy Coutable
2016-01-13Fix testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-01-13Update Broadcast Message featuresRobert Speicher
- 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
2016-01-13Simplify BroadcastMessage factoryRobert Speicher
Also make the feature tests less brittle.
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-08Fix feature stepRobert Speicher
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-05Merge branch 'joshfng/gitlab-ce-fix-3802' into 'master' Douwe Maan
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
2016-01-04remove public field from namespace and refactoringValery Sizov
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-31spinach fixValery Sizov
2015-12-31Fix "I see current user as the first user" stepRobert Speicher
Why did this break? `¯\_(ツ)_/¯`
2015-12-25fix spinachValery Sizov
2015-12-25add sorting of awardsValery Sizov
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