- 21 Jul, 2021 11 commits
-
-
Dylan Griffith authored
As GitLab is planning on moving `ci_*` tables to a separate database we need to start expanding our observability/logging/metrics to allow us to distinguish between the different databases being queried. We had already implemented logging per database by including the database name (ie. what Postgres calls the database) in the log statements in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/63490 but later we learnt this wasn't a good idea because we may want to use 2 different Postgres servers with the same Database name (in fact that's what our current migration plan involves). As such we need to use the name that the GitLab application uses to distinguish between the 2 different databases. This is the name used to configure the `config/database.yml` and must be unique. In the default case it does not have a name and Rails will call it `primary`. This has the unfortunate result that this MR will add JSON log keys `db_replica_primary_duration_s` and `db_primary_primary_duration_s` because we already use the words `primary/replica` to distinguish between our read-write primary and read-only replicas. We plan to eventually force the `config/database.yml` to name these `main` and `ci` and at that time these log statements will be a little clearer. In the meantime this is behind a feature flag so should not bother people that aren't intending to try and make sense of these metrics.
-
Evan Read authored
Clarify RPC concurrency limit details See merge request gitlab-org/gitlab!65388
-
Ben Bodenmiller authored
-
Mayra Cabrera authored
Default on GraphQL boards feature flag [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!63118
-
Florie Guibert authored
-
Mayra Cabrera authored
Re-schedule `latest_pipeline_id` population with logger See merge request gitlab-org/gitlab!66050
-
Mehmet Emin INAC authored
-
Evan Read authored
Add authentication note to releases API See merge request gitlab-org/gitlab!66499
-
Jaime Martinez authored
-
Russell Dickenson authored
Refine moderate users content See merge request gitlab-org/gitlab!66417
-
Evan Read authored
-
- 20 Jul, 2021 29 commits
-
-
Simon Knox authored
Fix audit events empty space See merge request gitlab-org/gitlab!52590
-
Mark Lapierre authored
Restrict omnibus self-managed registry test to pipeline main See merge request gitlab-org/gitlab!66350
-
Mayra Cabrera authored
Update background migration to use main instead of master [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!66492
-
Stan Hu authored
https://gitlab.com/gitlab-org/gitaly/-/merge_requests/3537 updated the default branch to be `master` instead of `main`. This broke `backfill_snippet_repositories_spec.rb` because it expected to create commits in `master`, but the default branch was `main`. Since `main` is now the default, we should target the initial commit for that branch. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/336538
-
Gabriel Mazetto authored
Fix CRON setting when using gitaly-backup See merge request gitlab-org/gitlab!65695
-
Andrew Fontaine authored
Create Form for Issue and Epic in Boards See merge request gitlab-org/gitlab!65048
-
Robert Speicher authored
Allow updating merged results pipelines and merge trains via API [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!56237
-
Stan Hu authored
Move API CI related classes under Ci namespace See merge request gitlab-org/gitlab!66263
-
Mayra Cabrera authored
Add SAML provider search to UsersFinder See merge request gitlab-org/gitlab!66162
-
Jackie Fraser authored
-
Nick Gaskill authored
Remove helm doc warnings See merge request gitlab-org/gitlab!66484
-
Amy Qualls authored
Add details about project feature settings See merge request gitlab-org/gitlab!54276
-
Ben Bodenmiller authored
-
Steve Abrams authored
-
Douglas Barbosa Alexandre authored
Update GitLab Runner Helm Chart to 0.31.0/14.1.0 See merge request gitlab-org/gitlab!66447
-
Sarah Groff Hennigh-Palermo authored
Fix line numbers not being calculated properly See merge request gitlab-org/gitlab!66475
-
Marcin Sedlak-Jakubowski authored
Add project-level VSA for deploy metrics See merge request gitlab-org/gitlab!65378
-
Larissa Lane authored
-
Nick Gaskill authored
Resolve "Evaluate master/main usage and resolve issues - Package" See merge request gitlab-org/gitlab!66469
-
Craig Norris authored
Document wiki default branch behavior See merge request gitlab-org/gitlab!66404
-
Amy Qualls authored
-
Miguel Rincon authored
Remove marketing email opt-in for self-managed See merge request gitlab-org/gitlab!66255
-
Miguel Rincon authored
Clean up data-testid and use findByRole See merge request gitlab-org/gitlab!66379
-
Marcin Sedlak-Jakubowski authored
Add a note about sub group data See merge request gitlab-org/gitlab!65365
-
Larissa Lane authored
-
Tim Rizzi authored
-
DJ Mountney authored
nginx: modernise TLS config See merge request gitlab-org/gitlab!65345
-
Suzanne Selhorn authored
Cloud Licensing Updates to Docs See merge request gitlab-org/gitlab!61314
-
Teresa Tison authored
-