- Created
DatastoreConnection
to explicitly open and close datastore connections on each usage. - Eased timing on fetching all packages from pub.dartlang.org to one second.
- Removed builder instances from behind proxy
- Removed port 443 for SSH
- Displaying one line per package on www.dartdocs.org
- Removed old build index code
- Added support for
index.json
file uploaded to index.json - Pin version of datastore client api
- Add metaview port for mobile
- Created new daemon-isolate image
dart-daemon-isolate-v1
- Add proxy configuration to node instances
- More documentation
- Addtional shell script functions available
- Health checks for isolates available
- Fixed bug with inbox queue
- Added explicit setting for file cache on cloud storage
- Content type changed so log files are not downloaded by default
- Gzip log files
- Decreased callback to 10 seconds
- Added script ro rebuild all packages
- Added datastore indexes
- Reduced max instances to 20
- Added more error handling
- Added verbose option to
daemon_isolate
- Increased max gce nodes to 75
- Added local rest interface for building and rebuilding packages
- Checking datastore as the single point of record
- Updated shell scripts
- Restructed tests
- Enabled drone.io and buid badge
- Added client builder configuration
- Added support for multi-package builds on a single client
- Added local http server to add packages to build queue
- Switched main isolate to use new client configuration builds
- Startup script now pull config and private key files
- Removed all print calls
- Now pushes results to datastore entities
- Datastore entities include uri to build logs on cloud storage
- Added isolate to build index.html
- Last built is indexable
- Added
Version
object - Removed all code of
--mode
commands - Added storage class for datastore
- Removed private repo configurations
- Added one time fetch and build all of latest packages
- Initial release