| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
This extracts the fe_guide tracking documentation and creates a
centralized Event tracking section.
|
|\
| |
| |
| |
| | |
Port of EE "Elasticsearch versioned schema for other ActiveRecord models"
See merge request gitlab-org/gitlab-ce!31660
|
| | |
|
| | |
|
| |
| |
| |
| | |
Doc for multi-indices archtecture
|
|\ \
| | |
| | |
| | |
| | | |
Allow to interrupt running sidekiq jobs
See merge request gitlab-org/gitlab-ce!31818
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This makes:
- very shallow `Middleware::Monitor` to only request tracking
of sidekiq jobs,
- `SidekiqStatus::Monitor` to be responsible to maintain persistent
connection to receive messages,
- `SidekiqStatus::Monitor` to always use structured logging
and instance variables
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Use of square brackets can cause kramdown warnings, as well
as angle brackets, so they should be removed or put in backticks
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
'update-api-docs-remove-incorrect-group-vulnerabilities-reference' into 'master'
Update api_resources docs - remove incorrect group vulnerabilities reference
See merge request gitlab-org/gitlab-ce!31979
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| |/ /
|/| |
| | |
| | |
| | |
| | | |
This MR adds the styles for displaying a single
chart next to another one when embedding them
in an issue.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Remove wiki page slug dialog step when creating wiki page
See merge request gitlab-org/gitlab-ce!31362
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Previously we asked a user to enter a new slug before taking them to
the Create Page page.
As a UX improvement, we now take them to a randomly generated URI so
they can begin creating their new page.
https://gitlab.com/gitlab-org/gitlab-ce/issues/46299
|
| |_|/
|/| |
| | |
| | | |
only: and except:
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Remove Gitaly version in the docs
See merge request gitlab-org/gitlab-ce!32006
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
It's very hard for end user to know what version of Gitaly is running,
and they should not have to care about this detail either. Gitaly 1.21.0
was released before 11.9 was tagged, so it's an unsupported version too.
This change removes the reference.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Update grammar in DAG docs
See merge request gitlab-org/gitlab-ce!32021
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| |_|_|/ /
|/| | | |
| | | | |
| | | | | |
Fix outdated references to soft deletion
See merge request gitlab-org/gitlab-ce!31982
|
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | | |
We stopped using soft deletion for issues and merge requests in
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15789,
and for boards we apparently never used it.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
In ssh_keys docs, don't redirect stdout of ssh-add
See merge request gitlab-org/gitlab-ce!31630
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Current `auth.log` uses `fullpath` and `ip`, while `api_json.log` uses
`remote_ip` and `path` for the same fields. Let's standardize these
namings to make it easier for people working with the data.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66167
|
| | | | |
| | | | |
| | | | |
| | | | | |
Menu entries in global navigation will be updated to match.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Update screenshot and improve text to match
|
| |_|/ /
|/| | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fix Gitaly N+1 calls with listing issues/MRs via API
Closes #66202
See merge request gitlab-org/gitlab-ce!31938
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
In GitLab 9.0,
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9661 removed the
`subscribed` flag from the API when the user requested a list of issues
or merge requests since calculating this value triggers extensive
Markdown processing.
In GitLab 12.0 via a4fbf39e, we accidentally reintroduced this
performance regression by changing `IssueBasic` to `Issue` in
`entities.rb`. This showed up as a Gitaly N+1 issue since the Markdown
processing would attempt to extract a commit if it detected a regex that
matched a commit.
We restore the prior behavior by once again removing the `subscribed`
flag for the bulk list of issues and merge requests and add a test to
ensure they aren't reintroduced.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66202
|
|\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | |
| | | | | |
Docs: Require request specs when testing N+1 for controllers
See merge request gitlab-org/gitlab-ce!31940
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Fix minor typo: CE -> EE
See merge request gitlab-org/gitlab-ce!31952
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fix typo in doc/ci/yaml/README.md
See merge request gitlab-org/gitlab-ce!31923
|