This repository was archived by the owner on Mar 11, 2026. It is now read-only.
Open
Conversation
This simplifies code dealing with previously compound keys. It easily allows single bugs to be retrieved directly. It makes the 'resolved' documents smaller. In the storage database view indexing is faster and smaller.
Contributor
Author
|
Fixed the jshint problems from the previous pull request. |
Contributor
|
Btw, just FYI, you don't you don't need to recreate, you can just push (even forced) again, it'll update the code. |
Couch's include_docs and group_level parameters enable several places that previously used reports-per-x to instead re-use the recent-items-by views, but with a reduction done to get the count. This reduces the time it takes to index, and reduces the size of the indexes on disk.
Author
|
(Thanks for the tip on the forcing!) More dashboard changes that work with the acra-storage changes I added to the PR there: ACRA/acra-storage#6 I could see the stale data change being awkward for a very low traffic Acralyzer server. Should it be configurable? Should a stale request and a non-stale request with a timeout be launched at the same time? (A bit like an iOS app where you see old data from a local database after opening it back up, while the app is trying to contact the server to refresh.) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This simplifies code dealing with previously compound keys.
It easily allows single bugs to be retrieved directly.
It makes the 'resolved' documents smaller.
In the storage database view indexing is faster and smaller.
This is required to work with acra-storage PR ACRA/acra-storage#6