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

migrate greenhouse to config-based cdk #15344

Merged
merged 57 commits into from
Aug 12, 2022
Merged

Commits on Aug 5, 2022

  1. greenhouse minus pagination

    girarda committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    44e9f35 View commit details
    Browse the repository at this point in the history
  2. jobs

    girarda committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    60ab8c3 View commit details
    Browse the repository at this point in the history
  3. first substream

    girarda committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    ded284c View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Configuration menu
    Copy the full SHA
    9d9d2f6 View commit details
    Browse the repository at this point in the history
  2. rename field

    girarda committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    f604b76 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Configuration menu
    Copy the full SHA
    3d86dc8 View commit details
    Browse the repository at this point in the history
  2. interviews

    girarda committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    233581b View commit details
    Browse the repository at this point in the history
  3. All streams are implemented

    girarda committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    df5d5c2 View commit details
    Browse the repository at this point in the history
  4. fix check

    girarda committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    37b7990 View commit details
    Browse the repository at this point in the history
  5. fix spec

    girarda committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    e768dce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    12495f2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3cbf8f6 View commit details
    Browse the repository at this point in the history
  8. unit tests

    girarda committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    52112ab View commit details
    Browse the repository at this point in the history
  9. definitions

    girarda committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    ca1e20e View commit details
    Browse the repository at this point in the history
  10. only use config.json

    girarda committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    6cd58f8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4779738 View commit details
    Browse the repository at this point in the history
  12. bump version

    girarda committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    3a41750 View commit details
    Browse the repository at this point in the history
  13. expected records

    girarda committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    260ec89 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. delete stream classes

    girarda committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    aada550 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1bb419 View commit details
    Browse the repository at this point in the history
  3. handle missing keys

    girarda committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    677f002 View commit details
    Browse the repository at this point in the history
  4. Remove unused field from JsonSchema (#15425)

    * few fixes from working with sendgrid
    
    * reset to master
    
    * only update the docstring
    
    * reset
    girarda committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    f049223 View commit details
    Browse the repository at this point in the history
  5. 🎉 Source File - add support for custom encoding (#15293)

    * added support for custom encoding
    
    * fixed unit test for utf16
    
    * updated docs
    
    * bumped connector version
    
    * auto-bump connector version [ci skip]
    
    Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
    2 people authored and girarda committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    28d0c7a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a3ee499 View commit details
    Browse the repository at this point in the history
  7. [low-code connectors]: Assert there are no custom top-level fields (#…

    …15489)
    
    * move components to definitions field
    
    * Also update the references
    
    * validate the top level fields and add version
    
    * raise exception on unknown fields
    
    * newline
    
    * unit tests
    
    * set version to 0.1.0
    
    * newline
    girarda committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    0f780fd View commit details
    Browse the repository at this point in the history
  8. 🐞 Postgres source: fix bug in intermediate state emission (#15496)

    * Rename record counter
    
    * Rename method
    
    * Emit intermediate state after all cursor records
    
    * Emit intermediate state only when it is ready
    
    * Merge two checks
    
    * Add a testing message
    
    * Fix unit tests
    
    * Add one more testing record and add comments
    
    * Add test case for multiple records with the same cursor value
    
    * Revert irrelevant change
    
    * Add explanation in javadoc
    
    * Format code
    
    * Rename testing methods
    
    * Fix comment
    
    * Bump version
    
    * auto-bump connector version [ci skip]
    
    Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
    2 people authored and girarda committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    1692b0b View commit details
    Browse the repository at this point in the history
  9. 🪟 🔧 Add testing and storybook component for CatalogDiffModal (#15426)

    * wip diff modal test setup
    
    * starting storybook add
    
    * storybook working now
    
    * cleanup
    
    * aria labels
    
    * test syncmode string
    teallarson authored and girarda committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    b8971c6 View commit details
    Browse the repository at this point in the history
  10. 🎉 New Source: Hubplanner (#15521)

    * added hubplanner source connector
    
    * feat: added more streams to read from
    
    * cleaned up some unneeded integration tests
    
    * fix hubplanner schema
    
    * changes
    
    * update dockerfile
    
    * add seed and doc
    
    * update spec
    
    * run source spec seed file
    
    Co-authored-by: Ricky Renner <renner@amendllc.com>
    2 people authored and girarda committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    563870c View commit details
    Browse the repository at this point in the history
  11. Make it possible to specify normalization pod resources. (#15495)

    Today we are running into OOM exceptions with normalization. Normalization itself also inherits the destination's resource requirements. After work to bring destination memory usage down, this is no longer ideal, since most destinations use less memory than normalization needs.
    
    This PR makes it possible to specify the general resource the normalization pod is provided via env vars.
    
    Notes:
    - Add env vars. Default to the various job main container resources if these are not set.
    - Instead of using the destination's memory, use the normalization specify env vars.
    davinchia authored and girarda committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    ebf8352 View commit details
    Browse the repository at this point in the history
  12. [low-code connectors] Extract datetime parser and handle %s format di…

    …rective (#15429)
    
    * fix parse
    
    * Revert "fix parse"
    
    This reverts commit 3c76c5a.
    
    * fix parse timestamp
    
    * extract datetime parser
    
    * remove print
    
    * use parser
    
    * top level docstring
    
    * rename variable
    
    * do not use timestamp()
    
    * Revert "do not use timestamp()"
    
    This reverts commit 016cb69.
    
    * update comment
    
    * bump cdk version
    
    * Update template
    girarda committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    4f4a834 View commit details
    Browse the repository at this point in the history
  13. source-file-secure bump to 0.2.16 (#15528)

    * update Dockerfile version
    
    * update init to accept additional args
    brianjlai authored and girarda committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    22a3be4 View commit details
    Browse the repository at this point in the history
  14. unit test sendgrid messages stream (#15331)

    * unit test sendgrid messages stream
    
    * reset
    
    * Update airbyte-integrations/connectors/source-sendgrid/unit_tests/unit_test.py
    
    Co-authored-by: Augustin <augustin.lafanechere@gmail.com>
    
    Co-authored-by: Augustin <augustin.lafanechere@gmail.com>
    girarda and alafanechere committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    e3f1166 View commit details
    Browse the repository at this point in the history
  15. record extractor interface

    girarda committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    c5970d3 View commit details
    Browse the repository at this point in the history
  16. dpath extractor

    girarda committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    650ef56 View commit details
    Browse the repository at this point in the history
  17. docstring

    girarda committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    7024ecc View commit details
    Browse the repository at this point in the history
  18. 🎉 Source File: cache binary stream to file (#15501)

    Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
    grubberr authored and girarda committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    e1e4551 View commit details
    Browse the repository at this point in the history
  19. Docs: update posthog.md (#15541)

    juliatournant authored and girarda committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    2151b77 View commit details
    Browse the repository at this point in the history
  20. Source Stripe: implement slicing (#15292)

    * #45 oncall - source Stripe: implement slicing
    
    * #45 source stripe: upd changelog
    
    * #45 source stripe: upd changelog
    
    * #45 source stripe: make slice range configurable
    
    * #45 source stripe: move generating a single slice into a mixin
    
    * auto-bump connector version [ci skip]
    
    Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
    2 people authored and girarda committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    6ea5290 View commit details
    Browse the repository at this point in the history
  21. fix: revert extraEnv delition in values.yaml for bootloader (#15548)

    * fix: revert extraEnv delition in values.yaml for bootloader
    
    * add newline
    xpuska513 authored and girarda committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    2daad7b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d78e9b7 View commit details
    Browse the repository at this point in the history
  23. Replace twttr repo to the root build.gradle (#15544)

    * Fixed bucket naming for S3
    
    * replaced twttr repo to the root build.gradle
    
    * replaced twttr repo to the root build.gradle
    
    Co-authored-by: Oleksandr Sheheda <alexandr-shegeda@users.noreply.github.com>
    2 people authored and girarda committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    6155072 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    c048dbb View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    940bc8c View commit details
    Browse the repository at this point in the history
  26. Source Recurly: adds state_checkpoint_interval to streams (#13685)

    * Add `state_checkpoint_interval` to Recurly stream
    
    * Bumpg Recurly source version to `0.4.1`
    mohamagdy authored and girarda committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    ee8df45 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    618bc3d View commit details
    Browse the repository at this point in the history
  28. merge

    girarda committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    e3053ba View commit details
    Browse the repository at this point in the history
  29. reset

    girarda committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    b6204e8 View commit details
    Browse the repository at this point in the history
  30. use dpath

    girarda committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    347e6ad View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    362f5ee View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    bb57372 View commit details
    Browse the repository at this point in the history
  33. infer types

    girarda committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    b4de8d6 View commit details
    Browse the repository at this point in the history
  34. Revert "infer types"

    This reverts commit b4de8d6.
    girarda committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    3dbf5ed View commit details
    Browse the repository at this point in the history
  35. infer some of the types

    girarda committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    e07f54b View commit details
    Browse the repository at this point in the history
  36. some drying

    girarda committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    79d8414 View commit details
    Browse the repository at this point in the history
  37. more drying

    girarda committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    0269b19 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    1f84dfa View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

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