index
:
fabric
1.1
1.1.0-docs
1.2
1.3
1.4
203-fudge-upgrade
224-parallel-tests
546-custom-env-sphinx-directive
68-fabfile-generation
master
Simple, Pythonic remote execution and deployment
jforcier
summary
refs
log
tree
commit
diff
log msg
author
committer
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-28
Revert "Implement Fabric-level host aliasing."
Jeff Forcier
6
-135/+5
2012-02-19
Add another test re #563
Jeff Forcier
1
-0/+7
2012-02-19
Implement Fabric-level host aliasing.
Jeff Forcier
6
-5/+128
2012-02-14
Merge branch '1.3'
Jeff Forcier
5
-29/+53
2012-02-14
Add failing test re #410
Jeff Forcier
2
-0/+23
2012-02-14
Clean up old test
Jeff Forcier
1
-6/+6
2012-02-14
Non-network-touching tests inside @server bomb on Linux
Jeff Forcier
1
-3/+9
2012-02-04
Renamed second test_nested_alias() to test_nested_aliases() to avoid overitin...
Horacio G. de Oro
1
-1/+1
2012-02-03
Implement key_filename stuff re #3
Jeff Forcier
6
-21/+105
2012-02-03
Add 'full' end to end cxn test using ssh_config
Jeff Forcier
3
-0/+21
2012-02-03
Implementation & tests re #3.
Jeff Forcier
4
-34/+26
2012-02-03
Skeleton tests re #3
Jeff Forcier
4
-0/+90
2012-02-02
Better name for 'give me a support file' in tests
Jeff Forcier
1
-2/+4
2012-02-02
Allow FabricTest subclasses to safely tweak their own env vars
Jeff Forcier
1
-2/+7
2012-01-28
Merge branch 'master' into 474-execute-return-value
Jeff Forcier
2
-14/+36
2012-01-28
Fix to the fix
Jeff Forcier
2
-16/+27
2012-01-28
Allow use of Task-but-not-WrappedCallableTask in execute()
Jeff Forcier
2
-3/+13
2012-01-26
First draft of parallel+queue for return values
Jeff Forcier
3
-33/+76
2012-01-25
Use exception as return value for skipped-over network errors
Jeff Forcier
2
-1/+13
2012-01-24
More tests re #474
Jeff Forcier
1
-0/+11
2012-01-24
More old test output fixes
Jeff Forcier
1
-1/+1
2012-01-24
Preserve retval of execute()d tasks in base/serial cases
Jeff Forcier
2
-3/+34
2012-01-24
Hide some old test output
Jeff Forcier
1
-1/+2
2012-01-24
Whitespace
Jeff Forcier
1
-2/+0
2012-01-19
Regression tests for error handling changes
Jeff Forcier
1
-2/+28
2012-01-17
Tests re #8
Jeff Forcier
1
-1/+23
2012-01-17
s/_handle_failure/error/
Jeff Forcier
3
-52/+82
2011-12-19
Remove unnecessary test after fixing behavior
Jeff Forcier
1
-14/+0
2011-11-23
Merge branch '1.3'
Jeff Forcier
5
-6/+30
2011-11-23
Merge branch '1.2' into 1.3
Jeff Forcier
5
-6/+30
2011-11-23
Merge branch '1.1' into 1.2
Jeff Forcier
4
-4/+20
2011-11-23
Allow backslash escaping of equals signs in task args.
Jeff Forcier
4
-4/+20
2011-11-23
Merge branch '1.3'
Jeff Forcier
10
-19/+54
2011-11-23
Fix strange test failure I can't seem to nail down
Jeff Forcier
1
-1/+2
2011-11-23
Remove old debug output
Jeff Forcier
1
-1/+0
2011-11-17
Remove unnecessary test after fixing behavior
Jeff Forcier
1
-14/+0
2011-10-23
Replace all mentions of Paramiko in docs[trings].
Jeff Forcier
15
-82/+83
2011-10-23
s/paramiko/ssh/g
Jeff Forcier
6
-7/+7
2011-10-06
Add some more tests
Jeff Forcier
1
-1/+26
2011-10-06
Move some task-oriented subtasks into Task.
Jeff Forcier
3
-46/+48
2011-10-06
Move, un-env-ify some task subroutines
Jeff Forcier
4
-102/+97
2011-10-05
Forgot to save a file; plus tweaks.
Jeff Forcier
2
-61/+9
2011-10-05
Add executing line
Jeff Forcier
3
-5/+27
2011-10-05
Clear fudge expectations *after* FabTest tests too
Jeff Forcier
1
-0/+2
2011-10-05
Test cleanup
Jeff Forcier
1
-1/+5
2011-10-05
Last premade test now pointless
Jeff Forcier
1
-9/+0
2011-10-05
Safely execute task with its own connection env vars
Jeff Forcier
6
-48/+61
2011-10-04
Set env.all_hosts to host list inside execute()
Jeff Forcier
3
-9/+15
2011-10-04
Move get_hosts and deps into tasks.py
Jeff Forcier
3
-68/+71
2011-10-04
nuke extraneous execute() from docstrings
Jeff Forcier
1
-10/+10
[next]