1
0
mirror of synced 2025-12-21 11:01:41 -05:00
Commit Graph

81 Commits

Author SHA1 Message Date
Airbyte
b0975870fa 🐙 source-recurly: run up-to-date pipeline [2024-08-17] (#44210) 2024-08-18 03:23:48 +03:00
Augustin
390cf7e4a8 🐙 source-recurly: run up-to-date pipeline [2024-08-10] (#43472) 2024-08-11 02:27:41 +02:00
Augustin
8ec0bce603 🐙 source-recurly: run up-to-date pipeline [2024-08-03] (#43144) 2024-08-04 02:25:48 +02:00
Dhroov Makwana
9e8e6670b3 Source Recurly: migrate to low-code (#40729) 2024-07-26 18:38:45 -07:00
Augustin
63d1b2ac33 🐙 source-recurly: run up-to-date pipeline [2024-07-20] (#42206) 2024-07-21 02:26:38 +02:00
Augustin
91a317a5c8 🐙 source-recurly: run up-to-date pipeline [2024-07-13] (#41836) 2024-07-14 02:22:25 +02:00
Augustin
ed472c079a 🐙 source-recurly: run up-to-date pipeline [2024-07-10] (#41500) 2024-07-11 02:21:55 +02:00
Augustin
dd2aa70a80 🐙 source-recurly: run up-to-date pipeline [2024-07-09] (#41174) 2024-07-10 02:21:57 +02:00
Augustin
aa2d7e9fa5 🐙 source-recurly: run up-to-date pipeline [2024-07-06] (#40820) 2024-07-07 02:26:12 +02:00
Natik Gadzhi
30643ae71f chore: replace AirbyteLogger with logging.Logger in connectors (#40215)
Co-authored-by: btkcodedev <btk.codedev@gmail.com>
2024-06-27 18:02:01 +02:00
Augustin
e76b87d690 🐙 source-recurly: run up-to-date pipeline [2024-06-25] (#40474) 2024-06-26 02:16:31 +02:00
Augustin
f70b487fca 🐙 source-recurly: run up-to-date pipeline [2024-06-22] (#40012) 2024-06-23 02:24:12 +02:00
Augustin
956c206f8d source-recurly: [autopull] Upgrade base image to v1.2.2 (#39178) 2024-06-11 18:42:39 +02:00
Audrey Maldonado
b9690ba76e Wrapping changelog in details for a collapsible view (#38801) 2024-06-04 13:40:53 -04:00
Natik Gadzhi
cb80e6922a [tools] prettier rules for .md + formatting cleanup 2024-05-07 08:19:33 -07:00
Brian Leonard
7769333101 source-recurly: ensure inline schemas, updated cdk, poetry (where possible) (#37246) 2024-05-01 10:10:51 -07:00
Christo Grabowski
6354733ed7 Source Recurly: bump version to unarchive in Cloud (#35828) 2024-03-05 13:51:36 -05:00
Christo Grabowski
62abce9c10 Source Recurly: Unarchive and release as 1.0.0 (#35763) 2024-03-04 12:15:48 -05:00
Christo Grabowski
040d3633ad Source Recurly: Enable in registries with updated CDK (#34622) 2024-02-23 17:11:15 -05:00
Mohamed Magdy
273537ac59 Source Recurly: adds state_checkpoint_interval to streams (#13685)
* Add `state_checkpoint_interval` to Recurly stream

* Bumpg Recurly source version to `0.4.1`
2022-08-11 11:56:42 -03:00
Topher Lubaway
9c6c092a22 Revert "Improving docusaurus sidebar generation (#1927) (#14369)" (#14596)
This reverts commit a2c194a11f.
2022-07-11 15:27:14 -05:00
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
Mohamed Magdy
63af98e3b9 🎉 Recurly Schema Revamp (#9866)
* Cleanup Recurly connector schemas

* Add more Recurly schemas to the connector

- `billing_infos`
- `shipping_addresses`
- `shipping_methods`
- `subscription_changes`

* Add Recurly `add-on` resouce

* Add Recurly's account notes resource schema

* Add unique coupons to Recurly source

* Add credit payments to Recurly connector

* Add Recurly resources to integration tests configurations

* Bump Recurly source version to `0.4.0`

* Add `line_items` Recurly resource

* Add `line_items` to Recurly documentation

* Add missing `line_items` JSON schema

* Replace Subscription Change Recurly API call with Subscription `pending_changes` field

* Replace Recurly unique coupon codes API call with coupons `unique_coupon` field

To avoid the extra API call to import unique coupon calls

* Revert "Replace Recurly unique coupon codes API call with coupons `unique_coupon` field"

This reverts commit 1c4592d82d.

* Add `end_time` parameter to Recurly connector

* Order Recurly specs

* Set the Recurly `begin_time` and `end_time` to be optional

* Add `order` to Recurly `source_spec.yaml`

* Add `maxLength` to Recurly source schemas

* Set `maxLength` for Recurly Subscription and Transaction `uuid`

* Fix Recurly `export_dates` acceptance tests
2022-03-08 17:59:47 +05:30
Iryna Grankova
579923d2f8 Update fields in source-connectors specifications: posthog, recurly, redshift, salesforce, salesloft (#8617)
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
Co-authored-by: Sergey Chvalyuk <grubberr@gmail.com>
2022-01-25 16:14:02 +02:00
Mohamed Magdy
484169eed1 🐛 Source Recurly: avoid loading all accounts when importing account coupon redemptions (#9382)
* Avoid loading all accounts when importing account coupon redemptions

* Bump Recurly connector version to `0.3.1`

* merge contributor code

* update seed file

* update docs

Co-authored-by: Marcos Marx <marcosmarxm@gmail.com>
2022-01-10 19:55:02 -03:00
Mohamed Magdy
4a535ebdfc 🎉 Source Recurly: Support incremental Sync Mode (#8675)
* [1384] Change Recurly connector to use `AbstractSource` and `Stream`

Those 2 classes are part of the CDK and are the base line to start integrating
the `incremental` sync mode to the Recurly resources

* [1384] Support `incremental` sync mode for Recurly

* [1384] Add `account_coupon_redemptions` Recurly resource

* [1384] Add Recurly source unit tests

* [1384] Bump `source-recurly` version to `0.3.0`

Bumped the minor version as the `incremental` sync mode functionality is added

* [1384] Removed `.python-version` from Git

* [1384] Annotate the Recurly `api_key` with `airbyte_secret`

* [1384] Bump `source-recurly` to `0.3.0`

* [1384] Update code style

After running `gradle`

* [1384] Update Recurly source documentation

By adding the Account Coupon Redemption documentation
and setting the `Incremental sync` to `Yes`

* [1384] Fix typo in Python doc

* [1384] List all accounts when fetching the redeemed coupons

As fetching accounts only updated after the `begin_time` won't work in
`incremental` sync mode if an older account redeemed coupons

* [1384] Fix typo in Python doc

* [1384] Update Recurly JSON schemas

* [1384] Move constants outside the `BaseStream` class

* [1384] Add `incremental` sync mode acceptance tests for Recurly

* [1384] Remove the mandatory `name` method to override in child classes

In the Recurly streams

* [1384] Fix formatting

* [1384] Remove `format: "email"` from Recurly `invoices` schema

* [1384] Add `account_coupon_redemption` to Recurly acceptance tests
2021-12-28 22:30:29 -03:00
vitaliizazmic
79acc2bf69 🎉 Source Recurly: migrate to the CDK
* Source Microsoft Teams #8315 - migrate to  the CDK

* Source Microsoft Teams #8315 - acceptances test

* Source Microsoft Teams #8315 - fixed schemas

* Source Microsoft Teams #8315 - reformat

* Source Microsoft Teams #8315 - bump version

* Source Recurly #8318 - reformat
2021-12-06 19:54:02 +02:00
Davin Chia
42686add8a Release connectors with namespace change. (#2990)
Release all connectors affected by namespace change. Includes all JDBC sources and destinations.

Also add documentation for normalisation. Prerequisite to actually releasing 0.21.0-alpha.
2021-04-21 11:35:08 +08:00
John Lafleur
2acc3840d0 GitBook: [docs_feature_incremental] 33 pages modified (#1683)
Co-authored-by: John Lafleur <john@dataline.io>
2021-01-17 07:32:24 +11:00
John Lafleur
a5f509bf49 GitBook: [master] 15 pages and 4 assets modified 2020-11-25 19:01:56 +00:00
Yevhenii
9b033891dc Recurly (#1058) 2020-11-24 22:19:06 -08:00