14 Commits

Author SHA1 Message Date
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