Commit Graph

71 Commits

Author SHA1 Message Date
85fd8513ae cleanup 2014-11-27 13:10:40 +01:00
94e3ae86e9 bam cli: updates
- deps now supports --json
- paths are now committed relative to their session dir (TODO, remapping)
2014-11-25 17:15:37 +01:00
e846ce8d3b bam cli: remove redundant callback wrappers. 2014-11-25 00:00:39 +01:00
b3db01b966 cleanup 2014-11-23 23:19:10 +01:00
aac29c824d cleanup: pep8 2014-11-21 21:12:28 +01:00
47a6eaa936 use logging for exceptions in webserver, check BAM_VERBOSE env var 2014-11-21 20:14:58 +01:00
5fd88c03cf bam cli: add ability to checkout into a named location 2014-11-21 15:26:37 +01:00
4cd2e42d6e bam cli: removed paths would do nothing 2014-11-20 15:37:17 +01:00
dd8ba47543 Typo fix 2014-11-20 12:50:44 +01:00
c29b4707cc Logging module in bam.py 2014-11-20 12:26:10 +01:00
e5a6613cc6 bam cli: correct arg handling 2014-11-19 16:40:39 +01:00
b404a22843 bam cli: commit ignored new files 2014-11-18 17:37:20 +01:00
2542aa9aa8 bam cli: add --json argument 2014-11-13 19:19:36 +01:00
45b6afc30c bam cli: Accept argv from another script (for testing) 2014-11-12 14:22:40 +01:00
e8dab60b68 Add path operation json file 2014-11-12 12:23:43 +01:00
722d29c931 bam cli: fix for recent commit 2014-11-07 16:59:32 +01:00
536378ed4a bam cli: hard coded bamignore 2014-11-07 15:41:15 +01:00
08bc95906a fallback to username on bam init 2014-11-07 15:37:28 +01:00
a8c8685b0d bam cli: add bam status 2014-11-07 15:18:20 +01:00
5601ad297f Clenaup: help no own line 2014-11-07 11:40:17 +01:00
70d5b7aa2f bam cli: add sessions 'create' subcommand 2014-11-07 11:39:36 +01:00
81d9dca264 bam cli: Keep track of files to remove 2014-11-06 19:47:04 +01:00
23d32e18ef bam cli: print error if this already exists 2014-11-06 19:01:51 +01:00
d59ea54dd3 add simple fatal function 2014-11-06 18:44:42 +01:00
301abd641c bam cli: give useful message when bam ls fails 2014-11-06 18:32:01 +01:00
9e49a94750 missing newline in last commit 2014-11-06 18:10:10 +01:00
34fea3a2cc bam cli: nice warning when running outside of a project 2014-11-06 17:34:20 +01:00
97414a84f7 typo 2014-11-06 16:15:12 +01:00
7cb1e806af paths are now relative to project root when checked out 2014-11-06 14:42:38 +01:00
6139f0e436 initial support for adding new files (client side) 2014-11-06 14:21:20 +01:00
aa21e8be3d remap paths back on commit 2014-11-05 17:07:41 +01:00
de3eca018a Cleanup: simplify basepath handling 2014-11-05 16:27:55 +01:00
a31a3b643e Cleanup 2014-11-05 16:22:13 +01:00
10ec31e260 *picly* use abbreviated config var 2014-11-05 16:18:35 +01:00
e4ae1e6dd2 support default no args as . 2014-11-05 16:15:09 +01:00
8dafe01a0e Starting to use project_config values 2014-11-05 16:05:47 +01:00
2ca9bc1d46 'bam deps' command - working on basic level 2014-11-05 15:41:55 +01:00
cbe3d1693f use existing write config function 2014-11-05 15:19:47 +01:00
e13dabbb71 Init command for bam cli 2014-11-05 15:10:07 +01:00
8b1085edd1 rename/reshuffle modules 2014-11-05 14:52:35 +01:00
4ebe917ee1 add initial boiler plate for a 'deps' command
This is to print dependencies for a blend file
2014-11-05 14:39:28 +01:00
3b49103952 bam: require commit message 2014-11-05 12:46:55 +01:00
0f2ada1ea0 correct sha1_from_file (broke checkout) 2014-11-05 12:02:44 +01:00
24e7e8a9d5 bam: default to basedir when no args given
- for commit and list
2014-11-05 11:43:58 +01:00
9157ed1dc0 extract zipfile on checkout 2014-11-05 11:24:57 +01:00
41992ee72f sort list output 2014-11-05 10:48:14 +01:00
53cbb0fa55 Cleanup: pep8 2014-11-05 10:42:59 +01:00
7f57c74f02 de-duplicate code, add generic modules dir 2014-11-05 10:04:40 +01:00
b9e8601272 typo 2014-11-05 09:18:06 +01:00
3222d10276 progress info when checking out 2014-11-04 21:46:18 +01:00