- 26 Nov, 2018 9 commits
-
-
Luke Bennett authored
-
Phil Hughes authored
Fix documentation on using prettier for a specific directory See merge request gitlab-org/gitlab-ce!23336
-
Sean McGivern authored
Use Gitaly 1.0.0 Closes gitaly#1406 See merge request gitlab-org/gitlab-ce!23323
-
Phil Hughes authored
WebIDE: Make Ctrl+Enter automatically commit when commit textarea is focused Closes #46544 See merge request gitlab-org/gitlab-ce!23049
-
Thomas Pathier authored
-
Achilleas Pipinellis authored
Update to properly reference users instead of projects See merge request gitlab-org/gitlab-ce!23325
-
Steve Azzopardi authored
Run `yarn prettier-all-save` Closes #54462 See merge request gitlab-org/gitlab-ce!23342
-
Steve Azzopardi authored
-
Evan Read authored
Add month unit See merge request gitlab-org/gitlab-ce!23297
-
- 24 Nov, 2018 1 commit
-
-
Stan Hu authored
If the `check` parameter is used, the `allFiles` parameter is `false`, which causes the prettier.js script only to process staged files. The correct parameters are `check-all` and `save-all`.
-
- 23 Nov, 2018 30 commits
-
-
Douglas Barbosa Alexandre authored
Speed up setting of relative position See merge request gitlab-org/gitlab-ce!23324
-
Nick Thomas authored
Resolve "Filter by `None`/`Any` for labels in issues/mrs API" Closes #52371 See merge request gitlab-org/gitlab-ce!22622
-
Achilleas Pipinellis authored
Add docs note for Reverting MR availability See merge request gitlab-org/gitlab-ce!22289
-
Christian Svensson authored
-
Achilleas Pipinellis authored
add a note about omnibus chart and info how to backup with gitlab chart See merge request gitlab-org/gitlab-ce!23097
-
Alexander Tanayno authored
-
Kamil Trzciński authored
CE port: Promote the GitLab.com Gold trial on a users default dashboard See merge request gitlab-org/gitlab-ce!22901
-
Achilleas Pipinellis authored
[docs] Enable importing from other sites See merge request gitlab-org/gitlab-ce!23082
-
Franklin Yu authored
-
Nick Thomas authored
Set content disposition attachment to several endpoints See merge request gitlab-org/gitlab-ce!23223
-
Francisco Javier López authored
-
Achilleas Pipinellis authored
Add instructions on how to add Prometheus as data source in Grafana See merge request gitlab-org/gitlab-ce!23273
-
Chenjerai Katanda authored
-
Achilleas Pipinellis authored
Replace public_jobs attribute with public_builds attribute in Projects API docs See merge request gitlab-org/gitlab-ce!23194
-
Achilleas Pipinellis authored
Add missing languages in Proofreaders page See merge request gitlab-org/gitlab-ce!23243
-
Kamil Trzciński authored
Deploy cert-manager to managed cluster for SSL certificates See merge request gitlab-org/gitlab-ce!23036
-
Achilleas Pipinellis authored
Refactor landing page CE See merge request gitlab-org/gitlab-ce!23215
-
Evan Read authored
-
Jacopo authored
By using the parameters `?labels=None|Any` the user can filter issues/mrs from the API that has `none/any` label. Affected endpoints are: - /api/issues - /api/projects/:id/issues - /api/groups/:id/issues - /api/merge_requests - /api/projects/:id/merge_requests - /api/groups/:id/merge_requests
-
Achilleas Pipinellis authored
Fix 404ing links for NGINX ingress controller See merge request gitlab-org/gitlab-ce!23258
-
Achilleas Pipinellis authored
Move links to HTTPS to avoid possible 503 errors in broken link checkers See merge request gitlab-org/gitlab-ce!23313
-
rkottmann authored
-
Achilleas Pipinellis authored
refresh the path to performance bar in admin settings with the up-to-date value See merge request gitlab-org/gitlab-ce!23316
-
Achilleas Pipinellis authored
update screenshot for request profiling token See merge request gitlab-org/gitlab-ce!23317
-
Phil Hughes authored
Delete Research proposal.md See merge request gitlab-org/gitlab-ce!23322
-
Jacob Vosmaer authored
-
Kamil Trzciński authored
Clean up fix for RegisterJobService See merge request gitlab-org/gitlab-ce!23315
-
Sean McGivern authored
Resolve "Improve issues list empty state when a filter is selected" Closes #53326 See merge request gitlab-org/gitlab-ce!22775
-
Sarah O'Donnell authored
-
Sean McGivern authored
1. When every issue has a relative position set, we don't need to perform any updates, or calculate the maximum position in the parent. 2. If we do need to calculate the maximum position in the parent, many parents (specifically, groups with lots of projects) leads to a slow query where only the index on issues.relative_position is used, not the index on issues.project_id. Adding the GROUP BY forces Postgres to use both indices.
-