- 11 Aug, 2020 40 commits
-
-
David O'Regan authored
Shrink the image down somewhat.
-
Craig Norris authored
Add Redis Actioncable config to Redis docs Closes #232513 See merge request gitlab-org/gitlab!38604
-
Jose Ivan Vargas authored
Update suggest gitlab ci popover button Closes #219888 See merge request gitlab-org/gitlab!37987
-
Nick Gaskill authored
Add coverage fuzzing docs for offline env See merge request gitlab-org/gitlab!38999
-
Yevgeny Pats authored
-
Douglas Barbosa Alexandre authored
Only track schema versions with actual migrations See merge request gitlab-org/gitlab!38645
-
Douglas Barbosa Alexandre authored
Remove resolved cleanup policy tech debt comment See merge request gitlab-org/gitlab!39126
-
Peter Leitzen authored
Swap RepositoryHashCache to UNLINK See merge request gitlab-org/gitlab!39105
-
Robert May authored
Improves the delete performance for RepositoryHashCache by sending a single UNLINK call for multiple keys, rather than multiple DEL calls for each key. This is the same implementation as used in Gitlab::SetCache.
-
Vitali Tatarintev authored
Consider artifact locking in build_details_entity See merge request gitlab-org/gitlab!38918
-
Vitali Tatarintev authored
Enable FF ci_variables_api_filter_environment_scope by default See merge request gitlab-org/gitlab!39209
-
Achilleas Pipinellis authored
-
Jan Provaznik authored
Enable CI warnings feature flag See merge request gitlab-org/gitlab!38712
-
Adam Hegyi authored
Migrate license_management artifacts to license_scanning See merge request gitlab-org/gitlab!36817
-
Tetiana Chupryna authored
https://gitlab.com/gitlab-org/gitlab/-/issues/213571 We removed license_management artifacts, so we need to migrate them to a new license_scanning type
-
Jose Ivan Vargas authored
Change 'gauge-chart' to 'gauge' in YML panel config for gauge charts See merge request gitlab-org/gitlab!39184
-
Nick Thomas authored
Upgrade Workhorse to v8.38.0 See merge request gitlab-org/gitlab!39223
-
Jose Ivan Vargas authored
Swap deprecated button in settings > operations See merge request gitlab-org/gitlab!39131
-
Amelia Bauerly authored
-
Amy Qualls authored
Make internal cron docs Closes #229864 See merge request gitlab-org/gitlab!38961
-
Jake Burden authored
Revise page for format, clarity, and language specs for code samples.
-
Amy Qualls authored
Document the Cloud Native Buildpack launcher See merge request gitlab-org/gitlab!39117
-
Mike Lewis authored
Remove old Jenkins details See merge request gitlab-org/gitlab!38880
-
Matija Čupić authored
-
Jan Provaznik authored
Fix URLs of issues in VSA dashboard Closes #225625 See merge request gitlab-org/gitlab!38703
-
Fabio Pitino authored
-
Vitali Tatarintev authored
Adds BE graphql for DAG See merge request gitlab-org/gitlab!36900
-
Laura Montemayor authored
* Stages, jobs, and groups
-
Tanya Pazitny authored
Fix edit_dashboard_enabled interaction on specs See merge request gitlab-org/gitlab!39203
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!39221
-
Markus Koller authored
Fix gradle uploads and snapshot versions See merge request gitlab-org/gitlab!38338
-
Tim Rizzi authored
Where the first upload (`maven-metadata.xml` file with verison) would not create properly the package with the version set. Co-Authored-By: Sara Ahbabou <sahbabou@gitlab.com>
-
Imre Farkas authored
Refactor `Issuable::Clone::BaseService` to use services See merge request gitlab-org/gitlab!38646
-
Luke Duncalfe authored
Previously Issuable::Clone::BaseService copied an issuable notes, award emoji, and award emoji on the issuable notes to another issue through Issuable::Clone::ContentRewriter. In order to implement https://gitlab.com/gitlab-org/gitlab/-/issues/13426 in future, we need to be able to copy design notes and their award emoji independently of Issuable::Clone::ContentRewriter which was highly-coupled to issuables. Issuable::Clone::BaseService now calls new services: - Notes::CopyService - AwardEmoji::CopyService - ContentRewriterService Which contain re-usable logic to perform those actions.
-
Shinya Maeda authored
Audit failed login from OAuth provider See merge request gitlab-org/gitlab!38473
-
Amy Qualls authored
Docs: Update page to add redirect See merge request gitlab-org/gitlab!39125
-
Stan Hu authored
This adds support for adding S3 encryption headers to uploads. Full list of changes: https://gitlab.com/gitlab-org/gitlab-workhorse/-/blob/master/CHANGELOG
-
Robert Speicher authored
Add k8s gauge metrics dashboard template See merge request gitlab-org/gitlab!39156
-
Robert Speicher authored
Add slack unfurl support for /search See merge request gitlab-org/gitlab!38699
-
Dmitry Gruzd authored
This change adds meta tags for slack link unfurling using page_description and page_card_attributes methods.
-