- 20 Feb, 2020 38 commits
-
-
Sean McGivern authored
-
Adam Hegyi authored
Use unique feature name for Instance Sec Dashboard See merge request gitlab-org/gitlab!24505
-
Mark Florian authored
This should allow _only_ the Instance Security Dashboard to be disabled, without affecting the other Security Dashboards.
-
Bob Van Landuyt authored
Bump rspec and rspec-rails See merge request gitlab-org/gitlab!25105
-
Phil Hughes authored
Migrated getters_spec for jest See merge request gitlab-org/gitlab!25524
-
Phil Hughes authored
Replaces underscore with lodash and native func See merge request gitlab-org/gitlab!25572
-
Tim Zallmann authored
Replace underscore for lodash in releases Closes #196681 See merge request gitlab-org/gitlab!25556
-
Grzegorz Bizon authored
Preload associations needed by Namespace#pages_virtual_domain See merge request gitlab-org/gitlab!25499
-
Stan Hu authored
Reduce number of fork targets for group-managed accounts Closes #34648 See merge request gitlab-org/gitlab!24698
-
Marcel Amirault authored
Add `CI_JOB_IMAGE` to predefined_variables.md See merge request gitlab-org/gitlab!24396
-
Pavel Shutsin authored
Group-managed accounts shouldn't be able to fork a project outside of root group if it has prohibit_outer_forks flag enabled
-
Lin Jen-Shin authored
Test against PG11 in nightly scheduled pipelines Closes #200036 See merge request gitlab-org/gitlab!25156
-
Evan Read authored
Update Elastic Load Balancer type See merge request gitlab-org/gitlab!25504
-
Collen authored
-
Kushal Pandya authored
Merge branch '196645-replace-underscore-with-lodash-for-app-assets-javascripts-frequent_items' into 'master' Replace underscore with lodash methods in frequent_items components Closes #196645 See merge request gitlab-org/gitlab!25479
-
Kushal Pandya authored
FE deep links for cycle analytics Closes #202103 and #32426 See merge request gitlab-org/gitlab!23493
-
Ezekiel Kigbo authored
Set group and proejct id Persists the group the project id params to the url, and also initializes the cycle analytics app with them if present.
-
Kushal Pandya authored
Removes underscore from issues_show See merge request gitlab-org/gitlab!25562
-
Evan Read authored
Update migrating between two self hosted instances doc See merge request gitlab-org/gitlab!25452
-
Evan Read authored
Update misleading automated tests note in Geo documentation See merge request gitlab-org/gitlab!24883
-
Aric Buerer authored
-
Heinrich Lee Yu authored
State the fact that also archived projects are deleted when a group is removed See merge request gitlab-org/gitlab!25269
-
Evan Read authored
Resolve "Follow-up from "Package api sorting" - Docs" Closes #197322 See merge request gitlab-org/gitlab!24338
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Russell Dickenson authored
Document DAST addon configuration See merge request gitlab-org/gitlab!25495
-
Russell Dickenson authored
Deprecate CS CLAIR_VULNERABILITIES_DB_URL in docs See merge request gitlab-org/gitlab!24583
-
Adam Cohen authored
- Use CLAIR_DB_CONNECTION_STRING instead of CLAIR_VULNERABILITIES_DB_CONNECTION_STRING - Add section on Running the standalone container scanning tool
-
Tan Le authored
- rspec to 3.9.1 - rspec-rails to 4.0.0.beta4
-
Dylan Griffith authored
Add DeployTokens instance API endpoint See merge request gitlab-org/gitlab!25066
-
Steve Abrams authored
deploy_tokens endpoint is added to the api
-
Dylan Griffith authored
Complete elasticsearch tracking refactor Closes #38232 See merge request gitlab-org/gitlab!25554
-
Russell Dickenson authored
Add links to monitoring GitLab.com to perf docs See merge request gitlab-org/gitlab!25074
-
allison.browne authored
-
Dhiraj Bodicherla authored
-
Evan Read authored
Fixed text on how to get the functions' final URL Closes #196567 See merge request gitlab-org/gitlab!23159
-
Viktor Nagy authored
-
Nick Thomas authored
In https://gitlab.com/gitlab-org/gitlab/-/merge_requests/24895 we simplified the maintenance story for Elasticsearch record hooks. However, we missed two places where `ElasticIndexWorker` was enqueued directly instead of going through the new hooks. When https://gitlab.com/gitlab-org/gitlab/-/merge_requests/24298 is merged, it will introduce significantly more conditionality into these hooks, so it's important that every part of GitLab uses them.
-
Thong Kuah authored
Add restrictions for email addresses See merge request gitlab-org/gitlab!25122
-
- 19 Feb, 2020 2 commits
-
-
Ash McKenzie authored
Hide the private commit email on the notification settings Closes #197790 See merge request gitlab-org/gitlab!25099
-
Krasimir Angelov authored
When exposing Namespace#pages_virtual_domain it eventually delegates `private_pages?` to `project_feature`, and needs `route` for `full_path`. Preloading these two associations avoids N+1 queries problem. Related to https://gitlab.com/gitlab-org/gitlab/issues/207096.
-