Tristan

Results 14 issues of Tristan

I added the following code block to my applications html `` ``` window.accent=window.accent||function(){(accent.q=accent.q||[]).push(arguments);}; accent('init',{h:'https://my-app.herokuapp.com',i:'xxxxx-xxxx-xxxxx-xxxxxxx'}); ``` But, I get the following error in the browser console. I am unable to login...

Its seems I cannot run `serverless remove --stage prod`. I am sure the correct bucket has been exported: ``` Serverless: Could not remove AWS package storage: The specified bucket is...

I had to change some things to get governor work with something other then localhost. First I had to change etcd so it uses init and my own config: In...

I think it is better to make governor.py more verbose so the current status of governor.py is visible. Something like so: ``` python if etcd.race("/initialize", postgresql.name): logging.info("initializing") postgresql.initialize() etcd.take_leader(postgresql.name) postgresql.start()...

For a better compression ratio, turn side it is somewhat slower then gzip.

feature

When running mysqldump from cli I noticed it adds --disable-keys by default. https://dev.mysql.com/doc/refman/5.1/en/mysqldump.html#option_mysqldump_disable-keys Would be nice to have that included in danpu.

feature

Missing --single-transaction config option: https://dev.mysql.com/doc/refman/5.1/en/mysqldump.html#option_mysqldump_single-transaction

feature

I noticed danpu will place files of 0 bytes (i.e.: `Rah_Danpu_CpCOO0`) in the temporary folder if the backup fails for any reason (like unable to connect). Those should be removed...

It would be handy to send an array with included tables instead of only excluding the rest. I.e.: If you want to include only 2 of the 50 tables you...

I am getting this error while trying to import my dump created by danpu: `SQLSTATE[23000]: Integrity constraint violation: 1217 Cannot delete or update a parent row: a foreign key constraint...