-
Notifications
You must be signed in to change notification settings - Fork 13
risk tags cmds #41
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
Merged
Merged
risk tags cmds #41
Changes from all commits
Commits
Show all changes
109 commits
Select commit
Hold shift + click to select a range
66bce0e
Do thing
6dccd93
Add missing word employee
b409154
Add missing word employee
5612b2f
Mega ultra reuse code
872c553
Fix username desc
2ba8392
Merge branch 'master' into chore/refactor-detetctionlists
af781fd
Upgrade py42 and extractor
390bbd2
Merge branch 'chore/refactor-detetctionlists' of https://github.com/c…
c7ac5d3
Undo last commit
557330c
Upgrade py42 and extractor
7f2baf8
Impl add
0cdc409
Add tests
d13fef7
Format
406dd19
Fix search args
1b4c279
Fix underscore to hyphen issue
4be3302
Fix bulk
b6c4590
update py42
d690005
Fix tests
7ac0e40
Fix everything
ca2e168
More tests
966ab82
get handlers
0c02883
Save
63db05b
Remove bulk, had to massage it for that
713f68d
Revise
76cd42f
Fix tests
1f99191
Use generators
61c817f
Add more tests
742b56a
Update changelog
2adf39a
Remove print
59c125c
Remove command
6e78d22
REturn
516a6c0
Check for no user
f90c229
Simplify
41eca3b
Update tests
8c1d863
More tests
70e8d30
Update upstream
01a2922
Remove unused import
50e357e
Bumps
ea9e074
Merge branch 'chore/refactor-detetctionlists' into feature/rm-hr
1bc6d58
Bumps correctly
20d14a8
Tests
afe670b
Reader arg
9462bcb
More tests
ec2ed73
Rename methods
c9cec92
Docstr+ format
5db1983
Genericize the username desc
51ff8fb
Pull out command names
d449473
Add readme
312793f
Errorsgit sgit s
57c30bb
Error handling
5a9a125
Handle template for remove
97c778d
Print message for remove generation
b9cde61
Update CL
cf2aa52
Revise
769f599
Try fix tests
4b85169
Add missing periods
7e1f295
Revise README
13ce049
Revise Bulk docstr
5c226bf
Clarify method names
db13630
Doc
61af99b
Docs revise
a2c81fb
Fix critical bug
9c379a4
Fix more critical bugs
746ac24
Remove spaces
a418100
Formatting
db3754a
Fix readme issues
f61cef6
Do all
4a65322
Missing s
e1ae368
README command replace
a72f45f
Say delimited one line per user in readme
c7fd31b
Generic type for documentation purposes
2fcb5eb
Some pr fb
951c4aa
Merge branch 'master' into feature/rm-hr
9e97e70
Determine which handler to use based on num args
13aacdd
Print message during py42forbidden
9f12ba4
Handle flat files better
81eb8c1
Update readme
a241279
Remove pointless base class
3219f64
Update words
2746127
Make test for error log loc printing simpler
d833b3d
Remove redundancy and fix docstr
7f76cb4
<=
d3c48d9
Docs
95bbdb3
Profile and sdk names reuse
b4a5ca5
Make only accpet single cloud alias
27a206b
Format
37b0888
Better help
4a58374
elif
ffd8bd8
Str or unicode, makes pycharm happier
86ed52a
cloud alias
2f37256
cloud alias for real
e6be3b2
Bumps
7da5346
Remove pinning
28f5aee
Fix tests
3c210ac
Ignore none
72788b9
Fix edge case with blank rows
0de86ad
Put back something that got deleted accidentally
c0a9910
Improve teset
8d8e10c
Actually use custom ex
9acba6e
Simplify
1037039
Updates from upstream
a326f1b
Safety first
036ab07
Merge branch 'feature/rm-hr' into feature/update-tags
a4bba04
Resolve flicts
1e1deb3
Update cl and fix bug
993fdcb
Add comment
3f6e776
Resolve flicts
e77a91f
Bump v
6413adc
add v in cl
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.4.4" | ||
__version__ = "0.5.0" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you add a comment explaining why this is necessary?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!