1
0
mirror of synced 2026-01-07 09:05:45 -05:00
Commit Graph

16 Commits

Author SHA1 Message Date
Arsen Losenko
055fef195d 🐛 Source Asana: migrate to advancedAuth (#26716)
* Source Asana: migrate to advancedAuth

* Update changelog and metadata.yml

* Add predicate key and predicate value to spec

* Update connector version and advancedAuth path
2023-06-01 13:25:14 +03:00
Anatolii Yatsuk
462316bbac 🐛Source Asana: Fix order of authentication methods (#26653)
* Fix the order of authentication methods to make OAuth default one 

* Add allowedHosts to metadata.yaml
2023-05-30 13:21:32 +03:00
Sherif A. Nada
45c506c516 docs: remove outdated note about oauth being disabled on cloud for asana (#26516) 2023-05-24 19:35:38 -07:00
Sophia Wiley
5512befeb1 Docs: updated links from .io to .com (#23652)
* updated links

* edited contributors link

* deleted line about CDK in docs
2023-03-06 17:27:55 +01:00
Evan Tahler
42d975c469 Docs on oAuth disable for Airbyte Cloud (#23401) 2023-02-23 13:16:33 -05:00
Baz
0dddc1e647 🎉 Source Asana: migrate to new SAT, added base HTTP errors handling (#19561) 2022-11-22 19:34:45 +02:00
Serhii Lazebnyi
98924e0da4 🐛Source Asana: Add cash for project stream (#15749)
* Add cach for project stream

* Updated PR number

* Updated test credential

* Updated docs

* Increased unittest coverage

* Added timout to acceptance test

* auto-bump connector version [ci skip]

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-08-24 07:30:32 +02:00
Serhii Lazebnyi
9879a81d7f Updated docs to teamplate (#15842) 2022-08-22 15:47:13 +02: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
Abhi Vaidyanatha
ae32ecbb27 GitBook: [master] 186 pages and 77 assets modified 2021-10-08 21:17:47 +00:00
Dmytro
ae63696d2b Asana source: Add oauth init flow parameters support (#6832) 2021-10-07 10:15:38 +03:00
oleh.zorenko
fe3026dd45 🐛 Source Asana: fix schemas and invalid_config.json (#6402)
* Update schemas + update invalid config file

* Add `Changelog` to asana.md + remove CHANGELOG.md

* Bump connector's version + update docs
2021-09-24 17:22:04 +03:00
John Lafleur
a0a6d02824 Update asana.md 2021-05-27 16:38:23 +11:00
oleh.zorenko
61cb866faa Fix typo in docs/integrations/sources/asana.md (#3589) 2021-05-25 20:10:30 +03:00
oleh.zorenko
c8711abbd6 🎉 New Source: Asana (#3510)
* Asana source

* Fix creds for CI.

* Update connection status in acceptance test config

Change status from `exception` to `failed`.

* Implement change request.

Remove few files from /integration_tests folder.
Use `stream_slices` and/or `request_params` functions instear of `read_records` function

* Update sample_config.json file.

* Update airbyte-integrations/connectors/source-asana/CHANGELOG.md

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

* Update `stream_slices` using.

Create reneric `read_stream` function in AsanaStream class and move there logic from `stream_slices` function.

* Rename functions.

rename `read_stream` to `read_slices_from_records`.

* Changes about publishing.

Add asana source to `source_definitions.yaml`.
Add `asana.svg`.
Create connector related file in `STANDARD_SOURCE_DEFINITION` folder.

Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
2021-05-25 18:55:46 +03:00