Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-16Add latest changes from gitlab-org/gitlab@masterogolowinski-master-patch-80898GitLab Bot
2019-12-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-06Update docs for database load balancing logsHordur Freyr Yngvason
The database load balancing docs had some mention of the logs that needed to be updated, and the logs doc had an absolute link to gitlab.com instead of a relative link to a markdown file.
2019-09-04Follow-up from database load balancing docsAchilleas Pipinellis
2019-08-28Add docs for new log fileHordur Freyr Yngvason
2019-08-20Standardize remote_ip and path keys for auth.log and api_json.logStan Hu
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
2019-08-19Mentions related log on Rate limit docsMayra Cabrera
Requests over the rate limit are logged into `auth.log`
2019-08-16Add rake tasks for migrating leacy uploadsJarka Košanová
- move uploads created by AttachmentUploader - handle also files created for legacy_diff_notes
2019-08-08Rename githost.log -> git_json.logStan Hu
The githost.log name was often confused with GitHost.io. Rename this to git_json.log to make it clear it's coming from Git and that it's JSON data.
2019-07-25Remove \ from unicorn\_stderr.logGreg Myers
2019-07-24LFS export records repository_type dataLuke Duncalfe
A project can have the same `LfsObject` linked with up to three `LfsObjectsProject` records. Each of these records would be for a different repository, recorded in the `repository_type` property. The different repositories at time of writing are "project", "wiki", and "design". See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13894 This change exports the list of `repository_type`s as a JSON mapping of oid => repository_types, which are imported to recreate the correct `LfsObjectsProject` records. https://gitlab.com/gitlab-org/gitlab-ee/issues/11090
2019-07-22Convert githost.log to JSON formatStan Hu
This will make it easier to parse this in production and adds the `correlation_id` if available.
2019-07-05Change absolute links to relativeMarcel Amirault
Change assorted absolute links to ce and ee docs to relative links
2019-07-04Add new info for auth.logMayra Cabrera
From 12.1, user information (id and username) are also included on auth.log. Documentation was updated to reflect this. Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/62756
2019-06-28Replace 'JIRA' with 'Jira'Takuya Noguchi
https://community.atlassian.com/t5/Jira-questions/Is-it-quot-JIRA-quot-or-quot-Jira-quot/qaq-p/681163 Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-06-18Https many links in docsEvan Read
2019-06-07Merge branch 'master' into 'docs/fix-example-dot-net'Mike Lewis
# Conflicts: # doc/user/project/clusters/serverless/index.md
2019-05-31Apply reviewer feedbackcharlie ablett
- Comply doc with guidelines - Improve tests for readability and completeness - Separate out phases visually with newlines - Add `format_message` test - test readability - code and test structure/styling - static query analyzers - call `as_json` on `provided_variables` - add exception handling
2019-05-30Add `graphql_json` logfile documentationcharlieablett
2019-05-24Changes RackAttack logger to use structured logsMayra Cabrera
Creates a new filename to register auth logs. This change should allow SRE's queries to make better queries through logging infrastructure. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54528
2019-03-27Log Gitaly RPC duration to api_json.log and production_json.logStan Hu
This makes it easier to debug Gitaly performance issues in the field. This commit also makes the tracking of query time thread-safe via RequestStore.
2019-02-25Remove example.net, replace with example.comBrendan O'Leary
2019-02-12Log queue duration in production_json.logStan Hu
`queue_duration` is a useful metric that is currently in api_json.log but not in production_json.log. We should add it because it tells us how long the request sat in Workhorse before Unicorn processed it. Having this field enables the support team to better troubleshoot when delays began to happen.
2018-11-27Use JSON logging for helm install servicesDylan Griffith
2018-11-13Resolve Markdown ordered lists not conforming to styleguideEvan Read
2018-10-29Fix open-ended params for api_json.logAndrew Newdigate
2018-10-19Add support for JSON logging for audit eventsStan Hu
This will add audit_json.log that writes one line per audit event. For example: { "severity":"INFO", "time":"2018-10-17T17:38:22.523Z", "author_id":3, "entity_id":2, "entity_type":"Project", "change":"visibility", "from":"Private", "to":"Public", "author_name":"John Doe4", "target_id":2, "target_type":"Project", "target_details":"namespace2/project2" }
2018-09-25Correct Gitlab to GitLab in docsMarcel Amirault
2018-09-06Move project services log to a separate fileFelipe Artur
2018-08-30Add JSON logging for Bitbucket Server importerStan Hu
Adds an importer.log so that it's easier to track what's happening with the import.
2018-04-04Add support for Sidekiq JSON loggingStan Hu
Closes #20060
2018-04-02Move Sidekiq exporter logs to log/sidekiq_exporter.logStan Hu
The Sidekiq exporter logs were mixing with the normal Sidekiq logs. In order to support structured logging in Sidekiq, we either need to split this data out or convert the exporter to produce structured logs. Since Sidekiq job processing is fundamentally different information from Web server traffic, it seems cleaner to move the metrics traffic into a separate file, where they can be parsed by a different filter if needed. Relates to #20060
2018-03-01Update documentation WRT to request parametersAndrew Newdigate
2018-02-20add lines describing how to find user clone/fetch activityDiana Stanley
2017-11-06Add reconfigure docs to CEStan Hu
2017-10-19Add docs for `api_json.log` fileStan Hu
[ci skip]
2017-08-09Add docs on structured logging in GitLabStan Hu
[ci skip]
2016-12-15Fix headings in administration/logs.mdAchilleas Pipinellis
[ci skip]