- 16 Jan, 2020 40 commits
-
-
Stan Hu authored
Rename contribution analytics endpoint Closes #7187 See merge request gitlab-org/gitlab!22877
-
Adam Hegyi authored
- From 'groups/:id/analytics' to 'groups/:id/contribution_analytics - Add redirect for the old path - Fix and update I18n on the page
-
Heinrich Lee Yu authored
Use `Runtime.max_threads` when sizing Redis pools See merge request gitlab-org/gitlab!22420
-
Sean McGivern authored
Record enqueuing rate for Sidekiq jobs See merge request gitlab-org/gitlab!23026
-
Kamil Trzciński authored
Add spec to verify import test json See merge request gitlab-org/gitlab!19502
-
Aleksei Lipniagov authored
We want to test Import on "complete" data set, which means that every relation (as in our Import/Export definition) is covered. At least one of the test JSONs, such as `spec/fixtures/lib/gitlab/import_export/complex/project.json` should include them (and being a non-empty relation).
-
Achilleas Pipinellis authored
Bump version in a styleguide section See merge request gitlab-org/gitlab!23188
-
Achilleas Pipinellis authored
Merge branch '37238-add-ability-to-duplicate-the-common-metrics-dashboard-documentation' into 'master' Add ability to duplicate the common metrics dashboard (documentation) See merge request gitlab-org/gitlab!22904
-
Miguel Rincon authored
Explains how to duplicate a system dashboard to a custom dashboard in the project for 12.7
-
Rémy Coutable authored
Fix broken master in spec/lib/gitlab/data_builder/note_spec.rb See merge request gitlab-org/gitlab!23191
-
Mike Greiling authored
Remove useless attachToDocument usage in spec/frontend/vue_shared Closes #196763 See merge request gitlab-org/gitlab!23041
-
Francisco Javier López authored
-
Fatih Acet authored
Add ability to duplicate the common metrics dashboard (frontend) See merge request gitlab-org/gitlab!22919
-
Miguel Rincon authored
Adds a new item to the dashboard dropdown to allow the user to duplicate the dashboard into their projects. Add a modal to create a new dashboard based on a system dashboard, the user can provide file name and commit message for the new file. Refactors the dropdown into a separate component to reduce the dashboard complexity.
-
Heinrich Lee Yu authored
Return empty body for 204 responses in API See merge request gitlab-org/gitlab!22086
-
James Lopez authored
Add ability to duplicate the common metrics dashboard (backend) Closes #37238 See merge request gitlab-org/gitlab!21929
-
Miguel Rincon authored
Numerb of responsibilities which has to be handled while cloning dashboard is increasing, to avoid fat controller, we need to extract this process into separate service.
-
Natalia Tepluhina authored
Update button label in MR widget pipeline footer See merge request gitlab-org/gitlab!22900
-
Sarah Groff Hennigh-Palermo authored
This affects more than three files
-
Marcia Ramos authored
Update forking_workflow.md See merge request gitlab-org/gitlab!23096
-
Ohad Dahan authored
Adding a recommendation to use Repository mirroring
-
Paul Slaughter authored
Remove useless attachToDocument usage in ee/spec/frontend/dependencies Closes #196751 See merge request gitlab-org/gitlab!23052
-
Kamil Trzciński authored
Drop explicit UNIQUE_RELATIONS list from Import See merge request gitlab-org/gitlab!21926
-
Aleksei Lipniagov authored
Check that in-place instead of supporting the list.
-
Douglas Barbosa Alexandre authored
Resolve "Code Review Analytics MVC - API Implementation" Closes #194161 See merge request gitlab-org/gitlab!22801
-
Rémy Coutable authored
Resolve "The Active tab on the Admin Users page should include bots" Closes #118584 See merge request gitlab-org/gitlab!22543
-
Shreyas Agarwal authored
Created scopes with better names and add specs to CE and also EE seperating the bots use within the users.
-
Marcia Ramos authored
Update Merge Request Approvals Documentation Closes #197145 See merge request gitlab-org/gitlab!23163
-
Marcin Sedlak-Jakubowski authored
-
Dmytro Zaporozhets authored
Adding label based stage to FE fixtures Closes #33112 See merge request gitlab-org/gitlab!22459
-
Adam Hegyi authored
- Fixing the events.type field to correctly return the event type. - Unit testing CycleAnalytics::EventEntity - Remove hardcoded label events from the frontend code. - Fix array indices in custom_stage_form_spec.js
-
Dmytro Zaporozhets authored
Add initial Auto DevOps pipeline metrics See merge request gitlab-org/gitlab!22766
-
Hordur Freyr Yngvason authored
Adds a counter on completed Auto DevOps pipelines, labeled by pipeline status. This is a first step in increasing the visibility on the impact that the changes we make have on Auto DevOps functionality.
-
Douglas Barbosa Alexandre authored
Add support to sync GitLab issues with Sentry Issues - Sentry client See merge request gitlab-org/gitlab!23015
-
Douglas Barbosa Alexandre authored
Enable curator to delete old log data See merge request gitlab-org/gitlab!22971
-
Adrien Kohlbecker authored
Deletes data after 15 days
-
Pavel Shutsin authored
Users should be able to filter by milestone and labels.
-
Oswaldo Ferreira authored
It introduces a MetricsClient middleware which records the job being enqueued in a Counter in Prometheus.
-
Imre Farkas authored
Merge branch '197143-nomethoderror-undefined-method-sort_by_attribute-for-nil-nilclass' into 'master' Resolve "NoMethodError: undefined method `sort_by_attribute' for nil:NilClass" Closes #197143 See merge request gitlab-org/gitlab!23161
-
Gosia Ksionek authored
-