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

trove classifiers, markdown support for pypi #1

Merged
merged 1 commit into from
Apr 18, 2016
Merged

trove classifiers, markdown support for pypi #1

merged 1 commit into from
Apr 18, 2016

Conversation

kapilt
Copy link
Collaborator

@kapilt kapilt commented Apr 17, 2016

No description provided.

@kapilt kapilt merged commit c9ec44c into cloud-custodian:master Apr 18, 2016
@kapilt kapilt deleted the pypi-tweaks branch April 18, 2016 10:18
joshuaroot added a commit to joshuaroot/cloud-custodian that referenced this pull request Nov 16, 2016
* returns iam users
* changed param to ‘days’
* UnitTest updated
joshuaroot added a commit to joshuaroot/cloud-custodian that referenced this pull request Nov 16, 2016
* added docstring & example
* changed result array to set
* removed date delta check for check refresh
joshuaroot added a commit to joshuaroot/cloud-custodian that referenced this pull request Nov 18, 2016
failures for asg over 24 hour period to provide asgs that are spinning
failed instances

Update cloud-custodian#1

* changed parameter count to days to allow for timeline setting
* renamed filter to ‘launch-failure’
* leveraging paginator to pull events
* checking activity description to ensure activity is a launch event
* added doc string

Update cloud-custodian#2

* docstring correction

Update cloud-custodian#3

Moving activities declaration
joshuaroot added a commit to joshuaroot/cloud-custodian that referenced this pull request Nov 23, 2016
* adding additional formatting to docstring for rst
joshuaroot added a commit to joshuaroot/cloud-custodian that referenced this pull request Dec 7, 2016
removing conflicting docstrting from local
joshuaroot added a commit to joshuaroot/cloud-custodian that referenced this pull request Dec 7, 2016
* minor update to remove conflict
joshuaroot added a commit to joshuaroot/cloud-custodian that referenced this pull request Dec 9, 2016
* updated wording
joshuaroot added a commit to joshuaroot/cloud-custodian that referenced this pull request Dec 16, 2016
* added boolean option for attached policies
* corrected same error
* corrected identical issue on ‘access-key’ filter
* added unittests
joshuaroot added a commit to joshuaroot/cloud-custodian that referenced this pull request Dec 19, 2016
* validating examples
* removed docstring from remove-keys as the action appears to require
some corrections
* added unittest for ‘access-key’ filter
joshuaroot added a commit to joshuaroot/cloud-custodian that referenced this pull request Dec 19, 2016
* Updated docstring examples to align with test policies
joshuaroot added a commit to joshuaroot/cloud-custodian that referenced this pull request Dec 20, 2016
* docstring examples upated
joshuaroot added a commit to joshuaroot/cloud-custodian that referenced this pull request Dec 20, 2016
* updating examples
joshuaroot added a commit to joshuaroot/cloud-custodian that referenced this pull request Dec 21, 2016
* updating example
* adding unittests for value filter
* adding unittests for delete
joshuaroot added a commit to joshuaroot/cloud-custodian that referenced this pull request Dec 22, 2016
* updating examples to be more accurate
joshuaroot added a commit to joshuaroot/cloud-custodian that referenced this pull request Dec 30, 2016
* removing filter & action registries
joshuaroot added a commit to joshuaroot/cloud-custodian that referenced this pull request Feb 24, 2017
Update cloud-custodian#1

* added ‘keys’ as param to scan & validate keys are on the group and
set to propagate.
* added AutoScaleGroupName to Unittest for additional validation

Update cloud-custodian#2

* docstring added

update cloud-custodian#3

* removed worker
* changed tag validation check to compare list content not length
* updated unittest

docstring indentation correction

adding correct indentation to docstring

update docstring

* added newline. local make sphinx builds

update cloud-custodian#4

* updating docstring
* adding ‘propagated’ and ‘match_all’ params

adding permissions line

* added permissions line to propagated-tags filter

remove 'match_all' option

* removed match_all option from function
* will use full tag set to determine match condition
* expanded docstring

update cloud-custodian#5

* replace ‘propagated’ parameter with ‘match’ to determine criteria
  - match = true will return all asg that have the tag set & all tags
in the set are set to propagate
  - match = false will return all asg that do not have the tag set or
have the set but not all tags are set to propagate
* added second unittest for match = False
jhnlsn pushed a commit that referenced this pull request Jan 5, 2018
* Repushing branch

Update #1

* added ‘keys’ as param to scan & validate keys are on the group and
set to propagate.
* added AutoScaleGroupName to Unittest for additional validation

Update #2

* docstring added

update #3

* removed worker
* changed tag validation check to compare list content not length
* updated unittest

docstring indentation correction

adding correct indentation to docstring

update docstring

* added newline. local make sphinx builds

update #4

* updating docstring
* adding ‘propagated’ and ‘match_all’ params

adding permissions line

* added permissions line to propagated-tags filter

remove 'match_all' option

* removed match_all option from function
* will use full tag set to determine match condition
* expanded docstring

update #5

* replace ‘propagated’ parameter with ‘match’ to determine criteria
  - match = true will return all asg that have the tag set & all tags
in the set are set to propagate
  - match = false will return all asg that do not have the tag set or
have the set but not all tags are set to propagate
* added second unittest for match = False

* updating propagated check

- adding option for propagated
  - if propagate is true, will look for a match/missing tag set for propagated tags
  - if propagate is false, will look for a match/missing tags set for non-propagated tags
- adding unittests for non-propagated option (match & missing)
aluong pushed a commit to aluong/cloud-custodian that referenced this pull request Apr 5, 2018
lamyanba pushed a commit to lamyanba/cloud-custodian that referenced this pull request Apr 23, 2019
…dian#623)

* Repushing branch

Update cloud-custodian#1

* added ‘keys’ as param to scan & validate keys are on the group and
set to propagate.
* added AutoScaleGroupName to Unittest for additional validation

Update cloud-custodian#2

* docstring added

update cloud-custodian#3

* removed worker
* changed tag validation check to compare list content not length
* updated unittest

docstring indentation correction

adding correct indentation to docstring

update docstring

* added newline. local make sphinx builds

update cloud-custodian#4

* updating docstring
* adding ‘propagated’ and ‘match_all’ params

adding permissions line

* added permissions line to propagated-tags filter

remove 'match_all' option

* removed match_all option from function
* will use full tag set to determine match condition
* expanded docstring

update cloud-custodian#5

* replace ‘propagated’ parameter with ‘match’ to determine criteria
  - match = true will return all asg that have the tag set & all tags
in the set are set to propagate
  - match = false will return all asg that do not have the tag set or
have the set but not all tags are set to propagate
* added second unittest for match = False

* updating propagated check

- adding option for propagated
  - if propagate is true, will look for a match/missing tag set for propagated tags
  - if propagate is false, will look for a match/missing tags set for non-propagated tags
- adding unittests for non-propagated option (match & missing)
dnouri pushed a commit to dnouri/cloud-custodian that referenced this pull request Nov 10, 2020
anovis referenced this pull request in premisedata/cloud-custodian Mar 15, 2021
pgedara pushed a commit to pgedara/cloud-custodian that referenced this pull request Aug 22, 2023
Correcting the attribute used for accessing vpc ID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant