- 19 Mar, 2020 40 commits
-
-
Mark Florian authored
The general idea is to move related things closer together, make related directory structures more similar to each other, and name components a bit more consistent. Specifically: - Move all four Security Dashboard types' init functions to `ee/app/assets/security_dashboard/${TYPE}_init.js`. - By bringing all of these together in one place, it'll make it easier to see what's common between them, and will make future refactoring a bit easier. - Simplify "pages" entry points for each dashboard type. - Move Jest store specs so that the directory structures align with the implementation directory structures. - No Karma specs are touched, since touching/moving them generates Danger bot warnings/errors. It's best if they're migrated to Jest anyway in another MR. - Move/rename the `CardSecurityReportsApp` component to `ProjectSecurityDashboard`, under the `ee/app/assets/security_dashboard` hierarchy. - Rename the base `SecurityDashboard` from `app.vue` to `security_dashboard.vue`. - Strip any `App` suffixes used on imported dashboard components.
-
Douglas Barbosa Alexandre authored
Turn off ci_variables_ui ff See merge request gitlab-org/gitlab!27599
-
Imre Farkas authored
Add forking_access_level to projects API See merge request gitlab-org/gitlab!27514
-
Peter Leitzen authored
Add test covering multiple prometheus alerts in single payload See merge request gitlab-org/gitlab!16360
-
Imre Farkas authored
Refactor admin/groups/show view to make less db calls See merge request gitlab-org/gitlab!27462
-
Natalia Tepluhina authored
Always show copyable container registry build / push commands See merge request gitlab-org/gitlab!27492
-
Nicolò Maria Mezzopera authored
- add to getters - unit tests
-
Walmyr Lima e Silva Filho authored
Move logs ee spec to core See merge request gitlab-org/gitlab!27470
-
Dmytro Zaporozhets authored
Fix response format in Group activity API docs See merge request gitlab-org/gitlab!27580
-
Jan Provaznik authored
Optimize projects_with_tracing_enabled query See merge request gitlab-org/gitlab!27540
-
pburdette authored
Remove two changelog entries describing turning on ff.
-
Igor Drozdov authored
GraphQL: Refactor OffsetActiveRecordRelationConnection to use new GraphQL::Pagination class See merge request gitlab-org/gitlab!27459
-
pburdette authored
Turn off the ci_variables_ui feature flag due to a reported customer bug with env scope.
-
Mike Greiling authored
Cache Webpack assets in frontend assets compilation jobs See merge request gitlab-org/gitlab!26008
-
Rémy Coutable authored
Use StrongMemoize for Ci::Build#merge_request See merge request gitlab-org/gitlab!27577
-
Kushal Pandya authored
Update GitLab Packages See merge request gitlab-org/gitlab!27449
-
Rémy Coutable authored
Fix title and description from "JIRA" to "Bugzilla" See merge request gitlab-org/gitlab!22255
-
Vincent Privat authored
-
Mark Florian authored
New container registry disable pagination on loading See merge request gitlab-org/gitlab!27519
-
Nick Thomas authored
Enable workhorse upload acceleration for Project Import uploads via UI See merge request gitlab-org/gitlab!27332
-
Sean McGivern authored
Make the 'User comments on a snippet' system test more robust Closes #208775 See merge request gitlab-org/gitlab!27569
-
Imre Farkas authored
Disable lookup of other ActiveSessions to determine admin mode status Closes #35718 See merge request gitlab-org/gitlab!27318
-
Diego Louzán authored
-
Brett Walker authored
for OffsetActiveRecordRelationConnection. Requires graphql-ruby 1.10.x
-
Rémy Coutable authored
Add more navbar structure test cases Closes #199436 See merge request gitlab-org/gitlab!26976
-
Grzegorz Bizon authored
Add branch info to the package details title See merge request gitlab-org/gitlab!27488
-
Grzegorz Bizon authored
Remove asset_host_prefetch feature flag See merge request gitlab-org/gitlab!26868
-
GitLab Bot authored
-
Natalia Tepluhina authored
Add shared metric card component See merge request gitlab-org/gitlab!27555
-
Aakriti Gupta authored
-
Marcia Ramos authored
Add FF defaulted to true scenario to docs See merge request gitlab-org/gitlab!27480
-
Marcia Ramos authored
Add documentation about the life cycle of a HTTP git request Closes #210322 See merge request gitlab-org/gitlab!27107
-
Rico Hageman authored
-
drew cimino authored
-
Toon Claes authored
Optimize ldap_keys count in usage_data Closes #211474 See merge request gitlab-org/gitlab!27309
-
Jan Provaznik authored
Add limit metric to list See merge request gitlab-org/gitlab!25532
-
Natalia Tepluhina authored
Log filters: Replace "form group header" with "dropdown header" See merge request gitlab-org/gitlab!26635
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Martin Wortschack authored
- Adds a reusable container for displaying metrics in the analytics space
-
Rémy Coutable authored
#30526 (A) [BE] Wiki Events (models) See merge request gitlab-org/gitlab!26529
-