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

feat(indexer): postgres schema creation + CI config #20701

Open
wants to merge 97 commits into
base: main
Choose a base branch
from

Commits on Jun 11, 2024

  1. feat: indexer base types

    aaronc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    76f6f32 View commit details
    Browse the repository at this point in the history
  2. WIP on tests

    aaronc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    63aeb85 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. update listener

    aaronc committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    216e8f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b65f3cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8b6831 View commit details
    Browse the repository at this point in the history
  4. WIP

    aaronc committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    6deca01 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. WIP

    aaronc committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4390b46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9fb6c9 View commit details
    Browse the repository at this point in the history
  3. rename column to field

    aaronc committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    663ed17 View commit details
    Browse the repository at this point in the history
  4. delete code, simplify

    aaronc committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4311357 View commit details
    Browse the repository at this point in the history
  5. add error return

    aaronc committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    c52655a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    46669d3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0921977 View commit details
    Browse the repository at this point in the history
  8. fixes

    aaronc committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    b7b6914 View commit details
    Browse the repository at this point in the history
  9. add docs about fields

    aaronc committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    0a47c39 View commit details
    Browse the repository at this point in the history
  10. updates

    aaronc committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    0f07baf View commit details
    Browse the repository at this point in the history
  11. WIP

    aaronc committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    1cbe5bc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    aacab9e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7fd604f View commit details
    Browse the repository at this point in the history
  14. WIP

    aaronc committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4130b32 View commit details
    Browse the repository at this point in the history
  15. rename to type

    aaronc committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    e840496 View commit details
    Browse the repository at this point in the history
  16. rename to type

    aaronc committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4a00094 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    cff2b78 View commit details
    Browse the repository at this point in the history
  18. spin out into its own go.mod

    aaronc committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    e44dea2 View commit details
    Browse the repository at this point in the history
  19. add CHANGELOG.md

    aaronc committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    0c7f529 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d83b80a View commit details
    Browse the repository at this point in the history
  21. better faking

    aaronc committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    a94dd47 View commit details
    Browse the repository at this point in the history
  22. WIP

    aaronc committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    7990487 View commit details
    Browse the repository at this point in the history
  23. add DecodableModule interface

    aaronc committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    408ddc4 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    599e7cf View commit details
    Browse the repository at this point in the history
  2. make compatible with go 1.12

    aaronc committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    bc98756 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    68d0afc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a52b97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c77dc3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3398d06 View commit details
    Browse the repository at this point in the history
  5. create table

    aaronc committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    f3a4832 View commit details
    Browse the repository at this point in the history
  6. testing WIP

    aaronc committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    5403d9e View commit details
    Browse the repository at this point in the history
  7. WIP

    aaronc committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    ba706a5 View commit details
    Browse the repository at this point in the history
  8. restore validation code

    aaronc committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    50a8c37 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0a4b055 View commit details
    Browse the repository at this point in the history
  10. working create table

    aaronc committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    f4de201 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. merge wip branch work

    aaronc committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    92dc112 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ac81d3 View commit details
    Browse the repository at this point in the history
  3. deletions

    aaronc committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    6d0c8e1 View commit details
    Browse the repository at this point in the history
  4. cleanup

    aaronc committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    66beb7b View commit details
    Browse the repository at this point in the history
  5. cleanup

    aaronc committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    e2ee268 View commit details
    Browse the repository at this point in the history
  6. cleanup

    aaronc committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    a6cf9aa View commit details
    Browse the repository at this point in the history
  7. refactoring

    aaronc committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    82114b0 View commit details
    Browse the repository at this point in the history
  8. cleanup

    aaronc committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    102353e View commit details
    Browse the repository at this point in the history
  9. cleanup

    aaronc committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    6343cd2 View commit details
    Browse the repository at this point in the history
  10. refactoring

    aaronc committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    055b2b0 View commit details
    Browse the repository at this point in the history
  11. updates

    aaronc committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    19c74af View commit details
    Browse the repository at this point in the history
  12. docs, cleanup

    aaronc committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    1c49db5 View commit details
    Browse the repository at this point in the history
  13. time fix

    aaronc committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    396a65b View commit details
    Browse the repository at this point in the history
  14. docs, fixes

    aaronc committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    447c013 View commit details
    Browse the repository at this point in the history
  15. docs, cleanup

    aaronc committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    04e925e View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. refactoring and docs

    aaronc committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    005e2ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06bfeab View commit details
    Browse the repository at this point in the history
  3. renaming for clarity

    aaronc committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    b9abce4 View commit details
    Browse the repository at this point in the history
  4. renaming for clarity

    aaronc committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    c46600d View commit details
    Browse the repository at this point in the history
  5. docs, enum compatibility test

    aaronc committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    a00badd View commit details
    Browse the repository at this point in the history
  6. add null string validation

    aaronc committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    9cabe6e View commit details
    Browse the repository at this point in the history
  7. validate UTF-8

    aaronc committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    9e14917 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6571694 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7ac3ee6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a10a14e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9dd1c99 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    15f95c1 View commit details
    Browse the repository at this point in the history
  13. limit PR scope

    aaronc committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    cf36f83 View commit details
    Browse the repository at this point in the history
  14. WIP

    aaronc committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    74abccd View commit details
    Browse the repository at this point in the history
  15. integration test

    aaronc committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    b11bb2c View commit details
    Browse the repository at this point in the history
  16. add READMEs, CHANGELOG.md

    aaronc committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    64bf68f View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

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

    aaronc committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    fcb4feb View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

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

Commits on Jul 8, 2024

  1. add CI config

    aaronc committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    3b97e4c View commit details
    Browse the repository at this point in the history
  2. merge coverage files

    aaronc committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    54f7379 View commit details
    Browse the repository at this point in the history
  3. update indexer API and tests

    aaronc committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    3d45244 View commit details
    Browse the repository at this point in the history
  4. test fix

    aaronc committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    a02093f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d7a7b8a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c16fce View commit details
    Browse the repository at this point in the history
  7. fix %w

    aaronc committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    e1a8ce0 View commit details
    Browse the repository at this point in the history
  8. go mod tidy

    aaronc committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    844ac5b View commit details
    Browse the repository at this point in the history
  9. go mod tidy

    aaronc committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    2784347 View commit details
    Browse the repository at this point in the history
  10. lint, build updates

    aaronc committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    04fd8b4 View commit details
    Browse the repository at this point in the history
  11. lint

    aaronc committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    8c79a6c View commit details
    Browse the repository at this point in the history
  12. lint

    aaronc committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    b48d768 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7c22412 View commit details
    Browse the repository at this point in the history
  14. increase test coverage

    aaronc committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    28d8413 View commit details
    Browse the repository at this point in the history
  15. Update indexer/postgres/README.md

    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    aaronc and coderabbitai[bot] committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    d1dd8bd View commit details
    Browse the repository at this point in the history
  16. Update indexer/postgres/README.md

    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    aaronc and coderabbitai[bot] committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    f7c592c View commit details
    Browse the repository at this point in the history
  17. Update indexer/postgres/README.md

    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    aaronc and coderabbitai[bot] committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    0d40d76 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    283e603 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f63bc4a View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. lint fix

    aaronc committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    9e96012 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. rename managers to indexers

    aaronc committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    da3203c View commit details
    Browse the repository at this point in the history
  2. rename

    aaronc committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    16cf734 View commit details
    Browse the repository at this point in the history