- 05 Oct, 2021 40 commits
-
-
John Mason authored
In some cases Elasticsearch indexing may make an instance unstable, bringing down Puma. This in turn prevents admins from accessing the UI to pause indexing, leading to extended downtime. This allows users to pause or resume indexing from the command line. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/329667. Changelog: changed EE: true
-
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
-
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
-
Nikola Milojevic authored
Fix dependency proxy image prefix See merge request gitlab-org/gitlab!71511
-
Mayra Cabrera authored
[RUN AS-IF-FOSS] Update Rails to v6.1.4.1 See merge request gitlab-org/gitlab!70673
-
Douglas Barbosa Alexandre authored
Keep credit card non-sensitive info See merge request gitlab-org/gitlab!71171
-
Jose Ivan Vargas authored
Improve integrated error tracking issue details See merge request gitlab-org/gitlab!71405
-
Dmitriy Zaporozhets (DZ) authored
-
Alex Kalderimis authored
Fix Sidekiq feature category logging See merge request gitlab-org/gitlab!71061
-
anna_vovchenko authored
Changed badge typo to info and updated spacings in the title area Changelog: changed
-
Jacob Vosmaer authored
This reverts merge request !68157
-
Nick Thomas authored
Remove unused struct field See merge request gitlab-org/gitlab!71738
-
Dmitry Gruzd authored
Enforce instance, group and project merge request approval settings See merge request gitlab-org/gitlab!69546
-
Phil Hughes authored
Hide filters UI in Roadmap within epic page See merge request gitlab-org/gitlab!71726
-
Alex Kalderimis authored
Remove unused BulkImports files See merge request gitlab-org/gitlab!71475
-
Peter Leitzen authored
Improve trial controller spec See merge request gitlab-org/gitlab!71739
-
Viktor Nagy (GitLab) authored
-
Terri Chu authored
Preload user project access in group API See merge request gitlab-org/gitlab!71631
-