- 17 Feb, 2020 40 commits
-
-
Alishan Ladhani authored
To be used for setting the instance serverless domain in the admin panel
-
Phil Hughes authored
Migrate ee/spec/javascripts/environments/ to Jest Closes #194276 See merge request gitlab-org/gitlab!25248
-
Emily Ring authored
Moved environments_app_spec.js from ee/spec/javascripts/ to ee/spec/frontend/ to migrate testing from karma to jest
-
Douglas Barbosa Alexandre authored
Assert user domain restrictions not vulnerable See merge request gitlab-org/gitlab!25314
-
Phil Hughes authored
Update main JavaScript file to only apply right sidebar CSS class when an aside is present See merge request gitlab-org/gitlab!25164
-
Natalia Tepluhina authored
Add frontend code for suggesting a pipeline widget See merge request gitlab-org/gitlab!23997
-
Grzegorz Bizon authored
Secure workers use a dedicated queue See merge request gitlab-org/gitlab!24340
-
Cameron Swords authored
Added tests Updated schema as migrations have run
-
Martin Wortschack authored
Update icons documentation See merge request gitlab-org/gitlab!25350
-
Bob Van Landuyt authored
Documentation: external_url and internal_api_url configuration See merge request gitlab-org/gitlab!25348
-
Bob Van Landuyt authored
Internationalize messages for group audit events See merge request gitlab-org/gitlab!25233
-
Paul Slaughter authored
Re-add file stats to diff tree list Closes #198729 See merge request gitlab-org/gitlab!24423
-
Samantha Ming authored
- Fill in slot for ide file row & remove unused prop from file_row - Add spec test to ide_file_row - Remove un-needed test from file_row https://gitlab.com/gitlab-org/gitlab/-/merge_requests/24423
-
Takuya Noguchi authored
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
Doug Stull authored
- we want to run this experiment for suggesting pipelines to users who have none on a MR.
-
Imre Farkas authored
Remove Name & Path from excluded params on Group Import Closes #206927 See merge request gitlab-org/gitlab!25342
-
Paul Gascou-Vaillancourt authored
-
Lin Jen-Shin authored
Make 'review-deploy' depend on 'review-build-cng' with 'needs' Closes #205420 See merge request gitlab-org/gitlab!25137
-
Heinrich Lee Yu authored
Replace set with let_it_be in spec/requests See merge request gitlab-org/gitlab!24999
-
Pavlo Strokov authored
If you blindly follow the steps on setting Prefect support for GitLab it is hard to notice that 'internal_api_url' value for Gitaly configuration needs to be changed to the proper one. So this commit fixes it by adding explicit instructions about how it needs to be changed. Also this commit adds 'external_url' configuration for GitLab configuration file and comment on how it needs to be setup.
-
James Lopez authored
Set container_expiration_policy for project first See merge request gitlab-org/gitlab!22962
-
James Lopez authored
Allow custom bot types Closes #202680 See merge request gitlab-org/gitlab!24852
-
Heinrich Lee Yu authored
Correct threadcount in multithreaded environments See merge request gitlab-org/gitlab!25261
-
Heinrich Lee Yu authored
Add project entity into own class file See merge request gitlab-org/gitlab!25297
-
Peter Leitzen authored
Move productivity analytics to the group level See merge request gitlab-org/gitlab!25329
-
Natalia Tepluhina authored
Design view: moveable design note pins See merge request gitlab-org/gitlab!24934
-
Tom Quirk authored
This is WIP. Adds code to design_overlay to (eventually) facilitate moving design note pins
-
Bob Van Landuyt authored
Rename license_management to license_scanning See merge request gitlab-org/gitlab!24980
-
Tetiana Chupryna authored
license_management feature is deprecated, it's support will be dropped in 13.0
-
Russell Dickenson authored
Document Container Scanning Remediation See merge request gitlab-org/gitlab!25095
-
Adam Cohen authored
-
Adam Hegyi authored
NuGet - The Search Service See merge request gitlab-org/gitlab!24182
-
George Koltsov authored
-
Natalia Tepluhina authored
Add ref path from the api for issuables list Closes #31301 See merge request gitlab-org/gitlab!24838
-
Lin Jen-Shin authored
Fix wrong MR link in pipeline failure email Closes #201947 See merge request gitlab-org/gitlab!25078
-
Bob Van Landuyt authored
This adds the threads we know are running next to the worker threads for Puma and Sidekiq. Adding them here makes sure our connection pool for the database is large enough. In puma, the main thread also connects to the database, so we need to count that. In Sidekiq, the main thread and the poller for Sidekiq cron could also connect to the database.
-
Martin Wortschack authored
Handle ca custom form server errors Closes #36685 See merge request gitlab-org/gitlab!24218
-
Rajendra Kadam authored
-
Bob Van Landuyt authored
Remove expiration_policy feature flag See merge request gitlab-org/gitlab!25123
-
Thong Kuah authored
This means we don't need the without_container_expiration_policy trait anymore (which was globally modifying callbacks) Add comment explaining why we need this and also comment on how developers can assign existing projects.
-