- 10 Jan, 2019 40 commits
-
-
GitLab Bot authored
-
Kushal Pandya authored
Add actionable empty states for Issues and Merge requests Closes #25043 See merge request gitlab-org/gitlab-ce!24077
-
GitLab Bot authored
-
Rémy Coutable authored
[Review Apps] Use 2 replicas for the `tiller-deploy` Deployment Closes #55323 See merge request gitlab-org/gitlab-ce!23806
-
Nick Thomas authored
Fix files/blob api endpoint content disposition Closes #55882 See merge request gitlab-org/gitlab-ce!24267
-
Francisco Javier López authored
-
Fatih Acet authored
Update tracing settings to match error tracking See merge request gitlab-org/gitlab-ee!8786
-
Tristan Read authored
-
GitLab Bot authored
-
Grzegorz Bizon authored
Disable audit event logging for pipeline destruction See merge request gitlab-org/gitlab-ce!24293
-
Ramya Authappan authored
[CE] port of fix for failing E2E test ee_add_batch_comments_in_merge_request_spec.rb See merge request gitlab-org/gitlab-ce!24247
-
Grzegorz Bizon authored
Fix Error 500 when deleting a pipeline via the API Closes gitlab-ce#55481 See merge request gitlab-org/gitlab-ee!9105
-
Ramya Authappan authored
[EE] Fix failing E2E test ee_add_batch_comments_in_merge_request_spec.rb See merge request gitlab-org/gitlab-ee!9084
-
GitLab Bot authored
-
Ramya Authappan authored
Quarantine failing e2e test See merge request gitlab-org/gitlab-ce!24281
-
GitLab Bot authored
-
Sean McGivern authored
Fix requests profiler in admin page not rendering HTML properly Closes #56152 See merge request gitlab-org/gitlab-ce!24291
-
Sean McGivern authored
Add analyzer rule template See merge request gitlab-org/gitlab-ce!24182
-
James Lopez authored
-
Kamil Trzciński authored
Fix container scanning parser Closes #9090 See merge request gitlab-org/gitlab-ee!9078
-
GitLab Bot authored
-
Phil Hughes authored
Add syntax highlighting to suggestion diff Closes #55945 See merge request gitlab-org/gitlab-ce!24156
-
Annabel Dunstone Gray authored
-
Kamil Trzciński authored
Backport container scanning fixtures See merge request gitlab-org/gitlab-ce!24292
-
GitLab Bot authored
-
Phil Hughes authored
Reduces EE difference for pipeline graph component See merge request gitlab-org/gitlab-ee!9075
-
Filipa Lacerda authored
-
Kamil Trzciński authored
Add uniqueness validation to url column in Releases::Link model Closes #55929 See merge request gitlab-org/gitlab-ce!24223
-
Stan Hu authored
AuditEventService isn't equipped to handle logging of the destruction of entities such as CI pipelines. It's a project-level event that operates on a pipeline. The current log doesn't even indicate that the pipeline is being destroyed. This is a CE backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9105. We're removing the auditing call because it breaks the EE implementation.
-
Stan Hu authored
AuditEventService isn't equipped to handle logging of the destruction of entities such as CI pipelines. It's a project-level event that operates on a pipeline. Rather than pollute the database with information that doesn't quite fit in the schema, let's remove it altogether.
-
GitLab Bot authored
-
Olivier Gonzalez authored
Fix JSON formating and indent
-
Achilleas Pipinellis authored
Clean up the GPG docs and mention push rules Closes #42363 See merge request gitlab-org/gitlab-ce!24046
-
Achilleas Pipinellis authored
-
Stan Hu authored
GitLab EE has an admin audit log that attempts to call `full_path` on the entity for metadata. Unlike a project or a group, a CI pipeline doesn't have this; the best we could do is delegate the project path. For now, set the value to empty but fill in details of the destroyed pipeline. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55481
-
Achilleas Pipinellis authored
Standardise style and nomenclature for Geo documentation Closes #8231 See merge request gitlab-org/gitlab-ee!7878
-
Evan Read authored
-
GitLab Bot authored
-
Grzegorz Bizon authored
Merge branch '55628-artifacts-from-a-job-defined-after-a-parallel-job-are-not-downloaded' into 'master' Resolve "Artifacts from a job defined after a `parallel` job are NOT downloaded" Closes #55628 See merge request gitlab-org/gitlab-ce!24273
-
Stan Hu authored
By default in Rails 5, content passed to `render` will be escaped. This doesn't work for the HTML profile output, which should be considered safe HTML already. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56152
-