- 28 Nov, 2019 34 commits
-
-
Aleksei Lipniagov authored
- Add feature flag import_graceful_failures - Add feature flag to group instead of project - Add import_failures table - Gracefully fail, and log error - Send error to Sentry
-
Natalia Tepluhina authored
Remove duplicate queries object and move it to dashboard panels object See merge request gitlab-org/gitlab!20621
-
Phil Hughes authored
Migrate vue shared specs to Jest + VTU See merge request gitlab-org/gitlab!20802
-
Paul Gascou-Vaillancourt authored
Migrated a few Karma specs to Jest and Vue Test Utils, which will help us with the ongoing BootstrapVue upgrade.
-
Heinrich Lee Yu authored
Refactor snippet route helpers See merge request gitlab-org/gitlab!20478
-
Sean McGivern authored
Accept user-defined dashboard uids in Grafana embeds See merge request gitlab-org/gitlab!20486
-
Sarah Yasonik authored
-
Marcia Ramos authored
Link Git debug trace vars in git debug docs See merge request gitlab-org/gitlab!20808
-
Greg Myers authored
Link upstream docs with all Git debug traces & env variables
-
Kamil Trzciński authored
Bump stackprof to 0.2.13 Closes #37499 See merge request gitlab-org/gitlab!20907
-
Francisco Javier López authored
In several places of the code we have conditions to check whether the snippet is a `PersonalSnippet` or a `ProjectSnippet`. In this commit we overwrite existing named routes helpers to avoid that redundancy and in preparation for secret snippets, where we will have to automatically add a query string param to every personal snippet route.
-
James Lopez authored
Enable ETag caching for merge request notes polling See merge request gitlab-org/gitlab!20440
-
Heinrich Lee Yu authored
We also invalidate the cache when a note on a commit that is part of the MR is updated.
-
Matthias Kaeppler authored
This adds support for generating `d3` flamegraphs
-
Phil Hughes authored
Adds missing state prop to log.vue Closes #35222, #36625, and #37313 See merge request gitlab-org/gitlab!20772
-
Rémy Coutable authored
Disable changelog check on docs-only MRs Closes #37340 See merge request gitlab-org/gitlab!20729
-
Paul Gascou-Vaillancourt authored
-
Evan Read authored
Add development documentation for cycle analytics See merge request gitlab-org/gitlab!20343
-
Adam Hegyi authored
-
Evan Read authored
Fix caps and spacing to resolve followup Closes #37486 See merge request gitlab-org/gitlab!20897
-
Marcel Amirault authored
-
Evan Read authored
Remove "STARTER ONLY" mention See merge request gitlab-org/gitlab!20554
-
Marin Jankovski authored
-
Kushal Pandya authored
Add Feature Flag's Active Property to State See merge request gitlab-org/gitlab!20855
-
Stan Hu authored
Remove extra index on snippets.project_id Closes #37361 See merge request gitlab-org/gitlab!20834
-
Mark Lapierre authored
Fix edit scoped label spec Closes #37265 See merge request gitlab-org/gitlab!20873
-
Desiree Chevalier authored
-
Stan Hu authored
Update size after commit See merge request gitlab-org/gitlab!20852
-
Stan Hu authored
Update Puma to v4.3.0 Closes #36966 See merge request gitlab-org/gitlab!20560
-
Miguel Rincon authored
As part of the an effort to ensure compatibility from different data sources, the dashboard "normalized" data to ensure data will always available. Now that the compativblity is not needed thanks to https://gitlab.com/gitlab-org/gitlab/merge_requests/15709, the data sources are uniform again. Objects in dashboard store have been renamed from - dashboard[].metrics to dashboard[].panels - panel[].queries to panel[].metrics Other components that depend in this data have been updated, added empty data checks so components work while the dahboard loads. Embed component also considered.
-
Michael Kozono authored
Add deployment API updated_at filters Closes #33101 See merge request gitlab-org/gitlab!20731
-
Pavel Shutsin authored
Deployment API now accepts updated_after and updated_before filtering options which should allow to limit selection to certain datetime range
-
Evan Read authored
Fix caps and backticks in various docs (/admin, /user) Closes #31185 See merge request gitlab-org/gitlab!20813
-
Marcel Amirault authored
Fix capitalizations and backticks in various docs, in /user, /api and /administration
-
- 27 Nov, 2019 6 commits
-
-
Evan Read authored
Update index.md Grammar mistake See merge request gitlab-org/gitlab!20780
-
Mark Lapierre authored
Fix flakiness in Group SAML specs and some improvements Closes #37308 See merge request gitlab-org/gitlab!20824
-
Clement Ho authored
Update dependency @gitlab/ui to v8 See merge request gitlab-org/gitlab!20810
-
Fatih Acet authored
Move registry list app to list folder Closes #15398 See merge request gitlab-org/gitlab!20792
-
Fatih Acet authored
Migrate diffs specs to Jest + VTU See merge request gitlab-org/gitlab!20652
-
Andrew Fontaine authored
This allows the UI to track whether or not the feature flag is currently active.
-