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
2017-03-21New directory from interface on existing branchJacopo
The user can create a new directory on a different branch than the source branch when the branch already exists.
2017-03-21Merge branch 'fix/gb/pipeline-intermittent-running-status' into 'master' Kamil Trzciński
Fix pipeline status for transition between stages Closes #29699 See merge request !10094
2017-03-21Add LIKE index for routes.pathYorick Peterse
Nested groups support uses queries along the lines of `path LIKE 'X/%'`. For these queries to use an index on PostgreSQL we need to use either the varchar_pattern_ops or text_pattern_ops operator class. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/29554
2017-03-21Merge branch ↵Sean McGivern
'29685-wrong-number-of-arguments-calling-http_url_to_repo-on-cloning-project-wikis' into 'master' Fix ProjectWiki#http_url_to_repo signature Closes #29685 See merge request !10079
2017-03-21Merge branch 'dz-improve-rename-projects-migration' into 'master' Yorick Peterse
Improve rename projects migration Closes #29556 See merge request !10009
2017-03-21Hide ancestor groups in the share group dropdown listDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-03-21Merge branch 'sh-fix-admin-application-settings' into 'master' Robert Speicher
Fix Error 500 when application settings are saved Closes #29674 and #29115 See merge request !10070
2017-03-21Move text to a MD heredoc.Joshua Lambert
2017-03-21Fix Error 500 when Bitbucket importer does not have authorizationStan Hu
Closes #29739
2017-03-21Merge branch 'add-filter-focus-style' into 'master' Alfredo Sumaran
Add filter focus for filtered search visual tokens See merge request !9875
2017-03-21Merge branch 'perf/add-index-to-user-ghost' into 'master' Douwe Maan
add an index to the ghost column See merge request !9910
2017-03-21Merge branch 'fix-typos-in-v3-to-v4-doc' into 'master' Douwe Maan
Make the v3_to_v4.md more consistent See merge request !10092
2017-03-21Merge branch '29671-remove-useless-options' into 'master' Douwe Maan
Remove useless options from db/fixtures/development/17_cycle_analytics.rb Closes #29671 See merge request !10086
2017-03-21Merge branch 'bugfix/systemhook' into 'master' Douwe Maan
Fix bug when system hook for create deploy key Closes #29175 See merge request !9796
2017-03-21remove additional instances of window.VueMike Greiling
2017-03-21fix wait_for_vue_resource to not rely on global Vue objectMike Greiling
2017-03-21make eslint happyMike Greiling
2017-03-21remove Vue from the global spaceMike Greiling
2017-03-21Merge branch 'rs-issue-29592' into 'master' Stan Hu
Handle Route#name being nil after an update Closes #29592 See merge request !10102
2017-03-21Merge remote-tracking branch 'dev/master'DJ Mountney
2017-03-21Merge branch 'render-json-leak' into 'security' DJ Mountney
fix for render json include leaks See merge request !2074
2017-03-21Merge branch 'ssrf' into 'security' Rubén Dávila
nil check for url_blocker? See merge request !2076
2017-03-21Replace closing MR iconblackst0ne
2017-03-21Merge branch 'ssrf' into 'security' Douwe Maan
Protect server against SSRF in project import URLs See merge request !2068
2017-03-21Merge branch 'fix-links-target-blank' into 'security'Jacob Schatz
Adds rel="noopener noreferrer" to all links with target="_blank" See merge request !2071
2017-03-21Merge branch '28058-hide-emails-in-atom-feeds' into 'security'Rémy Coutable
Only show public emails in atom feeds See merge request !2066
2017-03-21Changed code style as to not to disable any eslint rulesJose Ivan Vargas
2017-03-21Merge branch '29730-9-0-upgrade-documentation-should-include-yarn' into ↵Filipa Lacerda
'master' Resolve "9.0 upgrade documentation should include Yarn" Closes #29730 See merge request !10101
2017-03-21Merge branch 'clear-page-param-after-filter-in-add-issues-modal' into 'master' Alfredo Sumaran
Reset issue boards add issues modal page when filtering Closes #29616 See merge request !10039
2017-03-21Fix karma testClement Ho
2017-03-21Merge branch 'token-bug-fixes' into 'master'Clement Ho
Align filtered search visual tokens with input field text Closes #29167 See merge request !10095
2017-03-21Merge branch 'reset-filters-after-click' into 'master' Alfredo Sumaran
Reset filters after click Closes #28463 See merge request !10024
2017-03-21Reset filters after clickClement Ho
2017-03-21Handle Route#name being nil after an updateRobert Speicher
It was possible for the `routes.name` field to be `NULL`, causing `name_was` to be `nil` after a rename, resulting a bad first argument to `sub` when attempting to rename descendants. This change adds a condition to make sure `name_was` is present before attempting the descendant update.
2017-03-21Merge branch '28499-fix-large-text-tooltip-in-diff-file-name' into 'master' Filipa Lacerda
fixes large text tooltip in diff file name Closes #28499 See merge request !9529
2017-03-21Merge branch '28660-fix-dismissable-error-close-not-visible-enough' into ↵Filipa Lacerda
'master' dismissable error close is not visible enough Closes #28660 See merge request !9516
2017-03-21Merge branch '29559-issue-count' into 'master' Filipa Lacerda
handle commas in Issue total count Closes #29559 See merge request !10028
2017-03-21Merge branch 'make-karma-fast-again' into 'master' Alfredo Sumaran
Only add frontend code coverage instrumentation when generating coverage report See merge request !9987
2017-03-21Only add frontend code coverage instrumentation when generating coverage reportMike Greiling
2017-03-21fix recompile assets step in 9.0 upgrade guide to use yarnMike Greiling
2017-03-21Removed unused response in promiseJose Ivan Vargas
2017-03-21Added unit tests for the w.gl.utils.backOff promiseJose Ivan Vargas
2017-03-21Undo explicit conversion to IntegerToon Claes
With the changes in Gitlab::VisibilityLevel it is no longer needed to explicit conversion to Integer in the controller itself.
2017-03-21Make level_value accept string integersToon Claes
When a VisibilityLevel is an integer formatted as a string, convert it to an integer, instead of looking it up in the hash map. When the value is not recognized, default to PRIVATE.
2017-03-21Add space to bottom of screenAnnabel Dunstone Gray
2017-03-21Make feature spec more robustToon Claes
Ensure the correct "Public" radio is selected by choosing it on ID.
2017-03-20Merge branch '29491-rename-file-for-group-name-toggle' into 'master' Alfredo Sumaran
Append _spec to group_name_toggle spec file Closes #29491 See merge request !9975
2017-03-20Merge branch 'simplify-docs-trigger' into 'master' Achilleas Pipinellis
Simplify trigger_docs build job for CE and EE See merge request !9820
2017-03-20Merge branch 'fix-input-token-spacing' into 'master' Annabel Dunstone Gray
Fix input token spacing See merge request !10090
2017-03-20Merge branch 'fix-prometheus-including-d3-main-bundle' into 'master' Alfredo Sumaran
Removed d3.js from the main application.js bundle Closes #29608 See merge request !10062