dependabot[bot]
129f348aae
build(deps): bump openssl from 0.10.64 to 0.10.66 in /test_runner/pg_clients/rust/tokio-postgres ( #8464 )
2024-07-23 14:05:07 +00:00
Alexander Bayandin
bf9fc77061
CI(pg-clients): unify workflow with build-and-test ( #8160 )
...
## Problem
`pg-clients` workflow looks different from the main `build-and-test`
workflow for historical reasons (it was my very first task at Neon, and
back then I wasn't really familiar with the rest of the CI pipelines).
This PR unifies `pg-clients` workflow with `build-and-test`
## Summary of changes
- Rename `pg_clients.yml` to `pg-clients.yml`
- Run the workflow on changes in relevant files
- Create Allure report for tests
- Send slack notifications to `#on-call-qa-staging-stream` channel
(instead of `#on-call-staging-stream`)
- Update Client libraries once we're here
2024-07-04 14:58:01 +01:00
Alexander Bayandin
f40b13d801
Update client libs for test_runner/pg_clients to their latest versions ( #7022 )
...
## Problem
Closes https://github.com/neondatabase/neon/security/dependabot/56
Supersedes https://github.com/neondatabase/neon/pull/7013
Workflow run:
https://github.com/neondatabase/neon/actions/runs/8157302480
## Summary of changes
- Update client libs for `test_runner/pg_clients` to their latest
versions
2024-03-06 17:09:54 +00:00
dependabot[bot]
a15969714c
build(deps): bump openssl from 0.10.57 to 0.10.60 in /test_runner/pg_clients/rust/tokio-postgres ( #5966 )
...
Bumps [openssl](https://github.com/sfackler/rust-openssl ) from 0.10.57 to 0.10.60.
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-29 02:17:15 +01:00
Alexander Bayandin
3a19da1066
build(deps): bump rustix from 0.37.19 to 0.37.25 ( #5596 )
...
## Problem
@dependabot has bumped `rustix` 0.36 version to the latest in
https://github.com/neondatabase/neon/pull/5591 , but didn't bump 0.37.
Also, update all Rust dependencies for
`test_runner/pg_clients/rust/tokio-postgres`.
Fixes
- https://github.com/neondatabase/neon/security/dependabot/39
- https://github.com/neondatabase/neon/security/dependabot/40
## Summary of changes
- `cargo update -p rustix@0.37.19 `
- Update all dependencies for
`test_runner/pg_clients/rust/tokio-postgres`
2023-10-19 13:49:06 +01:00
Alexander Bayandin
d3aa8a48ea
Update client libs for test_runner/pg_clients to their latest versions ( #4547 )
...
Resolves https://github.com/neondatabase/neon/security/dependabot/27
2023-06-21 16:20:35 +01:00
Alexander Bayandin
291b4f0d41
Update client libs for test_runner/pg_clients to their latest versions ( #4092 )
...
Also, use Workaround D for `swift/PostgresClientKitExample`,
which supports neither SNI nor connections options
2023-05-04 18:22:04 +01:00
dependabot[bot]
4071ff8c7b
Bump openssl from 0.10.45 to 0.10.48 in /test_runner/pg_clients/rust/tokio-postgres ( #3879 )
2023-03-25 12:33:39 +00:00
Heikki Linnakangas
e0ee138a8b
Add a test for tokio-postgres client to the driver test suite.
...
It is fully supported. To enable TLS, though, it requires some extra
glue code, and a dependency to a TLS library.
2023-03-13 12:14:37 +02:00