- 05 Oct, 2020 6 commits
-
-
Tiger authored
If a Terraform state was created before versioning support was introduced, it will have a single version record whose file uses a legacy naming scheme in object storage. To update these states and versions to use the new behaviour, we must do the following when creating the next version: * Read the current, non-versioned file from the old location. * Update the :versioning_enabled flag, which determines the naming scheme * Resave the existing file with the updated name and location, using a version number one prior to the new version * Create the new version as normal This migration only needs to happen once for each state, from then on the state will behave as if it was always versioned. This code can be removed in the next major version (14.0), after which any states that haven't been migrated will need to be recreated https://gitlab.com/gitlab-org/gitlab/-/merge_requests/43665
-
Shinya Maeda authored
Execute project hooks and services when deployment starts See merge request gitlab-org/gitlab!41214
-
Ash McKenzie authored
Fix large backups not working with Azure Blob storage Closes #259838 See merge request gitlab-org/gitlab!44233
-
Tiger Watson authored
Validate text limit on designs.filename See merge request gitlab-org/gitlab!43952
-
Luke Duncalfe authored
This adds a validation to the text limit constraint that was added in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/33565. Our database migration guidelines https://docs.gitlab.com/ee/development/database/strings_and_the_text_data_type.html#add-a-text-limit-constraint-to-an-existing-column recommend that we only validate the constraint one release after the constraint was added. https://gitlab.com/gitlab-org/gitlab/-/issues/220420
-
Thong Kuah authored
Removes fallback warning for legacy deploy board labels See merge request gitlab-org/gitlab!43376
-
- 04 Oct, 2020 4 commits
-
-
Thong Kuah authored
But we still maintain a has_legacy_app_label facade for the API. Also remove un-used legacy_deployments keyword
-
Thong Kuah authored
This removes all FE usages off has_legacy_app_label
-
Vitali Tatarintev authored
Fix Ruby 2.7 kwarg warnings for Sentry client See merge request gitlab-org/gitlab!43826
-
Stan Hu authored
This commit bumps the gitlab-fog-azure-rm gem version to v1.0, which fixes an issue when backups exceed 33 MB in size: https://gitlab.com/gitlab-org/gitlab-fog-azure-rm/-/merge_requests/19
-
- 03 Oct, 2020 7 commits
-
-
Craig Norris authored
Docs: Fixed broken tables See merge request gitlab-org/gitlab!44211
-
Russell Dickenson authored
Add use case for enabled_for_attribute? method in experiment guide See merge request gitlab-org/gitlab!44165
-
Stan Hu authored
Strategy spec speedup See merge request gitlab-org/gitlab!44077
-
Stan Hu authored
Removing references to redash.gitlab.com since it's no longer used See merge request gitlab-org/gitlab!44224
-
Gary Holtz authored
-
Ezekiel Kigbo authored
Replace double angle icons with GitLab SVG in issuables sidebar See merge request gitlab-org/gitlab!43655
-
Ezekiel Kigbo authored
Add helper method for adding page specific styles for IDE-xterm See merge request gitlab-org/gitlab!44190
-
- 02 Oct, 2020 23 commits
-
-
Nathan Friend authored
Update clipboard button to use Pajamas Closes #219834 See merge request gitlab-org/gitlab!38421
-
Mayra Cabrera authored
Introduce configuration value for mounts See merge request gitlab-org/gitlab!43485
-
Chad Woolley authored
Document addition of 'mounts' entry
-
Gabriel Mazetto authored
Expose using_license_seat in users API for admins See merge request gitlab-org/gitlab!43057
-
Amparo Luna authored
-
Mike Jang authored
Fixed abbreviated words replacing with long-form in create-project.md Closes #241791 See merge request gitlab-org/gitlab!43975
-
Peter Leitzen authored
Remove unused hide_dismissed_vulnerabilities feature flag code & yml file Closes #259747 See merge request gitlab-org/gitlab!44212
-
Lindsay Kerr authored
-
Sid Sijbrandij authored
Emphasize on templates and auto-discovery for Auto DevOps documentation intro See merge request gitlab-org/gitlab!44143
-
Peter Leitzen authored
Add table for project alert http integrations See merge request gitlab-org/gitlab!43634
-
Sarah Yasonik authored
Adds a new table and model to represent expected url/token combos for alerting. This table will house integrations which have generic alert payload formatting and custom mappings, once custom mappings are available.
-
Jose Ivan Vargas authored
Update usage quotas table See merge request gitlab-org/gitlab!43644
-
Dhiraj Bodicherla authored
This MR updates the usage quotas page behind additional_repo_storage_by_namespace feature flag. The table displays excess storage purchased by the user
-
Stan Hu authored
Merge branch '260339-multiple-test-failures-with-relation-feature_gates-does-not-exist' into 'master' Resolve "Multiple test failures with `relation "feature_gates" does not exist`" Closes #260339 See merge request gitlab-org/gitlab!44177
-
Suzanne Selhorn authored
Add placeholder token in example snippet Closes #259641 See merge request gitlab-org/gitlab!44210
-
Suzanne Selhorn authored
-
Mayra Cabrera authored
Fix DastSiteProfiles::Update Ruby 2.7 kwarg warn See merge request gitlab-org/gitlab!44178
-
Mayra Cabrera authored
Fix filtering epics when sorting by dates See merge request gitlab-org/gitlab!42827
-
Tim Rizzi authored
-
Peter Leitzen authored
DRY api/users_spec activation specs See merge request gitlab-org/gitlab!44057
-
Serena Fang authored
-
Suzanne Selhorn authored
Doc: Remove "in order to" uses in docs See merge request gitlab-org/gitlab!44185
-
Martin Wortschack authored
Geo Form - Internal URL More Info Link Closes #33339 See merge request gitlab-org/gitlab!43876
-