- 16 Apr, 2019 24 commits
-
-
GitLab Bot authored
-
Grzegorz Bizon authored
Don't render artifact download links for builds with expired artifacts See merge request gitlab-org/gitlab-ce!26753
-
Grzegorz Bizon authored
Adds instance metrics to usage ping Closes #53138 See merge request gitlab-org/gitlab-ce!27238
-
Phil Hughes authored
Remove EE-specific code from boards store (CE-backport) See merge request gitlab-org/gitlab-ce!26924
-
Phil Hughes authored
Remove EE-specific code from boards store Closes #10013 See merge request gitlab-org/gitlab-ee!10568
-
Robert Speicher authored
Add depedency proxy models See merge request gitlab-org/gitlab-ee!10681
-
GitLab Bot authored
-
Dmitriy Zaporozhets authored
Externalize strings in lib/gitlab/quick_actions See merge request gitlab-org/gitlab-ce!27369
-
Dmitriy Zaporozhets authored
(EE port) Externalize strings in lib/gitlab/quick_actions See merge request gitlab-org/gitlab-ee!10991
-
Martin Wortschack authored
- Externalize strings for desc and explanation - Update PO file
-
GitLab Bot authored
-
Kushal Pandya authored
Autosave description in epics See merge request gitlab-org/gitlab-ce!27296
-
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.
-
Kushal Pandya authored
Autosave description in epics Closes #4681 See merge request gitlab-org/gitlab-ee!10844
-
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.
-
Dmitriy Zaporozhets authored
Allow arrays to be specified for fields in graphql_query_for Closes #60238 See merge request gitlab-org/gitlab-ce!27142
-
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 16 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
-
Martin Wortschack authored
- Externalize strings for desc and explanation - Update PO file
-
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
-