Skip to content

Commit

Permalink
Use postgres 9.4 on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmj committed May 6, 2015
1 parent 367dd2e commit 4ad1643
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ otp_release:
- 17.4
sudo: false
addons:
postgresql: "9.3"
postgresql: "9.4"
before_install:
- wget http://s3.hex.pm/builds/elixir/$ELIXIRVERSION.zip
- unzip -d elixir $ELIXIRVERSION.zip
Expand Down
29 changes: 29 additions & 0 deletions notes.txt
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

0 comments on commit 4ad1643

Please sign in to comment.