Add elog - #498
Draft
jose-caballero wants to merge 3 commits into
Draft
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #498 +/- ##
==========================================
- Coverage 99.18% 98.98% -0.21%
==========================================
Files 112 115 +3
Lines 2715 2767 +52
Branches 336 337 +1
==========================================
+ Hits 2693 2739 +46
- Misses 19 25 +6
Partials 3 3 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
jose-caballero
force-pushed
the
add_elog
branch
from
August 11, 2026 06:26
08e424e to
12d42eb
Compare
anish-mudaraddi
requested changes
Aug 12, 2026
anish-mudaraddi
left a comment
Collaborator
There was a problem hiding this comment.
you'll need to rebase this if you merge #500 first
Add a section for ELOG to the schema config file, so the credentials can be read once their set.
Write the the API directory, including:
* logging setup in the init file
* dataclass in the structs directory
* dataclass also contains a method to authenticate against the ELOG
server
Write the basic functionalily to create new records in ELOG
jose-caballero
force-pushed
the
add_elog
branch
from
August 12, 2026 10:27
12d42eb to
507fb4a
Compare
jose-caballero
marked this pull request as draft
August 12, 2026 16:04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
Special Notes:
Submitter:
Have you (where applicable):
Reviewer
Does this PR:
libdirectory?liblayers?