1
0
mirror of synced 2025-12-22 03:21:25 -05:00
Commit Graph

63 Commits

Author SHA1 Message Date
Mykyta Serbynevskiy
a2c194a11f Improving docusaurus sidebar generation (#1927) (#14369)
* Improving docusaurus sidebar generation (#1927)

* Added "Career & open positions" folder to sidebar, adjusted "Project overview" folder

* Deleted "career-and-open-positions" folder from sidebar
2022-07-08 14:18:27 -05:00
ksengers
6ea444fc72 🐛 Source Chargebee: fix credit note model (#10827)
* Source Chargebee: fix credit note model

* fix(airbyte): update version Dockerfile
2022-03-04 21:08:37 -03:00
ksengers
16dfae0df7 🎉 Source Chargebee: add credit note model (#10795)
* feat(chargebee) add credit note model

* fix(airbyte): update version Dockerfile

* fix(airbyte): update version Dockerfile v2
2022-03-02 19:04:43 -03:00
Aaditya Sinha
b5d637f79d Source Chargebee: add transaction stream (#10312)
* added transactions model

* changes

* fix

* few changes

* fix

* added new stream in configured_catalog*.json

* changes

* removed new stream in configured_catalog*.json

* solve small schema issues

* add eof

* bump connector version

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
2022-02-24 15:55:32 -03:00
oleh.zorenko
e23c29d3fa 🐛 Source Chargebee: add tests + fix broken coupon stream (#10366)
* 10192 Fix Chargebee source

Fix `coupon` stream.
Add unit tests.

* 10192 Update tests + update docs

* 10192 Bump connector's version
2022-02-22 10:20:21 +02:00
Marcos Marx
7c93ef1a57 Source Chargebee: new stream coupon correct formating (#10329)
* added coupon stream

* correct small errors

* bump connector version

* format json file

* run format

Co-authored-by: aadityasinha-dotcom <aadityasinha009@gmail.com>
2022-02-15 20:02:57 -03:00
Aaditya Sinha
1c89320cc3 Source Chargebee: added coupon (#10269)
* added coupon stream

* changes

* Update airbyte-integrations/connectors/source-chargebee/source_chargebee/streams.py

Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>

Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
2022-02-15 19:54:15 -03:00
Joël Luijmes
25760e48e7 🎉 Source Chargebee: add event model stream(#10143)
* feat(chargebee): add event model

* fix(airbyte): update version Dockerfile

* docs(chargebee): update changelog

* bump connector version

* correct source seed

Co-authored-by: Marcos Marx <marcosmarxm@gmail.com>
2022-02-10 23:37:38 -03:00
Karina Kuznietsova
cbe8da49f3 Update fields in source-connectors specifications: amplitude, apify-dataset, appstore-singer, aws-cloudtrail, azure-table, bigcommerce, bigquery, braintree, cart, chargebee (#8434)
* Titles and Descriptions changes #8364
* bump version, update changelogs

Co-authored-by: Karina <karina.kuznietsova@zazmic.com>
2021-12-23 14:45:08 +02:00
Abhi Vaidyanatha
ae32ecbb27 GitBook: [master] 186 pages and 77 assets modified 2021-10-08 21:17:47 +00:00
oleh.zorenko
f803481dfc 🐛 Source Chargebee: fix examples in spec file (#6454)
* Fix examples in spec file

* Update docs

* Bump connector's version
2021-09-27 14:00:25 +03:00
oleh.zorenko
70167aa300 🎉 Source Chargebee: expand endpoint support (#5421)
* Add support for `Items` and `Item Prices` streams

* Add support for `Attached Items`stream

* Update changelog

* Remove unused field

* Update docs/integrations/sources/chargebee.md

Co-authored-by: Sherif A. Nada <snadalive@gmail.com>

* Update text in changelog

* Add docstring for SemiIncrementalChargebeeStream class

* Bump connector's version to 0.1.3

Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
2021-08-17 08:53:32 +03:00
oleh.zorenko
89ea3122db 🎉 New source: Chargebee (prepare connector for publishing) (#5067)
* Prepare Chargebee connector for publishing

* Update docs

Update `docs/SUMMARY.md` file.
Update `docs/integrations/README.md` file.

* Update changelog

* Implement change request

* Remove `name` field from streams

* Rename env var for Chargebee

Rename from `CHARGEBEE_TEST_CREDS` to `CHARGEBEE_INTEGRATION_TEST_CREDS`.

* Revert "Rename env var for Chargebee"

This reverts commit 7ddc6e0cb1.

* Revert "Revert "Rename env var for Chargebee""

This reverts commit 6df6751034.

* Add custom backoff handler

* Implement change request

* Add comment about why `order` is an empty stream

* Bump connector version
2021-07-30 23:09:18 +03:00