* feat(workflow-jobs)!: new class 'WorkflowJobs' to get job informations from Github;
* feat(workflow-jobs)!: unit test to new class 'WorkflowJobs';
* feat(test_stream/test_stream_workflow_jobs_read_incremental)!: support to method incremetal in unit test to class 'WorkflowJobs';
* feat(test_workflow): unit test incremental and full refresh to class 'WorkflowJobs';
* docs: updated github docs
* docs: updated github docs
* docs: updated github.md
* docs: updated github.md
* fix: add workflow_jobs in abnormal tests, use 'start date' in source and unit test;
* fix: add workflow_jobs in 'abnormal_state.json' and 'sample_state.json' for integration tests;
Co-authored-by: Paulo Roberto <paulo.rb.beserra@gmail.com>
Co-authored-by: Paulo Roberto <71179739+py-paulo@users.noreply.github.com>
* 3 new streams to the github api and adding task_id in the stories stream for the connector asana
* pull request update bump version GitHub Asana
* correct schema
* remove changes on asana connector - moved to another pull request
* security alert stream add variable
* bump version github
* fix schema
* fix schemad
* solve conflic
* correct teams stream
* remove stream and fix some files
* remove config catalog
* correct schema
* solve fb conflict
* solve final conflict with files
* correct github streams
* correct assignes in config_catalog
* update docs and bump connector version
Co-authored-by: Marcos Marx <marcosmarxm@gmail.com>
* added human-readable errors in case of incorrect organization or repo names
* added change history
* added change history
* bumped github image version
* bumped github image version in source_specs.yaml file
* Add option to pull commits from user-specified branches
* Address comments part 1
* Fix Repositories stream error when repo is not part of an org
* Make compatible with old state version and fix request_params to use branch-specific value
Co-authored-by: Chris Wu <chris@faros.ai>
* Few updates for GitHub source
Set correct `cursor_field` for `IssueEvents` stream.
Add rate limit handling.
Add handling for 403 error.
Add handling for 502 error.
Co-authored-by: Eugene Kulak <kulak.eugene@gmail.com>
Co-authored-by: Sherif A. Nada <snadalive@gmail.com>