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
2019-01-08Make unordered lists conform to styleguideEvan Read
- Also makes other minor Markdown fixes that were near the main fixes.
2019-01-08Merge branch 'ce-5606-issues-and-mr-autocomplete-in-epics' into 'master'Robert Speicher
CE backport of gitlab-ee!8936 See merge request gitlab-org/gitlab-ce!23976
2019-01-08Merge branch 'patch-37' into 'master'Evan Read
Link highlighting of jon.doe@example.com swallowed the trailing backtick, destroying formatting. See merge request gitlab-org/gitlab-ce!24133
2019-01-08Link highlighting of jon.doe@example.com swallowed the trailing backtick, ↵Adam Smith
destroying formatting.
2019-01-08Merge branch ↵Mike Lewis
'29951-support-new-issue-creation-by-email-without-subaddressing-docs' into 'master' Document new incoming email address format See merge request gitlab-org/gitlab-ce!23991
2019-01-08Document new incoming email address formatBrett Walker
2019-01-08Merge branch '53966-hashed-storage-read-only' into 'master'Douglas Barbosa Alexandre
Hashed Storage: Only set as `read_only` when starting the per-project migration See merge request gitlab-org/gitlab-ce!24128
2019-01-08Merge branch 'doc-merge_base' into 'master'Evan Read
Fix doc for "Allow getting the merge base of multiple revisions" See merge request gitlab-org/gitlab-ce!24051
2019-01-08Merge branch '49231-import-issues-csv' into 'master'Douwe Maan
Import issues from CSV Closes #49231 See merge request gitlab-org/gitlab-ce!23532
2019-01-08Only set as `read_only` when starting the per-project migrationGabriel Mazetto
In the previous code, we locked the project during the migration scheduling step, which works fine for small setups, but can be problematic in really big installations. We now moved the logic to inside the worker, so we minimize the time a project will be read-only. We also make sure we only do that if reference counter is `0` (no current operation is in progress).
2019-01-08Merge branch 'fix-qa-auto-devops-before-all' into 'master'Kamil Trzciński
Fix QA spec sharing project in the wrong context Closes gitlab-org/quality/nightly#54 See merge request gitlab-org/gitlab-ce!24183
2019-01-07Auto Devops -> Auto DevOpsThong Kuah
2019-01-07Merge branch 'gt-externalize-app-views-shared-notes' into 'master'Fatih Acet
Externalize strings from `/app/views/shared/notes` See merge request gitlab-org/gitlab-ce!23696
2019-01-07Externalize strings from `/app/views/shared/notes`George Tsiolis
2019-01-07Merge branch 'ce-7407-label-quick-epics' into 'master'Lin Jen-Shin
CE port: Use parent instead of project for quick actions See merge request gitlab-org/gitlab-ce!24124
2019-01-07Merge branch '55177-sentry-configuration' into 'master'Kamil Trzciński
Resolve "Sentry Configuration" See merge request gitlab-org/gitlab-ce!23724
2019-01-07Merge branch 'docs/avoid-redirected-geo-links' into 'master'Achilleas Pipinellis
Avoid redirected Geo links See merge request gitlab-org/gitlab-ce!24138
2019-01-07Merge branch '7061_store_container_scanning_reports_in_db_be-ce' into 'master'Stan Hu
Use Container Scaning report fixture from EE See merge request gitlab-org/gitlab-ce!23836
2019-01-07Merge branch '54974-set-threshold-lines-in-metrics-graph' into 'master'Tim Zallmann
Add threshold lines in metrics graph Closes #54978 and #56021 See merge request gitlab-org/gitlab-ce!24169
2019-01-07Add threshold lines in metrics graphAdriel Santiago
2019-01-07Implement error tracking configurationPeter Leitzen
Re-use operations controller which already handles tracing settings.
2019-01-07Use parent instead of projectJarka Košanová
Add support for group entities to quick actions
2019-01-07Add error tracking setting partialPeter Leitzen
2019-01-07Update text to match UX changesTristan Read
2019-01-07Add view and feature test for error tracking settingsTristan Read
2019-01-07Merge branch '55178-db_and_model' into 'master'Sean McGivern
Add table and model for error tracking settings See merge request gitlab-org/gitlab-ce!24047
2019-01-07Add table and model for error tracking settingsReuben Pereira
2019-01-07Merge branch '8535-add-mr-comment-on-ctrl-enter' into 'master'Phil Hughes
Resolve "Ctrl+Enter immediately adds MR comment" See merge request gitlab-org/gitlab-ce!24053
2019-01-07Merge branch '55192-about-link-in-new-window' into 'master'Phil Hughes
Resolve ""About this feature" link should open in new window" Closes #55192 See merge request gitlab-org/gitlab-ce!24149
2019-01-07Resolve ""About this feature" link should open in new window"Natalia Tepluhina
2019-01-07Merge branch '49056-auto-devops-secret-docs' into 'master'Marcia Ramos
Document Auto DevOps secret variables See merge request gitlab-org/gitlab-ce!23970
2019-01-07Use Container Scaning report fixture from EEGilbert Roulot
2019-01-07Remove release from body and add linksdanielgruesso
2019-01-07Merge branch '55721-externalization-for-pipeline-tags' into 'master'Fatih Acet
Externalization for pipeline tags Closes #55721 See merge request gitlab-org/gitlab-ce!24028
2019-01-07Merge branch 'leipert-dedupe-vue' into 'master'Mike Greiling
Update to Vue 2.5.21 Closes #55592 See merge request gitlab-org/gitlab-ce!23969
2019-01-07Merge branch ↵Fatih Acet
'53796-discard-draft-comment-button-to-easy-to-accidentally-hit-on-mobile' into 'master' Resolve "Discard draft comment button to easy to accidentally hit on mobile" Closes #53796 See merge request gitlab-org/gitlab-ce!24185
2019-01-07Merge branch 'update-releases-documentation' into 'master'Marcia Ramos
Update Releases documentation Closes #55934 See merge request gitlab-org/gitlab-ce!24160
2019-01-07Update Releases documentationMarcia Ramos
2019-01-07Merge branch 'patch-37' into 'master'Marcia Ramos
[fix] correct typo in repo_by_url.md See merge request gitlab-org/gitlab-ce!24069
2019-01-07Cancel button for diff notesConstance Okoghenun
Added "cancel" comment button for inline diff notes for commits
2019-01-07Merge branch 'user-update-head-pipeline-worker-2' into 'master'Grzegorz Bizon
Refactor the logic of updating head pipelines for merge requests See merge request gitlab-org/gitlab-ce!23502
2019-01-07Merge branch 'mk/geo-deprecate-legacy-storage-ce' into 'master'Nick Thomas
Backport persistent user callout flash message to CE See merge request gitlab-org/gitlab-ce!24166
2019-01-07Merge branch '54311-fix-board-add-label' into 'master'Kushal Pandya
Fix error when creating labels in a new issue in the boards page Closes #54311 See merge request gitlab-org/gitlab-ce!24039
2019-01-07Merge branch '54981-extended-user-centric-tooltips-add-missing-cases' into ↵Kushal Pandya
'master' Resolve "Extended user centric tooltips: Add missing cases" Closes #54981 See merge request gitlab-org/gitlab-ce!24132
2019-01-07Merge branch 'docs/new-verbs-section-styleguide' into 'master'Marcia Ramos
Increase consistency of documentation suite with more guidance See merge request gitlab-org/gitlab-ce!22249
2019-01-07Removed discard comment buttonConstance Okoghenun
Removed the button and associated tests form notes on Issues and Merge request page.
2019-01-07Merge branch 'depracated-migration-inheritance' into 'master'Rémy Coutable
ActiveRecord::Migration -> ActiveRecord::Migration[5.0] for AddIndexesToCiBuildsAndPipelines See merge request gitlab-org/gitlab-ce!24167
2019-01-07Merge branch 'sh-fix-issue-55914' into 'master'Rémy Coutable
Fix Bitbucket Server import only including first 25 pull requests Closes #55914 See merge request gitlab-org/gitlab-ce!24178
2019-01-07Merge branch '55670-remove-app-views-shared-issuable-_filter-html-haml' into ↵Rémy Coutable
'master' Remove app/views/shared/issuable/_filter.html.haml Closes #55670 See merge request gitlab-org/gitlab-ce!24008
2019-01-07Merge branch 'exit-error-if-job-waited-fails' into 'master'Rémy Coutable
Exit `wait_for_job_to_be_done` as error if the job fails See merge request gitlab-org/gitlab-ce!23997