- 28 Aug, 2019 40 commits
-
-
Stefan Schmalzhaf authored
-
Yorick Peterse authored
CE-EE parity for root files See merge request gitlab-org/gitlab-ce!32287
-
Grzegorz Bizon authored
Add rubocop check for be success See merge request gitlab-org/gitlab-ce!32091
-
Rémy Coutable authored
Makes LFS object link process OIDs in batches Closes #66274 See merge request gitlab-org/gitlab-ce!32268
-
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
-
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
-
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.
-
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
-
Vitali Tatarintev authored
Former shared examples were used only once. Inlining them makes tests more clear.
-
Vitali Tatarintev authored
-
Vitali Tatarintev authored
Use Rubocop's Include instead of manually checking the matcher in controllers specs.
-
Vitali Tatarintev authored
BeSuccessMatcher now supports following examples: ``` expect(response).to be_success expect(response).to_not be_success expect(response).not_to be_success is_expected.to be_success is_expected.to_not be_success is_expected.not_to be_success ```
-
Vitali Tatarintev authored
-
Vitali Tatarintev authored
-
Vitali Tatarintev authored
-
Vitali Tatarintev authored
-
Vitali Tatarintev authored
Prevent using `be_success` call in controller specs to avoid getting following deprecation warning: ``` DEPRECATION WARNING: The success? predicate is deprecated and will be removed in Rails 6.0. Please use successful? as provided by Rack::Response::Helpers. ```
-
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
-