1
0
mirror of synced 2025-12-22 19:38:29 -05:00
Commit Graph

121 Commits

Author SHA1 Message Date
Marcos Marx
62fb232191 Source Jira: Add pull requests stream (#8559)
* Add pull requests stream

* Add id field

* Fix to work with latest commits

* Add docs and prevent failures

* bump connector version

* run seed file

Co-authored-by: Chris Wu <chris@faros.ai>
2021-12-27 15:51:31 -03:00
oleh.zorenko
7f147315bd 🐛 Source Jira: Fix fetching and update schema for filters stream (#9079)
* 9017 Fix fetching and update schema for `filters` stream

* 9017 Bump connector's version

* 9017 Update docs

* 9017 Update docs

* 9017 Set additionalProperties to false

* 9017 Bump connector's version
2021-12-23 17:53:29 +02:00
Iryna Grankova
586f22d3f6 Update fields in source-connectors specifications: jira (#8999) 2021-12-23 14:19:24 +02:00
Chris Wu
15b85014db Source Jira: Add option to render fields in HTML format and fix sprint_issue ids (#7398)
* Add option to render fields in HTML format and fix sprint_issue ids

* Bump connector version
2021-11-19 17:14:52 -03:00
Vadym
9c78351d37 🐛 Source Jira: Fix normalization step error (#7408)
* Fix schemas.
Fix streams.py.
Fix acceptance test config.

* Delete sample_files dir.

* Remove `sample_files` references.

* Update `jira.md`.

* Fix build.gradle

* Fix stream_slice initialization

* Remove unnecessary build.gradle dependencies

* Bump docker version
2021-10-29 14:19:31 +03:00
Chris Wu
17961fccfc Source Jira: Make recently added configs optional for backwards compatibility (#7222)
* Make start_date optional

* Make projects optional

* Bump version
2021-10-21 22:46:27 -03:00
Marcos Marx
6c0a17304a Bump Source Jira Connector (#7202)
* Create separate cache file per stream and add projects and start_date config

* Add project id to issue record

* Add projectId to issue schema

* Add BoardIssues stream

* Add SprintIssues stream

* Add Epics stream and deduplicate state code

* Add EpicIssues stream and additional fields for Issues stream

* Add story points to sprint issues

* Add new streams to test catalog

* Update gitignore

* Rename cache boolean and fix test catalog

* Fix streams that depend on Issues stream

* Fix sprint_issues stream

* Add more fields to issues stream and format

* Add option to expand issue changelogs

* Remove epic_issues stream

* Expand project descriptions

* Show rendered fields for epics

* Include project key

* Include project key in issues stream

* Address comments

* Use CDK caching

* Remove extra changes

* Fix sprints stream reading from non-scrum boards

* Format

* small fix and bump version

* bump version

Co-authored-by: Chris Wu <chris@faros.ai>
2021-10-19 23:55:39 -03:00
Abhi Vaidyanatha
ae32ecbb27 GitBook: [master] 186 pages and 77 assets modified 2021-10-08 21:17:47 +00:00
Abhi Vaidyanatha
276d914a57 Direct to Discourse tagged list instead of specific issues on Troubleshooting. (#6848) 2021-10-07 00:05:56 -07:00
Marcos Marx
85a584b3f0 Publish and Bump Version Jira Connector (#6691)
* Add caching for Jira source and add Boards stream

* Fix draft version

* Add sprints stream

* Add vcr to setup.py

* Formatting

* Fix acceptance tests

* Fix acceptance tests

* bump version

Co-authored-by: Chris Wu <chris@faros.ai>
2021-10-05 13:54:41 -03:00
Abhi Vaidyanatha
770bbf9e14 📚 Docs Refresh: Jira Source (#6699)
* Clean up MSSQL Troubleshooting

* Docs Refresh: Jira Source

* Update BQ troubleshooting

* Add discussion
2021-10-04 00:05:52 -07:00
vovavovavovavova
7216de8b42 Jira structure: back to swagger schemas, but fix incorrect (#5523)
* revert schemas from response to previous

* fixing: newlines; permission_scheme normalization failure

* add nulls
2021-09-02 18:22:24 +03:00
vitaliizazmic
d3b2e8a46a 🐛 Source Jira: changed cursor field from created to updated
* Source Jira #4505 - change cursor field for Issues streams from fields.started to fields.updated, update IssuesWorklogs slicing

* Source Jira #4505 - reformat

* Jira #4505 - made issues worklog stream full refresh

* Jira #4505 - reformat

* Jira #4505 - bump version and updating documentation
2021-09-02 14:22:40 +03:00
vovavovavovavova
625a88cad8 Source Jira: fixing schemas accordinately to response. (#4947)
* pre-setup save

* save labels

* modify schemas (test)

* rm unused

* add newlines to schemas

* remove incremental as it was before

* fixing file

* format && fixes

* update docs
2021-07-28 19:35:32 +03:00
Oleksandr
7d538a7ce6 🐛 Source JIRA: Fix DBT failing normalization on Labels schema. (#4817)
(#4817) 🐛 Source JIRA: Fix DBT failing normalization on `Labels` schema. 

Co-authored-by: Oleksandr Bazarnov <oleksandr.bazarnov@globallogic.com>
2021-07-20 10:26:58 +03:00
LiRen Tu
4e449e98a5 Bump jira version (#4126) 2021-06-15 03:34:47 -07:00
vitaliizazmic
2072b77e97 🎉 Source Jira: Support all available entities in Jira Cloud
* Jira source #1389  - adding schemas for streams

* Jira source #1389  - supporting streams

* Jira source #1389  - creating_project script

* Jira source #1389  - updating docs

* Jira source #1389  - fixing check method

* Jira source #1389  - uploading missing schemes

* Jira source #1389  - disabling JQL and Server info streams

* Jira source #1389 - fixing according to PR comments

* Jira source #1389 - fixing filter_sharing and screen_tab_fields streams

* Update airbyte-integrations/connectors/source-jira/source_jira/client.py

* Google search console source #2257 - improving configured catalog(adding sync_mode and destination_sync_mode to streams)

* Jira Source - incremental sync

* Jira source #1390 - issues incremental sync

* Jira source #1390 - issue worklogs incremental sync

* Source Jira #1390 - incremental sync improving

* Source Jira #1390 - migrating to airbyte-cdk, creating CHANGELOG.md

* Source Jira #1389 - reformat

* Jira Source HTTP CDK

* Source Jira #3453 - cleaning branch

* Source Jira #3453 - cleaning branch (fix)

* Source Jira #3453 - abstractmethod get_updated_state

* Jira dummy data #2100 #2101

* Jira source #2100 - data generator

* Jira source #2100 - issue related streams populating

* Jira source #2100 - project related streams populating

* Jira source #2101 - populating data for non issue or project related streams

* Source Jira #2100 - improving according to comments

* Source Jira #2100 - format

* Source Jira #1389 - bump version

* Source Jira #1389 - enabling base_read acceptance test divided by stream groups

* Source Jira #1389 - bump version

Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
2021-06-02 22:13:36 +03: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
2868c4aabc GitBook: [no_maintenance_required] 75 pages and 20 assets modified (#1291)
Co-authored-by: John Lafleur <john@dataline.io>
2020-12-12 10:12:42 +11:00
Sherif A. Nada
0e4e4fd66e Add Jira Source Connector (#1287) 2020-12-10 14:50:45 -08:00