Recent Releases of https://github.com/alpha-unito/streamflow-postgresql

https://github.com/alpha-unito/streamflow-postgresql - 0.0.8

Breaking Changes

  • Drop support for Python 3.8 by @GlassOfWhiskey in https://github.com/alpha-unito/streamflow-postgresql/pull/146

What's Changed

  • Fixed caches by @LanderOtto in https://github.com/alpha-unito/streamflow-postgresql/pull/107
  • Removed column output in execution table by @LanderOtto in https://github.com/alpha-unito/streamflow-postgresql/pull/109
  • Removed deprecated pkg_resources API by @LanderOtto in https://github.com/alpha-unito/streamflow-postgresql/pull/108
  • Fixed type parameters by @LanderOtto in https://github.com/alpha-unito/streamflow-postgresql/pull/106
  • Added isort to CI/CD checks by @GlassOfWhiskey in https://github.com/alpha-unito/streamflow-postgresql/pull/147
  • Update plugin structure by @GlassOfWhiskey in https://github.com/alpha-unito/streamflow-postgresql/pull/148

Dependencies

  • Bump asyncpg from 0.29.0 to 0.30.0 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/128
  • Bump streamflow from 0.2.0.dev11 to 0.2.0.dev12 by @GlassOfWhiskey in https://github.com/alpha-unito/streamflow-postgresql/pull/150

Dev Dependencies

  • Bump bandit from 1.7.8 to 1.7.9 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/115
  • Bump bandit from 1.7.9 to 1.7.10 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/124
  • Bump bandit from 1.7.10 to 1.8.0 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/133
  • Bump bandit from 1.8.0 to 1.8.2 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/140
  • Bump bandit from 1.8.2 to 1.8.3 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/144
  • Bump black from 24.4.2 to 24.8.0 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/120
  • Bump black from 24.8.0 to 24.10.0 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/125
  • Bump black from 24.10.0 to 25.1.0 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/143
  • Bump codecov/codecov-action from 4 to 5 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/132
  • Bump codespell from 2.2.6 to 2.3.0 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/112
  • Bump codespell from 2.3.0 to 2.4.0 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/141
  • Bump codespell from 2.4.0 to 2.4.1 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/145
  • Bump douglascamata/setup-docker-macos-action from v1-alpha.10 to v1-alpha.14 by @GlassOfWhiskey in https://github.com/alpha-unito/streamflow-postgresql/pull/127
  • Bump flake8-bugbear from 24.4.26 to 24.8.19 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/121
  • Bump flake8-bugbear from 24.8.19 to 24.10.31 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/131
  • Bump flake8-bugbear from 24.10.31 to 24.12.12 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/136
  • Bump isort from 6.0.0 to 6.0.1 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/149
  • Bump pytest from 8.0.1 to 8.2.1 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/111
  • Bump pytest from 8.2.1 to 8.2.2 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/113
  • Bump pytest from 8.2.2 to 8.3.2 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/118
  • Bump pytest from 8.3.2 to 8.3.3 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/123
  • Bump pytest from 8.3.3 to 8.3.4 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/134
  • Bump pytest-asyncio from 0.21.2 to 0.25.3 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/142
  • Bump pytest-cov from 5.0.0 to 6.0.0 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/130
  • Bump pyupgrade from 3.15.2 to 3.16.0 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/114
  • Bump pyupgrade from 3.16.0 to 3.17.0 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/119
  • Bump pyupgrade from 3.17.0 to 3.18.0 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/126
  • Bump pyupgrade from 3.18.0 to 3.19.0 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/129
  • Bump pyupgrade from 3.19.0 to 3.19.1 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/137

Full Changelog: https://github.com/alpha-unito/streamflow-postgresql/compare/0.0.7...0.0.8

- Python
Published by github-actions[bot] over 1 year ago

https://github.com/alpha-unito/streamflow-postgresql - 0.0.7

What's Changed

  • Add codecov.yml configuration file by @GlassOfWhiskey in https://github.com/alpha-unito/streamflow-postgresql/pull/85
  • Added Python 3.12 in CI pipeline by @GlassOfWhiskey in https://github.com/alpha-unito/streamflow-postgresql/pull/103
  • Bump StreamFlow to version 0.2.0.dev11 by @LanderOtto in https://github.com/alpha-unito/streamflow-postgresql/pull/104
  • Fix PyPI relase pipeline by @GlassOfWhiskey in https://github.com/alpha-unito/streamflow-postgresql/pull/105

Dependencies

  • Bump actions/setup-python from 4 to 5 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/61
  • Bump actions/setup-node from 3 to 4 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/50
  • Bump actions/upload-artifact from 3 to 4 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/65
  • Bump asyncpg from 0.28.0 to 0.29.0 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/53
  • Bump bandit from 1.7.5 to 1.7.6 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/62
  • Bump bandit from 1.7.6 to 1.7.7 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/74
  • Bump bandit from 1.7.7 to 1.7.8 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/90
  • Bump black from 23.9.1 to 23.10.0 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/48
  • Bump black from 23.10.0 to 23.10.1 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/49
  • Bump black from 23.10.1 to 23.11.0 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/54
  • Bump black from 23.11.0 to 23.12.1 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/68
  • Bump black from 23.12.1 to 24.1.1 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/77
  • Bump black from 24.1.1 to 24.2.0 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/84
  • Bump black from 24.2.0 to 24.4.2 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/98
  • Bump codecov/codecov-action from 3 to 4 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/80
  • Bump codespell from 2.2.5 to 2.2.6 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/44
  • Bump docker/setup-qemu-action from 2 to 3 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/37
  • Bump flake8-bugbear from 23.7.10 to 23.9.16 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/40
  • Bump flake8-bugbear from 23.9.16 to 23.11.26 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/57
  • Bump flake8-bugbear from 23.11.26 to 23.12.2 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/59
  • Bump flake8-bugbear from 23.12.2 to 24.1.15 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/71
  • Bump flake8-bugbear from 24.1.15 to 24.1.16 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/72
  • Bump flake8-bugbear from 24.1.16 to 24.1.17 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/73
  • Bump flake8-bugbear from 24.1.17 to 24.2.6 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/82
  • Bump flake8-bugbear from 24.2.6 to 24.4.26 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/100
  • Bump github/codeql-action from 2 to 3 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/64
  • Bump mukunku/tag-exists-action from 1.3.0 to 1.4.0 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/38
  • Bump mukunku/tag-exists-action from 1.4.0 to 1.5.0 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/66
  • Bump mukunku/tag-exists-action from 1.5.0 to 1.6.0 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/81
  • Bump pytest from 7.4.2 to 7.4.3 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/51
  • Bump pytest from 7.4.3 to 7.4.4 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/69
  • Bump pytest from 7.4.4 to 8.0.0 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/78
  • Bump pytest from 8.0.0 to 8.0.1 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/86
  • Bump pytest-cov from 4.1.0 to 5.0.0 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/102
  • Bump pytest-xdist from 3.3.1 to 3.4.0 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/55
  • Bump pytest-xdist from 3.4.0 to 3.5.0 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/56
  • Bump pytest-xdist from 3.5.0 to 3.6.1 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/101
  • Bump pyupgrade from 3.10.1 to 3.12.0 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/42
  • Bump pyupgrade from 3.12.0 to 3.13.0 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/43
  • Bump pyupgrade from 3.13.0 to 3.14.0 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/45
  • Bump pyupgrade from 3.14.0 to 3.15.0 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/46
  • Bump pyupgrade from 3.15.0 to 3.15.2 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/95
  • Bump streamflow from 0.2.0.dev9 to 0.2.0.dev10 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/47

New Contributors

  • @LanderOtto made their first contribution in https://github.com/alpha-unito/streamflow-postgresql/pull/104

Full Changelog: https://github.com/alpha-unito/streamflow-postgresql/compare/0.0.6...0.0.7

- Python
Published by github-actions[bot] about 2 years ago

https://github.com/alpha-unito/streamflow-postgresql - 0.0.6

What's Changed

  • Fix Python dependencies conflict in Mac OS CI by @GlassOfWhiskey in https://github.com/alpha-unito/streamflow-postgresql/pull/34
  • Bump streamflow from 0.2.0.dev8 to 0.2.0.dev9 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/36

Dependencies

  • Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/32
  • Bump black from 23.7.0 to 23.9.1 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/35
  • Bump pytest from 7.4.0 to 7.4.2 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/33

Full Changelog: https://github.com/alpha-unito/streamflow-postgresql/compare/0.0.5...0.0.6

- Python
Published by github-actions[bot] almost 3 years ago

https://github.com/alpha-unito/streamflow-postgresql - 0.0.5

What's Changed

  • Migrate from aiopg to asyncpg by @GlassOfWhiskey in https://github.com/alpha-unito/streamflow-postgresql/pull/29
  • Updated JSON Schema by @GlassOfWhiskey in https://github.com/alpha-unito/streamflow-postgresql/pull/30

Dependencies

  • Bump streamflow from 0.2.0.dev7 to 0.2.0.dev8 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/28

Full Changelog: https://github.com/alpha-unito/streamflow-postgresql/compare/0.0.4...0.0.5

- Python
Published by github-actions[bot] almost 3 years ago

https://github.com/alpha-unito/streamflow-postgresql - 0.0.4

What's Changed

  • Fix type checking in conftest by @GlassOfWhiskey in https://github.com/alpha-unito/streamflow-postgresql/pull/21
  • Updated MacOS CI in GitHub Actions by @GlassOfWhiskey in https://github.com/alpha-unito/streamflow-postgresql/pull/25
  • Fix Mac OS CI steps by @GlassOfWhiskey in https://github.com/alpha-unito/streamflow-postgresql/pull/26
  • Rename package to streamflow_postgresql by @GlassOfWhiskey in https://github.com/alpha-unito/streamflow-postgresql/pull/27

Dependencies

  • Bump black from 23.3.0 to 23.7.0 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/18
  • Bump mukunku/tag-exists-action from 1.2.0 to 1.3.0 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/24
  • Bump psycopg2 from 2.9.6 to 2.9.7 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/22
  • Bump pytest-asyncio from 0.21.0 to 0.21.1 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/19
  • Bump pyupgrade from 3.7.0 to 3.9.0 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/16
  • Bump pyupgrade from 3.9.0 to 3.10.1 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/20
  • Bump streamflow from 0.2.0.dev5 to 0.2.0.dev6 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/14
  • Bump streamflow from 0.2.0.dev6 to 0.2.0.dev7 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/23
  • Bump flake8-bugbear from 23.6.5 to 23.7.10 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/17

Full Changelog: https://github.com/alpha-unito/streamflow-postgresql/compare/0.0.3...0.0.4

- Python
Published by github-actions[bot] almost 3 years ago

https://github.com/alpha-unito/streamflow-postgresql - 0.0.3

What's Changed

  • Fix streamflow version to 0.2.0.dev5 by @GlassOfWhiskey in https://github.com/alpha-unito/streamflow-postgresql/pull/13

Dependencies

  • Bump codespell from 2.2.4 to 2.2.5 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/10
  • Bump flake8-bugbear from 23.5.9 to 23.6.5 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/7
  • Bump pytest from 7.3.1 to 7.3.2 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/9
  • Bump pytest from 7.3.2 to 7.4.0 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/12
  • Bump pytest-cov from 4.0.0 to 4.1.0 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/6
  • Bump pyupgrade from 3.4.0 to 3.6.0 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/8
  • Bump pyupgrade from 3.6.0 to 3.7.0 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/11

Full Changelog: https://github.com/alpha-unito/streamflow-postgresql/compare/0.0.2...0.0.3

- Python
Published by github-actions[bot] almost 3 years ago

https://github.com/alpha-unito/streamflow-postgresql - 0.0.2

What's Changed

  • Renamed plugin into unito.streamflow by @GlassOfWhiskey in https://github.com/alpha-unito/streamflow-postgresql/pull/5

Dependencies

  • Bump flake8-bugbear from 23.3.23 to 23.5.9 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/2
  • Bump pytest-xdist from 3.2.1 to 3.3.0 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/3
  • Bump pytest-xdist from 3.3.0 to 3.3.1 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/4
  • Bump pyupgrade from 3.3.2 to 3.4.0 by @dependabot in https://github.com/alpha-unito/streamflow-postgresql/pull/1

Full Changelog: https://github.com/alpha-unito/streamflow-postgresql/compare/0.0.1...0.0.2

- Python
Published by github-actions[bot] about 3 years ago

https://github.com/alpha-unito/streamflow-postgresql - 0.0.1

- Python
Published by github-actions[bot] about 3 years ago