- 28 Aug, 2019 40 commits
-
-
Andreas Brandl authored
Migrate users.private_profile to disallow NULL values See merge request gitlab-org/gitlab-ee!14838
-
Adam Hegyi authored
This change sets NOT NULL constraint to users.private profile.
-
GitLab Bot authored
-
Achilleas Pipinellis authored
Docs: Update Screenshots for protected tags and branches. Closes #64574 See merge request gitlab-org/gitlab-ce!32262
-
Stefan Schmalzhaf authored
-
GitLab Bot authored
-
Yorick Peterse authored
CE-EE parity for root files See merge request gitlab-org/gitlab-ce!32287
-
Yorick Peterse authored
CE-EE parity for root files See merge request gitlab-org/gitlab-ee!15693
-
Grzegorz Bizon authored
Add rubocop check for be success See merge request gitlab-org/gitlab-ce!32091
-
GitLab Bot authored
-
Annabel Dunstone Gray authored
Fix scoped labels help text toggling behavior Closes #13755 See merge request gitlab-org/gitlab-ee!15591
-
Pedro Moreira da Silva authored
-
Rémy Coutable authored
Makes LFS object link process OIDs in batches Closes #66274 See merge request gitlab-org/gitlab-ce!32268
-
GitLab Bot authored
-
Grzegorz Bizon authored
Apply bindings to queries from QueryRecorder See merge request gitlab-org/gitlab-ce!31689
-
David Wilkins authored
- local tests that assume certain parameters to queries from QueryRecorder fail. These same tests don't fail in the runners, and I can't tell why. This fixes the local failures
-
GitLab Bot authored
-
Filipa Lacerda authored
Upgrade Mermaid to v8.2.4 See merge request gitlab-org/gitlab-ce!32186
-
Filipa Lacerda authored
Remove token field from runners edit form Closes #35060 See merge request gitlab-org/gitlab-ce!32231
-
Payton Burdette authored
Add changelog entry Remove unnecessary test checking for form value Translations updated for gitlab.pot Use proper format on changelog entry
-
Filipa Lacerda authored
Rename Approvers field and modal title See merge request gitlab-org/gitlab-ee!15461
-
Samantha Ming authored
- Change approvers to "Approval rule" - Change members to "Approvers"
-
Ash McKenzie authored
Change the way totalNotes is calculated See merge request gitlab-org/gitlab-ce!32191
-
GitLab Bot authored
-
Grzegorz Bizon authored
Fix moving issues API failing when text includes commit URLs Closes #66666 See merge request gitlab-org/gitlab-ce!32317
-
Michael Kozono authored
Check parent group membership in LDAP group sync Closes #9613 See merge request gitlab-org/gitlab-ee!13435
-
Sean McGivern authored
Only show Service Desk email address to project members See merge request gitlab-org/gitlab-ee!15676
-
Rémy Coutable authored
Remove orphaned EE changelog entries Closes #13684 See merge request gitlab-org/gitlab-ee!15696
-
Stan Hu authored
When a issue is moved from one project to another, all associated Markdown text is rewritten in the context of the new project. If the note contained a link to a commit URL, `CommitRewriter#rewrite` would fail because `Commit#link_reference_pattern` would match `nil` `commit` values in the HTML generated from the Markdown. These `nil` values were passed along to `Project#commits_by` because `Commit#reference_valid?` was always returning `true`. To prevent this issue from happening, we tighten up the check for `Commit#reference_valid?` to look for valid SHA values. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66666
-
GitLab Bot authored
-
Vitali Tatarintev authored
Improve specs output readability by replacing `it_behaves_like` with `include_examples` in `BeSuccessMatcher`
-
Jan Provaznik authored
Adjusts snowplow to use cookies for sessions Closes telemetry#77 See merge request gitlab-org/gitlab-ce!32236
-
Jeremy Jackson authored
This also restructures how and where the configuration for Snowplow lives.
-
Jan Provaznik authored
Adjusts snowplow to use cookies for sessions Closes telemetry#77 See merge request gitlab-org/gitlab-ee!15661
-
Jeremy Jackson authored
This also restructures how and where the configuration for Snowplow lives.
-
Evan Read authored
Rename all filenames and occurrences to License Compliance See merge request gitlab-org/gitlab-ce!32148
-
Achilleas Pipinellis authored
- New redirect doc/user/application_security/license_compliance/index.md - Renaming of images. - Some links that were pointing to the old location are fixed.
-
Vitali Tatarintev authored
-
GitLab Bot authored
-
Vitali Tatarintev authored
Former shared examples were used only once. Inlining them makes tests more clear.
-