- 06 Oct, 2021 1 commit
-
-
Marcel Amirault authored
Doc Consistency: system_hooks See merge request gitlab-org/gitlab!71774
-
- 05 Oct, 2021 39 commits
-
-
Michael Kozono authored
Redirect Geo git push operations to primary external URL See merge request gitlab-org/gitlab!71711
-
Mayra Cabrera authored
Migration testing for down database migrations See merge request gitlab-org/gitlab!71111
-
Krasimir Angelov authored
Merge branch '235798-add-telemetry-tracking-for-users-associating-group-milestones-to-releases-2' into 'master' Add Telemetry Tracking for Users Associating Milestones to Releases See merge request gitlab-org/gitlab!71287
-
Kerri Miller authored
Measure Sidekiq enqueue latency for scheduled jobs See merge request gitlab-org/gitlab!71615
-
Mayra Cabrera authored
Replace namespaces unique index on name and parent_id See merge request gitlab-org/gitlab!71390
-
Simon Tomlinson authored
Adds a gitlab:db:migration_testing:down rake task to instrument down migrations on the current branch. Renames the gitlab:db:migration_testing rake task to gitlab:db:migration_testing:up for symmetry Keeps the gitlab:db:migration_testing task for now, so that this change is backwards compatible with the migration testing pipeline, which does not yet know about these changes. Relates to https://gitlab.com/gitlab-org/database-team/gitlab-com-database-testing/-/issues/18
-
Enrique Alcántara authored
Update Content Editor Packages See merge request gitlab-org/gitlab!71620
-
Michael Kozono authored
Sync requirement and requirement issues state See merge request gitlab-org/gitlab!70607
-
Sanad Liaquat authored
Fixing the revert merge request with large setup test See merge request gitlab-org/gitlab!71186
-
Patrick Bair authored
Remove ci_builds join from Security::Finding.by_build_ids See merge request gitlab-org/gitlab!71614
-
Patrick Bair authored
Add ON DELETE constraint to security_policy_management_project_id See merge request gitlab-org/gitlab!71391
-
Sashi Kumar Kumaresan authored
This change adds ON DELETE CASCADE fk constraint to security_orchestration_policy_configurations table for security_policy_management_project_id column. This allows the deletion of security_policy_management_project without ForeignKeyViolation error. Changelog: fixed
-
Niklas van Schrick authored
Add missing tier badge
-
Peter Hegman authored
Define integration form events as constants See merge request gitlab-org/gitlab!71518
-
Peter Hegman authored
Replace v-html with v-safe-html in note_header.vue See merge request gitlab-org/gitlab!70890
-
Lawrence Lin authored
-
Andrejs Cunskis authored
Fix testcase link for purchase_ci_spec See merge request gitlab-org/gitlab!71734
-
Felipe Artur authored
Sync requirement and requirements issues state attribute on database. Changelog: added EE: true
-
Marcia Ramos authored
Resolve "Docs feedback: Update supported k8s cluster versions" See merge request gitlab-org/gitlab!71742
-
Nick Gaskill authored
Merge branch '341671-docs-feedback-ci-di-publish-proposed-pipeline-does-not-work-as-expected' into 'master' Fix Composer CI/CD example See merge request gitlab-org/gitlab!71695
-
Suzanne Selhorn authored
CTRT edits for Webhooks page - part 1 See merge request gitlab-org/gitlab!71647
-
Kati Paizee authored
-
Suzanne Selhorn authored
Edit Snowplow Guide, Frontend Tracking for CTRT See merge request gitlab-org/gitlab!70522
-
Fiona Neill authored
-
Miguel Rincon authored
Changed badge to gitlab-ui element See merge request gitlab-org/gitlab!71504
-
Rémy Coutable authored
Update DAST in ci jobs to version 2 See merge request gitlab-org/gitlab!69054
-
Nikhil George authored
-
Nikola Milojevic authored
Use rate limiting Redis instance See merge request gitlab-org/gitlab!71196
-
Nikola Milojevic authored
Ingest vulnerability flags with the new ingestion flow See merge request gitlab-org/gitlab!71495
-
Jose Ivan Vargas authored
Merge branch '241800-replace-instances-of-droplab-with-gldropdown-vue-component-in-comment_type_toggle-js' into 'master' Replace instances of DropLab with GlDropdown Vue component in `comment_type_toggle.js` [RUN-AS-IF-FOSS] See merge request gitlab-org/gitlab!68110
-
Mark Florian authored
Update dependency @gitlab/ui to v32.15.0 See merge request gitlab-org/gitlab!71565
-
Rémy Coutable authored
Revert "Merge branch 'id-dependency-proxy-workhorse-inject' into 'master'" See merge request gitlab-org/gitlab!71744
-
Sean McGivern authored
Here we can and do use a feature flag. The maximum interval for any rate limit in this section is 3 minutes, so we don't mind too much about requests that sneak in the gaps when the feature flag is being changed - especially as feature flags are cached for a minute in process memory anyway, so it would be hard to be much more precise.
-
Sean McGivern authored
To control this, we use an environment variable. This is because Rack::Attack is configured in an initialiser, so a feature flag is of minimal value - it would still need a restart to take effect. We could rewrite the InstrumentedCacheStore to allow changing the store on a per-operation basis, but that adds more risk for what should be a quick migration. It would also add a feature flag check in a very hot code path (rate limiting checks happen multiple times on every request).
-
Peter Hegman authored
refactor: Set assumeImmutableResults to true for access tokens See merge request gitlab-org/gitlab!70873
-
Rishabh Gupta authored
Changelog: other
-
Andy Soiron authored
Remove the FF ci_pipeline_add_job_with_lock See merge request gitlab-org/gitlab!71652
-
Suzanne Selhorn authored
Clarify and update screenshot recommendations See merge request gitlab-org/gitlab!71265
-
Marcel Amirault authored
-