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
2018-02-21TODOwinh-confirmation-inputWinnie Hellmann
2018-02-20Use confirmation input in delete user modalWinnie Hellmann
2018-02-20Add cleaned up confirmation input componentWinnie Hellmann
2018-02-20Add toggleCanSubmit to gl-modalWinnie Hellmann
2018-02-19Merge branch '32564-fix-double-system-closing-notes' into 'master'Sean McGivern
Resolve "Double closing system notes when closing issue with Merge Request" Closes #32546 and #32564 See merge request gitlab-org/gitlab-ce!17035
2018-02-19Merge branch 'sh-guard-read-only-user-updates' into 'master'Nick Thomas
Don't attempt to update user tracked fields if database is in read-only Closes gitlab-ee#4972 See merge request gitlab-org/gitlab-ce!17200
2018-02-19Convert Gitaly commit parent IDs to array as early as possibleSean McGivern
The tracking issue if this causes problems is https://gitlab.com/gitlab-org/gitaly/issues/1028
2018-02-19Merge branch 'docs-articles-layout-frontmatter' into 'master'Achilleas Pipinellis
Docs: Update all articles with the new layout (metadata from the frontmatter) Closes #42831 See merge request gitlab-org/gitlab-ce!17187
2018-02-19Merge branch 'sh-fix-squash-rebase-utf8-data' into 'master'Sean McGivern
Fix squash rebase not working when diff contained encoded data Closes gitlab-ee#4960 See merge request gitlab-org/gitlab-ce!17205
2018-02-19Clarify changelog for squash encoding fixSean McGivern
[ci skip]
2018-02-19Merge branch 'ee-webpack-backport' into 'master'Filipa Lacerda
Backport webpack.config.js changes from EE See merge request gitlab-org/gitlab-ce!17185
2018-02-19Merge branch 'sh-fix-geo-error-500-gpg-commit' into 'master'Douwe Maan
Fix Error 500 when viewing a commit with a GPG signature in Geo Closes gitlab-ee#4825 See merge request gitlab-org/gitlab-ce!17207
2018-02-19Merge branch '41949-move' into 'master'Douwe Maan
Remember assignee when moving an issue See merge request gitlab-org/gitlab-ce!17116
2018-02-19Merge branch 'rd-40552-gitlab-should-check-if-keys-are-valid-before-saving' ↵Douwe Maan
into 'master' Sanitize extra blank spaces used when uploading a SSH key Closes #40552 See merge request gitlab-org/gitlab-ce!17138
2018-02-19Fix Error 500 when viewing a commit with a GPG signature in GeoStan Hu
Closes gitlab-org/gitlab-ee#4825
2018-02-19Fix squash rebase not working when diff contained encoded dataStan Hu
When the applied diff contains UTF-8 or some other encoded data, the diff returned back from the git process may be in ASCII-8BIT format. Writing this data to stdin may fail if the data because stdin expects this data to be in UTF-8. By switching the output to binmode, we ensure that the diff will always be written as-is. Closes gitlab-org/gitlab-ee#4960
2018-02-18Remember assignee when moving an issueJan Provaznik
Related to #41949
2018-02-18Don't attempt to update user tracked fields if database is in read-onlyStan Hu
With Geo, attempting to view an endpoint with a user could result in an Error 500 since Devise attempts to update the last sign-in IP and other details. Closes gitlab-org/gitlab-ee#4972
2018-02-18Merge branch '17500-mr-multiple-issues-oxford-comma' into 'master'Stan Hu
Update issue closing pattern to be more forgiving Closes #17500 See merge request gitlab-org/gitlab-ce!17198
2018-02-17Add changelog entryVicky Chijwani
2018-02-17Allow oxford commas and spaces before commas in MR issue closing pattern.Vicky Chijwani
2018-02-17Merge branch 'revert-215dff76' into 'master'Ian Baum
Revert "Merge branch 'expired-ci-artifacts' into 'master'" See merge request gitlab-org/gitlab-ce!17193
2018-02-17Merge branch 'dm-dont-cache-nil-root-ref' into 'master'Stan Hu
Don't cache a nil repository root ref to prevent caching issues See merge request gitlab-org/gitlab-ce!17179
2018-02-17Don't cache a nil repository root ref to prevent caching issuesDouwe Maan
2018-02-17Merge branch '43296-fix-specs-broken-by-hardcoding-paths' into 'master'Robert Speicher
Fix order dependencies in some specs Closes #43296 See merge request gitlab-org/gitlab-ce!17189
2018-02-17Add back database changes for Ci::BuildStan Hu
2018-02-17Revert "Merge branch 'expired-ci-artifacts' into 'master'"Stan Hu
This reverts merge request !16578
2018-02-16Fix order dependencies in some specsNick Thomas
Our automatically-generated project paths are of the form project<N>. If a spec manually specifies a project path of that form, it may conflict with the automatically-generated paths in some circumstances.
2018-02-16Merge branch 'fix-more-dispatcher-stuff' into 'master'Jacob Schatz
Remove more route-based chunks from dispatcher.js See merge request gitlab-org/gitlab-ce!16901
2018-02-16Merge branch '42641-monaco-service-workers-do-not-work-with-cdn-enabled' ↵Tim Zallmann
into 'master' Resolve "Monaco service workers do not work with CDN enabled" Closes #42641 See merge request gitlab-org/gitlab-ce!17021
2018-02-16Merge branch 'fl-refresh-btn' into 'master'Tim Zallmann
Show loading button inline in MR widget See merge request gitlab-org/gitlab-ce!17174
2018-02-16migrate admin:users:* to static bundleMike Greiling
2018-02-16correct for missing break statement in dispatcher.jsMike Greiling
2018-02-16applying feedbackMicaël Bergeron
# modified: lib/gitlab/git/commit.rb
2018-02-16fix specsMicaël Bergeron
2018-02-16add changelogMicaël Bergeron
2018-02-16stop ProcessCommitWorker from processing MR merge commitMicaël Bergeron
When a merge request is merged, it creates a commit with the description of the MR, which may contain references and issue closing references. As this will be handled in the PostMergeService anyways, let's ignore merge commit generated from a MR.
2018-02-16alias create and update actions to new and editMike Greiling
2018-02-16migrate projects:merge_requests:edit to static bundleMike Greiling
2018-02-16migrate projects:merge_requests:creations:diffs to static bundleMike Greiling
2018-02-16migrate projects:merge_requests:creations:new to static bundleMike Greiling
2018-02-16migrate projects:issues:new and projects:issues:edit to static bundleMike Greiling
2018-02-16migrate projects:branches:index to static bundleMike Greiling
2018-02-16migrate projects:branches:new to static bundleMike Greiling
2018-02-16migrate projects:compare:show to static bundleMike Greiling
2018-02-16migrate projects:environments:metrics to static bundleMike Greiling
2018-02-16migrate projects:milestones:* and groups:milestones:* to static bundleMike Greiling
2018-02-16migrate explore:groups:index to static bundleMike Greiling
2018-02-16migrate explore:projects:* to static bundleMike Greiling
2018-02-16migrate dashboard:projects:* to static bundleMike Greiling