| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| | |
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
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Initial docs for sidekiq worker with Auto DevOps
Closes gitlab-org/charts/auto-deploy-app#1
See merge request gitlab-org/gitlab-ce!31949
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Delete trailing whitespace, fix blockquotes, fix note
boxes, with indentation, clean up tables, etc.
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Link to GitLab Performance Monitoring
See merge request gitlab-org/gitlab-ce!31947
|
| | | | | | | |
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Docs fixup: Remove reference to old lib/api/ci dir
See merge request gitlab-org/gitlab-ce!31937
|
| | |_|_|_|/ /
| |/| | | | |
| | | | | | | |
This directory no longer exists (since 2017)
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Add `be_like_time` matcher to Testing Styleguide
See merge request gitlab-org/gitlab-ce!31833
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Link more issues in Design Management Limitations
See merge request gitlab-org/gitlab-ce!31697
|
| |/ / / / / / / |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Add screenshot
|
| |_|_|_|_|/ /
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Also fixes links to new section and refactors some existing content
for the GitLab 12.2 changes.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
doc/user/project/integrations/img/jira_service_page_v12_2.png files
Deleted doc/user/project/integrations/img/jira_service_page.png
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
parsing in previews and Gitlab.com appear to parse these as table delimiters even when inside a code block.
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Fix required runner permissions
Closes #52513
See merge request gitlab-org/gitlab-ce!31598
|
| | | | | | | | |
|
| |_|_|/ / / /
|/| | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Addressing a documentation review by Marcia!
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Remove MySQL references from development docs
See merge request gitlab-org/gitlab-ce!31712
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
I noticed the doc/development/testing_guide/best_practices.md still
referenced the `[run mysql]` tags, etc. They no longer work, so I
removed them, then realised I had better clean up the rest of
doc/development !
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Requests over the rate limit are logged into `auth.log`
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Update srmX configuration description
See merge request gitlab-org/gitlab-ce!31142
|
| | | | | | | | | |
|
| |_|_|_|/ / / /
|/| | | | | | | |
|
| |_|_|_|_|/ /
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
- Adds UI to configure in group and project settings
- Removes notification configuration for users when
disabled at group or project level
|