- 06 Nov, 2019 40 commits
-
-
Achilleas Pipinellis authored
Clarify that a token is just a password See merge request gitlab-org/gitlab!19592
-
Robert Marshall authored
- Token is an overloaded term; clarify that it is just a password in the Gitaly documentation. Signed-off-by: Robert Marshall <rmarshall@gitlab.com>
-
Andreas Brandl authored
Replace temporary productivity analytics index Closes #32229 See merge request gitlab-org/gitlab!17957
-
Lin Jen-Shin authored
Remove obsolete code branch Closes #34980 See merge request gitlab-org/gitlab!19612
-
Achilleas Pipinellis authored
Fix typo in generic alerts integration documentation See merge request gitlab-org/gitlab!19646
-
Phil Hughes authored
Env dashboard show deployments without deployable See merge request gitlab-org/gitlab!19457
-
Rémy Coutable authored
Add "release" filter to merge request search See merge request gitlab-org/gitlab!19315
-
Achilleas Pipinellis authored
Docs: Pages - Better headings - SEO See merge request gitlab-org/gitlab!19577
-
Marcia Ramos authored
- Improve clarity and SEO "GitLab Pages **default** domain names" - Headings in sentence case
-
Sean McGivern authored
Graphql: Keyset::Connection to support "attribute ASC NULLS LAST" See merge request gitlab-org/gitlab!18916
-
Bob Van Landuyt authored
fix: use policies framework for full_private_access method on user Closes #33456 See merge request gitlab-org/gitlab!18530
-
Dan Davison authored
Remove unnecessary sign out statements in QA test See merge request gitlab-org/gitlab!19470
-
Marcia Ramos authored
Add ReactiveCaching to developer docs See merge request gitlab-org/gitlab!19129
-
Imre Farkas authored
Add rspec gitaly troubleshooting hint See merge request gitlab-org/gitlab!19616
-
Jacob Vosmaer authored
-
Pavel Shutsin authored
-
Pavel Shutsin authored
This reverts commit 3110845a.
-
Jan Provaznik authored
Replace set with let_it_be in share groups with groups changes See merge request gitlab-org/gitlab!19553
-
Jan Provaznik authored
Resolve "Vulnerabilities must have report_type attribute" Closes #34431 See merge request gitlab-org/gitlab!19179
-
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.
-
Diego Louzán authored
-
Diego Louzán authored
-
Diego Louzán authored
Refactor User#full_private_access? method to use declarative policies
-
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
-