- 29 Jul, 2020 34 commits
-
-
Dylan Griffith authored
As discovered in https://gitlab.com/gitlab-org/gitlab/-/issues/231248 the `GlobalSearchSampler` which invokes this `Elastic::MetricsUpdateService` is using an extra DB connection since it runs in it's own thread. This extra DB connection is not accounted for and can cause issues with the connection pool. We could account for this extra connection but it turns out the 2 database queries happening in here aren't really necessary anyway. The first checks if the Elasticsearch integration is enabled. Skipping this is safe since it will just set `0` for these metrics which is not a problem. The 2nd checks to see if prometheus monitoring is enabled. But this check was already happening before spawning the `GlobalSearchSampler` in [`config/initializers/7_prometheus_metrics.rb`]( https://gitlab.com/gitlab-org/gitlab/-/blob/17ab3d1634f5f1ca82334f270cf8239d7170b0a2/config/initializers/7_prometheus_metrics.rb#L41 ) so we can safely skip that too. The only other things happening now in this class are requests to Redis and don't require a DB connection.
-
Sanad Liaquat authored
Wait for pipeline finish before deletion See merge request gitlab-org/gitlab!37637
-
Tiffany Rea authored
-
Miguel Rincon authored
Add cilium to Kubernetes apps list Closes #207322 See merge request gitlab-org/gitlab!33703
-
Mike Greiling authored
Scope the fontawesome.css to the icons we actually use Closes #229466 See merge request gitlab-org/gitlab!37922
-
Daniel Tian authored
This MR adds a new cluster application to the applications component. Cilium application is different from the rest of the list since it doesn't have a dependency on Helm and has specific state transitions.
-
Thong Kuah authored
Block project abilities when namespace over storage limit See merge request gitlab-org/gitlab!36734
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!38127
-
Dylan Griffith authored
Make Geo tracking database work with let_it_be Closes #232749 See merge request gitlab-org/gitlab!38118
-
Miguel Rincon authored
Move deploy freeze timezone manipulation from actions.js to mutations.js Closes #229857 See merge request gitlab-org/gitlab!37370
-
Jake Burden authored
- Move deploy freeze timezone data manipulation - Move addTimezoneIdentifier to constants/lib file
-
Kushal Pandya authored
Refactor to remove hardcoded mock data See merge request gitlab-org/gitlab!38011
-
Kushal Pandya authored
Remove ff for confidential apollo implementation See merge request gitlab-org/gitlab!37838
-
Scott Stern authored
-
Russell Dickenson authored
Update Telemetry docs: Add Reporting level by segment table See merge request gitlab-org/gitlab!38119
-
Jerome Ng authored
-
GitLab Release Tools Bot authored
-
Stan Hu authored
Geo tracking atabase entries created in specs with `let_it_be` and `before_all` would not be cleaned up between test runs. By default, let_it_be uses an adapter that only cleans records created via `ActiveRecord::Base`. We fix this by introducing a custom adapter that cleans the Geo tracking database and the main database. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/232749
-
Miguel Rincon authored
Solicit feedback for Security Dashboard Pages Closes #228699 See merge request gitlab-org/gitlab!37317
-
Dheeraj Joshi authored
This would add alerts to Dependency List and License Compliance to solicit feedback from users
-
Suzanne Selhorn authored
Remove inline settings icon from docs See merge request gitlab-org/gitlab!38117
-
Evan Read authored
-
Russell Dickenson authored
Update Telemetry Docs: What data can be tracked table See merge request gitlab-org/gitlab!38115
-
Russell Dickenson authored
-
Russell Dickenson authored
-
Jerome Ng authored
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!38114
-
Miguel Rincon authored
We can simplify adding data to state by using already existing helpers.
-
Jerome Ng authored
-
Jerome Ng authored
-
Marcel Amirault authored
Docs: Updated monorepo example Closes #227381 See merge request gitlab-org/gitlab!36896
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/227381
-
GitLab Release Tools Bot authored
-
Suzanne Selhorn authored
Remove inline admin area icon from docs See merge request gitlab-org/gitlab!38111
-
- 28 Jul, 2020 6 commits
-
-
Evan Read authored
-
Enrique Alcántara authored
Add closed icon for incidents Closes #229401 See merge request gitlab-org/gitlab!37949
-
David O'Regan authored
We add a closed icon for closed incidents to show quickly the state of incidents
-
Russell Dickenson authored
Docs: Added Maven troubleshooting steps Closes #213122 See merge request gitlab-org/gitlab!37507
-
Suzanne Selhorn authored
Closes: https://gitlab.com/gitlab-org/gitlab/-/issues/213122
-
Mike Jang authored
Add example to multi-version compatibility See merge request gitlab-org/gitlab!37550
-