| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|\
| |
| |
| |
| | |
Clarify location of Procfile for mail_room
See merge request gitlab-org/gitlab-ce!17896
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Convenient use of concurrent migration helpers
Closes #43887
See merge request gitlab-org/gitlab-ce!17888
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Index creation does not have an effect if the index is present already.
Index removal does not have an affect if the index is not present.
This helps to avoid patterns like this in migrations:
```
if index_exists?(...)
remove_concurrent_index(...)
end
```
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
Add performance monitoring docs for the new FE guide
See merge request gitlab-org/gitlab-ce!17809
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Update merge request maintainer access docs
See merge request gitlab-org/gitlab-ce!17864
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Update cloud native Helm chart docs for alpha
See merge request gitlab-org/gitlab-ce!17875
|
| | |_|/
| |/| | |
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | | |
Resolve "Add documentation for "Display IP Address Of Runner On Runner Page""
Closes #44232
See merge request gitlab-org/gitlab-ce!17837
|
| | |/
| |/| |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Show Ajax requests in performance bar
Closes #43925
See merge request gitlab-org/gitlab-ce!17742
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
But first, rewrite the performance bar in Vue:
1. Remove the peek-host gem and replace it with existing code. This also allows
us to include the host in the JSON response, rather than in the page HTML.
2. Leave the line profiler parts as here-be-dragons: nicer would be a separate
endpoint for these, so we could use them on Ajax requests too.
3. The performance bar is too fiddly to rewrite right now, so apply the same
logic to that.
Then, add features! All requests made through Axios are able to be tracked. To
keep a lid on memory usage, only the first two requests for a given URL are
tracked, though. Each request that's tracked has the same data as the initial
page load, with the exception of the performance bar and the line profiler, as
explained above.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Optional '/-/' delimiter for search API
See merge request gitlab-org/gitlab-ce!17750
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
'/-/' delimiter is used only in UI, in API we don't use it for
other endpoints. To align search endpoints with the rest of API
endpoints, this patch makes '/-/' optional for existing endpoints (to
keep backward compatibility).
Documentation is updated to prefer paths without '/-/'.
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
Improvements for prometheus metrics documentation
See merge request gitlab-org/gitlab-ce!17838
|
| |/ / |
|
|\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | | |
Resolve "Add documentation for "Display ingress IP address in the Kubernetes page""
Closes #44330, #42761, and #43526
See merge request gitlab-org/gitlab-ce!17836
|
| | | |
|
| |/ |
|
| | |
|
| |
| |
| |
| |
| |
| | |
In gitlab-org/gitlab-ce!17807 the `package-qa` job was renamed to
`package-and-qa`. But it was not renamed in the docs. So this change
fixes that.
|
|\ \
| |/
|/|
| |
| |
| |
| | |
Update CI services documnetation
Closes gitlab-runner#3095
See merge request gitlab-org/gitlab-ce!17749
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
OpenShift install docs: Recommend "add-scc-to-user" over "edit scc"
See merge request gitlab-org/gitlab-ce!17787
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
'41902-add-api-option-to-overwrite-project-description-on-project-export' into 'master'
Resolve "Extend API for exporting a project with option to overwrite project description"
Closes #41902 and #34936
See merge request gitlab-org/gitlab-ce!17744
|
| | | |
| | | |
| | | |
| | | | |
and fixes the project description not being imported
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Update Code Quality example documentation
See merge request gitlab-org/gitlab-ce!17788
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fix CE install link for downgrade docs
Closes #44273
See merge request gitlab-org/gitlab-ce!17757
|
| | |_|_|/
| |/| | | |
|
| |_|/ /
|/| | | |
|
|\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | |
| | | |
| | | | |
'master'
Rename SAST for Docker to Container Scanning in documentation
See merge request gitlab-org/gitlab-ce!17769
|
| |/ /
| | |
| | |
| | | |
gitlab-org/gitlab-ee#5017
|
| |/
|/| |
|
|\ \
| | |
| | |
| | |
| | | |
Add slash command for moving an issue
See merge request gitlab-org/gitlab-ce!17691
|
| |/
| |
| |
| | |
Carried over from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8857
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Update README.md
See merge request gitlab-org/gitlab-ce!17344
|
| | | |
|
| | | |
|
| | | |
|