Skip to content
This repository was archived by the owner on Sep 16, 2020. It is now read-only.

Expose --wait option for projects and groups#265

Merged
AlanCoding merged 1 commit intoansible:masterfrom
AlanCoding:sync_wait
Mar 8, 2017
Merged

Expose --wait option for projects and groups#265
AlanCoding merged 1 commit intoansible:masterfrom
AlanCoding:sync_wait

Conversation

@AlanCoding
Copy link
Member

In the process of testing out the master branch, I noticed this. This makes it so that commands like this work:

tower-cli project create --name="dup2" --organization "Default" --scm-type git --scm-url https://github.com/AlanCoding/permission-testing-playbooks.git --wait

We had it for jobs, and most of the code was already in place but they also needed to be added as options.

@jlaska jlaska added the review label Mar 8, 2017
@AlanCoding AlanCoding added this to the release_3.1.0 milestone Mar 8, 2017
Copy link
Contributor

@jangsutsr jangsutsr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once test failure is handled this is good to go.

@coveralls
Copy link

coveralls commented Mar 8, 2017

Coverage Status

Coverage increased (+0.01%) to 93.735% when pulling 70bf5c0 on AlanCoding:sync_wait into 031dcf5 on ansible:master.

@AlanCoding
Copy link
Member Author

My test fix was:

self.assertIn((42,), isrc_sync.call_args)

I'd like to use this pattern in more places to avoid more duplicate code, because we cary through a lot of redundant kwargs that aren't relevant.

@AlanCoding AlanCoding merged commit 141020c into ansible:master Mar 8, 2017
@jlaska jlaska removed the review label Mar 8, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants