An open API service providing commit metadata for open source projects.

GitHub / aws-cloudformation/cloudformation-cli-python-plugin / commits

The CloudFormation Provider Development Toolkit Python Plugin allows you to autogenerate Python code based on an input schema.

SHA Message Author Date Stats
76fdb119 travis should cache pre-commit hooks Jay McConnell <j****n@a****m> over 6 years ago
832ff4e6 in 3.6 types can have __args__ = None, as opposed to missing attribute Jay McConnell <j****n@a****m> over 6 years ago
3a77b316 handle Set and Map Jay McConnell <j****n@a****m> over 6 years ago
a2d09416 typo Jay McConnell <j****n@a****m> over 6 years ago
42d84c96 typing Sequence and ForwardRef handling for python 3.6 Jay McConnell <j****n@a****m> over 6 years ago
e1b88ee0 handle schemas with nested arrays/objects. recast int/float/bool from strings Jay McConnell <j****n@a****m> over 6 years ago
b9d8f8ca fixed docker folder permission issue (#79) Richard H Boyd <5****d@u****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
48c64bc6 Always use SessionProxy (#71) Toby Fleming <t****m@a****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
f195602b Implement CloudWatch metrics (#69) Jay McConnell <j****n@a****m>
Committed by: Toby Fleming <t****m@a****m>
over 6 years ago
0448d3bb Public CI runs (#68) Toby Fleming <t****m@a****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
52ea5328 Merge failure between #64 and #65 (#70) Toby Fleming <t****m@a****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
49517368 Store type name (#65) Toby Fleming <t****m@a****m>
Committed by: RJ Lohan <r****a@a****m>
over 6 years ago
97759b40 Catch ConnectionError when Docker isn't running (#66) Toby Fleming <t****m@a****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
d1d209f2 Report progress (#64) Jay McConnell <j****n@a****m>
Committed by: Toby Fleming <t****m@a****m>
over 6 years ago
1767fa9d enable local and cloudwatch handler re-invocation while IN_PROGRESS (#63) Jay McConnell <j****n@a****m>
Committed by: RJ Lohan <r****a@a****m>
almost 7 years ago
d0d72fa0 Implement CloudWatchScheduler (#58) Jay McConnell <j****n@a****m>
Committed by: Toby Fleming <t****m@a****m>
almost 7 years ago
9eda2077 Add initial metric publisher (#47) Joseph Snell <j****l@g****m>
Committed by: Toby Fleming <t****m@a****m>
almost 7 years ago
e475585b Refactor type hinting (#51) Jay McConnell <j****n@a****m>
Committed by: Toby Fleming <t****m@a****m>
almost 7 years ago
3ebcd2ec Add installation instructions (fixes #48) (#52) Ben Bridts <b****s@g****m>
Committed by: RJ Lohan <r****a@a****m>
almost 7 years ago
ebfbf95b Developer preview, rename packages, use public PyPI artifacts (#46) Toby Fleming <t****m@a****m>
Committed by: GitHub <n****y@g****m>
almost 7 years ago
d9f10da6 cfn-cli -> cfn (#45) John Tompkins <j****i@a****m>
Committed by: Toby Fleming <t****m@a****m>
almost 7 years ago
cfd14cb2 allow null/nonexistant caller/provider credentials (#41) Jay McConnell <j****n@a****m>
Committed by: Toby Fleming <t****m@a****m>
almost 7 years ago
8d6d44a7 Set test entrypoint on project (#42) Toby Fleming <t****m@a****m>
Committed by: GitHub <n****y@g****m>
almost 7 years ago
4ed3ee72 build deps and execute sam tests from build dir (#40) Jay McConnell <j****n@a****m>
Committed by: Toby Fleming <t****m@a****m>
almost 7 years ago
6b2c02c5 zip-in-zip (#39) Jay McConnell <j****n@a****m>
Committed by: Toby Fleming <t****m@a****m>
almost 7 years ago
f2c633c7 RPDK core new file during generate (#38) Toby Fleming <t****m@a****m>
Committed by: GitHub <n****y@g****m>
almost 7 years ago
24bf47a0 Log delivery to CloudWatch Logs in provider account (#36) Jay McConnell <j****n@a****m>
Committed by: Toby Fleming <t****m@a****m>
almost 7 years ago
e700790f Implement main entrypoint (#34) Jay McConnell <j****n@a****m>
Committed by: Toby Fleming <t****m@a****m>
almost 7 years ago
047d13ba callbackContext should default None (#33) Jay McConnell <j****n@a****m>
Committed by: Toby Fleming <t****m@a****m>
almost 7 years ago
1f42f789 get pylint to pass Jay McConnell <j****n@a****m> almost 7 years ago
1fd1f955 fix references to renamed method Jay McConnell <j****n@a****m> almost 7 years ago
bae54886 Add PENDING OperationStatus and tests (#28) Toby Fleming <t****m@a****m>
Committed by: GitHub <n****y@g****m>
almost 7 years ago
60e9bfd1 Add nextToken to request and ProgressEvent (#29) Toby Fleming <t****m@a****m>
Committed by: GitHub <n****y@g****m>
almost 7 years ago
cbd0b7f5 AlreadyExists/NotFound message to match Java plugin (#30) Toby Fleming <t****m@a****m>
Committed by: GitHub <n****y@g****m>
almost 7 years ago
37c4798b Refactor Python plugin (#24) Toby Fleming <t****m@a****m>
Committed by: GitHub <n****y@g****m>
almost 7 years ago
753ad90e use report_handler_progress api for IN_PROGRESS events (#15) Jay McConnell <j****n@a****m>
Committed by: Toby Fleming <t****m@a****m>
about 7 years ago
a21b528d pre-commit for git-secrets Jay McConnell <j****n@a****m> about 7 years ago
61561221 handler calls limited to 60s each, with 3 retries Jay McConnell <j****n@a****m> about 7 years ago
d2f66529 use mock.Mock for context mocks Jay McConnell <j****n@a****m> about 7 years ago
4411568a cleaner conditional flow Jay McConnell <j****n@a****m> about 7 years ago
8952dc9d use autospec for patches Jay McConnell <j****n@a****m> about 7 years ago
6b574f7e use integer division Jay McConnell <j****n@a****m> about 7 years ago
38109963 cleaner defaults with dict .get Jay McConnell <j****n@a****m> about 7 years ago
36300c07 set invocation count properly Jay McConnell <j****n@a****m> about 7 years ago
836c9c1b callback even if delay is 0 Jay McConnell <j****n@a****m> about 7 years ago
892850f6 use same buffer for local callback as java plugin (20%) Jay McConnell <j****n@a****m> about 7 years ago
cc519cbb cron in minutes Jay McConnell <j****n@a****m> about 7 years ago
99ccb752 strip newlines Jay McConnell <j****n@a****m> about 7 years ago
3b0a1855 add AlreadyExists exception (#6) Jay McConnell <j****n@a****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
0a889fbb fixes python version for Python36LanguagePlugin entrypoint (#7) Jay McConnell <j****n@a****m>
Committed by: RJ Lohan <r****a@a****m>
about 7 years ago
a82eb3f4 add local callback handling Jay McConnell <j****n@a****m> about 7 years ago
0d8a6aa4 update expected responses Jay McConnell <j****n@a****m> about 7 years ago
0030feb6 call handlers with positional arguments so resource authors can change handle... Jay McConnell <j****n@a****m> about 7 years ago
bdf3bc92 fix max line length Jay McConnell <j****n@a****m> about 7 years ago
1db12756 refactor minutes to seconds Jay McConnell <j****n@a****m> about 7 years ago
0de64bbe add mypy for validating type hints Jay McConnell <j****n@a****m> about 7 years ago
a620fed8 set timeout to max Jay McConnell <j****n@a****m> about 7 years ago
5adf09ea use template.yml from rpdk core Jay McConnell <j****n@a****m> about 7 years ago
806eeeea remove jinja extensions Jay McConnell <j****n@a****m> about 7 years ago
0bb0a401 formatting and lint updates, bring ci in line with rpdk core Jay McConnell <j****n@a****m> about 7 years ago
ef72948e initial implementation (#2) Jay McConnell <j****n@a****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
12168d5f Add buildspec (#3) Jay McConnell <j****n@a****m>
Committed by: Toby Fleming <t****m@a****m>
over 7 years ago
fd3f667e Creating initial file from template James Siri <j****i@a****m> over 7 years ago
ce684413 Creating initial file from template James Siri <j****i@a****m> over 7 years ago
08e553d0 Updating initial README.md from template James Siri <j****i@a****m> over 7 years ago
652cd889 Creating initial file from template James Siri <j****i@a****m> over 7 years ago
8939d939 Creating initial file from template James Siri <j****i@a****m> over 7 years ago
5a6cac48 Creating initial file from template James Siri <j****i@a****m> over 7 years ago
f6fa05e1 Initial commit James Siri <j****i@a****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago

← Back to repository