1
0
mirror of synced 2025-12-30 03:02:21 -05:00
Commit Graph

1280 Commits

Author SHA1 Message Date
Natik Gadzhi
9ff9b29e93 chore: mention tooling team instead of extensibility on connector publishing alerts (#41655) 2024-07-12 14:57:16 -07:00
Catherine Noll
bbe94ee844 Regression test manual approval workflow: update status check name (#41663) 2024-07-12 07:34:46 -04:00
Catherine Noll
95d4218e8f Regression tests approval workflow: make permissions workflow-level (#41643) 2024-07-11 14:33:48 -04:00
Catherine Noll
728be464c1 Regression tests approval workflow: add issues: write permission (#41641) 2024-07-11 13:07:52 -05:00
Catherine Noll
4b0ca48edc Regression tests approval workflow: add statuses: write permission (#41640) 2024-07-11 13:46:21 -04:00
Catherine Noll
cd1682a4ec Fix /approve-regression-tests workflow (#41637) 2024-07-11 13:05:39 -04:00
Catherine Noll
fdf3764a58 Regression tests: require manual approval for certified connectors (#41627)
Co-authored-by: Augustin <augustin@airbyte.io>
2024-07-11 12:45:52 -04:00
Ben Church
614acdb660 feat(pipelines) Add manifest only build (#39906) 2024-07-11 14:27:13 +00:00
Augustin
93064474be regression-test workflow: disable dagger cache (#41336) 2024-07-10 14:30:35 -04:00
Augustin
ac04ab826f Revert "connector publish pipeline: disable dagger cache" (#41337) 2024-07-10 10:05:17 +02:00
Augustin
f39875d5e9 connector publish pipeline: disable dagger cache (#41335) 2024-07-10 09:19:30 +02:00
Augustin
d1cffe3ad3 orchestrator: pin numpy version (#41066) 2024-07-09 20:32:52 +02:00
Augustin
018293a447 community-ci: remove airbyte-ci from protected paths (#41058) 2024-07-09 10:31:39 +02:00
Maxime Carbonneau-Leclerc
99b040bb29 Change to trigger CI (#40739) 2024-07-08 12:27:21 -04:00
Augustin
096c7875b7 airbyte-ci: bump version command with pr number option (#40547)
Co-authored-by: Natik Gadzhi <natik@respawn.io>
2024-07-08 17:21:52 +02:00
Augustin
0c33b8c313 connectors-ci: fix typo in workflow (#41028) 2024-07-08 12:41:28 +02:00
Augustin
b0551aea22 connectors-insights: docker login in workflow (#41027) 2024-07-08 12:34:23 +02:00
Natik Gadzhi
9a0ada07a3 chore(CODEOWNERS): fix extensibility and critical connectors team references (#40724) 2024-07-05 18:50:42 -03:00
Natik Gadzhi
b0af1eb234 chore(oss contrib): request community dev code reviews from marketplace-contributions instead of extensibility (#40756) 2024-07-05 18:39:17 -03:00
Maxime Carbonneau-Leclerc
e2feab895d (not tested) First draft of connector tests on CDK change workflow (#40713) 2024-07-04 15:42:45 -04:00
Catherine Noll
b4b2932554 airbyte-ci: add live tests evaluation mode options (#40698) 2024-07-03 14:51:57 -04:00
Christo Grabowski
8dc77a9e3a Disable dagger cloud caching for Version Increment Check Workflow (#40684) 2024-07-02 13:45:08 -07:00
Augustin
419a87ebc3 up-to-date: run weekly (#40521) 2024-06-26 08:54:41 -07:00
Augustin
2ff62efafc connectors-insights: high-level error handling (#40253) 2024-06-25 16:09:24 +02:00
Augustin
d0d83213f5 connectors-insights: fix typo in workflow (#40252) 2024-06-25 03:10:27 +02:00
Augustin
810b802fda connector-insights: add code tracker (#40152) 2024-06-25 02:34:18 +02:00
Christo Grabowski
45c6b04df7 Increase Timeout Limit for Connectors Version Increment Check workflow (#39910) 2024-06-21 16:46:20 -04:00
Augustin
6afbcdc634 up-to-date: set auto-merge label by default (#39948) 2024-06-21 14:49:29 +02:00
Augustin
9eb248f38d airbyte-ci: productionize up-to-date 🧹 + 🚀 (#39600) 2024-06-21 09:24:16 +00:00
Catherine Noll
c7ecc41317 Live tests: GHA to run both validation & regression tests (#38816)
Co-authored-by: Augustin <augustin@airbyte.io>
2024-06-20 13:50:07 -04:00
Augustin
05d2271e29 up-to-date: create workflow (not tested) (#39607) 2024-06-20 09:31:46 +02:00
Augustin
c7f885fef6 connectors-insights: fix workflow (#39480) 2024-06-14 11:16:08 +02:00
Augustin
6063befb71 introduce connectors-insights package (#39452) 2024-06-14 10:26:12 +02:00
Ella Rohm-Ensing
7826813acc fix: update automatic cloud PR creator to adhere to conventional title requirement (#38864) 2024-06-03 18:29:00 +00:00
Augustin
ff0ba70c5a disable version increment check workflow on forks (#38866) 2024-06-03 09:22:16 -07:00
Augustin
e0bec7a088 format-fix-command: disable dagger cache (#38867) 2024-06-03 16:12:54 +00:00
Augustin
9a3a517671 airbyte-ci: introduce ConnectorTestContext (#38628) 2024-05-24 07:50:24 +02:00
Augustin
570cc86147 connector-publish: pin to airbyte-ci 4.15.0 (#38623) 2024-05-23 13:12:12 -04:00
Augustin
29633a4486 community-ci: run CI on internal packages (#38565) 2024-05-22 18:13:10 +02:00
Ben Church
f1d5cead63 feat(registry): Add dev deployment (#38221)
## What
1. Fixes an issue with failing deployments
2. Adds the ability to publish to a dev dagster environment
3. Fixes an issue where successful pipeline runs were marked as a failure

## How
1. Removes poetry as a dependency, it was unnesessary and causing an error with pex
2. Updates GHA and the pipeline to accept `DAGSTER_CLOUD_DEPLOYMENT`
3. All we needed to do was return the result 🤦‍♂️
2024-05-17 12:29:48 -07:00
Ella Rohm-Ensing
5c492b5b2f remove empty file (#38307) 2024-05-16 23:12:43 +00:00
Catherine Noll
df9dfc0d7a Regression tests: wire through --use-local-cdk option to GHA (#38287) 2024-05-16 10:46:39 -04:00
Bindi Pankhudi
4b84c63be0 New: Snowflake Cortex Destination 🚀 (#36807)
Co-authored-by: Aaron Steers <aj@airbyte.io>
2024-05-14 16:36:10 -07:00
Augustin
fbb480fe8a publish-cdk-command-manually: disable dagger cloud token (#38179) 2024-05-14 15:43:13 +02:00
Augustin
5b64af09b4 auto-merge: fix permissions (#38156) 2024-05-13 08:28:28 -05:00
Augustin
232b10282a declare new auto_merge scheduled workflow (#38022) 2024-05-13 14:22:43 +02:00
Catherine Noll
0f8ffe36c0 Add Stream option to regression test GHA (#38129) 2024-05-10 17:18:21 -04:00
Stephane Geneix
a3300880e6 create independent github action for connector version increment checks (#38041) 2024-05-07 13:09:14 -07:00
Ella Rohm-Ensing
f23c2e6d92 Airbyte CDK: Test via airbyte CI test poetry packages (#36497) 2024-05-03 08:20:58 -07:00
Augustin
910d8495ed community-ci: check no changes are made to protected path (#37790) 2024-05-03 11:57:39 +02:00