1
0
mirror of synced 2025-12-21 02:51:29 -05:00
Commit Graph

217 Commits

Author SHA1 Message Date
octavia-bot-hoard[bot]
85e9e9bedf 🐙 source-github: run up-to-date pipeline [2025-12-02] (#70286)
Co-authored-by: octavia-bot-hoard[bot] <230633153+octavia-bot-hoard[bot]@users.noreply.github.com>
2025-12-01 22:10:24 -08:00
octavia-bot-hoard[bot]
f78eae601e 🐙 source-github: run up-to-date pipeline [2025-11-25] (#69887)
Co-authored-by: octavia-bot-hoard[bot] <230633153+octavia-bot-hoard[bot]@users.noreply.github.com>
2025-11-24 20:14:55 -08:00
octavia-bot-hoard[bot]
7f7d0133ec 🐙 source-github: run up-to-date pipeline [2025-11-18] (#69421)
Co-authored-by: octavia-bot-hoard[bot] <230633153+octavia-bot-hoard[bot]@users.noreply.github.com>
2025-11-17 20:11:33 -08:00
octavia-bot-hoard[bot]
41b56f686f 🐙 source-github: run up-to-date pipeline [2025-11-11] (#69271)
Co-authored-by: octavia-bot-hoard[bot] <230633153+octavia-bot-hoard[bot]@users.noreply.github.com>
2025-11-11 01:10:45 -05:00
octavia-bot-hoard[bot]
21e74a3eb7 🐙 source-github: run up-to-date pipeline [2025-11-04] (#69002)
Co-authored-by: octavia-bot-hoard[bot] <230633153+octavia-bot-hoard[bot]@users.noreply.github.com>
2025-11-04 01:11:05 -05:00
David Gold
64f1ea20dc chore(source-github): Upgrade to Python 3.13 (#68637)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2025-10-29 15:43:14 -07:00
devin-ai-integration[bot]
667b2b6361 fix(source-github): Normalize reaction field names for Avro/Parquet compatibility (do not merge) (#68095)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Patrick Nilan <nilan.patrick@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2025-10-22 09:16:14 -07:00
octavia-bot-hoard[bot]
1b98407558 🐙 source-github: run up-to-date pipeline [2025-10-21] (#68332)
Co-authored-by: octavia-bot-hoard[bot] <230633153+octavia-bot-hoard[bot]@users.noreply.github.com>
2025-10-21 12:32:02 -04:00
octavia-bot[bot]
9b68e052e7 🐙 source-github: release 1.9.1 (#68197)
The release candidate version 1.9.1-rc.1 has been deemed stable and is
now ready to be promoted to an official release (1.9.1). This PR will be
automatically merged as part of the `auto-merge` workflow. This workflow
runs every 2 hours.

> [!IMPORTANT]
> **Auto-merge enabled.**
> 
> _This PR is set to merge automatically when all requirements are met._

Co-authored-by: octavia-bot[bot] <108746235+octavia-bot[bot]@users.noreply.github.com>
2025-10-20 14:09:33 -04:00
Brian Lai
262018744a fix(source-github): Graceful error handling of invalid credentials when running all sync operations (#67584)
Fixes: https://github.com/airbytehq/airbyte-internal-issues/issues/14576

## What

We had a previous swarm issue that ended up being a customer
misconfiguration due to expired or invalid creds. That being said, the
error message was particularly unhelpful w/ a bunch of python stack
traces. This replace that with far more useful information:

```
{"type":"CONNECTION_STATUS","connectionStatus":{"status":"FAILED","message":"'Github credentials have expired or changed, please review your credentials and re-authenticate or renew your access token.'"}}
``` 

## How

The main thing to call out here is that we want to get in the habit of
using our dedicated `HttpClient` which gives us better error handling
and just default behavior as a whole instead of using the `requests`
library. Otherwise the rest is pretty straightforward

## Review guide

nah

## User Impact

none

## Can this PR be safely reverted and rolled back?

- [x] YES 💚
- [ ] NO 
2025-10-13 16:13:18 -07:00
Daryna Ishchenko
f934265355 feat(source-github): promote 1.9.0-rc.1 to main version (#67708)
## What
<!--
* Describe what the change is solving. Link all GitHub issues related to
this change.
-->

## How
<!--
* Describe how code changes achieve the solution.
-->

## Review guide
<!--
1. `x.py`
2. `y.py`
-->

## User Impact
<!--
* What is the end result perceived by the user?
* If there are negative side effects, please list them. 
-->

## Can this PR be safely reverted and rolled back?
<!--
* If unsure, leave it blank.
-->
- [ ] YES 💚
- [ ] NO 
2025-10-13 17:37:53 +03:00
Daryna Ishchenko
7e5c616453 fix(source-github): fix min time to wait on token rate limits (#67589)
## What
there is an issue while processing min time to wait on token rate
limits:
.seconds - returns positive value 
fixed to
.total_seconds() - returns both negative and positive values. (negative
when reset time for token is older then datetime now)

## How
<!--
* Describe how code changes achieve the solution.
-->

## Review guide
<!--
1. `x.py`
2. `y.py`
-->

## User Impact
<!--
* What is the end result perceived by the user?
* If there are negative side effects, please list them. 
-->

## Can this PR be safely reverted and rolled back?
<!--
* If unsure, leave it blank.
-->
- [ ] YES 💚
- [ ] NO 
2025-10-09 16:29:34 +03:00
Daryna Ishchenko
c628d28c7d fix(source-github): fix datetime converting in workflows stream (#67026)
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2025-10-03 16:51:41 +03:00
Daryna Ishchenko
8bfaa23b2f chore(source-github) update to airbyte cdk v7 (#66736) 2025-10-02 13:29:00 +03:00
octavia-bot-hoard[bot]
5652fa45ba 🐙 source-github: run up-to-date pipeline [2025-09-30] (#66166)
Co-authored-by: octavia-bot-hoard[bot] <230633153+octavia-bot-hoard[bot]@users.noreply.github.com>
2025-09-30 08:22:45 -04:00
Airbyte
678df3ede9 🐙 source-github: run up-to-date pipeline [2025-09-09] (#66065) 2025-09-09 12:15:48 -04:00
Airbyte
daaac3f1b4 🐙 source-github: run up-to-date pipeline [2025-08-23] (#65375) 2025-08-23 16:10:54 -04:00
Airbyte
f45b8c88cb 🐙 source-github: run up-to-date pipeline [2025-08-16] (#64982) 2025-08-16 20:06:19 +02:00
Airbyte
7c11533657 🐙 source-github: run up-to-date pipeline [2025-08-09] (#64580) 2025-08-09 16:08:26 +02:00
Airbyte
dcba2ebe6d 🐙 source-github: run up-to-date pipeline [2025-08-02] (#64231) 2025-08-02 16:09:25 +02:00
Airbyte
5702a00912 🐙 source-github: run up-to-date pipeline [2025-07-26] (#63810) 2025-07-26 16:10:10 +02:00
Airbyte
f5526b0f4a 🐙 source-github: run up-to-date pipeline [2025-07-19] (#63520) 2025-07-19 20:07:01 +02:00
Airbyte
67fe5bbe61 🐙 source-github: run up-to-date pipeline [2025-07-12] (#63158) 2025-07-12 15:08:26 -07:00
Airbyte
80157bc957 🐙 source-github: run up-to-date pipeline [2025-07-05] (#62666) 2025-07-05 11:11:37 -07:00
Airbyte
694b131092 🐙 source-github: run up-to-date pipeline [2025-06-28] (#62166) 2025-06-28 09:19:09 -07:00
Aldo Gonzalez
19243f4d28 bug(source-github): problem getting author for contributor_activity stream (#62054) 2025-06-25 16:27:38 -06:00
Aldo Gonzalez
9e6a874144 bug(source-github): fix case when repository is empty (#61742) 2025-06-23 14:41:42 -06:00
Airbyte
fee557e286 🐙 source-github: run up-to-date pipeline [2025-06-21] (#61857) 2025-06-21 13:07:09 -07:00
Airbyte
6b298250c3 🐙 source-github: run up-to-date pipeline [2025-06-15] (#61603) 2025-06-16 11:41:48 -07:00
Airbyte
8047197e55 🐙 source-github: run up-to-date pipeline [2025-06-07] (#54931)
Co-authored-by: David Gold <32782137+dbgold17@users.noreply.github.com>
2025-06-09 12:40:28 -07:00
Airbyte
4ca7249eb4 🐙 source-github: run up-to-date pipeline [2025-02-22] (#54404) 2025-02-23 00:08:49 +02:00
Airbyte
a121413dec 🐙 source-github: run up-to-date pipeline [2025-02-15] (#53703) 2025-02-18 08:05:31 +02:00
Airbyte
7288e93be0 🐙 source-github: run up-to-date pipeline [2025-02-01] (#52875) 2025-02-01 22:14:09 +02:00
Airbyte
3b4fbf0934 🐙 source-github: run up-to-date pipeline [2025-01-25] (#52364) 2025-01-26 00:22:41 +02:00
Airbyte
2ecebe281e 🐙 source-github: run up-to-date pipeline [2025-01-18] (#51666) 2025-01-18 18:13:09 +02:00
Airbyte
d652ebdd1a 🐙 source-github: run up-to-date pipeline [2025-01-11] (#51130) 2025-01-11 18:12:34 +02:00
Airbyte
dff4f602fa 🐙 source-github: run up-to-date pipeline [2025-01-04] (#50517) 2025-01-04 18:10:57 +02:00
Airbyte
ea9aaac886 🐙 source-github: run up-to-date pipeline [2024-12-21] (#50055) 2024-12-21 18:12:55 +02:00
Airbyte
cb765a7a21 🐙 source-github: run up-to-date pipeline [2024-12-14] (#49178) 2024-12-14 18:14:50 +02:00
Augustin
562b2c527c [skip-ci]: more precise changelog following base image upgrade (#48723) 2024-11-27 16:30:27 +01:00
Airbyte
ba8c097204 🐙 source-github: run up-to-date pipeline [2024-11-25] (#48631) 2024-11-25 14:14:41 +02:00
Airbyte
5193a10fc8 🐙 source-github: run up-to-date pipeline [2024-11-05] (#48318) 2024-11-05 06:10:32 +02:00
Airbyte
bb48c1c7e4 🐙 source-github: run up-to-date pipeline [2024-10-28] (#47051) 2024-10-28 18:14:53 +02:00
Airbyte
ce66784deb 🐙 source-github: run up-to-date pipeline [2024-10-12] (#46766) 2024-10-13 03:21:42 +03:00
Airbyte
c51449189e 🐙 source-github: run up-to-date pipeline [2024-10-05] (#46415) 2024-10-06 03:21:35 +03:00
Airbyte
60f902c34f 🐙 source-github: run up-to-date pipeline [2024-09-28] (#46117) 2024-09-29 03:23:03 +03:00
Airbyte
752e0d9079 🐙 source-github: run up-to-date pipeline [2024-09-21] (#45742) 2024-09-22 03:22:18 +03:00
Airbyte
a4a1ab8105 🐙 source-github: run up-to-date pipeline [2024-09-14] (#45557) 2024-09-15 03:18:59 +03:00
letiescanciano
f216a6065c 📚 docs: Enable ERDs for 10 top sources. (#45085) 2024-09-09 02:13:30 -05:00
Airbyte
3cb074cd97 🐙 source-github: run up-to-date pipeline [2024-09-07] (#45320) 2024-09-08 03:17:39 +03:00