- 28 Aug, 2019 40 commits
-
-
Kamil Trzciński authored
Update GitLab Runner Helm Chart to 0.8.0/12.2.0 See merge request gitlab-org/gitlab-ce!32289
-
Kamil Trzciński authored
Update CE files for gitlab-ee!15334 See merge request gitlab-org/gitlab-ce!32046
-
Victor Zagorodny authored
A new param with_security_reports was added to GET /groups/:id/projects API and the code to support this logic in GroupProjectsFinder and Project model. Also, a DB index was added to ci_job_artifacts table to speed up the search of security reports artifacts for projects
-
Achilleas Pipinellis authored
Add docs for new log file See merge request gitlab-org/gitlab-ce!32051
-
Hordur Freyr Yngvason authored
-
Andreas Brandl authored
Migrate users.private_profile to disallow NULL values Closes #57538 See merge request gitlab-org/gitlab-ce!29941
-
Adam Hegyi authored
This change sets NOT NULL constraint to users.private profile. closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57538
-
Achilleas Pipinellis authored
Docs: Update Screenshots for protected tags and branches. Closes #64574 See merge request gitlab-org/gitlab-ce!32262
-
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
-