Add elog - #498
Merged
Merged
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #498 +/- ##
==========================================
- Coverage 98.61% 98.43% -0.18%
==========================================
Files 115 118 +3
Lines 2892 2944 +52
Branches 345 346 +1
==========================================
+ Hits 2852 2898 +46
- Misses 37 43 +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
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
jose-caballero
force-pushed
the
add_elog
branch
2 times, most recently
from
August 24, 2026 07:16
951ed42 to
febb8ff
Compare
jose-caballero
force-pushed
the
add_elog
branch
2 times, most recently
from
August 27, 2026 08:26
5b1e9d4 to
154f6dd
Compare
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 27, 2026 15:34
154f6dd to
ed5ad14
Compare
jose-caballero
marked this pull request as ready for review
August 27, 2026 15:43
gmatthews20
approved these changes
Aug 27, 2026
anish-mudaraddi
approved these changes
Aug 28, 2026
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?