- 24 Oct, 2019 40 commits
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Force enable experimental group for growth experiments Closes gitlab-org/growth/engineering#77 See merge request gitlab-org/gitlab!18872
-
Rémy Coutable authored
Sync stable branches to CE upon a push Closes gitlab-com/gl-infra/delivery#468 See merge request gitlab-org/gitlab!19017
-
Douglas Barbosa Alexandre authored
Use the correct equality operator for Prometheus Alerts See merge request gitlab-org/gitlab!18919
-
David Wilkins authored
- Prometheus uses == (not =) for equality. Alerts that use single equal (=) result in a syntax error that silently fails to load any new alerts - https://prometheus.io/docs/prometheus/latest/querying/operators/#comparison-binary-operators
-
Alex Buijs authored
-
Filipa Lacerda authored
Code Analytics: Use options for stateless data in filter dropdowns component See merge request gitlab-org/gitlab!19024
-
Brian Kabiro authored
- move `groupsQueryParams` and `projectsQueryParams` to options
-
Filipa Lacerda authored
Resolve "Dropdown icon missing on Compare page" Closes #28336 See merge request gitlab-org/gitlab!19036
-
Jeremy Elder authored
-
Sean McGivern authored
Serialize short sha as nil if head commit is blank See merge request gitlab-org/gitlab!19014
-
Igor authored
-
Sean McGivern authored
Propagate modsec secruleengine to autodeploy job, bump AOD image version Closes #8558 See merge request gitlab-org/gitlab!18809
-
Lucas Charles authored
Supporting https://gitlab.com/gitlab-org/gitlab/issues/8558 this change bumps the ADO image version and allows propagation of the `AUTO_DEVOPS_MODSECURITY_SEC_RULE_ENGINE` variable to the ingress resources created during Auto-Deploy jobs
-
Lin Jen-Shin authored
Make the 'package-and-qa' job wait for downstream 'Trigger:qa-test' job See merge request gitlab-org/gitlab!18216
-
Rémy Coutable authored
Resolve "Perform multiple helm and kubectl clean up in one call" Closes #34838 See merge request gitlab-org/gitlab!19058
-
Albert Salim authored
- Accept multiple release names in Quality::HelmClient and Quality::KubernetesClient - automated_cleanup.rb accumulates releases to be cleaned up before executing them
-
Dmitriy Zaporozhets authored
Support Enable/Disable operations in Feature Flag API See merge request gitlab-org/gitlab!18368
-
Natalia Tepluhina authored
Remove pointer cursor from sparkline chart in MR widget deployment See merge request gitlab-org/gitlab!18599
-
Olena Horal-Koretska authored
-
Marin Jankovski authored
-
Rémy Coutable authored
Invalidate comparison cache when licenses approved or blacklisted See merge request gitlab-org/gitlab!18960
-
Can Eldem authored
-
James Lopez authored
Include gitaly features in gitaly payload See merge request gitlab-org/gitlab!18988
-
Thong Kuah authored
Enable frozen string for spec/models See merge request gitlab-org/gitlab!18994
-
gfyoung authored
Partially addresses: https://gitlab.com/gitlab-org/gitlab/issues/27703
-
Dmitriy Zaporozhets authored
Refactor audit log code See merge request gitlab-org/gitlab!18947
-
Filipa Lacerda authored
Fixes the spacing of the CI icon in the last commit widget See merge request gitlab-org/gitlab!19066
-
Filipa Lacerda authored
Fixes the collapsed admin geo link flyout not showing See merge request gitlab-org/gitlab!19012
-
Ash McKenzie authored
-
Lin Jen-Shin authored
Adds ability to set management project for cluster via API See merge request gitlab-org/gitlab!18429
-
Dmitriy Zaporozhets authored
Removes old collapsible classes Closes #34684 See merge request gitlab-org/gitlab!18948
-
Filipa Lacerda authored
Fetch group labels after group selection See merge request gitlab-org/gitlab!18616
-
Ezekiel Kigbo authored
Moves the request for group labels so that it occurs after a group has been selected instead of when we are loading the custom stage form. This will be needed for the upcoming charts.
-
Dmitriy Zaporozhets authored
* Rename `LogFinder` to `AuditLogFinder` * Rename audit helper methods to `audit_` prefix * Remove use of audit helper in unrelated view * More labels with internalization via `_('Text')` * Make audit dropdowns readable with multiline code * Add specs to `AuditLogsHelper` Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Phil Hughes authored
-
Filipa Lacerda authored
Fixed protected branches flash styling See merge request gitlab-org/gitlab!18955
-
Phil Hughes authored
-
Ash McKenzie authored
Visual Review API See merge request gitlab-org/gitlab!18710
-
drew authored
- Added API class with single POST endpoint - Added #create_visual_review_note to notes helper - Added API Resource documentation - Feature flag to leave public endpoint closed by default
-