- 20 Mar, 2020 4 commits
-
-
Heinrich Lee Yu authored
Optimize projects_reporting_ci_cd_back_to_github query See merge request gitlab-org/gitlab!27533
-
Evan Read authored
Docs: Add upgrade guide for AutoDevOps Postgres See merge request gitlab-org/gitlab!26952
-
Thong Kuah authored
Add guide on how to migrate from older 0.7.1 based PostgreSQL to newer 8.2.1 based PostgreSQL.
-
Stan Hu authored
Add index on users.unlock_token See merge request gitlab-org/gitlab!27628
-
- 19 Mar, 2020 36 commits
-
-
Evan Read authored
Describe User statistics page of the Admin Area See merge request gitlab-org/gitlab!27300
-
Evan Read authored
Fix example `.gitlab-ci.yml` for serverless See merge request gitlab-org/gitlab!27592
-
Douglas Barbosa Alexandre authored
Ensure import by URL works after a failed import Closes #31589 See merge request gitlab-org/gitlab!27547
-
Lin Jen-Shin authored
Only make Review App deployment automatic for frontend changes Closes #208834 See merge request gitlab-org/gitlab!27010
-
James Fargher authored
Move NotificationService#prometheus_alerts_fired to CE Closes #210527 See merge request gitlab-org/gitlab!27353
-
Ash McKenzie authored
Use find_by instead of where + first See merge request gitlab-org/gitlab!27618
-
Stan Hu authored
This prevents queries using the unlock_token from bogging down the server.
-
Toon Claes authored
Adds sha256 to package files See merge request gitlab-org/gitlab!27518
-
Russell Dickenson authored
Bulk-insert docs: drop ON CONFLICT restriction See merge request gitlab-org/gitlab!27559
-
Mike Jang authored
Update Cognito docs - empty `extern_uid` See merge request gitlab-org/gitlab!27285
-
Wojciech Pater authored
-
Russell Dickenson authored
-
Giorgenes Gelatti authored
Adds sha256 to files as some packages require it (for example the upcoming PyPi).
-
Mike Jang authored
Remove unsupported SAML providers See merge request gitlab-org/gitlab!27135
-
Cynthia Ng authored
-
Mayra Cabrera authored
Link tables blacklist from renaming doc See merge request gitlab-org/gitlab!27567
-
Mike Greiling authored
Add a note about CI assets required by outside projects Closes #211809 See merge request gitlab-org/gitlab!27609
-
Mark Florian authored
Remove d3 module (not used anymore) and upgrade d3-scale See merge request gitlab-org/gitlab!27502
-
Andrew Fontaine authored
Resolve "Reorganise Security Dashboard frontend files" See merge request gitlab-org/gitlab!23879
-
Achilleas Pipinellis authored
Edits to SAST intro See merge request gitlab-org/gitlab!26711
-
Nick Gaskill authored
-
Dmytro Zaporozhets authored
First part of transition from ghost boolean column to user_type See merge request gitlab-org/gitlab!27387
-
Dmytro Zaporozhets authored
Extract unique_internal to a module See merge request gitlab-org/gitlab!27386
-
Martin Wortschack authored
Remove action buttons for special users See merge request gitlab-org/gitlab!27162
-
Arturo Herrero authored
-
Mark Florian authored
This is a conflict that occurred after https://gitlab.com/gitlab-org/gitlab/-/merge_requests/27136 got merged.
-
Marcel Amirault authored
Docs: Fix foss-links See merge request gitlab-org/gitlab!27573
-
Bob Van Landuyt authored
Enable new packages list by removing feature flag Closes #55220 and #33905 See merge request gitlab-org/gitlab!18860
-
Nicolò Maria Mezzopera authored
Removed feature flag Removed unncessary controller methods Updated packages_helper Updated tests Added tests for sorting
-
Mark Florian authored
-
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.
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
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
-