-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
Collect stats | ||
Check status code [X] | ||
- packages | ||
- registry | ||
|
||
Check user agent | ||
- packages + registry | ||
- hex archive | ||
|
||
|
||
Registry format | ||
- Binary log format (see issue and gist) | ||
- Base file + log files which chunks (100, 1000, 10000) latest changes | ||
- Plain text format separated by type | ||
- One file with list of all package names | ||
- Each package has a file with list of all versions | ||
- Each release has a file with dependencies and metadata | ||
|
||
|
||
Cloudflare | ||
- Doesn't provide logs (would need API endpoint) | ||
- SSL support doesn't work on old browsers | ||
- Custom SSL? | ||
- Invalidation doesn't matter (version package changes in registry) | ||
|
||
|
||
Why did we add :async_connect ? | ||
|
||
Improve "A new Hex version is available" message |