Bert Blommers
eed32a5f72
Pylint - Enable more rules on source and tests-directory ( #4929 )
2022-03-11 20:28:45 -01:00
Bert Blommers
29d01c35bc
Update Black + formatting ( #4926 )
2022-03-10 13:39:59 -01:00
Bert Blommers
b28d763c08
IOT improvements ( #4848 )
2022-02-10 08:02:40 -01:00
Luka
0055e12a9a
Add support for IoT Domain Configuration ( #4648 )
2021-12-09 12:28:02 -01:00
Bert Blommers
14a69c7524
Techdebt: Enable pylint rules ( #4432 )
2021-10-18 19:44:29 +00:00
Ariel Beck
2f5a702f1f
added deprecate_thing_type method for IOT ( #4184 )
...
Co-authored-by: arielb <ariel.beck@cyberark.com>
2021-08-17 18:05:18 +01:00
Bert Blommers
7693d77333
Remove Py2 support ( #3915 )
2021-07-26 07:40:39 +01:00
Brian Pandola
c9dd9cc7f9
Fix: IoT does not work in server mode ( #3644 )
...
Closes #1631
2021-02-01 13:15:57 +00:00
Szymon Zmilczak
c8151e1bb4
IoT: Added Rules implementation ( #3552 )
...
* feat(iot): Added IoT Rules implementation
* fix(iot): Split IoT Rules tests into multiple test cases
* fix(iot): Updated rule creation to work with python 2
Co-authored-by: Szymon Zmilczak <szymon.zmilczak@machiq.com>
2021-01-14 14:52:23 +00:00
zhil3
8854fd06e8
Add describe_endpoint and register_certificate_without_ca in iot_mock module with unittest ( #3279 )
...
Co-authored-by: Zhi Li <zhi_li@trendmicro.com>
2020-09-04 09:11:17 +01:00
Chagui-
e1baca1569
Implemented parent_group, recursive and name_prefix_filter for function list_thing_groups()
2020-05-05 18:08:28 -04:00
Stephan Huber
ed8d5edb50
fix linting errors
2019-12-23 09:01:53 +01:00
Stephan Huber
0527e88d46
Merge remote-tracking branch 'upstream/master'
2019-12-23 08:38:53 +01:00
Asher Foa
96e5b1993d
Run black on moto & test directories.
2019-10-31 10:36:05 -07:00
Stephan
3020ee408a
Merged iot
2019-05-28 08:56:49 +02:00
Stephan
d0de38601d
Merge remote-tracking branch 'upstream/master'
2019-05-28 08:55:50 +02:00
Adam Hodges
71f83d7e4f
Add support for IoT register_certificate ( #1827 )
2019-05-25 18:30:23 +01:00
Stephan
86c127142b
✅
2019-04-29 15:44:10 +02:00
Stephan
d98e96ddd7
🚨
2019-04-29 13:32:42 +02:00
Stephan
498419462d
updaated
2019-04-29 13:26:33 +02:00
Stephan
82f476bb46
adding more job mocks for IoT service
2019-01-09 16:18:22 +01:00
Stephan
cfd12b6d19
added IoT job_execution and job mocks
2019-01-07 14:22:12 +01:00
Stephan
3ea673b3d0
started with mocking job execution
2018-12-21 16:30:17 +01:00
Tomoya Iwata
e52158f811
Add support for IoT detach_policy
2018-11-06 17:15:30 +09:00
Tomoya Iwata
80f860727f
Add support for IoT attach_policy
2018-10-25 20:44:42 +09:00
Stephan Huber
1c7becb4f6
🚨 linting error
2018-10-25 12:19:35 +02:00
Stephan Huber
bb7e1197bc
adding AWS IoT policy version handling
...
[+] `list_policy_version`
[+] `get_policy_version`
[+] `create_policy_version`
[+] `delete_policy_version`
[+] `set_default_policy_version`
2018-10-25 12:13:56 +02:00
Stephan Huber
36d8f118e3
implement attach_policy
, detach_policy
and list_attached_policy
2018-10-24 14:53:08 +02:00
Stephan Huber
1c5c5036e3
fixing errors on get_job_document
2018-09-24 13:04:39 +02:00
Stephan Huber
c49a8387bd
implemented get_job_document
for AWS IoT
2018-09-24 09:29:57 +02:00
Stephan Huber
db3593575f
list_thing_types and list_things now uses pagination
2018-06-28 10:32:51 +02:00
Stephan Huber
4b4ce5acde
Added create_job and describe_job to aws iot mock
2018-05-09 09:22:12 +02:00
Akito Nozaki
ba3c9db8a7
Fixing create_key_and_certificate boolean parameter ( #1572 )
2018-04-17 11:32:39 -07:00
Toshiya Kawasaki
71af9317f2
Add group features to iot ( #1402 )
...
* Add thing group features
* thing thing-group relation
* clean up comments
2018-01-04 09:59:37 +00:00
Toshiya Kawasaki
0de2e55b13
Support iot and iot-data ( #1303 )
...
* 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
* Add features of things and thing-types
* fix scaffold
* basic crud of cert
* support basic CRUD of policy
* refactor
* fix formatting of scaffold
* support principal_pocicy
* support thing_principal
* update readme
* escape service to handle service w/ hyphen like iot-data
* escape service w/ hyphen
* fix regexp to extract region from url
* escape service
* Implement basic iota-data feature
* iot-data shadow delta
* update readme
* remove unused import
* remove comment
* fix syntax
* specify region when creating boto3 client for test
* use uuid for seed of generating cert id
* specify region_name to iotdata client in test
* specify region to boto3 client in moto response
* excude iot and iotdata tests on server mode
* fix handling of thingTypeName in describe-thing
* test if server is up for iot
2017-11-10 09:44:02 +00:00