- 09 Jan, 2020 40 commits
-
-
Heinrich Lee Yu authored
RedisCacheStore defaults to 0 but we need this to be 1 because Redis connections need to reconnect after a fork so that forked processes don't use the same socket This problem was introduced when we switched to RedisCacheStore because Rails explicitly sets the default to 0. The default value in the redis client is 1.
-
Phil Hughes authored
Align embedded snippet mono space font with GitLab mono space font See merge request gitlab-org/gitlab!20865
-
Dimitrie Hoekstra authored
-
Natalia Tepluhina authored
Remove incorrect localVue usage in ee/spec/frontend/security Closes #121737 See merge request gitlab-org/gitlab!22584
-
Sean McGivern authored
Move WorkerAttributes to the right directory See merge request gitlab-org/gitlab!22677
-
Sean McGivern authored
Fix missing write of weight events for moved issues See merge request gitlab-org/gitlab!22461
-
Stan Hu authored
Fix order-dependent Prometheus metrics specs Closes #196048 See merge request gitlab-org/gitlab!22690
-
Natalia Tepluhina authored
Remove incorrect localVue usage in ee/spec/frontend/vue_mr_widget Closes #121739 See merge request gitlab-org/gitlab!22594
-
Robert Speicher authored
Add vulnerability findings data to instance security dashboard Closes #33899 See merge request gitlab-org/gitlab!21691
-
Avielle Wolfe authored
This commit adds JSON endpoints for fetching vulnerability findings for the instance security dashboard. * Adds Security::VulnerabilityFindingsController, which includes the ProjectCollectionVulnerabilityFindingsActions * Adds SecurityHelper * Adds ApplicationInstance, a PORO model that includes Vulnerable and represents the entire GitLab instance * Adds vulnerability findings routes * Adapts the vulnerability history cache for use with the instance dashboard https://gitlab.com/gitlab-org/gitlab/issues/33899
-
Peter Leitzen authored
Add build metadata to package API See merge request gitlab-org/gitlab!20682
-
Martin Wortschack authored
Add getDateInFuture util method See merge request gitlab-org/gitlab!22671
-
Brandon Labuschagne authored
This is a util method within the datetime_utility which is used to get a date in the future. It accepts a date param along with a param for the number of days which is used for determining the future date.
-
Robert Speicher authored
Use custom user name for service desk emails See merge request gitlab-org/gitlab!22090
-
Jan Provaznik authored
Allows to set and use custom name for outgoing service desk emails.
-
Stan Hu authored
https://gitlab.com/gitlab-org/gitlab/merge_requests/22355 modified a class instance variable, causing the error state to be enabled for all subsequent tests. This commit fixes that by clearing the errors after the tests run. Closes https://gitlab.com/gitlab-org/gitlab/issues/196048
-
Achilleas Pipinellis authored
Documentation to promote checking background migrations See merge request gitlab-org/gitlab!22559
-
DJ Mountney authored
This is important during upgrades, and essential when upgrading between major versions. We will be investigating upgrade checks for this by default in future omnibus versions.
-
Achilleas Pipinellis authored
Update deploy board visualization docs Closes #37029 See merge request gitlab-org/gitlab!22649
-
Yorick Peterse authored
Refactor API deployments spec See merge request gitlab-org/gitlab!22537
-
Andy Soiron authored
I found that 'request_with_query_count' was not used anymore. While removing it, I did some more refactoring of the N+1 context
-
Bob Van Landuyt authored
This is a concern that is included in all workers through the `ApplicationWorker`. So I think it should live in `app/workers/concerns`.
-
Grzegorz Bizon authored
Move endpoint to copy common_metrics.yml to core See merge request gitlab-org/gitlab!21548
-
Grzegorz Bizon authored
Add CI variable to provide GitLab base URL Closes #19751 See merge request gitlab-org/gitlab!22327
-
Aidin Abedi authored
-
Walmyr Lima e Silva Filho authored
Prune epics management end-to-end test See merge request gitlab-org/gitlab!22526
-
Dmitriy Zaporozhets authored
Upgrade elasticsearch gems to v6 See merge request gitlab-org/gitlab!22645
-
Dmitriy Zaporozhets authored
Change set with let_it_be in ee/spec/services/projects See merge request gitlab-org/gitlab!22523
-
Natalia Tepluhina authored
Remove incorrect localVue usage in various files Closes #121747 See merge request gitlab-org/gitlab!22603
-
Andreas Brandl authored
Update project hooks limits to 100 for all plans Closes gitlab-com/gl-infra/production#1521 See merge request gitlab-org/gitlab!22604
-
Kushal Pandya authored
Persist Threat Monitoring alert dismissal See merge request gitlab-org/gitlab!22117
-
Giorgenes Gelatti authored
- Adds `build_info` object to package api - Specs for the new object
-
Nick Thomas authored
Adds project_id and project_path to group api See merge request gitlab-org/gitlab!22089
-
Natalia Tepluhina authored
Remove incorrect localVue usage in ee/spec/frontend/vue_shared Closes #195869 See merge request gitlab-org/gitlab!22619
-
Achilleas Pipinellis authored
Change docs image location See merge request gitlab-org/gitlab!22455
-
Marcel Amirault authored
-
Rémy Coutable authored
Possible fix for flaky sidebar specs Closes #118659 See merge request gitlab-org/gitlab!22667
-
Sean McGivern authored
Merge branch '39119-actioncontroller-urlgenerationerror-no-route-matches-action-evidence-controller-projects' into 'master' Allow slashes in release tags Closes #39119 See merge request gitlab-org/gitlab!22527
-
Sean Carroll authored
Closes https://gitlab.com/gitlab-org/gitlab/issues/39119 See merge request https://gitlab.com/gitlab-org/gitlab/merge_requests/22527
-
Sean McGivern authored
Be more vigorous killing workers when shutting down sidekiq-cluster See merge request gitlab-org/gitlab!21796
-