- 29 Jul, 2020 40 commits
-
-
Kamil Trzciński authored
This extends RPN to support `()` in expressions
-
Peter Leitzen authored
Fix Rails/SaveBang cop for all ee/spec/policies/* and spec/policies/* See merge request gitlab-org/gitlab!37956
-
Alessio Caiazza authored
Set appropriate timeouts for PrometheusClient Closes #232468 See merge request gitlab-org/gitlab!37924
-
Matthias Käppler authored
-
Rémy Coutable authored
Create DAST on-demand scan using DastSiteProfile See merge request gitlab-org/gitlab!37536
-
Achilleas Pipinellis authored
Update documentation for GitLab project Review App group Closes gitlab-org/quality/team-tasks#323 See merge request gitlab-org/gitlab!38092
-
Achilleas Pipinellis authored
Fix typo in Sidekiq memory killer document See merge request gitlab-org/gitlab!38132
-
Thong Kuah authored
Use fast_spec_helper for rubocop specs See merge request gitlab-org/gitlab!37912
-
Patrick Bajao authored
Add feature flag for jump to next unresolved button in threads See merge request gitlab-org/gitlab!37873
-
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
-
Rajendra Kadam authored
This MR fixes Rails/SaveBang cop for spec files in policies folder. Add changelog for the fix Fix specs that were failing due to change
-
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
-
Philip Cunningham authored
Adds GraphQL mutation that creates a new DAST on-demand scan.
-
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
-
Qingyu Zhao 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
-