- Feb 20, 2020
-
-
GitLab Bot authored
-
- Feb 07, 2020
-
-
GitLab Bot authored
-
- Feb 06, 2020
-
-
GitLab Bot authored
-
- Jan 21, 2020
-
-
GitLab Bot authored
-
- Jan 18, 2020
-
-
GitLab Bot authored
-
- Jan 08, 2020
-
-
GitLab Bot authored
-
- Jan 07, 2020
-
-
GitLab Bot authored
-
- Dec 20, 2019
-
-
GitLab Bot authored
-
- Dec 16, 2019
-
-
GitLab Bot authored
-
- Dec 12, 2019
-
-
GitLab Bot authored
-
- Nov 22, 2019
-
-
GitLab Bot authored
-
- Nov 18, 2019
-
-
GitLab Bot authored
-
- Oct 08, 2019
-
-
GitLab Bot authored
-
- Oct 04, 2019
-
-
GitLab Bot authored
-
- Sep 26, 2019
-
-
GitLab Bot authored
-
- Sep 18, 2019
-
-
GitLab Bot authored
-
GitLab Bot authored
-
- Sep 05, 2019
-
-
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.
-
- Sep 04, 2019
-
-
- Aug 28, 2019
-
-
- Aug 20, 2019
-
-
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
-
- Aug 18, 2019
-
-
Requests over the rate limit are logged into `auth.log`
-
- Aug 16, 2019
-
-
Jarka Kadlecova authored
- move uploads created by AttachmentUploader - handle also files created for legacy_diff_notes
-
- Aug 08, 2019
-
-
Stan Hu authored
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.
-
- Jul 25, 2019
-
-
Greg Myers authored
-
- Jul 24, 2019
-
-
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
-
- Jul 22, 2019
-
-
This will make it easier to parse this in production and adds the `correlation_id` if available.
-
- Jul 05, 2019
-
-
Change assorted absolute links to ce and ee docs to relative links
-
- Jul 04, 2019
-
-
Mayra Cabrera authored
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
-
- Jun 28, 2019
-
- Jun 18, 2019
-
-
- May 31, 2019
-
-
- 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
-
- May 30, 2019
-
-
Charlie Ablett authored
-
- May 24, 2019
-
-
Mayra Cabrera authored
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
-
- Mar 27, 2019
-
-
Stan Hu authored
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.
-
- Feb 25, 2019
-
-
Brendan O'Leary authored
-
- Feb 12, 2019
-
-
Stan Hu authored
`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.
-
- Nov 27, 2018
-
-
Dylan Griffith authored
-
- Nov 13, 2018
-
-
Evan Read authored
-
- Oct 29, 2018
-
-
Andrew Newdigate authored
-