5888d4ef95
Enable lint on CI and update deps ( #2067 )
...
* Fix black an isort
* change bootstrap_gen to use a list instead of dict
* Bunch of updates
* Fix build
* fix lint
* Fix docs
* Fix lint
* More fixes
* Fix lint
* fix stupid mistake
---------
Co-authored-by: Christian Hartung <christian.hartung@olist.com>
2023-11-21 10:25:11 +02:00
ffc9334dd7
Bump requests from 2.28.1 to 2.31.0 ( #1818 )
...
Bumps [requests](https://github.com/psf/requests ) from 2.28.1 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.28.1...v2.31.0 )
---
updated-dependencies:
- dependency-name: requests
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Shalev Roda <65566801+shalevr@users.noreply.github.com>
2023-06-20 16:01:36 +00:00
4637912418
Use request_ctx
to determine whether or not _teardown_request
should end flask span ( #1692 )
...
Co-authored-by: Shalev Roda <65566801+shalevr@users.noreply.github.com>
Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
2023-06-13 13:23:48 +02:00
dd7afe0cc6
Automated release workflow ( #1580 )
2023-01-19 01:47:34 +05:30
18e056b85a
Codespell ci ( #1237 )
2022-08-29 15:08:25 +05:30
9d57a4c3ec
Narrow protobuf dependency to exclude protobuf >= 4 ( #1109 )
2022-05-27 01:18:24 +05:30
d76066893b
Pin bleach to 4.1.0 ( #1044 )
2022-04-08 08:56:09 -07:00
ca5a4a16a5
Fixing build failures ( #928 )
2022-03-01 13:18:14 -08:00
22cc215c6c
[build] bump pylint ( #923 )
...
* [build] bump pylint
Fixes #632
* apply lint suggestions
* specify encoding
2022-02-16 17:52:00 -06:00
c8020cbea5
updating changelogs and version to 1.9.1-0.28b1 ( #887 )
...
* updating changelogs and version to 1.9.1-0.28b1
* Update CHANGELOG.md
Co-authored-by: Nathaniel Ruiz Nowell <enruizno@uwaterloo.ca>
* Update CHANGELOG.md
Co-authored-by: Nathaniel Ruiz Nowell <enruizno@uwaterloo.ca>
Co-authored-by: Nathaniel Ruiz Nowell <enruizno@uwaterloo.ca>
2022-01-31 09:40:29 +00:00
3137c1fa41
Upgrade black ( #802 )
2021-11-10 20:57:01 +00:00
cc2529e2cd
Fix tox lint command ( #623 )
...
* Fix tox lint command
- Move apt-get install command to github actions to run on an ubuntu
system only. This keeps tox.ini cross-platform and enabled to run on
non-ubuntu systems locally.
- Add `-y` flag to apt-get install command so it does not wait for
configuration on CI.
* Downgrade pylint to 2.9.x
* Add pip cache to github actions cache
2021-08-25 02:48:23 +05:30
b1d6c90d70
add python 3.9 tests ( #466 )
2021-04-27 09:09:30 -07:00
472f845381
Upgrade isort and enable black compat mode ( #248 )
2021-01-05 07:23:53 -08:00
37ea8f2162
Update protobuf versions ( #1356 ) ( #148 )
...
Fixes #1355
Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
2020-11-09 22:06:31 -08:00
eb53012a8c
Fix lint by making pkg tests folders namespace pkgs ( #131 )
2020-11-06 13:11:51 -08:00
fc4620c5b8
Add eachdist and move tox to root folder ( #29 )
...
Move tox and other configuration files to root folder. Add eachdist to make it
easier to handle operations with different packages.
The eachdist is taken from opentelemetry but slighty modified to avoid ignoring
a given path.
2020-04-09 10:06:59 -07:00