Update GitLab 15 Breaking Changes - fast-stats authored by Ben Prescott (ex-GitLab)'s avatar Ben Prescott (ex-GitLab)
......@@ -334,6 +334,8 @@ zgrep `status=[offline|not_connected]` /var/log/gitlab/gitlab-rails/api-json.log
- NOTE: `active` and `paused` will be removed in 16.0
- Checking more broadly for this API endpoint may be necessary as folks might have code which looks at the status field rather than
- **use [fast-stats](#fast_forward-fast-stats-fast_forward) to help analyse and summarise the log entries returned**
---
......@@ -559,6 +561,7 @@ zgrep `registry/repositories` /var/log/gitlab/gitlab-rails/api-json.log.* | grep
```
- identify affected users and advise them that tags won't be returned any more
- **use [fast-stats](#fast_forward-fast-stats-fast_forward) to help analyse and summarise the log entries returned**
---
......
......