- 28 Aug, 2019 35 commits
-
-
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
-
Ash McKenzie authored
Change the way totalNotes is calculated See merge request gitlab-org/gitlab-ce!32191
-
Grzegorz Bizon authored
Fix moving issues API failing when text includes commit URLs Closes #66666 See merge request gitlab-org/gitlab-ce!32317
-
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
-
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.
-
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.
-
Evan Read authored
Remove a section for a now fixed bug See merge request gitlab-org/gitlab-ce!32319
-
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
-
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
-
Stan Hu authored
Add Issue and Merge Request titles to Todo items Closes #63488 See merge request gitlab-org/gitlab-ce!30435
-
Igor Drozdov authored
totalNotes is only used to prerender a number of skeleton containers until real notes are loaded issuable.discussions makes multiple requests, so too expensive for this This commit uses mere notes for this and sends actual totalNotes number if it's less than 10; otherwise it sends 10 - it allows us to avoid bunch of skeleton prerenderings, which are not necessary since they doesn't fit into the whole screen and disappear quite fast
-
Sanad Liaquat authored
CE Backport of EE changes See merge request gitlab-org/gitlab-ce!32203
-
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 See merge request gitlab-org/gitlab-ce!32074
-
Scott Stern authored
-
Evan Read authored
Resolving minor formatting issues in gitlab-basics Closes #65307 See merge request gitlab-org/gitlab-ce!32194
-
Marcel Amirault authored
-
Ash McKenzie authored
Rename dev, org, com helper See merge request gitlab-org/gitlab-ce!32115
-
Doug Stull authored
-
Arun Kumar Mohan 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.
-
Evan Read authored
Update group permissions table documentation See merge request gitlab-org/gitlab-ce!32020
-
Eugenia Grieff authored
-
Evan Read authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66091 Closes #66091 See merge request gitlab-org/gitlab-ce!32188
-
Russell Dickenson authored
Changed reference to Mattermost versions, so that it's clear which menu navigation path applies.
-
- 27 Aug, 2019 5 commits
-
-
Evan Read authored
Add docs for db_load_balancing metrics See merge request gitlab-org/gitlab-ce!32044
-
Mark Lapierre authored
Add QA specs for using IP rate limits See merge request gitlab-org/gitlab-ce!32177
-
Mark Lapierre authored
Document setting admin credentials in QA tests See merge request gitlab-org/gitlab-ce!32271
-
Mayra Cabrera authored
CE backport for gitlab-org/gitlab-ee!15433 (Expose DesignType#notes_count in GraphQL) See merge request gitlab-org/gitlab-ce!32037
-
Luke Duncalfe authored
Notes call `#after_note_created` and `#after_note_destroyed` on their noteable in callbacks, so the noteable can perform tasks particular to them, like cache expiry. This is in preparation of the EE-specific class `DesignManagement::Design` clearing its `user_notes_count` cache when its note are created or destroyed. Refactoring Rspec behaviour testing of a counter caching service into a shared example. https://gitlab.com/gitlab-org/gitlab-ee/issues/13353
-