- 29 Jul, 2020 40 commits
-
-
Marcel Amirault authored
Added instance application limits link to multi-project pipeline docs See merge request gitlab-org/gitlab!34554
-
Marcel Amirault authored
Added Max pipeline subscriptions defaults See merge request gitlab-org/gitlab!35357
-
Nicolò Maria Mezzopera authored
Remove extraneous br tags via formatter Closes #227602 See merge request gitlab-org/gitlab!37223
-
Derek Knox authored
Added an optional formatter to the rich_content_editor so that SSE and other users can define additional formatting options
-
Martin Wortschack authored
Render storage alert on all project sub-pages See merge request gitlab-org/gitlab!37674
-
Nicolò Maria Mezzopera authored
VSA - Add info icons to explain lead time / cycle time calculations Closes #225452 See merge request gitlab-org/gitlab!37903
-
Ezekiel Kigbo authored
Adds a hoverable tooltip icon to the time metrics for VSA, adding an explanation of how each metric is calculated. Minor refactor of the metric_card Minor cleanup some utility css
-
Bob Van Landuyt authored
Dont use DB connection in GlobalSearchSampler Closes #231248 See merge request gitlab-org/gitlab!38138
-
Marcel Amirault authored
Update development guide about feature flags See merge request gitlab-org/gitlab!37719
-
Kamil Trzciński authored
This does: - moves feature flag testing into a single place - heavily refactors `development` guide for feature flags - document a `bin/feature-flag` workflow
-
Kushal Pandya authored
Fix ignored spec for select environment Closes #230615 See merge request gitlab-org/gitlab!38133
-
Jan Provaznik authored
Use string instead of integer in test See merge request gitlab-org/gitlab!38005
-
Dylan Griffith authored
Merge branch '229547-adjust-code-which-creates-incident-issues-to-pass-issue_type-instead-of-label' into 'master' Resolve "Adjust code which creates incident issues to pass issue_type instead of label" Closes #229547 See merge request gitlab-org/gitlab!37781
-
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.
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!38134
-
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
-
Sean Arnold authored
-
Sean Arnold authored
-
Sean Arnold authored
-
GitLab Release Tools Bot authored
-
Mike Greiling authored
Scope the fontawesome.css to the icons we actually use Closes #229466 See merge request gitlab-org/gitlab!37922
-
Miguel Rincon authored
-
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
-