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

Stale Docs #66

Closed
wants to merge 5 commits into from
Closed

Stale Docs #66

wants to merge 5 commits into from

Conversation

tzaffi
Copy link
Contributor

@tzaffi tzaffi commented May 1, 2023

Summary

Fixing typos and stale documentation.

Test Plan

CI - as no changes to actual code

@codecov
Copy link

codecov bot commented May 1, 2023

Codecov Report

Merging #66 (92f0fd4) into master (442791a) will increase coverage by 1.79%.
The diff coverage is 75.41%.

@@            Coverage Diff             @@
##           master      #66      +/-   ##
==========================================
+ Coverage   67.66%   69.45%   +1.79%     
==========================================
  Files          32       33       +1     
  Lines        1976     2118     +142     
==========================================
+ Hits         1337     1471     +134     
+ Misses        570      569       -1     
- Partials       69       78       +9     
Impacted Files Coverage Δ
conduit/data/block_export_data.go 100.00% <ø> (+92.30%) ⬆️
conduit/plugins/importers/algod/metrics.go 100.00% <ø> (ø)
...lugins/exporters/postgresql/postgresql_exporter.go 66.66% <51.21%> (-11.54%) ⬇️
conduit/pipeline/pipeline.go 66.09% <72.10%> (+0.64%) ⬆️
conduit/data/config.go 76.47% <76.47%> (ø)
conduit/plugins/importers/algod/algod_importer.go 84.69% <88.17%> (-3.62%) ⬇️
conduit/pipeline/errors.go 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Comment on lines 178 to +186
processors:
name: filter_processor
config:
filters:
- any:
- tag: txn.rcv
expression-type: exact
expression: "NVCAFYNKJL2NGAIZHWLIKI6HGMTLYXL7BXPBO7NXX4A7GMMWKNFKFKDKP4"
- name: filter_processor
config:
filters:
- any:
- tag: txn.rcv
expression-type: equal
expression: "NVCAFYNKJL2NGAIZHWLIKI6HGMTLYXL7BXPBO7NXX4A7GMMWKNFKFKDKP4"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note to self: let's not merge this until I'm 100% sure that the filter is actually working as designed in my toy example.

@tzaffi
Copy link
Contributor Author

tzaffi commented May 29, 2023

Incorporating as parte of #83

@tzaffi tzaffi closed this May 29, 2023
@tzaffi tzaffi deleted the docs-staleness branch May 29, 2023 03:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant