0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 19 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Speed up deploy.go by not compressing or transferring unnecessary files. More... over 10 years ago
run/console cmd now works without requiring any extra login. More... over 10 years ago
New zfs-compatible strategy for rollback command due to zfs constraints when deleting children. More... over 10 years ago
Fixed incorrect zfs mount path in container shutdown script. More... over 10 years ago
Version number is now optional in rollback command - by default it will rollback to the previous release. More... over 10 years ago
Removed excessive logging from old dyno cleanup task. More... over 10 years ago
Quote test subject in build.sh. More... over 10 years ago
zfs-fuse failure tolerance in destroy.py script. More... over 10 years ago
Merge branch 'master' of github.com:Sendhub/shipbuilder into jay/zfs-fuse-support More... over 10 years ago
Merge pull request #5 from ecoleman/patch-1 More... over 10 years ago
Correct Typo More... over 10 years ago
Correct Typo More... over 10 years ago
Merge branch 'master' of github.com:Sendhub/shipbuilder into jay/zfs-fuse-support More... over 10 years ago
Fix for incorrect home directory path set in container /etc/passwd file. More... over 10 years ago
Add python-imaging to package list for base python image. The package is required for the PIL library to support a full range of image types. More... over 10 years ago
Partial progress on support for zfs-fuse, which is flaky about destroying datasets (retries are frequently required). More... over 10 years ago
Installation update: Ensure zfs snapshot listing is enabled for the created pool. More... over 10 years ago
build and deploy scripts updated to use fast dependency management by default, force update flag is '-u' or '--update'. More... over 10 years ago
Added retry to local container destroy for zfs fs. More... over 10 years ago
HAProxy config generator fix: don't add any ACL when the list of domains is empty. More... over 10 years ago
The install scripts now use the recommended `zfs-fuse` package instead of `zfs-native/stable` ppa. More... over 10 years ago
Ensure container login shell has envdir vars injected, and also that the home directory is updated /app/src. More... over 10 years ago
Fixed broken upstart script. More... over 10 years ago
Permission fixes for /app/ip and /app/env/PORT in upstart script. Fixed LB generation to match exact vhost names instead of using a less specific *name* style of matching. More... over 10 years ago
Clarified `restart` command. More... over 10 years ago
Include process and port number in log entry.process identifier. More... over 10 years ago
Added `-s [swap-device]` optional parameter to "node" and "shipbuilder" installers. More... over 10 years ago
Destroy the possibly pre-existing zfs pool before attempting to create. More... over 10 years ago
Management command `nodes:add` now runs concurrently if multiple nodes are specified. More... over 10 years ago
Fixed iteration for multi-variable application configuration removal. More... over 10 years ago