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/spec
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-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-07Show primary button when all labels are prioritizedGeorge Tsiolis
2018-12-07Guard with feature flagMark Chao
2018-12-07Fix commit with two parents is set with wrong direct_ancestorMark Chao
If a commit has two parents, one is direct ancestor, and one is not, and the order of `commits` is in such fashion that the non-ancestor side is visited first, the commit would be determined as non-ancestor, when in fact it can be. Therefore we should first determine all direct ancestors prior to analyzing.
2018-12-07Merge branch 'bvl-port-of-dylans-spec-fix' into 'master'Douwe Maan
Remove Sidekiq::Testing in RepositoryController spec See merge request gitlab-org/gitlab-ce!23653
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-07Remove Sidekiq::Testing in RepositoryController specDylan Griffith
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-07Improve PruneWebHookLogsWorker specDouwe Maan
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-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-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-07Add feature flag for workhorse content type calculationFrancisco Javier López
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-06Revert "Prefer to use correlation-id in logs"Kamil Trzciński
This reverts commit 3560b11922fd180eea5cafd0e763e0e601c5c4ee.
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-06Prefer to use correlation-id in logsKamil Trzciński
This changes `correlation_id` to be `correlation-id` when passed via jobs
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-06Merge branch '54975-fix-web-hooks-rake-task' into 'master'Stan Hu
Fix gitlab:web_hook tasks Closes #54975 See merge request gitlab-org/gitlab-ce!23635
2018-12-06Use BFG object maps to clean projectsNick Thomas
2018-12-06Merge branch '54857-fix-templates-path-traversal' into 'master'Cindy Pallares
[master]: Prevent a path traversal attack on global file templates Closes #2745 See merge request gitlab/gitlabhq!2677
2018-12-06Fix gitlab:web_hook tasksNick 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
2018-12-06Sort issues and merge requests in ascending and descending orderFatih Acet
2018-12-06Merge branch 'ce-8654-add_package_name_to_dependency_scanning_report' into ↵Kamil Trzciński
'master' Update dependency scanning report fixtures See merge request gitlab-org/gitlab-ce!23542
2018-12-06Merge branch 'expose-mr-pipeline-variables' into 'master'Kamil Trzciński
Expose merge request pipeline variables See merge request gitlab-org/gitlab-ce!23398