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

git fixup test 2 #688

Closed
wants to merge 28 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
0e3f1f6
Introducing Logging Class (Disabled Usage of Logger) (#608)
Kevin101Zhang Apr 4, 2024
86acb1e
feat: Avoid unnecessary status updates (#637)
morgsmccauley Apr 9, 2024
bc93fcf
feat: Code for Set Status and Blockheight through Postgres (#634)
darunrs Apr 9, 2024
89dadf5
fix: Unresolved comments in #608 (#640)
Kevin101Zhang Apr 9, 2024
a5fc5e9
feat: Provision logs for existing users (#636)
morgsmccauley Apr 10, 2024
0cee6fa
feat: Add GCP compatible logging format to Block Streamer (#655)
morgsmccauley Apr 10, 2024
70f4fd8
Introduce provisioning of Logs Table for new and existing users (#643)
Kevin101Zhang Apr 10, 2024
fe81959
refactor: Convert IndexerConfig to Class (#646)
darunrs Apr 11, 2024
e64bbfd
feat: Conditionally provision metadata table (#658)
darunrs Apr 12, 2024
1db0cdd
fix: type generation on load (#648)
Kevin101Zhang Apr 15, 2024
e23d4c1
Enable Logging functionality to both new and old Log Tables (#657)
Kevin101Zhang Apr 16, 2024
733c3c6
feat: Count S3 get requests made by `near-lake-framework` (#662)
morgsmccauley Apr 17, 2024
09cdcaa
fix: fix cron in provisioning (#669)
Kevin101Zhang Apr 17, 2024
492d95c
feat: Enable Metadata Table Writes (#659)
darunrs Apr 17, 2024
bf0c121
fix: Use compatible versions across inter-dependant crates (#671)
morgsmccauley Apr 18, 2024
29d853c
fix: Reduce requests made to Near Lake S3 (#665)
morgsmccauley Apr 18, 2024
a9bd527
feat: Add more metrics for Lake Cache (#672)
morgsmccauley Apr 18, 2024
bccb8b9
feat: Retry Tracking and Permissions for Tables in Hasura (#663)
darunrs Apr 18, 2024
69332be
feat: Rename logs and metadata tables (#677)
darunrs Apr 19, 2024
c2f5f0d
fix: Continue Replacement of Logs/Metadata tables after untracking fa…
darunrs Apr 19, 2024
1a877eb
fix: Remove deletion of old logs and metadata tables (#679)
darunrs Apr 20, 2024
6f46574
feat: Write GCP compatible logs from Runner (#680)
morgsmccauley Apr 21, 2024
b168b2b
fix: Write to `winston` instead of `console` (#681)
morgsmccauley Apr 21, 2024
d89e00c
fix: Specify missing log levels (#682)
morgsmccauley Apr 22, 2024
77f0ebd
fix: Correct `context.set` graphql query (#683)
morgsmccauley Apr 22, 2024
b8f9db6
Use new Metadata Table for status and block height (#676)
darunrs Apr 22, 2024
c262f9f
fix: Add back yarn frontend (#685)
darunrs Apr 22, 2024
328c704
feat: Expose log count metric from Runner (#684)
morgsmccauley Apr 22, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/block-streamer-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.70.0
toolchain: 1.75.0
override: true
profile: minimal
components: rustfmt
Expand All @@ -71,7 +71,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.70.0
toolchain: 1.75.0
override: true
profile: minimal
components: clippy
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coordinator-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.70.0
toolchain: 1.75.0
override: true
profile: minimal
components: rustfmt
Expand All @@ -71,7 +71,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.70.0
toolchain: 1.75.0
override: true
profile: minimal
components: clippy
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ redis/
*.log
/indexer/blocks/
node_modules/
.vscode/
runner/yarn.lock
Loading
Loading