- 16 Apr, 2020 40 commits
-
-
Ash McKenzie authored
Fix Slack slash commands using relative URL See merge request gitlab-org/gitlab!29160
-
Phil Hughes authored
Async delete in the container repository list See merge request gitlab-org/gitlab!29175
-
Nicolò Maria Mezzopera authored
- add constants - bind constants in the list
-
Grzegorz Bizon authored
Implement Shared Runner Minute Factors See merge request gitlab-org/gitlab!27792
-
James Lopez authored
Add metrics_access_level to project features See merge request gitlab-org/gitlab!29371
-
Peter Leitzen authored
Introduce Project bot user See merge request gitlab-org/gitlab!28169
-
Peter Leitzen authored
Rubocop rule to prevent assigning translations to constants See merge request gitlab-org/gitlab!29031
-
Bob Van Landuyt authored
New Crowdin translations - 10 April 2020 Closes #211996 See merge request gitlab-org/gitlab!29360
-
GitLab Crowdin Bot authored
[skip ci]
-
Bob Van Landuyt authored
Post process status page incidents See merge request gitlab-org/gitlab!29207
-
James Lopez authored
Fix constraints for the Static Site Editor route See merge request gitlab-org/gitlab!29496
-
Vasilii Iakliushin authored
Previous MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/29453 **Problem** Current id contraint does not allow routes with `.` symbol. * `gitlab-org/gitlab-shell/-/sse/master/CONTRIBUTING` - match * `gitlab-org/gitlab-shell/-/sse/master/CONTRIBUTING.md` - 404 page **Solution** This MR restores the previous value for `id` constraint. I've added a simple integration test to make sure that routing works as expected.
-
Phil Hughes authored
Add temporary empty message when no result is found See merge request gitlab-org/gitlab!29306
-
Samantha Ming authored
- Move emtpy text to haml - Remove scss
-
Peter Leitzen authored
Make manual prom configs always editable See merge request gitlab-org/gitlab!29209
-
Dhiraj Bodicherla authored
- Also add specs to ensure that #fields method always returns the fields, even when there is a cluster present with Prometheus installed. - This is being done so that the Prometheus manual configuration is editable even when there is a Prometheus managed app installed on a cluster.
-
Ryan Cobb authored
This new project_feature will be used to allow users to configure the visibility of metrics dashboards in their projects. - Add metrics_dashboard_access_level to safe model attributes. - Update spec to audit metrics_dashboard_access_level. - Add a few supporting methods for metrics_dashboard_access_level. - Fix audit specs. - Remove an instantiation of Project in a migration spec that was breaking the spec. - Add new access_level to project_feature_spec. - Add metrics access_level to the project_feature_spec.rb. - Add changelog entry - Use with_lock_retries.
-
James Lopez authored
Add new env vars to Dependency Scanning orchestrator See merge request gitlab-org/gitlab!29595
-
Igor Frenkel authored
-
Peter Leitzen authored
Remove design_management_resize_images flag See merge request gitlab-org/gitlab!29215
-
-
Heinrich Lee Yu authored
Merge branch '214275-fix-geo-attachmentregistry-finder-find_registry_differences-returns-wrong-file-type' into 'master' Geo - Fix wrong file type for source uploads in Geo::AttachmentRegistryFinder#find_registry_differences Closes #214275 See merge request gitlab-org/gitlab!29449
-
Natalia Tepluhina authored
Fix undefined epic issue path in epic tree See merge request gitlab-org/gitlab!29557
-
James Lopez authored
License Compliance - Add `order_by` filter Closes #213592 See merge request gitlab-org/gitlab!28970
-
mo khan authored
* Validate attributes to sort by * Add CHANGELOG entry * Specify sort order for classifications
-
Jarka Košanová authored
Bumps cluster-applications minor version to 0.15.0 See merge request gitlab-org/gitlab!29637
-
Marcel Amirault authored
Runners don't just run tests See merge request gitlab-org/gitlab!26006
-
James Sandlin authored
-
Mayra Cabrera authored
Add line range to diff note position See merge request gitlab-org/gitlab!29135
-
Robert May authored
Adds support for accepting a hash for `line_range` with start and end line codes. This is the easiest way to pass this data between frontend and backend.
-
Kushal Pandya authored
Merge branch '214108-log-explorer-timestamp-in-the-logs-presented-in-utc-and-should-be-in-user-local' into 'master' Display local timezone in logs Closes #214108 See merge request gitlab-org/gitlab!29409
-
Mark Florian authored
Secret detection for MR Widget See merge request gitlab-org/gitlab!28672
-
Dheeraj Joshi authored
This adds vulnerability findings from secret scanning report in Merge Request Widget
-
Adam Hegyi authored
Add missing ON DELETE FK constraints referencing users table Closes #195699 See merge request gitlab-org/gitlab!28720
-
Adam Hegyi authored
This commit adds a rubocop rule that prevents assigning translated texts to constants.
-
Shinya Maeda authored
Add Preview Seat Link payload on "Metrics and Profiling" Settings page Closes #212493 See merge request gitlab-org/gitlab!28582
-
Florie Guibert authored
-
Natalia Tepluhina authored
Do not display branch link in saved changes message UI See merge request gitlab-org/gitlab!29611
-
Natalia Tepluhina authored
Allow to retry submitting changes when an error occurs See merge request gitlab-org/gitlab!29434
-
Enrique Alcántara authored
Display a dismissable alert when submitting changes fails in the Static Site Editor. Allow to retry submitting changes when the error happens.
-