Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🪟 🧹 Implement ColumnSortButton component #17798

Merged
merged 32 commits into from
Oct 19, 2022

Commits on Oct 10, 2022

  1. Configuration menu
    Copy the full SHA
    9d275e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Configuration menu
    Copy the full SHA
    f4500d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    26349f5 View commit details
    Browse the repository at this point in the history
  2. Updates component name; Moves component to ui/Table folder; Refactors…

    … formattedMessageId property into using render content as children directly; Removes minor SortIcon component
    YatsukBogdan1 committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    4d75f65 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Update airbyte-webapp/src/App.tsx

    Co-authored-by: Edmundo Ruiz Ghanem <[email protected]>
    YatsukBogdan1 and edmundito authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    52e3b52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1a66f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2de965d View commit details
    Browse the repository at this point in the history
  4. Checks for iterator hasNext element (#18041)

    * Checks for iterator hasNext element
    
    * Fix linter with newline
    ryankfu authored and YatsukBogdan1 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    862e71b View commit details
    Browse the repository at this point in the history
  5. Add Message Migration to Destination Connection Checks (#17954)

    * Add Message Migration to Destination Connection Checks
    
    * Fix test setup
    gosusnp authored and YatsukBogdan1 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    ba6d2fa View commit details
    Browse the repository at this point in the history
  6. Update helm release workflow (#18048)

    * Update workflow
    
    * Update trigger rules
    
    * fix: Update release workflow with abillity to add tags
    
    * Update workflow
    xpuska513 authored and YatsukBogdan1 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    73a96db View commit details
    Browse the repository at this point in the history
  7. Remove unused airbyte-cli (#18009)

    evantahler authored and YatsukBogdan1 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    3b86dcb View commit details
    Browse the repository at this point in the history
  8. 🐛 [low-code] $options shouldn't overwrite values that are already def…

    …ined (#18060)
    
    * fix
    
    * Add missing test
    
    * remove prints
    
    * extract to method
    
    * rename
    
    * Add missing test
    
    * rename
    
    * bump
    girarda authored and YatsukBogdan1 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    01bcb8c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3e6fb5a View commit details
    Browse the repository at this point in the history
  10. Update helm charts (#18073)

    * add test
    
    * fix chart.yaml
    xpuska513 authored and YatsukBogdan1 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    12d9476 View commit details
    Browse the repository at this point in the history
  11. 16250 Destination Redis: Add SSH support (#17951)

    * 16250 Destination Redis: Add SSH support
    
    * 16250 Resolve port issue
    
    * 11679 Bump version
    
    * auto-bump connector version
    
    Co-authored-by: Octavia Squidington III <[email protected]>
    2 people authored and YatsukBogdan1 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    72375ba View commit details
    Browse the repository at this point in the history
  12. Bump helm chart version reference to 0.40.20 (#18074)

    * Bump helm chart version reference to 0.40.20
    
    * remove binary
    
    Co-authored-by: xpuska513 <[email protected]>
    Co-authored-by: Kyryl Skobylko <[email protected]>
    3 people authored and YatsukBogdan1 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    16b5340 View commit details
    Browse the repository at this point in the history
  13. Helm Chart: Create service annotations for airbyte-server (#17932)

    * Support annotations for airbyte-server as well, update version and update docs.
    
    * Fix auto-indent.
    
    Co-authored-by: Kyryl Skobylko <[email protected]>
    2 people authored and YatsukBogdan1 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    29d95bf View commit details
    Browse the repository at this point in the history
  14. Bmoric/remove dep server worker (#17894)

    * test [ci skip]
    
    * Autogenerated files
    
    * Add missing annotation
    
    * Remove unused json2Schema block from worker
    
    * Move tess
    
    * Missing deps and format
    
    * Fix test build
    
    * TMP
    
    * Add missing dependencies
    
    * PR comments
    
    * Tmp
    
    * [ci skip] Tmp
    
    * Fix acceptance test and add the seed dependency
    
    * Fix build
    
    * For diff
    
    * tmp
    
    * Build pass
    
    * make the worker to be  on the platform only
    
    * fix setting.yaml
    
    * Fix pmd
    
    * Fix Cron
    
    * Add chart
    
    * Fix cron
    
    * Fix server build.gradle
    
    * Fix jar conflict
    
    * PR comments
    
    * Add cron micronaut environemnt
    benmoriceau authored and YatsukBogdan1 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    4d881a5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2373171 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9af92ce View commit details
    Browse the repository at this point in the history
  17. Bump Airbyte version from 0.40.14 to 0.40.15 (#17970)

    Co-authored-by: benmoriceau <[email protected]>
    2 people authored and YatsukBogdan1 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    060efaa View commit details
    Browse the repository at this point in the history
  18. 🎉 Source Shopify: Add metafield streams (#17962)

    * 🎉 Source Shopify: Add metafield streams
    
    * Source Shopify: fix unittest
    
    * Source Shopify: docs update
    
    * Source Shopify: fix backward compatibility test
    
    * Source Shopify: fix schemas
    
    * Source Shopify: fix state filter
    
    * Source Shopify: refactor & optimize
    
    * Source Shopify: fix test privileges
    
    * Source Shopify: fix stream filter
    
    * Source Shopify: fix streams
    
    * Source Shopify: update abnormal state
    
    * Source Shopify: fix abnormal state streams
    
    * Source Shopify: fix streams
    
    * updated methods, formated code
    
    * Source Shopify: typo fix
    
    * auto-bump connector version
    
    Co-authored-by: Oleksandr Bazarnov <[email protected]>
    Co-authored-by: Octavia Squidington III <[email protected]>
    3 people authored and YatsukBogdan1 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    63cd5e6 View commit details
    Browse the repository at this point in the history
  19. fix check for streams that do not use a stream slicer (#18080)

    * fix check for streams that do not use a stream slicer
    
    * increment version and changelog before publish
    brianjlai authored and YatsukBogdan1 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    52ce959 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d29c4a6 View commit details
    Browse the repository at this point in the history
  21. Implement webhook operation in the sync workflow (#18022)

    Implements the webhook operation as part of the sync workflow.
    
    - Introduces the new activity implementation
    - Updates the various interfaces that pass input to get the relevant configs to the sync workflow
    - Hooks the new activity into the sync workflow
    - Passes the webhook configs along into the sync workflow job
    mfsiega-airbyte authored and YatsukBogdan1 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    c0e8da3 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d876c8c View commit details
    Browse the repository at this point in the history
  23. Added new "filters" python file, along with a "hash" filter. This can… (

    #18000)
    
    * Added new "filters" python file, along with a "hash" filter. This can be extended to include other custom filters in the future.
    
    * Added additional comments
    
    * Moved usage of the hash_obj inside the conditional that confirms it exists
    
    * Moved the hash function call inside a condition to ensure that it exists
    
    * Fixed the application of the salt , so that it does not modify the hash unless it is actually passed in.
    
    * Added unit tests to validate new jinja hash functionality
    
    * Updated unit test to pass numeric value as a float instead of string
    
    * Removed unreferenced import to pytest
    
    * Updated version
    
    * format
    
    * format
    
    * format
    
    * format
    
    * format
    
    Co-authored-by: Alexandre Girard <[email protected]>
    2 people authored and YatsukBogdan1 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    6805c4c View commit details
    Browse the repository at this point in the history
  24. Bump helm chart version reference to 0.40.24 (#18081)

    * Bump helm chart version reference to 0.40.24
    
    * Update .gitignore
    
    Co-authored-by: benmoriceau <[email protected]>
    Co-authored-by: Kyryl Skobylko <[email protected]>
    3 people authored and YatsukBogdan1 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    00789a3 View commit details
    Browse the repository at this point in the history
  25. SATs: allow new records in a sequential read for full refresh test (#…

    …17660)
    
    * SATs: allow new records in a sequential read for full refresh test
    
    * SATs: upd changelog
    
    * SATs: change the output when failing full refresh test
    
    * SATs: upd according to code review
    davydov-d authored and YatsukBogdan1 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    64b990e View commit details
    Browse the repository at this point in the history
  26. Source facebook-marketing: remove pixel from custom conversions str…

    …eam (#18045)
    
    * #744 source facebook-marketing: rm pixel from custom conversions stream
    
    * #744 source fb marketing: upd changelog
    
    * #744 source facebook-marketing - add custom_conversions to the test catalog
    
    * auto-bump connector version
    
    Co-authored-by: Octavia Squidington III <[email protected]>
    2 people authored and YatsukBogdan1 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    d9d4c3f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    a8137fa View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    19f3925 View commit details
    Browse the repository at this point in the history