- 15 Jun, 2021 2 commits
-
-
Bob Van Landuyt authored
This uses a monotonic time instead of the timeofday provided by the Kernel. The timeofday is subject to change, if an administrator changes it manually, or is updated by NTP.
-
Bob Van Landuyt authored
This makes the request duration histograms consistent across both metrics and only records it when the request was successful. It also makes sure that the way the error was received in the middleware does not matter anymore. Before this change, an error that bubbled up towards the middleware would count towards a groups error budget, but not towards the service availability. With this, both metrics will not include durations of requests that resulted in responses with a 5xx status code. If a request failed, it's not very important for users how fast it failed. For our metrics it could also skew results: A very fast 500 would have less impact on a service's availability or a groups budget spend than a slow one. While they should weigh the same. Similarly, a slow failure should not count double towards availability. This results in the following scoring for requests: | | Fast | Slow | |---------|------|------| | Success | 2/2 | 1/2 | | Error | 0/1 | 0/1 |
-
- 10 Jun, 2021 38 commits
-
-
Sean McGivern authored
Quarantine spec/initializers/mailer_retries_spec.rb due to flakiness See merge request gitlab-org/gitlab!63326
-
Achilleas Pipinellis authored
Add documentation for opt-in graphs See merge request gitlab-org/gitlab!63031
-
Bob Van Landuyt authored
-
Robert Speicher authored
Add invite source to call to the invite members modal See merge request gitlab-org/gitlab!62723
-
Craig Norris authored
Improve cross-linking between MR approvals + API See merge request gitlab-org/gitlab!63677
-
Amy Qualls authored
-
Frédéric Caplette authored
Adds tooltip for pipeline editor branch switcher See merge request gitlab-org/gitlab!63675
-
Enrique Alcántara authored
Merge branch '333063-follow-up-from-enforce-json-schema-validation-for-generic-security-report-fe' into 'master' Pipeline Security Dashboard: move props to inject See merge request gitlab-org/gitlab!63719
-
Enrique Alcántara authored
Use issuesCount field when fetching board issues count [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!63404
-
Grzegorz Bizon authored
Add ability to store CI trace chunks on Gitlab::Redis::TraceChunks [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!62938
-
Craig Norris authored
Updated nav guidance for 14.0 changes See merge request gitlab-org/gitlab!63688
-
Kushal Pandya authored
Boards - Remove unused milestone related code [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!63714
-
pburdette authored
Add switch branch tooltip to the branch switcher on the pipeline editor.
-
Bob Van Landuyt authored
Update translations levels for June 2021 See merge request gitlab-org/gitlab!63469
-
Kushal Pandya authored
Display Escalation Policy See merge request gitlab-org/gitlab!63416
-
Olena Horal-Koretska authored
-
Achilleas Pipinellis authored
Update Migration and Secrets steps in Reference Architecture docs See merge request gitlab-org/gitlab!63504
-
Grant Young authored
-
Phil Hughes authored
Fix Releases page pagination after sort change See merge request gitlab-org/gitlab!63434
-
Nathan Friend authored
-
Achilleas Pipinellis authored
Add Free tiers to Pages docs See merge request gitlab-org/gitlab!63559
-
Max Woolf authored
Add test for updating default branch in projects API See merge request gitlab-org/gitlab!63711
-
Craig Norris authored
Add Free tier badges to Pages-related product docs
-
Heinrich Lee Yu authored
Remove graphql deprecated fields See merge request gitlab-org/gitlab!63293
-
Bob Van Landuyt authored
Add order_project_path to package graphql API sort See merge request gitlab-org/gitlab!62473
-
Sean McGivern authored
Add unique index on configuration for batched_background_migrations See merge request gitlab-org/gitlab!63599
-
Olena Horal-Koretska authored
Global Search - SearchableDropdownItem Component See merge request gitlab-org/gitlab!63567
-
Zack Cuddy authored
-
Sean McGivern authored
Create new way of encrypting tokens - phase 2- writer [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!58902
-
Gosia Ksionek authored
Changelog: changed
-
Kushal Pandya authored
Reorganized runner content to bring SaaS shared runners to main page See merge request gitlab-org/gitlab!63572
-
Suzanne Selhorn authored
-
Kushal Pandya authored
Add code snippet generation for DAST Configuration See merge request gitlab-org/gitlab!63530
-
Dheeraj Joshi authored
-
Mikołaj Wawrzyniak authored
Remove ENABLE_LOAD_BALANCING_FOR_FOSS as it is now ready for production use See merge request gitlab-org/gitlab!63627
-
Alper Akgun authored
Fix wording on DevopsAdoption See merge request gitlab-org/gitlab!63288
-
Heinrich Lee Yu authored
Add auto-generation of iterations for iteration cadences See merge request gitlab-org/gitlab!62348
-
Bob Van Landuyt authored
Add epic's note system_note_meta to Import/Export See merge request gitlab-org/gitlab!63551
-