- 28 Aug, 2019 40 commits
-
-
Michael Kozono authored
Instead of sending varied data to Gitaly, and making Gitaly construct various messages, build the messages first and have Gitaly print either basic messages or alert messages, in the order they come. Depends on https://gitlab.com/gitlab-org/gitaly/merge_requests/1410
-
Michael Kozono authored
Save board lists collapsed setting Closes #52758 See merge request gitlab-org/gitlab-ce!31069
-
Felipe Artur authored
Persists if a board list is collapsed for each user.
-
Paul Slaughter authored
Fix top-nav search bar dropdown on xl displays Closes #64120 and #66075 See merge request gitlab-org/gitlab-ce!31864
-
Kemais Ehlers authored
-
Michael Kozono authored
Support Gitaly feature flags in workhorse Closes gitaly#1764 See merge request gitlab-org/gitlab-ce!31764
-
Jacob Vosmaer authored
-
Tom Atkins authored
Improve grammar and correct syntax in curl example See merge request gitlab-org/gitlab-ce!32163
-
Tom Atkins authored
improve grammar in Gitaly configuration See merge request gitlab-org/gitlab-ce!31605
-
Michael Kozono authored
Edit limit text See merge request gitlab-org/gitlab-ce!32318
-
Nick Thomas authored
Rename Labkit::Tracing::GRPCInterceptor to GRPC::ClientInterceptor See merge request gitlab-org/gitlab-ce!32230
-
Andrew Newdigate authored
The original name has been deprecated
-
Nick Thomas authored
Upgrade pages to 1.8.0 See merge request gitlab-org/gitlab-ce!32334
-
Vladimir Shushlin authored
-
Achilleas Pipinellis authored
Update Textile documentation link See merge request gitlab-org/gitlab-ce!32326
-
Rémy Coutable authored
Make sast & dast artifacts browseable See merge request gitlab-org/gitlab-ce!32219
-
Clement Ho authored
Remove csslab Closes #66661 See merge request gitlab-org/gitlab-ce!32330
-
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
-
Arun Kumar Mohan 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
-
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
-
Jesús Carmona Garrido authored
-
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`
-