* WIP Convert airbyte-workers to Micronaut framework
* Rebase cleanup
* Fix broken tests
* Simplify code
* Support control vs data plane configuration
* make WORFKLOW_PROXY_CACHE non-static to avoid cacheing mocks in unit tests
* Formatting
* Pairing on Worker Micronaut (#16364)
* add RouteToSyncTaskQueue activity
* use new route activity in connection manager workflow
* format
* call router service for task queue
* Revert temporal proxy changes
* Formatting
* Fix default value
* register new route activity in test
* fix SyncWorkflowTest now that it isn't doing any routing
* Update dependencies
* More dependency updates
* Update dependencies
* WIP Convert airbyte-workers to Micronaut framework
* Rebase cleanup
* Fix broken tests
* Simplify code
* Support control vs data plane configuration
* make WORFKLOW_PROXY_CACHE non-static to avoid cacheing mocks in unit tests
* Formatting
* Pairing on Worker Micronaut (#16364)
* add RouteToSyncTaskQueue activity
* use new route activity in connection manager workflow
* format
* call router service for task queue
* Revert temporal proxy changes
* Formatting
* Fix default value
* register new route activity in test
* fix SyncWorkflowTest now that it isn't doing any routing
* Update dependencies
* More dependency updates
* Update dependencies
* WIP Convert airbyte-workers to Micronaut framework
* Rebase cleanup
* Fix broken tests
* Simplify code
* Support control vs data plane configuration
* make WORFKLOW_PROXY_CACHE non-static to avoid cacheing mocks in unit tests
* Formatting
* Pairing on Worker Micronaut (#16364)
* add RouteToSyncTaskQueue activity
* use new route activity in connection manager workflow
* format
* call router service for task queue
* Revert temporal proxy changes
* Formatting
* Fix default value
* register new route activity in test
* fix SyncWorkflowTest now that it isn't doing any routing
* Update dependencies
* More dependency updates
* Update dependencies
* Add the injected temporal client to airbyte-cron
* Update cron to make it work
* Remove useless Bean factory
* PR comments
* WIP Convert airbyte-workers to Micronaut framework
* Rebase cleanup
* Fix broken tests
* Simplify code
* Support control vs data plane configuration
* make WORFKLOW_PROXY_CACHE non-static to avoid cacheing mocks in unit tests
* Formatting
* Pairing on Worker Micronaut (#16364)
* add RouteToSyncTaskQueue activity
* use new route activity in connection manager workflow
* format
* call router service for task queue
* Revert temporal proxy changes
* Formatting
* Fix default value
* register new route activity in test
* fix SyncWorkflowTest now that it isn't doing any routing
* Update dependencies
* More dependency updates
* Update dependencies
* Improve conditional bean check
* Match existing Optional functionality
* Add notEquals check
* Add missing env var to Helm chart
* Fix typo
* Mark LogConfigs as Singleton
* WIP Convert airbyte-workers to Micronaut framework
* Rebase cleanup
* Fix broken tests
* Simplify code
* Support control vs data plane configuration
* make WORFKLOW_PROXY_CACHE non-static to avoid cacheing mocks in unit tests
* Formatting
* Pairing on Worker Micronaut (#16364)
* add RouteToSyncTaskQueue activity
* use new route activity in connection manager workflow
* format
* call router service for task queue
* Revert temporal proxy changes
* Formatting
* Fix default value
* register new route activity in test
* fix SyncWorkflowTest now that it isn't doing any routing
* Update dependencies
* More dependency updates
* Update dependencies
* Improve conditional bean check
* Match existing Optional functionality
* Add notEquals check
* Add missing env var to Helm chart
* Fix typo
* Mark LogConfigs as Singleton
* Env vars for log/state storage type
* Remove use of Optional in bean declarations
* Fix typo in config property name
* Support Temporal Cloud namespace
* Change to @Value
* Use correct value for conditional check
* Upgrade Micronaut
* Fix merge conflict
* Formatting
* Add missing env var
* Use sync task queue environment variable
* Handle sync task queue as set
* format and force http
* Handle case where sync task queue is empty
* Add correct path to config property
* Remove unused import
* Remove conflict
* Remove unused parameter
* Formatting
* Use pattern for condition process factory beans
* Cleanup
* PR feedback
* Revert hack for testing
* Fix temporal restart by status (#16447)
* Update application.yml
* Re add worker dep
* Add missing env var
* PR comments
* Bmoric/move temporal client (#16778)
* tmp
* tmp
* View diff
* Move part of the temporal client
* tmp
* copy Temporal Utils test
* Uniq Temporal Utils
* Uniq Temporal Workflow Utils
* Move CancellationHandler
* Move commons-temporal to being shared between platform, connector and CLI
* Rm worker dependency from cron
* Fix build
* Update with right value for cron.
* Fix dep conflict
Co-authored-by: jdpgrailsdev <jpearlin1@gmail.com>
Co-authored-by: pmossman <parker@airbyte.io>
Co-authored-by: Jonathan Pearlin <jonathan@airbyte.io>
* use Source name and Destination name
* move label messages into info tooltips
* pass tooltip props through IntoTooltip and set placement
* add error message to ControlLabels
* refactor to reduce duplication and add optional indicator
* add label as header in info tooltip and fix tooltip word wrapping
* remove placeholders and style tooltip a bit better
* make example background darker
* remove unnecessary style
* put examples in flex box
* use property label in labeled switch
* use info tool tip for condition section
* remove unused class name
* remove colon
* add styling to lists inside of tooltip
* move errors below inputs and add error flag to control input
* remove label css
* use new property label for array section as well
* fix css
* make examples a bit more circular
* put optional text into translatable string
* fix TextWithHTML props and export
* simplify CSS selector
* rename IProps to Props
* fix export
* move examples into its own component
* remove unnecessary var
* conditionSection feedback
* update design of group sections
* fix empty group control styling
* add comment
* fix position and sizing of group control sections
* adjust margin
* add main changed components to storybook
* linting fixes
* fix group section styling and clean up storybook
* fix stylelint errors
* wrap storybook components in cards
* use card prop to fix build error
* fix info tooltip positioning and prevent wrapping on group label
* adjust infotooltip styling again
* fix info tooltip position on safari as well
* fix styling of condition section dropdown
* small spacing adjustment
* another small padding adjustment
* switch display to block
* simplify scss classes
* rename props class
* fix casing of scss variables
* use scss variables in some places
* move PropertyError to Property folder
* replace displayError with hasError
* rename infoMessage to infoTooltipContent
* move stories to other folders
* fix display and local var
* update snapshots
* properly set htmlFor on group control label and fix nest group control styling
* fix tooltip border radius
* fix group controls border radius
* fix spacing of field forms
* fix input border and background colors
* fix display types in property section
* update snapshot classes
* mysql source : implement support for snapshot of new tables in cdc mode
* undo unwanted changes
* add more assertions
* format
* fix build
* fix build
* revert acceptance test changes
* bump version
* auto-bump connector version [ci skip]
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
* SingletonCard to ui/components/Toast
* Move Spinner to components/ui
* Move SlickSlider to components/ui
* Move ProgressBar to components/ui and add storybook
* Move Markdown to components/ui
* Move CatalogDiffModal story to its own group
* Move CodeEditor to components/ui, add storybook
* Move TextWithHTML to components/ui
* Move StepsMenu to components/ui, add Storybook
* Add args to CodeEditor and TextWithHTML storybooks
* Move SideMenu to components/ui
* Fix progressbar storybook args
* Add ReleaseStateBadge story
* Move ImageBlock to components/ui
* Move BarChart to components/ui and add storybook
* Move Breadrumbs to components/ui
* Move LoadingBackdrop to components/ui
* Move InfoBox to components/ui and add storybook
* Fix unit tests
* use prototype for jwt signature because we need a new one
* add comments on why using provider and prototype:
* secret hydrator fix for data plane
* style fix
* Updated Report API version + New reports
* Fixed typo and added ability to set fetch period to a fixed range
* Removed old code + updated connection test doc
* minor fix for python format
* Bump version to 0.2.26 and updated docs
* Docs update, fix typo in PR number
Co-authored-by: Tuan Nguyen <anhtuan.nguyen@me.com>
Co-authored-by: Sajarin <sajarindider@gmail.com>
* allow nullable columns to be used as cursor
* add test
* fix test
* bump version
* Revert "bump version"
This reverts commit a3cf9aff84.
* bump version
* auto-bump connector version [ci skip]
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
* added destination-r2 spec
added base-java-s3 module
updated common s3 lib
local
changed dependency of s3 in all realted modules
minor style fixes
added common module for s3 integration tests
* fix configuration for r2 integration tests
* fix configuration for r2 integration tests
* added docs for destination-r2
* minor import fixes
* mark test as disabled
* fixed imports in destination-snowflake
* restored styling task
* added tests for S3DEstinationConfig
* added upload threads count configuration for r2(due to limitations)
* deleted parquet format type
* Fix import in gcs
* Fix import in redshift
* Fix import in snowflake
* Fix one more import in gcs
* Fix one more import in redshift
* Fix import in databricks
Co-authored-by: Liren Tu <tuliren.git@outlook.com>
* Update check on PathPopout to ensure source defined appears when the path provided is empty
* i18n source defined message
* Update source defined message format
Move destination namespace names to i18n
* Move WorkspacesPage to scss, remove use of title components
* Move Onboarding Final step component to SCSS
* Replace H1 with Title in ProgressBlock
* Move TitlesBlock to SCSS
* Fix text size in TitlesBlock
* Move PreferncesPage modules to scss
* Reduce Prefernces Page description size
* Replace H6 with Text in ConnectionPageTitle
Remove H6 component
* Replace H2 with Text in ErrorOcurredView
* Replace H4 with Text in Transformation view when it's not supported
Update not supported text
* Update TryAfterErroBlock to use scss
* Migrate EmptyResourceListView to SCSS modules
* Replace H3 usages in TableItemTitle with Text component
* Remove H2 from the Titles components. Mark H3 and H5 as deprecated
* Migrate TableItemTitle to scss and remove H3 usage
* Update new scss with spacing vars
* Update test snapshots
* stop overriding namespace?
* set namespace if needed
* also check for empty namespace
* version bump + changelog
* auto-bump connector version [ci skip]
* sanitize dataset id
* auto-bump connector version [ci skip]
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>