- 06 Nov, 2019 35 commits
-
-
Victor Zagorodny authored
Add migration to add nullable column vulnerabilities.report_type. Add a post deploylment migration to populate the vulnerabilities.report_type from their associated vulnerability_occurrences report_type or set to default value in case of "orphan" vulnerability.
-
Sean McGivern authored
Resolve "Empty Dependency list even if dependency_scanning job is set up" See merge request gitlab-org/gitlab!19241
-
Tetiana Chupryna authored
-
Jan Provaznik authored
Add links to associated release(s) to the milestone detail page sidebar See merge request gitlab-org/gitlab!17278
-
Sanad Liaquat authored
Authenticate `Runtime::Feature` as admin See merge request gitlab-org/gitlab!19672
-
Mark Lapierre authored
Uses an admin access token if one is provided (via GITLAB_QA_ADMIN_ACCESS_TOKEN) Otherwise it uses the admin username and password via Runtime::Env. Those credentials fallback on the default username and password if GITLAB_ADMIN_USERNAME and GITLAB_ADMIN_PASSWORD are not set, so it checks if the user with those credentials has admin access, and raises an exception if it doesn't.
-
Phil Hughes authored
Fix moving items down in the epic tree Closes #35532 See merge request gitlab-org/gitlab!19639
-
Dmitriy Zaporozhets authored
Use Gitlab::Database.nulls_last_order for issue scope Closes #29713 See merge request gitlab-org/gitlab!19587
-
James Lopez authored
Hide trial banner for namespaces with expired trials See merge request gitlab-org/gitlab!19510
-
Jarka Košanová authored
Fixes item swapping in Epics Tree. Adding new issues always adds them to top.
-
Rémy Coutable authored
Fix flaky spec in ee/spec/features/admin/admin_settings_spec.rb Closes #35539 See merge request gitlab-org/gitlab!19673
-
Rémy Coutable authored
Update code copied from Devise Closes #27433 See merge request gitlab-org/gitlab!19614
-
Imre Farkas authored
Add a Slack slash command to add a comment to an issue Closes #30822 See merge request gitlab-org/gitlab!18946
-
Alper Akgun authored
When a trial expires for a namespace, we won't show a new trial again. This is valid for the user dashboard and user and group billing pages
-
Heinrich Lee Yu authored
Add Codesandbox metrics to usage ping Closes #24837 See merge request gitlab-org/gitlab!19075
-
Francisco Javier López authored
The following actions are tracked: - The client preview setting is enabled - Every time the preview feature is used Move pingUsage call to Vuex clientside module **Why create a new module?** This call is a bit unrelated to the other parts of the IDE. Creating a new module helps keep this part contained + opens the door for allowing other clientside specific parts to be cohesively organized.
-
Ash McKenzie authored
Fix: Geo: rake gitlab:geo:check on the primary is cluttered Closes #32398 See merge request gitlab-org/gitlab!19460
-
Phil Hughes authored
Fix admin welcome illustration not found See merge request gitlab-org/gitlab!19676
-
Rémy Coutable authored
Only move repos for legacy project storage Closes #35456 See merge request gitlab-org/gitlab!19410
-
John Cai authored
-
Valery Sizov authored
We only check secondary related things when node is secondary or when the current not is misconfigured
-
Paul Slaughter authored
-
Natalia Tepluhina authored
Resolve "Dependency List is not up-to-date - frontend" See merge request gitlab-org/gitlab!19352
-
David Pisek authored
This commit adds additional information (link to latest pipeline and it's time) to the header section of the dependency list page. It also increases the main headers font size adds a link to the relevant documentation page to it.
-
Natalia Tepluhina authored
Add styles for better comments and truncation image title Closes #13492 See merge request gitlab-org/gitlab!17547
-
Jarek Ostrowski authored
Add h-100 to image notes Give right margin to pagination buttons Run jest
-
Sanad Liaquat authored
Move quarantine tag to description block See merge request gitlab-org/gitlab!19586
-
Dan Davison authored
-
Heinrich Lee Yu authored
For some reason, the flash message does not show up all the time in CI causing flaky specs. But the other assertions should be enough to make sure the operation succeeded
-
Thong Kuah authored
Add EKS cluster counts to usage data See merge request gitlab-org/gitlab!17059
-
Evan Read authored
Docs: Raise minimum K8s version to 1.12 See merge request gitlab-org/gitlab!19546
-
Thong Kuah authored
As part of upgrading to kubectl 1.13 in https://gitlab.com/gitlab-org/gitlab/issues/30495 we also should raise the minimum cluster version, as https://kubernetes.io/docs/setup/release/version-skew-policy/#kubectl means we support 1.12, 1.13 and 1.14 See also https://gitlab.com/gitlab-org/charts/gitlab/issues/1389
-
Heinrich Lee Yu authored
This was changed upstream to fix a vulnerability
-
Mark Lapierre authored
Unquarantine file locking spec Closes #35153 See merge request gitlab-org/gitlab!19657
-
Nailia Iskhakova authored
Issue https://gitlab.com/gitlab-org/gitlab/issues/35254 does not reproduce anymore
-
- 05 Nov, 2019 5 commits
-
-
Mike Greiling authored
Merge branch '32458-update-group-creation-url-so-it-is-always-unique-and-does-not-generate-an-error' into 'master' Uniquify path slug creation from group name Closes #32458 See merge request gitlab-org/gitlab!17394
-
Alper Akgun authored
Suggests a unique path for a group with an ajax call Checks manual path inputs and warns users if already exists
-
Mike Greiling authored
Fetch cycle analytics stages groups and events separately See merge request gitlab-org/gitlab!18514
-
Ezekiel Kigbo authored
For https://gitlab.com/gitlab-org/gitlab/issues/13076 we need to fetch cycle analytics data from the /-/analytics dedicated endpoints introduced in https://gitlab.com/gitlab-org/gitlab/merge_requests/18208 Remove unneeded lines
-
Mike Greiling authored
Add font-size utilities based on Pajamas typescale specifications See merge request gitlab-org/gitlab!19643
-