- 16 Apr, 2019 9 commits
-
-
Rajat Jain authored
When editing an epic, the progress was previously lost due to lack of localstorage syncing code. This commit adds support for localstorage sync.
-
GitLab Bot authored
-
Sean McGivern authored
Helm DeleteCommand See merge request gitlab-org/gitlab-ce!27348
-
Achilleas Pipinellis authored
Add pagination to notes and discussions docs Closes #51616 See merge request gitlab-org/gitlab-ce!27401
-
GitLab Bot authored
-
Kamil Trzciński authored
Reporting SSL certificate verify errors in CI external config See merge request gitlab-org/gitlab-ce!26750
-
GitLab Bot authored
-
Achilleas Pipinellis authored
Development docs: move some docs content from Handbook and improve content/headings See merge request gitlab-org/gitlab-ce!27399
-
Mike Lewis authored
-
- 15 Apr, 2019 31 commits
-
-
James Ramsay authored
-
Thong Kuah authored
This is the backend part which just allows uninstalling Prometheus for now.
-
Douglas Barbosa Alexandre authored
Fix broken master due to pipeline cache refactoring Closes #11172 See merge request gitlab-org/gitlab-ee!11041
-
GitLab Bot authored
-
Fatih Acet authored
Add badge-pill class on group member count Closes #60026 See merge request gitlab-org/gitlab-ce!27019
-
Fatih Acet authored
Update dependency @gitlab/ui to ^3.3.0 See merge request gitlab-org/gitlab-ce!27321
-
Mike Lewis authored
Refactor review apps doco and CI landing page See merge request gitlab-org/gitlab-ce!26886
-
Evan Read authored
-
Stan Hu authored
-
Stan Hu authored
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/27334 broke EE because an EE-specific port was not created. This commit moves EE-specific code from the Sidekiq worker to a service object. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/11172
-
GitLab Bot authored
-
Michael Kozono authored
Fix remove_source_branch merge request API handling Closes #60530 See merge request gitlab-org/gitlab-ce!27392
-
Stan Hu authored
Users attempting to set merge requests to `remove_source_branch` to `false` would encounter an Error 500 because the UpdateService and API checked `present?`, which would always return `false`. We now just use `has_key?` to decide whether the parameter is present. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60530
-
Achilleas Pipinellis authored
Move Subscriptions page to new path and improve content See merge request gitlab-org/gitlab-ee!11026
-
Mike Lewis authored
-
drew cimino authored
-
GitLab Bot authored
-
Achilleas Pipinellis authored
Fix URL that causes test_external_links to fail See merge request gitlab-org/gitlab-ce!27384
-
Lin Jen-Shin authored
Properly expire all pipeline caches when pipeline is deleted Closes #60469 See merge request gitlab-org/gitlab-ce!27334
-
GitLab Bot authored
-
Lin Jen-Shin authored
Forbid the usage of reload Closes #60218 See merge request gitlab-org/gitlab-ce!27125
-
Lin Jen-Shin authored
EE: Forbid the use of `#reload` and prefer `#reset` Closes gitlab-ce#60218 See merge request gitlab-org/gitlab-ee!10647
-
Lin Jen-Shin authored
Remove multi-line suggestions feature flag Closes #59178 See merge request gitlab-org/gitlab-ce!27219
-
GitLab Bot authored
-
Nick Thomas authored
Git FSCK has no timeout Closes #53319 See merge request gitlab-org/gitlab-ce!27299
-
Sean McGivern authored
Add variable substitution in prometheus proxy API See merge request gitlab-org/gitlab-ce!27226
-
Reuben Pereira authored
- In prometheus proxy api, allow variables to be replaced. For example, if 'up{env="%{ci_environment_slug}"}' is passed to the endpoint, it becomes 'up{env="production"}' before being sent to prometheus.
-
Lin Jen-Shin authored
Resolve "Insights charts should display all the periods even if there are no data for them" Closes #11096 See merge request gitlab-org/gitlab-ee!10733
-
Stan Hu authored
When deleting a pipeline, only some of the cache structures were being expired, but not the full pipeline list. We have to synchronously schedule a pipeline cache expiration because the pipeline will be deleted if the Sidekiq expiration job picks it up. To do this, properly extract all the logic buried in the Sidekiq worker into a service, and then call the service. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60469
-
GitLab Bot authored
-