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
path: root/app
AgeCommit message (Collapse)Author
2018-02-21fix "Error loading dynamic module" error on snippet edit pagessnippet-throwSimon Knox
2018-02-21Update to jQuery 3.Jacob Schatz
2018-02-21Merge branch 'issue-index-refactor' into 'master'Clement Ho
Refactor issue index filtered search See merge request gitlab-org/gitlab-ce!16981
2018-02-21Merge branch 'refactor-jobs-show-haml' into 'master'Jacob Schatz
Add dispatcher imports for job details bundle See merge request gitlab-org/gitlab-ce!17157
2018-02-20Remove "notes" bundle from webpack configMike Greiling
2018-02-20Merge branch 'dispatcher-mr-haml' into 'master'Jacob Schatz
Add dispatcher imports for bundles used in merge request show path See merge request gitlab-org/gitlab-ce!17163
2018-02-20Merge branch 'revert-828357fb' into 'master'Douwe Maan
Revert "Merge branch 'zj-n-1-root-show' into 'master'" See merge request gitlab-org/gitlab-ce!17243
2018-02-20Merge branch 'fix-diff-flash' into 'master'Clement Ho
only show error if there is an error See merge request gitlab-org/gitlab-ce!17228
2018-02-20Revert "Merge branch 'zj-n-1-root-show' into 'master'"Zeger-Jan van de Weg
This reverts merge request !16968
2018-02-20Merge branch 'remove-unnecessary-validate-project' into 'master'Kamil Trzciński
Remove unecessary validate: true from belongs_to :project See merge request gitlab-org/gitlab-ce!17166
2018-02-20only show error if there is an errorSimon Knox
2018-02-20Remove unecessary validate: true from belongs_to :projectDylan Griffith
This does not seem to serve any clear purpose and causes other issues (see https://gitlab.com/gitlab-org/gitlab-ce/issues/43196#note_59275652)
2018-02-20fix broken specsMike Greiling
2018-02-20remove common_d3 bundleMike Greiling
2018-02-20remove graphs_show webpack bundleMike Greiling
2018-02-19Chart.html.haml refactorJacob Schatz
2018-02-19Resolve "group request membership mail with too long list of "To:""🙈 jacopo beschi 🙉
2018-02-19Remove import so that webpack can handle the moduleClement Ho
2018-02-19Fix single digit value clippingKushal Pandya
2018-02-19Merge branch 'master' into dispatcher-mr-hamlClement Ho
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-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-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-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-17Don't cache a nil repository root ref to prevent caching issuesDouwe Maan
2018-02-17Revert "Merge branch 'expired-ci-artifacts' into 'master'"Stan Hu
This reverts merge request !16578
2018-02-16Merge branch 'master' into dispatcher-mr-hamlClement Ho
2018-02-16Wrap pages in DOMContentLoadedClement Ho
2018-02-16Remove export from pagesClement Ho
2018-02-16Merge branch 'master' into 'refactor-jobs-show-haml'Clement Ho
# Conflicts: # app/assets/javascripts/dispatcher.js
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-16Re-add common_vueClement Ho
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-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