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

New log buffer #12357

Merged
merged 63 commits into from
Apr 8, 2024
Merged

New log buffer #12357

merged 63 commits into from
Apr 8, 2024

Commits on Mar 7, 2024

  1. block window utilities

    amirylm committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    0489ccf View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. new buffer (wip)

    amirylm committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    fe14f84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    994a688 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. review fixes:

    - comments
    - renaming
    - new(atomic.Intxx)
    - sizeOfWindow(end,start)
    amirylm committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    c976a89 View commit details
    Browse the repository at this point in the history
  2. test fix

    amirylm committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    255a53c View commit details
    Browse the repository at this point in the history
  3. clear unused function

    amirylm committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    b70c09e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6a1ff1 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. rename to v1

    amirylm committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    856c7d6 View commit details
    Browse the repository at this point in the history
  2. fix v1 and add logs

    amirylm committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    6e10f71 View commit details
    Browse the repository at this point in the history
  3. temp enablement of v1 buffer

    amirylm committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    1e6b852 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. added unit tests

    amirylm committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    e8d2266 View commit details
    Browse the repository at this point in the history
  2. fix slice alloc

    amirylm committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    5163a62 View commit details
    Browse the repository at this point in the history
  3. avoid alloc with cap

    amirylm committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    476e3e9 View commit details
    Browse the repository at this point in the history
  4. tweak limit values

    amirylm committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    418db92 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. config and handle remaining

    amirylm committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    39f9766 View commit details
    Browse the repository at this point in the history
  2. trying different config

    amirylm committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    7dfb7b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

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

    amirylm committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    55dd036 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f578db View commit details
    Browse the repository at this point in the history
  4. align config

    amirylm committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    867336c View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. fix tests and set config

    amirylm committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    f530690 View commit details
    Browse the repository at this point in the history
  2. fixes & logs

    amirylm committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    f72baf0 View commit details
    Browse the repository at this point in the history
  3. custom cla with optmized hook

    amirylm committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    6791ac7 View commit details
    Browse the repository at this point in the history
  4. lint

    amirylm committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    61c0109 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. use defer in tests

    amirylm committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    875efb1 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. update cla version

    amirylm committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    02db52d View commit details
    Browse the repository at this point in the history
  2. Go mod tidy

    ferglor committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    4f3bf3e View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. alignments

    - buffer config
    - remove redundant logic in buffer.Dequeue
    - remove commented code
    - added logs
    - renaming
    - comments
    - remove old rate limiter
    amirylm committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    7c600dc View commit details
    Browse the repository at this point in the history
  2. tests

    amirylm committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    1b40e20 View commit details
    Browse the repository at this point in the history
  3. small fixes in int test

    amirylm committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    60e86aa View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. handle large number of upkeeps (up to max_results)

    TODO: handle the case the number is larger than max_results
    amirylm committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    0f41991 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of github.com:smartcontractkit/chainlink into …

    …AUTO-8231-new-log-buffer
    
    # Conflicts:
    #	core/scripts/go.mod
    #	core/scripts/go.sum
    #	core/services/ocr2/plugins/ocr2keeper/evmregistry/v21/logprovider/integration_test.go
    #	go.mod
    #	go.sum
    #	integration-tests/go.mod
    #	integration-tests/go.sum
    #	integration-tests/load/go.mod
    #	integration-tests/load/go.sum
    amirylm committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    8888752 View commit details
    Browse the repository at this point in the history
  3. update cla version

    amirylm committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    e3c58e5 View commit details
    Browse the repository at this point in the history
  4. tests

    amirylm committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    cc013c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    765dedd View commit details
    Browse the repository at this point in the history
  6. Feature flag for new log buffer (#12653)

    * feature flag useBufferV1
    
    * changesets
    
    * align enum
    amirylm authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    8464e3c View commit details
    Browse the repository at this point in the history
  7. changesets

    amirylm committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    d3a9b59 View commit details
    Browse the repository at this point in the history
  8. Revert "update cla version"

    This reverts commit e3c58e5.
    amirylm committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    a902786 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'develop' of github.com:smartcontractkit/chainlink into …

    …AUTO-8231-new-log-buffer
    
    # Conflicts:
    #	core/services/ocr2/plugins/ocr2keeper/evmregistry/v21/logprovider/integration_test.go
    #	core/services/ocr2/plugins/ocr2keeper/evmregistry/v21/logprovider/provider.go
    amirylm committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    1d016a8 View commit details
    Browse the repository at this point in the history
  10. align buffer config

    amirylm committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    8946762 View commit details
    Browse the repository at this point in the history
  11. align buffer metrics

    (added label expired)
    amirylm committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    822ded9 View commit details
    Browse the repository at this point in the history
  12. update cla version (temp)

    amirylm committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    367b5e3 View commit details
    Browse the repository at this point in the history
  13. lint

    amirylm committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    e702562 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    7b097e5 View commit details
    Browse the repository at this point in the history
  2. update cla version

    amirylm committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    09e530d View commit details
    Browse the repository at this point in the history
  3. types alignment

    amirylm committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    8f8d960 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Merge branch 'develop' of github.com:smartcontractkit/chainlink into …

    …AUTO-8231-new-log-buffer
    amirylm committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    3517e90 View commit details
    Browse the repository at this point in the history
  2. Revert "set feature flag in load test (temp)"

    This reverts commit 7b097e5.
    amirylm committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    180ac44 View commit details
    Browse the repository at this point in the history
  3. comment

    amirylm committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    28ccabe View commit details
    Browse the repository at this point in the history
  4. remove wrong assertion

    amirylm committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    9fd4f6d View commit details
    Browse the repository at this point in the history
  5. alignments:

    - log states in buffer
    - renaming of vars
    - types
    amirylm committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    fee42b4 View commit details
    Browse the repository at this point in the history
  6. lint

    amirylm committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    7627eba View commit details
    Browse the repository at this point in the history
  7. review

    amirylm committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    6922352 View commit details
    Browse the repository at this point in the history
  8. review:

    - result 1 or -1
    amirylm committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    cda0a3f View commit details
    Browse the repository at this point in the history
  9. normalize compare result

    amirylm committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    f534b42 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. linked TODOs

    amirylm committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    ee80dca View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. review fix

    amirylm committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    7a0aca5 View commit details
    Browse the repository at this point in the history
  2. lock while SetConfig

    amirylm committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    b0233af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca26992 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. remove redundant defaulting

    amirylm committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    f014da6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0362bce View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

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

    amirylm committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    49f1c8a View commit details
    Browse the repository at this point in the history