зеркало из
1
0
Форкнуть 0
Граф коммитов

32 Коммитов

Автор SHA1 Сообщение Дата
Carter Tinney 58f8192758
[V3] Added initial MQTTClient (#1086)
* Added an MQTTClient class (fka MQTTTransport)
* Implemented connect, disconnect and reconnect
* Implemented test infrastructure
2022-12-15 11:20:48 -08:00
Carter Tinney 047035b1bd
[V3] chore: Dropped support for Python 3.6 and added support for 3.11 (#1084)
* Removed support for 3.6
* Added official support for 3.11
* Removed tests related to 3.6
* Added (some) tests for 3.11
* Enabled automatic use of pytest-asyncio
* Removed backport utilities intended for 3.6
* Updated samples
* Updated documentation
* Improved reliability of E2E tests
2022-12-04 03:10:24 -08:00
Carter Tinney 9c5ad7d49b
[V3 Port - #1069] Dont use intermediate cert (#1072)
Co-authored-by: olivakar <oliva.tanusree@gmail.com>
2022-11-01 11:26:14 -07:00
Carter Tinney e447556bde
fix: broken release scripts again (#1044)
They are actually fixed now
2022-08-24 08:39:12 -07:00
Carter Tinney a6f7484c65
fix: broken release script (#1042) 2022-08-23 13:29:54 -07:00
Carter Tinney 6cf99f93ff
chore: Updated release scripts (#1039) 2022-08-23 08:07:39 -07:00
Bert Kleewein c91cb47f83
Test: Tests for gate and for fuzzing (#1025)
* Tests for gate and for fuzzing

* Regression test for GitHub issue #990

* update 990 regression app to include more scenarios

* move files and add documentation

* install test utilities for e2e tests

* add test_utils for test-only config

* move iptables to test_utils

* roll back change in iptables logging

* code review feedback

* fix spelling mistakes
2022-08-16 09:15:27 -07:00
Carter Tinney 4eb99d80d9
chore: Restructure repository for single project (#1030)
Moved from monorepo style project to src style project
2022-08-04 12:58:57 -07:00
Bert Kleewein 4633219c67
Remove flake8 F401 and F403 global suppressions (#986) 2022-04-14 12:56:33 -07:00
Carter Tinney 4cac13172d
fix: bumpverion.cfg -> bumpversion.cfg (#977) 2022-03-23 12:35:18 -07:00
Carter Tinney dbd52f9fb7
fix: release script (more) (#976)
`bumpversion.exe` -> `bumpversion`
2022-03-21 17:05:23 -07:00
Carter Tinney 1cd970576d
fix: release script (#975)
For some reason `python.exe` stopped working but `python` still does ¯\_(ツ)_/¯
2022-03-21 16:37:02 -07:00
Carter Tinney 2cd083f327
chore(azure-iot-device): Remove support for Python 2.7 and 3.5 (#952)
* Disallow install on those versions of Python
* Removed dependencies that are no longer necessary
* Removed `ChainableExceptions` in favor of using built in `raise from` functionality
* Removed `CallableWeakMethod` as Python 3 garbage collection will be sufficient
* Adjusted error handling where different versions of Python raised different errors
* Simplified `pipeline_thread` logic
* Removed references to 2.7 and 3.5 in documentation and samples
* Moved to Python 3-style `super()` invocations
* Removed custom implementation of `urlencode` in favor of using built-in `urlencode`
* Removed support for universal wheels
* Adjusted unittests that had Python 2.7 or 3.5 specific logic
* Removed Python 2.7 jobs from gate and canary
2022-02-22 15:56:57 -08:00
Carter Tinney cbc70e85a6
chore: Remove nspkg (#910)
* Removed nspkg
* Removed corresponding script logic
* Still is probably VSTS configuration to do to go with these changes
* Updated a old reference to "master" branch
2021-11-24 12:42:27 -08:00
olivakar 6cd9ad4206
chore: script for certificate creation using cryptography as library (#574) 2020-06-01 15:48:00 -07:00
olivakar deadeab184
chore(infrastructure): Take root ca passwords in other functions (#569) 2020-05-18 14:55:56 -07:00
olivakar 55e45f1907
chore(azure-iot-device) : Rename the cert file (#547) 2020-04-23 15:50:34 -07:00
olivakar b7dba33e67
fix(azure-iot-device):Move configuration files
Co-authored-by: olivakar <oliva.kar@microsoft.com>
2020-04-14 14:44:15 -07:00
olivakar 38b9c5be31
chore(azure-iot-device) : User choice password 2020-03-25 10:27:12 -07:00
olivakar 05afcea120
chore(azure-iot-device): certificate creation separate for python (#508) 2020-03-24 15:37:49 -07:00
Jelani Brandon bcbc75a27b
feature(azure-iot-hub): Implement c2d using uamqp (#465) 2020-02-21 15:33:55 -08:00
fratster 8887f2d406 Add new package azure-iot-hub (#345)
* add new package azure-iot-hub
2019-10-14 11:31:06 -07:00
olivakar 3b1f4360a7
merge certs python3.5+ (#290)
only for pipeline and python 3
2019-10-01 13:30:55 -07:00
olivakar 4409e0c79b
Set up CredScanner, PolyCheck for SDL Tasks with Azure Pipelines (#321)
Set up CredScanner, PolyCheck for SDL Tasks with Azure Pipelines
2019-09-24 13:17:18 -07:00
olivakar dd623089ff
E2E tests for DPS (#167)
E2E tests DPS
2019-08-26 15:51:26 -07:00
Carter Tinney 4b457eab0b
Added User-Agent (#147)
*Added User-Agent to all communications
*Created a single source of truth for package version, user agent, and api versions
*Updated tests
2019-07-26 15:32:28 -07:00
fratster 7fc081df28
Move PowerShell script to scripts folder (#138)
* move script to scripts folder
* add script location change to release yaml
* add create version branch toggle
2019-07-23 17:45:41 -07:00
olivakar c001a55cfb
module id for x509 (#129)
module id for x509
2019-07-12 18:10:16 -07:00
olivakar d43e65159f
Added the ability to produce a verification certificate (#124)
Verification certificate
2019-07-05 16:43:54 -07:00
olivakar d7aecbd995
script (#116)
Script
2019-06-30 15:15:39 -07:00
Carter Tinney 2fdc504524
Added missing client docs + fixed some existing docs (#51) 2019-02-26 15:24:14 -08:00
Bert Kleewein e0ed031b38 Script to set up python virtual environments 2018-10-29 16:17:23 -07:00