Commit Graph

25 Commits

Author SHA1 Message Date
Bert Blommers
911b5f19c0
Admin: Fix scaffold script imports (#7296) 2024-02-01 20:08:30 -01:00
Bert Blommers
8199a88446 Techdebt: Update scaffolding to use mock_aws (#7221) 2024-01-27 19:38:09 +00:00
Bert Blommers
672c95384a
Feature: ACM-PCA (#5712) 2022-11-28 12:22:48 -01:00
Bert Blommers
0c5a3cc8ca
Feature: Elasticache (#4668) 2021-12-07 11:09:13 -01:00
Bert Blommers
39fff64493
Scaffold-script improvements (#4641) 2021-11-29 14:36:24 -01:00
Bert Blommers
6376e15171
Autoscaling - Describe Tags (#4634) 2021-11-24 22:07:44 -01:00
Bert Blommers
f4c4b349c7
Docs - Add Contributing Guide (#4543) 2021-11-08 22:04:44 -01:00
kbalk
e24d337dcf
Finish pylint scaffold.py (#4508) 2021-10-30 22:18:44 +00:00
kbalk
e1298e334b
Feature DirectoryService support (#4483) 2021-10-30 10:09:44 +00:00
Bert Blommers
0590ad296e
Feature: TimeStream support (#4454) 2021-10-21 15:13:43 +00:00
Bert Blommers
6f13132a79
Service: CloudTrail (#4410) 2021-10-13 22:22:31 +00:00
kbalk
25d5db2063
Correct several issues in scripts/scaffold.py (#4349) 2021-09-30 17:00:02 +00:00
kbalk
b89b0039e4
Add some basic Firehose service APIs (#4246) 2021-09-14 09:39:39 +00:00
Thomas Rausch
e30169cfcb
Add url_bases index for faster backend lookup (#4209) 2021-09-08 15:06:43 +01:00
kbalk
180a48751d
Minor updates to scaffold.py (#4213)
Co-authored-by: Karri Balk <kbalk@users.noreply.github.com>
2021-08-24 16:49:45 +01:00
Matěj Cepl
5697ff87a8 Back to Black 2020-11-10 14:12:38 +01:00
Toshiya Kawasaki
127b3e73e9
Fix scaffold.py (#3270)
* upgrade prompt-toolkit to make scaffold.py work

* update append_mock_to_init_py

* enable to run when method name is not upper camel case

* support new moto/backend.py format

* use prompt-toolkit 2.x.x to support python2

* fix invalid initialization of moto/backends.py
2020-09-01 11:44:13 +01:00
Patrick Delaney
d06a5d3a2b
fix: small fixes to get scripts/scaffold.py working 2020-01-07 10:12:50 -05:00
Chih-Hsuan Yen
18173a5951
Replace # flake8: noqa with # noqa
The former syntax is actually a mis-use and rejected since Flake8 3.6
[1].

[1] https://gitlab.com/pycqa/flake8/merge_requests/219
2019-10-27 20:41:22 +08:00
Toshiya Kawasaki
56793a3b2a Fix scaffold to support rest-json style API (#1291)
* append appropriate urls when scaffolding

* make dispatch for rest-api

* fix dispatch for rest-json

* fix moto/core/response to obtain path and body parameters

* small fixes

* remove unused import

* fix get_int_param

* fix scaffold

* fix formatting of scaffold

* fix misc

* escape service to handle service w/ hyphen like iot-data

* escape service w/ hyphen

* fix regexp to extract region from url

* escape service

* fix syntax

* skip loading body to json object when request body is None
2017-10-24 20:45:39 +02:00
Toshiya Kawasaki
ea26466e6d Add more files and lines when scaffolding (#1222)
* auto-generatr urls.py

* add mocks to moto/__init__.py and moto/backends.py

* add uri to urls.py

* change output of scaffold.py
2017-10-01 15:17:02 -07:00
Terry Cain
2db5f0a247 Added some instruction text 2017-09-26 17:33:19 +01:00
Toshiya Kawasaki
0a4c2301c7 fix bug that existing template breaks 2017-09-23 17:14:04 +09:00
Toshiya Kawasaki
316a638d9e add description of scaffold.py 2017-09-23 17:03:42 +09:00
Toshiya Kawasaki
4cc4b36f15 move helper script to scripts dir and add one to Makefile 2017-09-22 19:23:10 +09:00