- 09 Jan, 2020 40 commits
-
-
Mark Lapierre authored
Merge branch '196034-quarantine-browser_ui-3_create-web_ide-add_file_template_spec.rb' into 'master' Quarantine Web IDE QA tests See merge request gitlab-org/gitlab!22696
-
Lin Jen-Shin authored
Fix validation of package schema in arrays See merge request gitlab-org/gitlab!22088
-
Stan Hu authored
Merge branch '121670-redis-cache-read-error-prevents-cas-users-from-remaining-signed-in' into 'master' Set default reconnect_attempts of Rails.cache to 1 See merge request gitlab-org/gitlab!22704
-
Douglas Barbosa Alexandre authored
Rename gl-license-management-report.json See merge request gitlab-org/gitlab!22312
-
Tetiana Chupryna authored
-
Paul Slaughter authored
Remove Geo Project/Upload Custom CSS Closes #10947 See merge request gitlab-org/gitlab!21284
-
Zack Cuddy authored
This removes the container classes Instead adding utility classes https://gitlab.com/gitlab-org/gitlab/merge_requests/21284
-
Walmyr Lima e Silva Filho authored
Remove unnecessary empty line from test See merge request gitlab-org/gitlab!22682
-
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.
-
Dan Davison authored
Simplify issue mention end-to-end test See merge request gitlab-org/gitlab!22687
-
Lin Jen-Shin authored
Enable factorybot cop See merge request gitlab-org/gitlab!22136
-
Ryan Cobb authored
This enables FactoryBot/FactoryClassName and FactoryBot/CreateList cops. They were disabled in the upgrade of gitlab-styles gem because they were causing violations.
-
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
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
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
-
Walmyr Lima authored
-
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
-