- 04 Oct, 2019 23 commits
-
-
Filipa Lacerda authored
Remove unused `js-` class See merge request gitlab-org/gitlab!18043
-
Sarah Groff Hennigh-Palermo authored
-
Kushal Pandya authored
Add Instance Security Dashboard component See merge request gitlab-org/gitlab!16496
-
Mark Florian authored
This implements the basic scaffolding of the root application component that wraps the security dashboard, and leaves a placeholder for the project selector. Another MR will implement the project selector, and likely a third will integrate the two into the store. Part of the [Instance Security Dashboard MVC][1]. [1]: https://gitlab.com/gitlab-org/gitlab-ee/issues/6953
-
Fatih Acet authored
Merge branch '31030-when-viewing-comments-occasionally-the-users-profile-picture-will-be-out-of-place' into 'master' Fix broken notes avatar rendering in Chrome 77 See merge request gitlab-org/gitlab!18110
-
Fatih Acet authored
Resolve "Remove Security Dashboard router from pipelines view" See merge request gitlab-org/gitlab!17767
-
Mark Florian authored
This reduces a bit the coupling of the security dashboard's router and store, and [removes the router from the Pipeline Security Dashboard][1]. Now, to sync a security dashboard to its router (as is done for the Group and Project Security Dashboards), the router must be explictly created and bound to the store using the `syncWithRouter` store plugin at store creation. [1]: https://gitlab.com/gitlab-org/gitlab/issues/32749
-
Tom Atkins authored
Add example in troubleshooting git re postBuffer Closes gitlab-com/support/docs#11 See merge request gitlab-org/gitlab!18075
-
Nourdin el Bacha authored
-
Heinrich Lee Yu authored
Add float to all timeline icons instead of only those for system notes
-
James Lopez authored
Refactor metrics dashboard endpoints into a module See merge request gitlab-org/gitlab!17675
-
Sarah Yasonik authored
In preparation for adding a new metrics_dashboard endpoint, this pulls endpoint logic into a single location so that this logic can be reused. We'll add a new endpoint as a part of https://gitlab.com/gitlab-org/gitlab/issues/31376.
-
Evan Read authored
Fix Danger documentation label check See merge request gitlab-org/gitlab!18108
-
Stan Hu authored
Allow additional method of gathering web metrics See merge request gitlab-org/gitlab!17943
-
Kamil Trzciński authored
This allows to export /metrics directly from the master process instead of exporting from worker process.
-
Evan Read authored
Remove note about omnibus-only installation See merge request gitlab-org/gitlab!18084
-
Ash McKenzie authored
-
Ash McKenzie authored
Add static context GitHub service API param Closes #8477 See merge request gitlab-org/gitlab!17397
-
Evan Read authored
docs: cache:paths - make clear, that only paths within the project folder can be cached. See merge request gitlab-org/gitlab!18028
-
Evan Read authored
Permissions table: Add project creation role setting See merge request gitlab-org/gitlab!17968
-
Cynthia Ng authored
-
Paul Slaughter authored
Migrate ee/spec/javascripts/monitoring/alert_widget_spec.js to Jest" Closes #32461 See merge request gitlab-org/gitlab!17398
-
Illya Klymov authored
* Moves `alert_widget_spec` to Jest * Removes some dead parts in component
-
- 03 Oct, 2019 17 commits
-
-
Paul Slaughter authored
Refactor merge_requests/list_spec to Jest Closes #31631 See merge request gitlab-org/gitlab!16909
-
-
Mark Lapierre authored
Update the QA image Dockerfile to include 'config/light_settings.rb' Closes #33309 See merge request gitlab-org/gitlab!18061
-
Mayra Cabrera authored
Count unique users for more accurate SMAU reporting - Release See merge request gitlab-org/gitlab!17259
-
Mayra Cabrera authored
Set failed status for test cases with error See merge request gitlab-org/gitlab!17039
-
Erick Bajao authored
Made test summary message clearer by stating we are merging failed and error test cases in failures.
-
Alex Buijs authored
Added usage activity data for the release stage
-
Stan Hu authored
Refactor the usage of `HealthChecks` See merge request gitlab-org/gitlab!17953
-
Mayra Cabrera authored
Count unique users for more accurate SMAU reporting - Package See merge request gitlab-org/gitlab!17256
-
Alex Buijs authored
Added usage activity data for package stage
-
Mayra Cabrera authored
remove add_namespace call for project creation See merge request gitlab-org/gitlab!17287
-
John Cai authored
Since CreateRepository will do a mkdir -p when creating a new repository, we do not need to call AddNamespace before creating the repository.
-
Thong Kuah authored
Create table and model for Grafana integration See merge request gitlab-org/gitlab!17234
-
Sarah Yasonik authored
In preparation for supporting the ability to embed Grafana metrics in GitLab Flavored Markdown, we need to allow a way for users to store credentials for us to access the HTTP API for their grafana instance. We expect users to save two key attributes: an authorization token and the url of their grafana instance. This work adds the table and model for storing this auth config.
-
Stan Hu authored
Update the gitlab_host light setting to match the defaults Closes #33360 See merge request gitlab-org/gitlab!18091
-
Douglas Barbosa Alexandre authored
Remove the `:emails_disabled` feature flag... See merge request gitlab-org/gitlab!18044
-
Brett Walker authored
as it's no longer needed
-