- 12 Mar, 2020 38 commits
-
-
Heinrich Lee Yu authored
Changes modules to all use Ldap instead of LDAP It was actually easier to change Ldap to LDAP but controllers don't work because the router uses ActiveSupport inflections. We could change the ActiveSupport inflection for this but it would affect multi-word classes like LdapSyncWorker and having to change all these would be a larger change.
-
Achilleas Pipinellis authored
API endpoint for deleting project deploy tokens See merge request gitlab-org/gitlab!25220
-
Achilleas Pipinellis authored
Add outdated security report section See merge request gitlab-org/gitlab!26362
-
Dheeraj Joshi authored
Update doc/user/application_security/img/outdated_report_pipeline_v12_9.png, doc/user/application_security/img/outdated_report_branch_v12_9.png files
-
Bob Van Landuyt authored
Track transition error on concurrent bridge update See merge request gitlab-org/gitlab!26566
-
Shinya Maeda authored
Updating Code Quality Versions to 0.85.9 See merge request gitlab-org/gitlab!26712
-
Eddie Stubbington authored
Update Code-Quality.gitlab-ci.yml so it's always the latest version deployed in the security products.
-
Stan Hu authored
Fix logic to determine export status Closes #32203 See merge request gitlab-org/gitlab!23664
-
Bob Van Landuyt authored
204774 Quick actions executed in multiline inline code, when placed on it's own line Closes #204774 See merge request gitlab-org/gitlab!24933
-
Kushal Pandya authored
Migrate blob_file_dropzone to jest See merge request gitlab-org/gitlab!26776
-
Kushal Pandya authored
Migrate ee/spec/javascripts/prometheus_metrics/ to Jest Closes #194301 See merge request gitlab-org/gitlab!27012
-
Grzegorz Bizon authored
Improve NPM api tests execution time See merge request gitlab-org/gitlab!26810
-
Kushal Pandya authored
Design view: better resizing support for zoomed-in designs See merge request gitlab-org/gitlab!25406
-
Heinrich Lee Yu authored
Consider flags enabled when generating GraphQL schema See merge request gitlab-org/gitlab!26939
-
Marcel Amirault authored
Add organization transition to Jenkins doc See merge request gitlab-org/gitlab!26897
-
Jason Yavorska authored
-
Kushal Pandya authored
Update pipeline copy on dependency & license compliance pages See merge request gitlab-org/gitlab!26864
-
Aishwarya Subramanian authored
Currently, lock files are used to determine the state of a project export. However, the lock files are not stored in a shared volume, causing the export states to be reported incorrectly. In order to fix this, we now store the export states in database as a more reliable mechanism. The table used is project_export_jobs. It stores the project_id, job_id and the current state. In addition to existing states, also added are two new states queued and regeneration_in_progress states. They are used to indicate a job that's waiting to be started and the case when a project export operation has been requested to be re-generated. Failed jobs are re-tried 3 times, after which the state is updated to failed. To account for jobs that get stuck, a cron job runs every hour to set the stuck jobs to failed state. Closes https://gitlab.com/gitlab-org/gitlab/issues/32203
-
Marcel Amirault authored
Remove reference to subject label See merge request gitlab-org/gitlab!26928
-
Ricky Wiens authored
- Subject labels look to have been renamed previously to feature labels. - I also noticed that Blue is widely used across all different types of labels so I removed that requirement from this workflow as well.
-
Kushal Pandya authored
Fix mermaid flowchart width Closes #199132 and #199423 See merge request gitlab-org/gitlab!26848
-
julien MILLAU authored
-
Kushal Pandya authored
Upgrade AWS SDK dependency See merge request gitlab-org/gitlab!27003
-
Kushal Pandya authored
Migrate ee vue_mr_widget/mr_widget_pipeline_spec from Karma to Jest See merge request gitlab-org/gitlab!26707
-
Evan Read authored
Change tilde codeblocks to quad backticks See merge request gitlab-org/gitlab!26994
-
Marcel Amirault authored
-
Fabio Pitino authored
-
Marcel Amirault authored
Check for incorrect extension on internal links See merge request gitlab-org/gitlab!26627
-
Evan Read authored
Linking between Deploy keys/Deploy tokens topics Closes #209692 See merge request gitlab-org/gitlab!26809
-
Suzanne Selhorn authored
-
Evan Read authored
-
Evan Read authored
Make vale use raw scope See merge request gitlab-org/gitlab!27044
-
Marcel Amirault authored
-
Mark Florian authored
Allow multiple descriptionVersions See merge request gitlab-org/gitlab!26316
-
Thong Kuah authored
Remove unused code in Geo::PruneEventLogWorker See merge request gitlab-org/gitlab!26621
-
Heinrich Lee Yu authored
Use full qualified class name in pod logs services See merge request gitlab-org/gitlab!27043
-
Marcel Amirault authored
Fix capitalization issues See merge request gitlab-org/gitlab!27049
-
Evan Read authored
-
- 11 Mar, 2020 2 commits
-
-
Toon Claes authored
Create a single temporary index for note mentions migration See merge request gitlab-org/gitlab!26307
-
Evan Read authored
Geo docs: Add troubleshooting help for gitlab-pg-ctl See merge request gitlab-org/gitlab!26701
-