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-12-07Revert "Merge branch '22548-reopen-error-message' into 'master'"revert-69aaa30dClement Ho
This reverts merge request !22326
2018-12-07Merge branch 'ce-4326-one-notification-per-code-review' into 'master'Douwe Maan
Backports changes made to One notification per code review See merge request gitlab-org/gitlab-ce!23656
2018-12-07Merge branch '51243-further-improvements-to-project-overview-ui' into 'master'Mike Greiling
Resolve "Further improvements to Project overview UI" Closes #51243 See merge request gitlab-org/gitlab-ce!22196
2018-12-07CE Port of "Web Terminal FE"Paul Slaughter
2018-12-07Merge branch 'dm-remove-prune-web-hook-logs-worker' into 'master'Robert Speicher
Remove RemoveOldWebHookLogsWorker Closes #52592 See merge request gitlab-org/gitlab-ce!23628
2018-12-07Merge branch 'store-correlation-logs' into 'master'Stan Hu
Log and pass correlation-id between Unicorn, Sidekiq and Gitaly See merge request gitlab-org/gitlab-ce!22844
2018-12-07Merge branch '48889-populate-merge_commit_sha' into 'master'Douwe Maan
Update merge request's merge_commit after branch update Closes #48889 See merge request gitlab-org/gitlab-ce!22794
2018-12-07Merge branch '22548-reopen-error-message' into 'master'Filipa Lacerda
Improve error message when attempting to reopen MR and there's a new open MR for the same branch Closes #22548 See merge request gitlab-org/gitlab-ce!22326
2018-12-07Merge branch 'fix-transaction-shard' into 'master'Douwe Maan
Fix transaction pollution in Shard.by_name See merge request gitlab-org/gitlab-ce!23655
2018-12-07Backports changes made to One notification per code reviewTiago Botelho
The EE merge request can be found here: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8442
2018-12-07Further design iteration on project overviewDennis Tang
Continues the iteration on the project overview UI: - moved star, fork and new clone button (copy SSH/HTTPS URLs) to top right, made them smaller - avatar is now larger (64px) - 'Request access' is now a link instead of a button - overview comes before the description + changed styling and added icons - description font-size is now 16px (large-paragraph) - quick links to files are moved downwards below the commit/pipeline info - margins changed to group content into 4 groups to clean up the interface - visibility info reduced to icon-only and moved to the right of the title
2018-12-07Fix transaction pollution in Shard.by_nameNick Thomas
2018-12-07Show primary button when all labels are prioritizedGeorge Tsiolis
2018-12-07Guard with feature flagMark Chao
2018-12-07Merge branch 'kp-8703-fix-labels-tooltip-alignment' into 'master'Filipa Lacerda
CE Backport: Fix labels tooltip in collapsed Epics sidebar See merge request gitlab-org/gitlab-ce!23647
2018-12-07Merge branch 'winh-milestone-select' into 'master'Kushal Pandya
Fix duplicate boardsStore variable in milestone select Closes #54139 See merge request gitlab-org/gitlab-ce!23625
2018-12-07Updated ajax error message with returned errorsPhil Hughes
2018-12-07Inline the new checks into normal update error handlingNick Thomas
2018-12-07Merge branch 'jprovazn-fast-upload-delete' into 'master'Grzegorz Bizon
Use FastDestroy for deleting uploads Closes #46069 See merge request gitlab-org/gitlab-ce!20977
2018-12-07Merge branch 'fix/gb/encrypt-ci-build-token' into 'master'Kamil Trzciński
Add CI/CD build encrypted tokens (after revert) Closes #52342 See merge request gitlab-org/gitlab-ce!23649
2018-12-07Update merge request's merge_commit for branch updateMark Chao
Analyze new commits graph to determine each commit's merge commit. Fix "merged with [commit]" info for merge requests being merged automatically by other actions. Allow analyzing upto the relevant commit
2018-12-07Merge branch 'move-group-issues-search-cte-up-the-chain' into 'master'Douwe Maan
Add a flag to use a subquery for group issues search See merge request gitlab-org/gitlab-ce!23445
2018-12-07Remove RemoveOldWebHookLogsWorkerDouwe Maan
2018-12-07Update gitlab runner helm chart to 0.1.39Tomasz Maczukin
2018-12-07Encrypt CI/CD builds tokensKamil Trzciński
Brings back 1e8f1de0 reverted in !23644 Closes #52342 See merge request gitlab-org/gitlab-ce!23436
2018-12-07Merge branch 'sh-truncate-with-periods' into 'master'Douwe Maan
Truncate merge request titles with periods instead of ellipsis Closes #54862 See merge request gitlab-org/gitlab-ce!23558
2018-12-07Add missing `data-boundary` attribute for correct tooltip alignmentKushal Pandya
2018-12-07Remove trailing whitespaceDouwe Maan
2018-12-07Merge branch 'winh-merge-request-diff-discussion-commit-id' into 'master'Mike Greiling
Pass commit when posting diff discussions See merge request gitlab-org/gitlab-ce!23371
2018-12-07Dropdown: Make Identicons of a subgroup in the breadcrumb dropdown not take ↵Thomas Pathier
a whole line
2018-12-07Truncate merge request titles with periods instead of ellipsisStan Hu
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54862
2018-12-07Merge branch 'osw-remove-unnused-data-from-diff-discussions' into 'master'Stan Hu
Remove un-used data from discussions endpoint Closes #54288 See merge request gitlab-org/gitlab-ce!23570
2018-12-07Remove unused data from discussions endpointOswaldo Ferreira
We don't need a series of attributes to render diff files on discussions.json request. Therefore this MR removes lots of unnecessary attributes from the request, mainly the highlighted diff lines, which are pretty expensive.
2018-12-07Revert "Merge branch 'fix/gb/encrypt-ci-build-token' into 'master'"Robert Speicher
This reverts commit 1e8f1de034aa9b6a60b640b2b091f60c4d3ba365, reversing changes made to 62d971129da99936a3cdc04f3740d26f16a0c7a6.
2018-12-07Merge branch 'default-brand-title' into 'master'Robert Speicher
Move default brand title to a method See merge request gitlab-org/gitlab-ce!23632
2018-12-07Change dropdown divider color to gray-200 (#dfdfdf)Winnie Hellmann
2018-12-07Add feature flag for workhorse content type calculationFrancisco Javier López
2018-12-07Fixed before_destroy callbackJan Provaznik
remove_file_uploads should be called both with and w/o the flag - we need to decide which way to use on instance level.
2018-12-07Allow pass additional options to use_fast_destroyJan Provaznik
These options are then used when setting before destroy callback.
2018-12-07Enabled feature flag for fast deletionsJan Provaznik
Fast destroy is used only if the feature flag is enabled, otherwise uploads are still deleted using carrier wave. It's disabled by default.
2018-12-07Use FastDestroy for deleting uploadsJan Provaznik
It gathers list of file paths to delete before destroying the parent object. Then after the parent_object is destroyed these paths are scheduled for deletion asynchronously. Carrierwave needed associated model for deleting upload file. To avoid this requirement, simple Fog/File layer is used directly for file deletion, this allows us to use just a simple list of paths.
2018-12-06Merge branch '19376-post-bfg-cleanup' into 'master'Douglas Barbosa Alexandre
Allow internal references to be removed Closes #19376 See merge request gitlab-org/gitlab-ce!23189
2018-12-06Merge branch 'ce-revert-gold-trial-mrs' into 'master'Kamil Trzciński
[CE] Revert Gold Trial MRs See merge request gitlab-org/gitlab-ce!23619
2018-12-06Log and pass correlation-id between Unicorn, Sidekiq and GitalyKamil Trzciński
The Correlation ID is taken or generated from received X-Request-ID. Then it is being passed to all executed services (sidekiq workers or gitaly calls). The Correlation ID is logged in all structured logs as `correlation_id`.
2018-12-06Use BFG object maps to clean projectsNick Thomas
2018-12-06Introduce Knative Serverless TabDylan Griffith
2018-12-06Link to conflicting MR in reopening error messageAkos Gyimesi
Also, the error message became shorter.
2018-12-06Improve error message when attempting to reopen MR and there's a new open MR ↵Akos Gyimesi
for the same branch
2018-12-06Merge branch 'diff-file-moved-view' into 'master'Filipa Lacerda
Fixed renamed and mode changed diff viewers not rendering on merge requests Closes #52607 See merge request gitlab-org/gitlab-ce!23600
2018-12-06Merge branch 'blob-count2' into 'master'Rémy Coutable
Support unlimited file search in web UI and API See merge request gitlab-org/gitlab-ce!23553