* Add normalization to list of modules to check dependencies for
* Remove now unneeded empty lists
* Refactor how gradle files are retrieved
* Let method set the dict key for module
* Rename CONNECTOR_PATH, ensure that path for get_gradle_file_for_path is always a folder
* Add typing on potentially confusing method
* Make comment template clearer
* Move modules into details
* Auto-close sources and destinations, add emoji and count for other modules
* Rename function to get dependent modules
* init
* bad copy/paste
* move to top level
* Revert "move to top level"
This reverts commit aca3534d38.
* attempt to wire up connector builder frontend to server
* copy from octaviacli
* fix connection to builder server
* update
* delete
* Update
* delete python-version
* Revert "delete python-version"
This reverts commit f9258a7755.
* setup python
* install python
* rename
* kube stuff
* Install python
* missing kube file
* rename
* Update files
* Update bumpversion
* install python
* try with different entrypoint
* rename container
* point to docker-compose.yaml file
* derp
* copy acceptance_test.sh
* copy from acceptance tests
* delete cruft
* update
* remove application env
* reset
* reset to master
* update
* skip comprehensive incremental tests
* Revert "skip comprehensive incremental tests"
This reverts commit 9cee657596.
* reset to master
* remove cruft
* delete superfluous steps
* update port to 8003
* reset to master
* Update publish docker
* move openapi spec to airbyte-connector-builder
* point to openapi spec
* dont expose the connector builder to localhost
* reset FE components to master
* Don't deploy the connector-builder
* Revert "Don't deploy the connector-builder"
This reverts commit 3d157494cf.
* Revert "Revert "Don't deploy the connector-builder""
This reverts commit beac3d48f0.
* comment out more things related to connector builder server
* more attempts at removing the connector builder
* comment out more things
* Apply suggestions from code review
Co-authored-by: Lake Mossman <lake@airbyte.io>
* Update airbyte-webapp/src/config/configProviders.ts
Co-authored-by: Lake Mossman <lake@airbyte.io>
* update
* rename
* indent
* Revert "move openapi spec to airbyte-connector-builder"
This reverts commit 57dda04723.
* Revert "rename"
This reverts commit b2d802b8fa.
* Revert "Revert "rename""
This reverts commit 91db24fd4a.
* point to wrong file in case it fixes the build
* point to right openapi file
* Revert "Revert "move openapi spec to airbyte-connector-builder""
This reverts commit e46a837454.
* point to moved file
* fix path
* Update from master
* newline
* Add failing test
* Revert "Add failing test"
This reverts commit ed9fea09b5.
* comment
* update commented requires
* Add a comment
* 2022
* rename to connector-builder-server
* typo
Co-authored-by: lmossman <lake@airbyte.io>
* Add placeholder change
* List connectors and versions in a table
* Add changelog status
* Add changelog annotation
* Add publish version status
* Add version bump for demo
* Update status
* Add strict-encrypt verion check
* Add overall status summary
* Fix version status format
* Fix format
* Update styling
* Add notes
* Add a special case for mongodb
* Update details open / close logic
* Add link to dockerfile
* Revert demo changes
* Remove version link
* Delete report when it is deprecated
* Revert "Delete report when it is deprecated"
This reverts commit f0008e4976.
* Use more specific variable name
* Write affected sources and destinations to files
* Use Markdown template to format results
* Update workflow to edit existing comment instead of making a new one
* Check whether changed_files.txt is empty before proceeding
* move template to .github/
* Use different quotes for true
* Move logic about continuing back to after dependency report because of ignores
* Use correct filename in conditional
* Use if to avoid early exit
* Create folder for comment templates and use constant for file path
* Add handling for non-source non-destination info, pull out markdown listing
* script skeleton
* add API call to source_definitions to fetch E2E Test Source definition ID
* createSource implementation
* add destination creation logic implementation
* get definition IDs, catalogId, and implement connection creation
* add cleanup script and write created ids to a file that can be cleaned up
* make cloud header a command-line argument, other cleanup
* script comments fix
* remove kube references and fix indentation
* temp commit - don't push
* remove discover catalog function
* more cleanups
* more cleanups
* cleanup help text
* exit codes and show how many connections left
* add README
Co-authored-by: Xiaohan Song <xiaohan@airbyte.io>
* Major overhaul of check images
actually fail on missed images
detect rate limit for dockerhub
sleep when hit rate limit and registry
more clear user messaging
Reduce output from 5000 lines to ~ 1000
More clear help messages for failures
* Addresses GH feedback
minor bugfixes
* Use locally-installed qemu rather than docker-installed version
* Bump faker for test
* Update docs/integrations/sources/faker.md
Co-authored-by: Pedro S. Lopez <pedroslopez@me.com>
* auto-bump connector version [ci skip]
Co-authored-by: Pedro S. Lopez <pedroslopez@me.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
* support large schema discovery
* update generic source tests to handle new approach to schema discovery
* readability improvements related to schema discovery and large schema support
* update internal ScheduleHandler method name
* update source tests per new schema discovery interface
* start implementation of new persistence method
* add includingJobId and totalJobCount to job list request
* format
* update local openapi as well
* refactor queries into JOOQ and return empty list if target job cannot be found
* fix descriptions and undo changes from other branch
* switch including job to starting job
* fix job history handler tests
* rewrite jobs subqueries in jooq
* fix multiple config type querying
* remove unnecessary casts
* switch back to 'including' and return multiple of page size necessary to include job
* undo webapp changes
* fix test description
* format
* fix: revert extraEnv. Move updated extraEnv to env_vars
* fix: Add node pool selector feature for gke deployments
* fix: hotfix. Fix webapp values and imagepullsecrets
* fix: remove nodeSelector duplicate
* fix: revert imagePullSecrets changes
* fix nit
* fix: fix bootloader imagepullsecrets
* fix: fix image pull secrets again...
* feat: add acceptance tests for helm
* add step to install unzip
* fix incorrect command spelling(helm)
* update slack notification sending for Airbyte CI workflow
* Rename Helm E2E test report name
* fix: Update helm charts
* fix: fix temporal DB Port bug
* fix nits
* do a small testing for sake of science
* Update test chart.yaml with note block
* Revert changes for AC tests
* fix: Include #16166
* fix: add metrics to the ci workflow
* fix: revert changes for temporal service. move them to server service;
* fix: revert fullstory deletion
* fix: change way of defining image tag and make it to be set in global values. Add values.yaml.test for integration testing and local deployment
* fix: udpate docs, update values.yaml
* fix: fix helpers.tpl in all subcharts
* Update chart docs
Co-authored-by: Davin Chia <davinchia@gmail.com>