- 19 Mar, 2020 7 commits
-
-
Kushal Pandya authored
Merge branch '210259-replace-underscore-with-lodash-for-ee-app-assets-javascripts-dependencies' into 'master' Replace underscore with lodash for ./ee/app/assets/javascripts/dependencies Closes #210259 See merge request gitlab-org/gitlab!27312
-
Kushal Pandya authored
Refactor some Geo Node tests with vue-test-utils See merge request gitlab-org/gitlab!27150
-
Kushal Pandya authored
Geo Node Form in Vue - API/Validations Closes #118841 See merge request gitlab-org/gitlab!25851
-
Marcel Amirault authored
Update code_quality.md with correct link to code climate spec. See merge request gitlab-org/gitlab!27385
-
Ian Baum authored
Fix repmgr restore steps to avoid subsequent failures See merge request gitlab-org/gitlab!27548
-
Mark Lapierre authored
Unquarantine tests that use deploy keys Closes #208761 See merge request gitlab-org/gitlab!27465
-
Shaun McCann authored
Prune Rails Console cheat sheet Closes gitlab-com/support/toolbox/snippets#38, gitlab-com/support/toolbox/snippets#31, gitlab-com/support/toolbox/snippets#26, gitlab-com/support/toolbox/snippets#22, gitlab-com/support/toolbox/snippets#21, gitlab-com/support/toolbox/snippets#20, and gitlab-com/support/toolbox/snippets#3 See merge request gitlab-org/gitlab!27523
-
- 18 Mar, 2020 33 commits
-
-
Evan Read authored
Doc for making hostname configurable for smartcard authentication See merge request gitlab-org/gitlab!27000
-
Peter Leitzen authored
Handle errors with repos api See merge request gitlab-org/gitlab!27426
-
Russell Dickenson authored
Docs: descriptions and comments 1m-char limit Closes #31148 See merge request gitlab-org/gitlab!27339
-
Marcin Sedlak-Jakubowski authored
-
Aric Buerer authored
-
Aric Buerer authored
-
Ash McKenzie authored
Move edition tests to model where they belong See merge request gitlab-org/gitlab!27362
-
Mayra Cabrera authored
Revert "Merge branch '31034-enable-zeitwerk' into 'master'" See merge request gitlab-org/gitlab!27539
-
Robert Speicher authored
Remove feature flag cross_project_need_artifacts See merge request gitlab-org/gitlab!27404
-
Mayra Cabrera authored
Fix Gatsby project template See merge request gitlab-org/gitlab!27538
-
Mayra Cabrera authored
Count total amount of users for each access level See merge request gitlab-org/gitlab!25360
-
Mayra Cabrera authored
Adds metric to derive user creation count See merge request gitlab-org/gitlab!27351
-
Martin Wortschack authored
Resolve "Customizable value stream analytics needs documentation" Closes #211601 See merge request gitlab-org/gitlab!27497
-
Adam Hegyi authored
This commit adds user documentation for the customizable value stream analytics feature.
-
James Fargher authored
Service validation for project and type uniqueness Closes #207385 See merge request gitlab-org/gitlab!26308
-
Andy Soiron authored
This validation prevents duplicated services of the same type in the same project. The validation can only run on create because it is possible that the database holds invalid data. If this is the case, updating a service would fail.
-
Martin Wortschack authored
Merge branch '211453-value-stream-analytics-top-labels-causing-error-when-tasks_by_type_chart-feature-flag-not' into 'master' Value stream analytics - top labels causing error when tasks_by_type_chart feature flag not enabled Closes #211453 See merge request gitlab-org/gitlab!27478
-
Stan Hu authored
Use bash for bin/background_scripts See merge request gitlab-org/gitlab!27534
-
Heinrich Lee Yu authored
This reverts merge request !20521
-
Stan Hu authored
The file was missing a VERSION file and project.json, so it was failing to import. Possible fix for https://gitlab.com/gitlab-org/gitlab/-/issues/31589
-
Paul Slaughter authored
Replace underscore/lodash in design_management Closes #210260 See merge request gitlab-org/gitlab!27248
-
Oswaldo Ferreira authored
The bin/background_jobs_sk_cluster script use some bashisms. In order to avoid issues with either GDK or other systems, here we make use of bash as the default interpreter.
-
Douglas Barbosa Alexandre authored
Enable RSpec/LeakyConstantDeclaration cop See merge request gitlab-org/gitlab!27368
-
Jose Vargas authored
This replaces all underscore usage for lodash inside the EE feature design_management
-
syasonik authored
-
Lin Jen-Shin authored
Make rspec:coverage only download the artifacts it needs Closes #211647 See merge request gitlab-org/gitlab!27493
-
Marcia Ramos authored
Add doc requirement for API development See merge request gitlab-org/gitlab!27383
-
Dmytro Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Achilleas Pipinellis authored
Fix typo in offline appsec docs See merge request gitlab-org/gitlab!27453
-
Achilleas Pipinellis authored
Threat monitoring docs Closes #211395 See merge request gitlab-org/gitlab!26025
-
Wei-Meng Lee authored
-
Zack Cuddy authored
This change is broken down from a very large MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/22719 The overall goal is to convert the Geo Node Form from HAML to Vue. Based on MVC, splitting this into smaller MRs is more feasible. This MR adds the final pice to convert the Geo Form into Vue: - The API calls to create/update - Form Validation After this MR is merged, we can do a follow up MR to: - Delete legacy code - Remove Feature Flag
-
Achilleas Pipinellis authored
Docs: update predefined variables usage See merge request gitlab-org/gitlab!27435
-