- 28 Aug, 2019 40 commits
-
-
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
-
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.
-
GitLab Bot authored
-
Evan Read authored
Remove a section for a now fixed bug See merge request gitlab-org/gitlab-ce!32319
-
GitLab Bot authored
-
Achilleas Pipinellis authored
Edit Feature Flags topic See merge request gitlab-org/gitlab-ce!31956
-
Evan Read authored
-
Achilleas Pipinellis authored
Those guidelines where based on https://gitlab.com/gitlab-org/gitlab-docs/issues/311 which seems to be fixed.
-
Achilleas Pipinellis authored
Fix markdown in various docs (part 1) See merge request gitlab-org/gitlab-ce!32267
-
Marcel Amirault authored
Clean up issues that may cause the docs-lint test to fail, such as trailing whitespace, no EOF newline, blockquotes, etc
-
GitLab Bot authored
-
Achilleas Pipinellis authored
Fixes Introduced in text for our renderer See merge request gitlab-org/gitlab-ce!32308
-
Evan Read authored
-
Evan Read authored
Note CI token exception to JWT requests in rate limit docs See merge request gitlab-org/gitlab-ce!32168
-
GitLab Bot authored
-
Stan Hu authored
Add Issue and Merge Request titles to Todo items Closes #63488 See merge request gitlab-org/gitlab-ce!30435
-
Stan Hu authored
[EE] Add Issue and Merge Request titles to Todo items See merge request gitlab-org/gitlab-ee!15436
-
Jan Provaznik authored
Only displays the todo body if the todo has a note. This is to avoid redundant Issue or Merge Request titles displayed both in the Todo title and body.
-
GitLab Bot authored
-
Sanad Liaquat authored
CE Backport of EE changes See merge request gitlab-org/gitlab-ce!32203
-
Sanad Liaquat authored
E2E test for Restrict group access by ip address spec Closes gitlab-org/quality/testcases#100 See merge request gitlab-org/gitlab-ee!15632
-
Sanad Liaquat authored
Add scenario with user's ip address and once scenario with other ip address
-
Mark Lapierre authored
Geo: Test wiki replication via HTTP See merge request gitlab-org/gitlab-ee!15504
-
Jennifer Louie authored
-
GitLab Bot authored
-
Evan Read authored
Remove eks from adding an existing cluster section See merge request gitlab-org/gitlab-ce!32125
-
Daniel Gruesso authored
-
Mike Greiling authored
Ss/add board name to page title EE See merge request gitlab-org/gitlab-ee!15503
-
Mike Greiling authored
Convert Issue Analytics chart into ECharts See merge request gitlab-org/gitlab-ee!15389
-