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-08-14Optimize the use of cache and dependencies in CI pipelineoptimize-job-dependencies-and-cacheRémy Coutable
The idea is to only pull & push from/to cache from the `setup-test-env` and `compile-assets` jobs, and only pull the required artifacts from all the other jobs. Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-08-14Merge branch 'add-registry-ssl-offloading-docs' into 'master'Tom Atkins
Add troubleshooting docs for Registry image push problems See merge request gitlab-org/gitlab-ce!31807
2019-08-14Added troubleshooting docs for registry image push problemsCatalin Irimie
2019-08-14Merge branch 'ce-nfriend-fix-the-merge-button' into 'master'Filipa Lacerda
CE backport for gitlab-org/gitlab-ee!14894: Fix the merge button dropdown See merge request gitlab-org/gitlab-ce!31248
2019-08-14Merge branch 'require-needs-to-be-present' into 'master'Grzegorz Bizon
Require `needs:` to be present Closes #65839 See merge request gitlab-org/gitlab-ce!31761
2019-08-14Merge branch '10-adjust-copy-for-adding-additional-members' into 'master'Tim Zallmann
Adjust copy for adding additional members See merge request gitlab-org/gitlab-ce!31726
2019-08-14Merge branch 'fix-spelling-in-ci-runners-readme' into 'master'Achilleas Pipinellis
Fix spelling of "timeouted" to "timed out" See merge request gitlab-org/gitlab-ce!31774
2019-08-14Merge branch 'doc-fix-push-options-capabilities' into 'master'Achilleas Pipinellis
Documentation: fix push options capabilities See merge request gitlab-org/gitlab-ce!31792
2019-08-14Documentation: fix push options capabilitiesChristian Couder
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/31068 forgot to add a short description of the new push options that it added.
2019-08-14Merge branch 'tr-embed-metrics-frontend-docs' into 'master'Achilleas Pipinellis
Embed metrics charts in issues - docs See merge request gitlab-org/gitlab-ce!30849
2019-08-14Embed metrics charts in issues - docsTristan Read
2019-08-14Merge branch 'install-doc-remove-quote' into 'master'Achilleas Pipinellis
Docs: remove extra quote from doc/install/installation.md See merge request gitlab-org/gitlab-ce!31785
2019-08-14Merge branch 'ce-10586-add-flag-to-object-storage-migration' into 'master'Michael Kozono
CE Migration Backport: Add flag to object storage See merge request gitlab-org/gitlab-ce!31695
2019-08-14Merge branch '66008-fix-project-image-in-slack-notifications' into 'master'Robert Speicher
Fix project avatar image in Slack pipeline notifications Closes #66008 See merge request gitlab-org/gitlab-ce!31788
2019-08-14Merge branch 'id-source-code-smau' into 'master'Stan Hu
Add usage pings for source code pushes See merge request gitlab-org/gitlab-ce!31734
2019-08-14Add usage pings for source code pushesIgor
Source Code Usage Ping for Create SMAU
2019-08-14Merge branch 'bump_helm_kubectl_gitlab' into 'master'Douglas Barbosa Alexandre
Bump Helm to 2.14.3 and kubectl to 1.11.10 See merge request gitlab-org/gitlab-ce!31716
2019-08-14Merge branch 'expand-variables-only-when-needed' into 'master'Stan Hu
Expand variables only when needed See merge request gitlab-org/gitlab-ce!31772
2019-08-13Merge branch 'bvl-remote-mirror-exception-handling' into 'master'Douwe Maan
Rework push mirror retries See merge request gitlab-org/gitlab-ce!31247
2019-08-13Rework retry strategy for remote mirrorsBob Van Landuyt
**Prevention of running 2 simultaneous updates** Instead of using `RemoteMirror#update_status` and raise an error if it's already running to prevent the same mirror being updated at the same time we now use `Gitlab::ExclusiveLease` for that. When we fail to obtain a lease in 3 tries, 30 seconds apart, we bail and reschedule. We'll reschedule faster for the protected branches. If the mirror already ran since it was scheduled, the job will be skipped. **Error handling: Remote side** When an update fails because of a `Gitlab::Git::CommandError`, we won't track this error in sentry, this could be on the remote side: for example when branches have diverged. In this case, we'll try 3 times scheduled 1 or 5 minutes apart. In between, the mirror is marked as "to_retry", the error would be visible to the user when they visit the settings page. After 3 tries we'll mark the mirror as failed and notify the user. We won't track this error in sentry, as it's not likely we can help it. The next event that would trigger a new refresh. **Error handling: our side** If an unexpected error occurs, we mark the mirror as failed, but we'd still retry the job based on the regular sidekiq retries with backoff. Same as we used to The error would be reported in sentry, since its likely we need to do something about it.
2019-08-13Merge branch 'sh-only-flush-tags-once-per-push' into 'master'Douwe Maan
Only expire tag cache once per push See merge request gitlab-org/gitlab-ce!31641
2019-08-13Expand variables only when neededKamil Trzciński
This makes us to expand variables only when needed, instead of requesting all variables each time. This specifically helps in situation when explicit name of `environment: production` is used.
2019-08-13Fix Geo Node API documentationGabriel Mazetto
Included missing fields, removed non existinting ones, improved examples
2019-08-13Fix project image in Slack pipeline notificationsNathan Friend
This commit fixes the project avatar images that are rendered in the footer of Slack pipeline notifications. Previously, the image URLs provided to Slack were relative URLs; now they are absolute.
2019-08-13Add object storage flag to Geo Node (migration)Gabriel Mazetto
2019-08-13Merge branch '65974-rate-limiter-should-return-429' into 'master'Stan Hu
Return `429` instead of `302` on Rate Limiter on the raw endpoint See merge request gitlab-org/gitlab-ce!31777
2019-08-13Return 429 on rate limiter on raw endpointMayra Cabrera
It was originally returning 302 when the rate limit kicks in, because using the the correct status code makes it easier to track rate limiting events Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/65974
2019-08-13Merge branch 'ce-docker_image_replication-ui-3-3' into 'master'Douglas Barbosa Alexandre
Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14599 See merge request gitlab-org/gitlab-ce!31573
2019-08-13Remove extra quoteAlexander Oleynikov
2019-08-13Merge branch 'issue/61873-no-error-message-for-general-settings' into 'master'Mike Greiling
representing error message with .flash-container element See merge request gitlab-org/gitlab-ce!31636
2019-08-13representing error message with .flash-container elementMesut Güneş
2019-08-13Merge branch ↵Douwe Maan
'34414-update-personal-access-token-scope-descriptions-to-reflect-registry-permissions' into 'master' Update personal access token api scope description Closes #34414 See merge request gitlab-org/gitlab-ce!31759
2019-08-13Update personal access token api scope descriptionNick Kipling
2019-08-13Merge branch 'patch-73' into 'master'Marcia Ramos
Update links.md to give more consistency with the rest of the documentation See merge request gitlab-org/gitlab-ce!31693
2019-08-13Merge branch 'patch-73' into 'master'Marcia Ramos
Add BrowserStack details to Frontend Dev Guide See merge request gitlab-org/gitlab-ce!31744
2019-08-13Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14599Valery Sizov
Part of Docker Regsitry Replication feature for Geo
2019-08-13Merge branch 'docs-pipeline-schedule-parser-note' into 'master'Marcia Ramos
Make cron notation parser a proper note See merge request gitlab-org/gitlab-ce!31542
2019-08-13Make cron notation parser a proper noteDrew Blessing
2019-08-13Only expire tag cache once per pushStan Hu
Previously each tag in a push would invoke the Gitaly `FindAllTags` RPC since the tag cache would be invalidated with every tag. We can eliminate those extraneous calls by expiring the tag cache once in `PostReceive` and taking advantage of the cached tags. Relates to https://gitlab.com/gitlab-org/gitlab-ce/issues/65795
2019-08-13Change spelling of "timeouted" to "timed out"Vitali Tatarintev
2019-08-13Merge branch '65803-invalidate-branches-cache-on-refresh' into 'master'Bob Van Landuyt
Only expire branch cache once per push See merge request gitlab-org/gitlab-ce!31653
2019-08-13Merge branch 'mj/license-updates' into 'master'Marin Jankovski
Change the language in the Licensing section See merge request gitlab-org/gitlab-ce!29750
2019-08-13Merge branch '56883-docs' into 'master'Achilleas Pipinellis
Docs for self monitoring MVC See merge request gitlab-org/gitlab-ce!31530
2019-08-13Remove reference to internalReuben Pereira
- The self-monitoring project can be connected to any Prometheus instance. Make this more clear in the docs.
2019-08-13Merge branch 'docs-12250-update-permissions-for-dependency-list' into 'master'Achilleas Pipinellis
Update permissions for dependency list See merge request gitlab-org/gitlab-ce!31666
2019-08-13Update permissions for dependency listTetiana Chupryna
2019-08-13List licenses in the LICENSE fileMarin Jankovski
Move different licensing content from README to LICENSE file
2019-08-13Require `needs:` to be presentKamil Trzciński
This changes the `needs:` logic to require that all jobs to be present. Instead of skipping do fail the pipeline creation if `needs:` dependency is not found.
2019-08-13Merge branch 'docs-attachment-size' into 'master'Stan Hu
Explain max attachment size in docs Closes #1508 See merge request gitlab-org/gitlab-ce!31745
2019-08-13Update admin_area to explain max attachment sizeMarcel Amirault
Add information about max attachment size, including troubleshooting information if an error is received