- 16 Apr, 2019 9 commits
-
-
Kamil Trzciński authored
If no pipeline is created we currently have IID gap. This is due to fact that we generate IID not on save, but rather ahead of time. This results, us, losing IIDs.
-
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.
-
Dmitriy Zaporozhets authored
Allow arrays to be specified for fields in graphql_query_for Closes #60238 See merge request gitlab-org/gitlab-ce!27142
-
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
-
Kamil Trzciński authored
Reporting SSL certificate verify errors in CI external config See merge request gitlab-org/gitlab-ce!26750
-
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.
-
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
-
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
-
drew cimino 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
-
Lin Jen-Shin authored
Forbid the usage of reload Closes #60218 See merge request gitlab-org/gitlab-ce!27125
-
Lin Jen-Shin authored
Remove multi-line suggestions feature flag Closes #59178 See merge request gitlab-org/gitlab-ce!27219
-
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.
-
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
-
Rémy Coutable authored
Split `.gitlab-ci.yml` into multiple includes Closes #58521 See merge request gitlab-org/gitlab-ce!27116
-
Rémy Coutable authored
Validate refs used in controllers don't have spaces Closes #58572 and gitaly#1425 See merge request gitlab-org/gitlab-ce!24037
-
James Lopez authored
Added write_repository scope for personal access token Closes #58847 and #51709 See merge request gitlab-org/gitlab-ce!26021
-
Horatiu Eugen Vlad authored
-
Achilleas Pipinellis authored
Docs: reorg Pages index See merge request gitlab-org/gitlab-ce!27319
-
Marcia Ramos authored
-
Lin Jen-Shin authored
Externalize strings in app/services and app/helpers See merge request gitlab-org/gitlab-ce!27220
-
Martin Wortschack authored
- Externalize strings in milestones_helper - Externalize strings in app/services - Update PO file
-
Sean McGivern authored
Pick revert of `require-all-templates-to-include-default-stages' Closes #59992 and #60106 See merge request gitlab-org/gitlab-ce!27312
-
Kamil Trzciński authored
-
Robert Speicher authored
CE: Extract EE specific files/lines for spec/features/issues See merge request gitlab-org/gitlab-ce!26740
-
Felipe Artur authored
Part of moving gitlab into single codebase
-
Rémy Coutable authored
Add translations from Crowdin See merge request gitlab-org/gitlab-ce!27347
-