Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

333 use logger in place of print #13

Open
wants to merge 183 commits into
base: 333-use-logger-in-place-of-print
Choose a base branch
from

Commits on May 27, 2010

  1. Copy the full SHA
    85fe7bd View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2010

  1. Copy the full SHA
    0f9a1c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2010

  1. Pulling the the patches to upload_project made by Rodrigue Alcazar

    From [issue goosemo#10](http://code.fabfile.org/issues/show/10) I am pulling in the
    patch and unit tests that he's made. I'll tweak them as needed, but the intial
    pull looks good.
    goosemo committed Aug 5, 2010
    Copy the full SHA
    3445b56 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    32f7d67 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2010

  1. Copy the full SHA
    215bf88 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    206b0c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2011

  1. This adds a decorator to make the host list follow order

    @ensure_order on a task will side step the use of set() to dedupe, and will
    instead loop over the host and role lists reappending to temp list if not
    already present in the temp list.
    
    Something to do then as an addition/extension, would be to perhaps add a
    parameter on the decorator to sort the list.
    goosemo committed Jan 26, 2011
    Copy the full SHA
    01f6c5c View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2011

  1. Copy the full SHA
    540fcf2 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2011

  1. Copy the full SHA
    e12c0e2 View commit details
    Browse the repository at this point in the history
  2. Cleaned out testing prints

    goosemo committed Feb 3, 2011
    Copy the full SHA
    2054be1 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a86f293 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    b955fef View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    7d033f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2011

  1. Adds a @with_settings decorator for tasks (and tests) to use

    A simple wrapper around the settings context_manager.  Useful for
    retrofitting old code without having to indent it all for the context
    block.
    
    Signed-off-by: Morgan Goose <morgan.goose@gmail.com>
    tswicegood authored and goosemo committed Feb 4, 2011
    Copy the full SHA
    cf61564 View commit details
    Browse the repository at this point in the history
  2. add docblock explaining what with_settings does

    Signed-off-by: Morgan Goose <morgan.goose@gmail.com>
    tswicegood authored and goosemo committed Feb 4, 2011
    Copy the full SHA
    a99a54a View commit details
    Browse the repository at this point in the history
  3. Modify tests to pass using the new context.

    Both tests assume a env.use_shell to be True.  There's a test somewhere
    else in the chain that can cause this to not be the case.  This ensures
    the assumption is always met.
    
    Signed-off-by: Morgan Goose <morgan.goose@gmail.com>
    tswicegood authored and goosemo committed Feb 4, 2011
    Copy the full SHA
    8a258ea View commit details
    Browse the repository at this point in the history
  4. After getting in patches from Travis' fork, I also added it to the sp…

    …hinx docs and an example.
    goosemo committed Feb 4, 2011
    Copy the full SHA
    e09319b View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of github.com:goosemo/fabric into 184-rsync-pro…

    …ject-local-dir-doc-update
    goosemo committed Feb 4, 2011
    Copy the full SHA
    264b091 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2011

  1. Fixes fabric#307 Update code to match Pep8 standards

    - I've updated most of the code to match PEP8. There are a few valid exceptions
    left behind
    - Note, stripping trailing whitespace from "expecting" strings in
    test_networks.py will break tests
    mitechie committed Mar 14, 2011
    Copy the full SHA
    422268b View commit details
    Browse the repository at this point in the history
  2. Fixes 113 updates to allow tuples as host/rols lists

    - Added test for roles and hosts as tuples
    - Add new decorator for testing @with_patched_state_env to better mock out a
    full state.env
    - updated the new tests to use ^^ decorator
    mitechie committed Mar 14, 2011
    Copy the full SHA
    76f7f86 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7a5347c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a60ea6e View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of github.com:goosemo/fabric into 184-rsync-pro…

    …ject-local-dir-doc-update
    goosemo committed Mar 14, 2011
    Copy the full SHA
    6eb8be0 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    8e18071 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    38081c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2011

  1. Added args to upload_template for mode support

    Addesses issue fabric#117: Add mode support to upload_template()
    Appears to address fabric#304, Rewrite upload_template to make use of
    new put() features.
    thomasballinger committed Mar 16, 2011
    Copy the full SHA
    dd11efe View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2011

  1. Copy the full SHA
    bc0fe58 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2011

  1. Copy the full SHA
    5afe16f View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2011

  1. Copy the full SHA
    cbdfc06 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5b70772 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2011

  1. Copy the full SHA
    67c97a6 View commit details
    Browse the repository at this point in the history
  2. Fixed conflict

    goosemo committed Apr 2, 2011
    Copy the full SHA
    8495a44 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e611cfc View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2011

  1. Copy the full SHA
    782a18b View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2011

  1. Copy the full SHA
    ac8ff96 View commit details
    Browse the repository at this point in the history
  2. Merged in Travis Swicegood's fix for fabric#125

    I had to pull it out by hand because the patch wouldn't apply, and I also
    wanted to make a change and hide the main function of append and write, much
    like run and sudo use a hidden command and are just place holders that enact
    specific defaults.
    
    Anyhow it's a direct pull from this commit:
        https://github.com/tswicegood/fabric/blob/cc853f165e9b1b2c177579a16e97be16cc9b40d6/fabric/contrib/files.py
    goosemo committed Apr 5, 2011
    Copy the full SHA
    886c20f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:goosemo/fabric into 184-rsync-pro…

    …ject-local-dir-doc-update
    goosemo committed Apr 5, 2011
    Copy the full SHA
    9e15824 View commit details
    Browse the repository at this point in the history
  4. Merged in Casey Banner's work for fabric#170, Fixed conflicts and als…

    …o made a failing test pass.
    goosemo committed Apr 5, 2011
    Copy the full SHA
    2bb769d View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    b825a44 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2011

  1. Copy the full SHA
    9478ebc View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2011

  1. Merge branch '117-add-mode-support-to-upload-template' of https://git…

    …hub.com/thomasballinger/fabric into 117-add-mode-support-to-upload-template
    goosemo committed Apr 8, 2011
    Copy the full SHA
    7c40673 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    dcd9564 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b7c2ffb View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    4626235 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    cf4b95c View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    e0b0d47 View commit details
    Browse the repository at this point in the history
  7. Merge branch '314-update-test-mocks' into 1.1

    Conflicts:
    	fabric/main.py
    	tests/test_main.py
    
    Fixed the conflicts as well as edited the decorated tests. So now intead of
    using a patched object we use @with_patched_sate_env()
    goosemo committed Apr 8, 2011
    Copy the full SHA
    71ab7be View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    dc80193 View commit details
    Browse the repository at this point in the history
  9. Merge branch '117-add-mode-support-to-upload-template' into 1.1

    Conflicts:
    	fabric/contrib/files.py
    
    Fixed conflicts between this mode change and the backup feature.
    goosemo committed Apr 8, 2011
    Copy the full SHA
    66f80c0 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    0b1352a View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    85a501d View commit details
    Browse the repository at this point in the history
  12. Merge branch '170-exclude-hosts' into 1.1

    Conflicts:
    	docs/usage/execution.rst
    	docs/usage/fab.rst
    	fabric/main.py
    	fabric/state.py
    	tests/test_main.py
    
    Had to address the conflict resolutions. Needed to put the exclusion bits for
    hosts towards the bottom below my ensures order stuff. I then needed to make
    all the tests right, by adding in the extra [] now required in any tests using
    get_hosts.
    
    I also addressed a bug I'd let slip in for contrib.files where I'd made syntax
    error in the mode and backup merge.
    
    Now all tests pass.
    goosemo committed Apr 8, 2011
    Copy the full SHA
    89f06e7 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    e4b9f4d View commit details
    Browse the repository at this point in the history
  14. Merge branch '283-with-settings-decorator' into 1.1

    Conflicts:
    	docs/api/core/decorators.rst
    	fabric/decorators.py
    
    Simple conflicts to resolve, just that the two decorators ensures_order and
    with_settings, were both developed in parallel, so they just wanted to insert
    into the same place on the merge. Just removed the merge chars and fixed the
    rst to resolve.
    goosemo committed Apr 8, 2011
    Copy the full SHA
    fb261d5 View commit details
    Browse the repository at this point in the history
  15. Forgot to add it to the api

    goosemo committed Apr 8, 2011
    Copy the full SHA
    9fdd0d6 View commit details
    Browse the repository at this point in the history
  16. Forgot to add it to the api

    goosemo committed Apr 8, 2011
    Copy the full SHA
    62237f6 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    58798ee View commit details
    Browse the repository at this point in the history
  18. Merge branch '283-with-settings-decorator' into 1.1

    Conflicts:
    	fabric/api.py
    goosemo committed Apr 8, 2011
    Copy the full SHA
    f5cb3fc View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    598e0ba View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    10b8295 View commit details
    Browse the repository at this point in the history
  21. Copy the full SHA
    b55436e View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2011

  1. Copy the full SHA
    bb9b486 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0ef63c8 View commit details
    Browse the repository at this point in the history
  3. Fixed issue with 2.5 compat

    Got a report from Vladimir Lazarenko on irc that using the 1.1 branch which
    includes this, was raising an error:
    
    .../fabric/decorators.py:162: Warning: 'with' will become a reserved keyword in Python 2.6
    
    This cropped up because I'd forgotten to make the from __future__ import in the
    decorators module.
    goosemo committed Apr 12, 2011
    Copy the full SHA
    c13dbb4 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    cc77d60 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    48e8b4d View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2011

  1. Copy the full SHA
    3bc62f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2011

  1. Copy the full SHA
    30f3307 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a0e57dd View commit details
    Browse the repository at this point in the history
  3. Merge branch '1.0'

    bitprophet committed Apr 15, 2011
    Copy the full SHA
    f66947b View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2011

  1. Copy the full SHA
    9c610db View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2011

  1. Copy the full SHA
    9399a20 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    33cc7e2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f947854 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6861024 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    cd25547 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    d7470d2 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    c88f7c0 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    1773ce0 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    626ade6 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    fb3aaae View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    d15edb4 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2011

  1. Copy the full SHA
    aec6376 View commit details
    Browse the repository at this point in the history
  2. Update case-insensitive sed flag to be generic.

    Also beef up docs. Re fabric#154
    bitprophet committed Apr 23, 2011
    Copy the full SHA
    0e1ae0d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    47ea5a5 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2011

  1. Fix bug with fabric.api.put(...)

    ``mode`` kwarg didn't take effect while uploading file-like objects
    Roman Imankulov authored and bitprophet committed Apr 25, 2011
    Copy the full SHA
    67d32d5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9a13102 View commit details
    Browse the repository at this point in the history
  3. Merge branch '1.0'

    bitprophet committed Apr 25, 2011
    Copy the full SHA
    222d83f View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into 1.1

    Conflicts:
    	AUTHORS
    bitprophet committed Apr 25, 2011
    Copy the full SHA
    7397953 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    98aceb2 View commit details
    Browse the repository at this point in the history
  6. Revert patch re fabric#36

    bitprophet committed Apr 25, 2011
    Copy the full SHA
    a47054e View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    7c47972 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    5ffd0a0 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    86a1182 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2011

  1. Copy the full SHA
    b4ed89a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    87044bb View commit details
    Browse the repository at this point in the history
  3. Revert fabric#125

    bitprophet committed Apr 26, 2011
    Copy the full SHA
    b0c7162 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2011

  1. Copy the full SHA
    2e90af6 View commit details
    Browse the repository at this point in the history
  2. Merge branch '1.0'

    bitprophet committed Apr 27, 2011
    Copy the full SHA
    5d27faa View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2011

  1. Copy the full SHA
    7d99ba0 View commit details
    Browse the repository at this point in the history
  2. Merge branch '1.0'

    bitprophet committed Apr 29, 2011
    Copy the full SHA
    3b4d8dd View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c3e79b6 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2011

  1. Copy the full SHA
    3e040a3 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2011

  1. Copy the full SHA
    ef696c3 View commit details
    Browse the repository at this point in the history
  2. Merge branch '1.0'

    bitprophet committed May 29, 2011
    Copy the full SHA
    349cd05 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into 1.1

    Conflicts:
    	fabric/version.py
    bitprophet committed May 29, 2011
    Copy the full SHA
    65c5060 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2011

  1. Apply patch derived from goosemo/76-task-decorator

    * git diff 1.1...goosemo/76-task-decorator > 76.diff
    * git apply -v --check 76.diff
    * hack hack hack
    * git apply 76.diff
    
    Removed a handful of minor tweaks not relevant to the feature at hand.
    bitprophet committed May 31, 2011
    Copy the full SHA
    a6c13cd View commit details
    Browse the repository at this point in the history
  2. Update test env munging

    bitprophet committed May 31, 2011
    Copy the full SHA
    e8f19ef View commit details
    Browse the repository at this point in the history
  3. Bit of cleanup

    bitprophet committed May 31, 2011
    Copy the full SHA
    db219e7 View commit details
    Browse the repository at this point in the history
  4. callable is a builtin :)

    bitprophet committed May 31, 2011
    Copy the full SHA
    67d1a76 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    851b796 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2011

  1. Copy the full SHA
    89e97c1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6800328 View commit details
    Browse the repository at this point in the history
  3. Merge branch '1.0'

    bitprophet committed Jun 1, 2011
    Copy the full SHA
    72bed2a View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2011

  1. WIP re fabric#76.

    TODO:
    * Figure out package-related stuff -- remind self how vanilla Python
      package recursive imports work, make sure it's applied consistently
      (re namespacing)
    * Update code to be consistent with new docs
    * Ensure changelog, AUTHORS updated
    bitprophet committed Jun 6, 2011
    Copy the full SHA
    7b1f568 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2011

  1. Copy the full SHA
    cb4461c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2b27bd6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    af6bbfa View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2e49f1d View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2011

  1. Copy the full SHA
    c3068ae View commit details
    Browse the repository at this point in the history
  2. Edits to task docs

    bitprophet committed Jun 8, 2011
    Copy the full SHA
    79f6b7d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4fee934 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0084db6 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2011

  1. Copy the full SHA
    f16d8df View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fcf3e9e View commit details
    Browse the repository at this point in the history
  3. Whitespace

    bitprophet committed Jun 9, 2011
    Copy the full SHA
    35c3480 View commit details
    Browse the repository at this point in the history
  4. Commenting

    bitprophet committed Jun 9, 2011
    Copy the full SHA
    aa7f9b3 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    d7a7670 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    601a771 View commit details
    Browse the repository at this point in the history
  7. Missed a spot

    bitprophet committed Jun 9, 2011
    Copy the full SHA
    f605730 View commit details
    Browse the repository at this point in the history
  8. Refactor

    bitprophet committed Jun 9, 2011
    Copy the full SHA
    89724bf View commit details
    Browse the repository at this point in the history
  9. Couple new tests

    bitprophet committed Jun 9, 2011
    Copy the full SHA
    07bad3f View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    c662099 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    5c9ca83 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    18d5c3d View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2011

  1. Copy the full SHA
    47f20d8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3c0af2f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    363c719 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d0d22a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2011

  1. Minor tweaks

    bitprophet committed Jun 21, 2011
    Copy the full SHA
    c4bcd8d View commit details
    Browse the repository at this point in the history
  2. Implement nested output.

    Also rejiggers a ton of stuff for arguably cleaner handling of namespace
    trees.
    bitprophet committed Jun 21, 2011
    Copy the full SHA
    10b9b73 View commit details
    Browse the repository at this point in the history
  3. Bugfix and test

    bitprophet committed Jun 21, 2011
    Copy the full SHA
    b2b27ac View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9d3280b View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    d4ce7c9 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    5d8d0e3 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    8a0023f View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2011

  1. Copy the full SHA
    05aca97 View commit details
    Browse the repository at this point in the history
  2. Implements fabric#353: SSH keepalive.

    Based on a cherry-pick of 81e57d7
    bitprophet committed Jun 22, 2011
    Copy the full SHA
    d68b7ac View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a4a6b08 View commit details
    Browse the repository at this point in the history
  4. Reorder eq_ args

    bitprophet committed Jun 22, 2011
    Copy the full SHA
    0034a82 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    8905aaf View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    465f813 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    7aff0af View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2011

  1. Fixes fabric#329: reboot() broken for partial host strings

    Conflicts:
    
    	fabric/network.py
    bitprophet committed Jun 24, 2011
    Copy the full SHA
    3f5503e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6f8a80a View commit details
    Browse the repository at this point in the history
  3. Merge branch '1.0'

    Conflicts:
    	fabfile/__init__.py
    bitprophet committed Jun 24, 2011
    Copy the full SHA
    594211b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9be5e03 View commit details
    Browse the repository at this point in the history
  5. Add test re fabric#329

    Conflicts:
    
    	tests/test_network.py
    bitprophet committed Jun 24, 2011
    Copy the full SHA
    3c56186 View commit details
    Browse the repository at this point in the history
  6. Merge branch '1.0'

    Conflicts:
    	tests/test_network.py
    bitprophet committed Jun 24, 2011
    Copy the full SHA
    0f77dca View commit details
    Browse the repository at this point in the history
  7. Formatting

    bitprophet committed Jun 24, 2011
    Copy the full SHA
    835a094 View commit details
    Browse the repository at this point in the history
  8. Fix I/O race condition

    Fixes fabric#352, fixes fabric#320
    bitprophet committed Jun 24, 2011
    Copy the full SHA
    efd9fef View commit details
    Browse the repository at this point in the history
  9. Merge branch '1.0'

    Conflicts:
    	AUTHORS
    bitprophet committed Jun 24, 2011
    Copy the full SHA
    95127ac View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    7f6cbc9 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    0d74105 View commit details
    Browse the repository at this point in the history
  12. Merge branch '1.0'

    bitprophet committed Jun 24, 2011
    Copy the full SHA
    cde6aab View commit details
    Browse the repository at this point in the history
  13. Version bump for 1.0.2

    bitprophet committed Jun 24, 2011
    Copy the full SHA
    0de7dca View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2011

  1. Version bump for 1.1

    bitprophet committed Jun 25, 2011
    Copy the full SHA
    3b7150e View commit details
    Browse the repository at this point in the history
  2. Dev version for 1.1.1

    bitprophet committed Jun 25, 2011
    Copy the full SHA
    ef2cc5f View commit details
    Browse the repository at this point in the history
  3. Dev version for 1.2

    bitprophet committed Jun 25, 2011
    Copy the full SHA
    2adbf18 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2011

  1. Copy the full SHA
    3ff8b55 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2c7b692 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4b6a1f6 View commit details
    Browse the repository at this point in the history
  4. Fix up docs.push

    bitprophet committed Jun 29, 2011
    Copy the full SHA
    13b57d1 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    3b52a83 View commit details
    Browse the repository at this point in the history
  6. Merge branch '1.1'

    Conflicts:
    	fabric/version.py
    bitprophet committed Jun 29, 2011
    Copy the full SHA
    a699229 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    942601c View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    28ffb4c View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    11f18f6 View commit details
    Browse the repository at this point in the history
  10. Merge branch '1.1'

    bitprophet committed Jun 29, 2011
    Copy the full SHA
    b8619fc View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2011

  1. Merge remote-tracking branch 'upstream/master' into logging

    * upstream/master: (123 commits)
      Remove confusing, extraneous note re: example
      Fix main loop to look for Task.run()
      Fix up docs.push
      Update tag list for manually generated docs
      Task decorator must be first
      Enhance docs on Task subclass usage
      Dev version for 1.2
      Dev version for 1.1.1
      Version bump for 1.0.2
      Silly/shitty little sanity-test runner
      Fixes fabric#345, contains() returns boolean, not retval.
      Fix I/O race condition
      Formatting
      Add test re fabric#329
      Add 1.0.2 note to 1.1 release docs
      Note that 1.0.2 will contain 0.9.7
      Fixes fabric#329: reboot() broken for partial host strings
      Dogfooding: use new-style tasks, namespaces in core fabfile
      Re fabric#56, don't allow leaf classic modules to pollute new-style trees
      Use FabricTest to isolate namespace tests
      ...
    
    Conflicts:
    	fabric/main.py
    	fabric/network.py
    	fabric/operations.py
    ramonvanalteren committed Aug 31, 2011
    Copy the full SHA
    77eb80d View commit details
    Browse the repository at this point in the history
  2. Patching the logging stream in mock_streams as well

    Because logging gets initialized early in the game, mock_streams is not working.
    The logging output goes to the actual stderr stream and not to the mocked stream.
    ramonvanalteren committed Aug 31, 2011
    Copy the full SHA
    d9e75f7 View commit details
    Browse the repository at this point in the history
  3. Fixed a set of testcases

    In some cases there was a mismatch between what was actually printed through the logger and what was expected
    Some of the testcases swapped expected and actual output
    
    In addition there is a fundamental change hidden here:
    
    The console logger will output by default to stderr
    This is probably fine for warn/fatal etc messages, however it is a bit dubious for info messages.
    In some cases I had to change the stream the testcase got the results from to stdall to get it working.
    ramonvanalteren committed Aug 31, 2011
    Copy the full SHA
    dc913d2 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    bd8b716 View commit details
    Browse the repository at this point in the history