Commit Graph

657 Commits

Author SHA1 Message Date
Michael Jackson c37101a5d2 Update API docs 2018-09-01 12:22:53 -07:00
Michael Jackson 2fc84dfe45 Use "immutable" Cache-Control extension
See http://bitsup.blogspot.com/2016/05/cache-control-immutable.html for
more info.

Fixes #103
Closes #119
2018-09-01 11:37:42 -07:00
Michael Jackson fe485060ff Remove "only" 2018-09-01 11:29:32 -07:00
Michael Jackson e04db2c49c Fix auth using header 2018-09-01 09:36:48 -07:00
Michael Jackson 41c3b1fa5f Run the build as part of the script in CI 2018-09-01 06:44:29 -07:00
Michael Jackson 185a956fb9 Move API endpoints to /api 2018-09-01 06:37:48 -07:00
Michael Jackson 2c97136279 Fix lint script 2018-09-01 06:37:20 -07:00
Michael Jackson f86b294e16 Remove language about not being ready for production 2018-08-30 16:15:12 -07:00
Michael Jackson 82d404a973 Introduce different log levels 2018-08-25 23:49:44 -07:00
Michael Jackson fe4ccec4e2 Simplify log ingestion timer 2018-08-25 20:14:49 -07:00
Michael Jackson 995780bcbb Timeout after 25s 2018-08-25 18:19:50 -07:00
Michael Jackson 30cd271339 Do not timeout after 10s 2018-08-25 17:35:52 -07:00
Michael Jackson 741530ac92 Fix path to ingestLogs script 2018-08-25 16:55:37 -07:00
Michael Jackson a3d97a45c6 Use Sentry error reporting 2018-08-25 16:50:43 -07:00
Michael Jackson 6d57d95b7f Increase max-age on some redirects 2018-08-07 18:59:45 -07:00
Michael Jackson a5db17cd6a Fix dev setup 2018-08-06 11:10:21 -07:00
Michael Jackson 7e85e1de5b Use special type for HTML 2018-07-31 15:34:34 -07:00
Michael Jackson 4605425fd8 Better title + description for auto-index pages 2018-07-31 14:29:48 -07:00
Michael Jackson 3508656831 Do not load React Router on auto-index pages 2018-07-31 14:07:35 -07:00
Michael Jackson eb51b9df26 Fix Jest setup 2018-07-31 11:03:02 -07:00
Michael Jackson 9d85359690 Do not auto-format package.json with Prettier 2018-07-31 10:53:05 -07:00
Michael Jackson 88f8b1683b Tolerate missing X-Forwarded-For header in production 2018-07-31 10:23:12 -07:00
Michael Jackson bef8b2ebee Rename server => modules 2018-07-31 10:20:24 -07:00
Michael Jackson 135da0fdc5 Server render auto-index pages
Also, load the autoIndex bundle on the client so we can use React
instead of using an inline script.
2018-07-31 10:07:27 -07:00
Michael Jackson 168ccf5aac Use secretKey module directly 2018-07-27 05:39:57 -07:00
Michael Jackson ab72779cfb Small tweaks 2018-07-27 05:08:07 -07:00
Michael Jackson ab3e5f4dfc Style tweak 2018-07-19 21:49:39 -04:00
Michael Jackson b69fd550a2 Fix 404 regression with CommonJS module paths 2018-07-19 21:03:40 -04:00
Michael Jackson a254a7a2f2 Move main files into client/main 2018-07-18 00:29:49 -07:00
Michael Jackson f8eea6ac2b Rename req.bundle => req.assets 2018-07-18 00:10:37 -07:00
Michael Jackson cb577b5d84 Run dev server on same port so auto-reload works 2018-07-17 23:58:43 -07:00
Michael Jackson caffd0efc8 Improvements to dev setup 2018-07-17 23:40:32 -07:00
Michael Jackson e7244e6000 Remove process-level mutex 2018-07-16 12:05:02 -07:00
Michael Jackson c7231b4c5e Use SETNX for caching package info 2018-07-16 10:17:00 -07:00
Michael Jackson 7543295e4e Better code clarity 2018-07-16 08:44:59 -07:00
Michael Jackson 6c3c71755a Fix relative name computation 2018-07-15 21:34:36 -07:00
Michael Jackson c5156be276 Server timeout is 10s 2018-07-15 21:13:56 -07:00
Michael Jackson 6075deb73f Return null for 404s 2018-07-15 16:29:54 -07:00
Michael Jackson c464dc3c3e More detailed error output on registry fetch errors 2018-07-15 12:41:36 -07:00
Michael Jackson d05ff65089 More readable errors for failed registry requests 2018-07-15 09:56:51 -07:00
Michael Jackson d1a6db5747 Force shutdown of workers after 5s 2018-07-15 09:17:46 -07:00
Michael Jackson 5f0fa21063 Re-use registry HTTP agent for package info requests 2018-07-14 17:45:37 -07:00
Michael Jackson 4360fbf7d6 Fix missing require 2018-07-14 15:12:37 -07:00
Michael Jackson eb75d866b7 Use persistent HTTP connection to the registry 2018-07-14 14:46:33 -07:00
Michael Jackson 5969ecc6ef Don't cache packages on the filesystem
Should help with transient errors reported in #86, #104, and #110
2018-07-14 14:46:33 -07:00
Michael Jackson 700bb109a1 Add release info to Raven config 2018-07-14 10:46:18 -07:00
Michael Jackson 139207ec86 Add Sentry 2018-07-14 10:33:36 -07:00
Michael Jackson 8790cbb024 Run builds on all branches 2018-07-14 00:00:29 -07:00
Michael Jackson 43379bb73d Use global React, ReactDOM, and ReactRouterDOM from unpkg 2018-07-10 07:49:35 +10:00
Michael Jackson aa118eecef Remove unnecessary require 2018-07-10 07:04:10 +10:00