- 20 Aug, 2020 2 commits
-
-
Tom Quirk authored
- use gitlab-ui utlities where possible - improve accessibilty of new comment button - remove redundant/unused classes - update specs - add changelog
-
Stan Hu authored
Coerce string object storage options to booleans Closes omnibus-gitlab#5588 See merge request gitlab-org/gitlab!39901
-
- 19 Aug, 2020 38 commits
-
-
Mike Jang authored
Clarifies that SSO SAML is not supported at subgroup level See merge request gitlab-org/gitlab!39911
-
Stan Hu authored
Admins that accidentally configure `use_iam_profile` or `path_style` with string values (e.g. `"true"`) instead of boolean values would see obscure unmarshaling errors in Workhorse. To avoid this trouble, coerce these string values o boolean values. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/5588
-
Ricardo Amarilla authored
-
Enrique Alcántara authored
Setup basic level telemetry for navigation Closes #223927 See merge request gitlab-org/gitlab!39638
-
Evan Read authored
Docs: Adding Integration Demo Video See merge request gitlab-org/gitlab!39905
-
Evan Read authored
Docs: Adding Development Panel Integration Demo Video See merge request gitlab-org/gitlab!39906
-
Russell Dickenson authored
Make Coverage-guided fuzzing lowercase in docs See merge request gitlab-org/gitlab!39895
-
James Fargher authored
Add an upgrade link to the Admin > License page Closes #237868 See merge request gitlab-org/gitlab!39597
-
Doug Stull authored
- help the users.
-
James Fargher authored
Add auto_link_user Omniauth configuration setting Closes #24327 See merge request gitlab-org/gitlab!36664
-
Jose Ivan Vargas authored
Fix datetimepicker hide button See merge request gitlab-org/gitlab!39755
-
Mike Greiling authored
Replace tilde with hyphen as delimiter in JS chunks Closes #22648 See merge request gitlab-org/gitlab!39874
-
Andrew Fontaine authored
Use @gitlab/ui utilities on subepic issue flag See merge request gitlab-org/gitlab!31970
-
James Fargher authored
API to retrieve group push rules See merge request gitlab-org/gitlab!39642
-
Brian Collins authored
-
Michael Kozono authored
Lookup for users in LDAP based on their e-mail by their e-mail-address instead of only uid. See merge request gitlab-org/gitlab!33767
-
Niko authored
-
Brian Collins authored
-
Amy Qualls authored
Update terraform documentation See merge request gitlab-org/gitlab!39902
-
Lukas 'Eipi' Eipert authored
We had trouble in the past with firewalls tripping over tildes in URLs. So we are replacing them with a hyphen.
-
sfang97 authored
-
Aishwarya Subramanian authored
Adds api to list the push rules for groups. Available to group owners and admins. Updated changelog text
-
ngaskill authored
-
Doug Stull authored
- for collecting data on what is clicked in navigation area.
-
Enrique Alcántara authored
Convert button from deprecated to current state Closes #219831 See merge request gitlab-org/gitlab!38643
-
Amy Qualls authored
Fix button to work with Pajamas.
-
Mayra Cabrera authored
Use FileStoreMounter in PipelineArtifact See merge request gitlab-org/gitlab!39490
-
Mayra Cabrera authored
Fix race condition issue on MergeRequests::CreateService See merge request gitlab-org/gitlab!39587
-
Mehmet Emin INAC authored
`Security::SyncReportsToApprovalRulesService` service class depends on the attribute of `head_pipeline` of merge requests to be set to sync security report results to approval rules. But the `head_pipeline` attribute of merge requests are set by Sidekiq job on background which can be finished before or after the logic of `Security::SyncReportsToApprovalRulesService`. For that reason, we have to move the scheduling of sync approval rule job after we set the `head_pipeline` of merge request.
-
Suzanne Selhorn authored
Substitute gitlab.example.com for example.gitlab.com See merge request gitlab-org/gitlab!39883
-
Lin Jen-Shin authored
Merge branch '231407-review-deploy-job-failed-with-failed-to-disable-sign-up-but-was-actually-disabled' into 'master' Resolve "review-deploy job failed with failed to disable sign up, but was actually disabled" Closes #231407 See merge request gitlab-org/gitlab!38066
-
Mayra Cabrera authored
Implement RSpec helper to load migration files See merge request gitlab-org/gitlab!39112
-
Mehmet Emin INAC authored
The `require_migration!` helper method can be used to require migration files in our specs.
-
Imre Farkas authored
Use `let_it_be` in todos_finder_spec See merge request gitlab-org/gitlab!39806
-
Mike Jang authored
-
Douglas Barbosa Alexandre authored
[Related Issues to core] Change `related_issues` license feature to `blocked_issues` See merge request gitlab-org/gitlab!39662
-
Suzanne Selhorn authored
Correct links to use gitlab.example.com See merge request gitlab-org/gitlab!39880
-
Amy Qualls authored
Fix links so they don't imply actual GitLab URLs, but instead use variants of example.com.
-