An error occurred fetching the project authors.
- 22 Jul, 2021 1 commit
-
-
Andrew Fontaine authored
Re-uses the new form component made as part of the migration of new environments. There was some question about whether or not we need Vuex or something, but honestly because the form manages such a low number of properties and the validation requirements are so small, that I opted to not use it here instead. Also the environment model is small, and so can be inlined in a data attribute. As the validation is stricter on the backend, this should be clear of HTML injection. Changelog: changed
-
- 18 Jun, 2021 1 commit
-
-
Markus Koller authored
-
- 08 Jun, 2021 1 commit
-
-
Hordur Freyr Yngvason authored
-
- 02 Jun, 2021 1 commit
-
-
Hordur Freyr Yngvason authored
We are removing one-click applications from GitLab but leaving the integrations for Prometheus and Elastic Stack. We have code in place that keeps the integration in sync with the corresponding cluster application, and have backfilled the ingtegrations, so we can now use them as a source of truth. See - Backfill Prometheus: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/61502 - Backfill Elastic Stack: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/61521 - Deprecation Epic: https://gitlab.com/groups/gitlab-org/-/epics/4280
-
- 13 May, 2021 1 commit
-
-
Olena Horal-Koretska authored
-
- 12 May, 2021 1 commit
-
-
Tristan Read authored
Add Managed Prometheus deprecation warning for both APM alerting and metrics.
-
- 21 Aug, 2020 1 commit
-
-
Mikolaj Wawrzyniak authored
FE is normaly expects camel cased data, and has better tooling to accept snake case data and convert it to camel case
-
- 04 Aug, 2020 1 commit
-
-
Mikolaj Wawrzyniak authored
To house new dashboard panel builder feautre we need to create new controller and route.
-
- 30 Jul, 2020 1 commit
-
-
rpereira2 authored
Move code to read dashboards in a project's repository into a new lib class. This code was previously in CustomDashboardService and in Metrics::Dashboard::Finder. The code is now in one class.
-
- 29 Jul, 2020 1 commit
-
-
Amy Qualls authored
After the Prometheus integration page was split apart, there were multiple tendrils of help links that needed updating.
-
- 15 Jul, 2020 1 commit
-
-
Ryan Cobb authored
-
- 14 Jul, 2020 1 commit
-
-
Mikołaj Wawrzyniak authored
When presenting list of clusters we should include link to log explorer for gitlab managed apps if user can access it
-
- 08 Jul, 2020 2 commits
-
-
Andrei Stoicescu authored
- add button - refactor dashboard header
-
Andrei Stoicescu authored
- add menu with "Create new" and "Duplicate dashboard" items - add tests
-
- 01 Jul, 2020 1 commit
-
-
Rémy Coutable authored
This reverts commit a68cf398, reversing changes made to 8aeee371.
-
- 30 Jun, 2020 1 commit
-
-
Miguel Rincon authored
Frontend usually expects data in camelCase, and our tooling mostly considers that format. All things being equal, is best to use snake_case for HTML data.
-
- 23 Jun, 2020 1 commit
-
-
Arturo Herrero authored
The plan for RSpec 4.0 is to disable monkey patching, reference: https://rspec.info/blog/2013/07/the-plan-for-rspec-3/#zero-monkey-patching-mode https://relishapp.com/rspec/rspec-core/docs/configuration/zero-monkey-patching-mode This commit stops using RSpec monkey patching in several specs.
-
- 08 Jun, 2020 1 commit
-
-
Ryan Cobb authored
-
- 02 Jun, 2020 1 commit
-
-
Dhiraj Bodicherla authored
Base URL is needed for the metrics dashboard for the Vue router to function. This MR adds it on the BE and passes to FE
-
- 17 Apr, 2020 1 commit
-
-
Reuben Pereira authored
Move files in ee/app/assets/javascripts/monitoring/ to Core since Custom metrics and Alerting has been moved to Core.
-
- 07 Apr, 2020 1 commit
-
-
rpereira2 authored
Since custom metrics is moving into Core, move the custom metrics helper function out of EE.
-
- 31 Mar, 2020 1 commit
-
-
Kirstie Cook authored
-
- 18 Feb, 2020 1 commit
-
-
Vitali Tatarintev authored
Removes usage of `set` in specs
-
- 14 Feb, 2020 1 commit
-
-
Mikolaj Wawrzyniak authored
EnvironmentsHelper#metris_data includes paths which are required in multiple places when rendering embded dashboards. To avoid duplications and to provide MVP qucikly. I included this helper into MetricsDashboard mixin to include required data into response for ajax requests.
-
- 27 Jan, 2020 1 commit
-
-
Dhiraj Bodicherla authored
Environments dropdown in monitoring dashboard uses GraphQL instead of REST API. This MR removes all occurences of envs REST API
-
- 16 Jan, 2020 1 commit
-
-
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.
-
- 21 Oct, 2019 1 commit
-
-
Kirstie Cook authored
Add tests for presence and absence of cluster and deployment platform
-
- 14 Jun, 2019 1 commit
-
-
Dhiraj Bodicherla authored
Fixed inconsistencies in variable names for deployment endpoints for monitoring dashboard which causes deployment rocket icons to disappear
-
- 29 May, 2019 1 commit
-
-
Reuben Pereira authored
- On Operations settings page - On Metrics dashboard page
-
- 27 May, 2019 1 commit
-
-
Reuben Pereira authored
- Modify it to test the EE keys in metrics_data rather than all keys, some of which are defined in the CE EnvironmentsHelper.
-
- 28 Jun, 2018 1 commit
-
-
Tiago Botelho authored
-
- 27 Jun, 2018 1 commit
-
-
Tiago Botelho authored
Specify environment actions to distinguish between metrics and every other environment related actions
-