- 31 Aug, 2019 1 commit
-
-
Stan Hu authored
Previously the following syntax would fail in the linter with an error 500: ``` include: template: - License-Management.gitlab-ci.yml - Dependency-Scanning.gitlab-ci.yml - SAST.gitlab-ci.yml ``` Now the error will call out specifically that the value is not a string. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66605
-
- 29 Aug, 2019 34 commits
-
-
Annabel Dunstone Gray authored
Fixed embedded metrics tooltip inconsistent styling Closes #65063 See merge request gitlab-org/gitlab-ce!31517
-
Olena Horal-Koretska authored
-
Achilleas Pipinellis authored
Remove incorrectly structured url See merge request gitlab-org/gitlab-ce!32332
-
Paul Slaughter authored
Remove unnecessary CSS class Closes #66163 See merge request gitlab-org/gitlab-ce!32320
-
Kamil Trzciński authored
Standardize use of `content` parameter in snippets API Closes #66673 See merge request gitlab-org/gitlab-ce!32296
-
James Ramsay authored
-
Kamil Trzciński authored
Resolve "Issue due notification emails are threaded incorrectly" See merge request gitlab-org/gitlab-ce!32325
-
Rémy Coutable authored
Add E2E spec to ensure that issue closes with commit message Closes gitlab-org/quality/testcases#15 See merge request gitlab-org/gitlab-ce!32347
-
Nailia Iskhakova authored
Add E2E spec to test that issue closes with commit message
-
Rémy Coutable authored
Set dast job to extend .review-only Closes #66718 See merge request gitlab-org/gitlab-ce!32357
-
Achilleas Pipinellis authored
Update documentation screenshot See merge request gitlab-org/gitlab-ce!32369
-
Samantha Ming authored
-
Achilleas Pipinellis authored
Fix capitalization in more docs See merge request gitlab-org/gitlab-ce!32370
-
Marcel Amirault authored
Fix capitalization in docs for works like GitLab, Git Omnibus, etc
-
Achilleas Pipinellis authored
Make Auto DevOps requirements easier to read See merge request gitlab-org/gitlab-ce!32246
-
Evan Read authored
-
Grzegorz Bizon authored
Simplify internal post receive messages Closes #59808 See merge request gitlab-org/gitlab-ce!31640
-
Kushal Pandya authored
New project milestone primary button See merge request gitlab-org/gitlab-ce!32355
-
Lee Tickett authored
This reverts commit af5242ecb682189c5d8276e1ab1ffe5ce844f2e5.
-
Kushal Pandya authored
Remove checkbox styling See merge request gitlab-org/gitlab-ce!31500
-
Justin Boyson authored
-
Kushal Pandya authored
Resolve "Migrate spec/javascripts/vue_mr_widget/components/states/mr_widget_auto_merge_failed_spec.js to Jest" See merge request gitlab-org/gitlab-ce!32282
-
Kushal Pandya authored
Merge branch '56130-operations-environments-shows-incorrect-deployment-date-for-manual-deploy-jobs' into 'master' Show correct deployment date for a manual job Closes #56130 See merge request gitlab-org/gitlab-ce!32072
-
Kushal Pandya authored
Mention Jest in testing guide docs See merge request gitlab-org/gitlab-ce!32324
-
Mark Florian authored
- Reword relationship between Jest/Karma/Jasmine - Prefer inline URLs, per the [docs] [docs]: https://docs.gitlab.com/ee/development/documentation/styleguide.html#links
-
James Lopez authored
Merge branch '62284-follow-up-from-resolve-api-to-get-all-project-group-members-returns-duplicates' into 'master' Resolve "Follow-up from "Resolve "API to get all project/group members returns duplicates""" Closes #62284 See merge request gitlab-org/gitlab-ce!28887
-
Stan Hu authored
There was some confusion over whether `code` or `content` is the right parameter for snippets. Internally, the database stores `content`. However: 1. Project snippets use `code`. `code` gets remapped in `content` in `lib/api/project_snippets.rb`. 2. Personal snippets use `content`. To unify these APIs, allow an alias of `content` to work for project snippets. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66673
-
Evan Read authored
Update a few redirected links Closes #64285 See merge request gitlab-org/gitlab-ce!32195
-
Marcel Amirault authored
-
Stan Hu authored
Add warnings to performance bar response See merge request gitlab-org/gitlab-ce!31054
-
Stan Hu authored
Add index to improve query performance See merge request gitlab-org/gitlab-ce!31988
-
Heinrich Lee Yu authored
It should not be a start to a new thread but rather a reply to an existing thread
-
Thong Kuah authored
Now we have cluster_id, state index, we don't the cluster_id index as well.
-
Thong Kuah authored
For Environment.deployed_to_cluster
-
- 28 Aug, 2019 5 commits
-
-
Mayra Cabrera authored
Resolve "Notes are persisted with the user's locale" See merge request gitlab-org/gitlab-ce!32264
-
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
-
Sean McGivern authored
-
Dan Davison authored
Commit to current branch by default in Web IDE E2E tests See merge request gitlab-org/gitlab-ce!32248
-
Mayra Cabrera authored
Reduce the number of SQL requests on MR-show See merge request gitlab-org/gitlab-ce!32192
-