Skip to content

Add elog - #498

Merged
anish-mudaraddi merged 3 commits into
mainfrom
add_elog
Aug 28, 2026
Merged

Add elog#498
anish-mudaraddi merged 3 commits into
mainfrom
add_elog

Conversation

@jose-caballero

Copy link
Copy Markdown
Contributor

Description:

Special Notes:


Submitter:

Have you (where applicable):

  • Added unit tests?
  • Checked the latest commit runs on Dev?
  • Updated the example config file(s) and README?

Reviewer

Does this PR:

  • Place non-StackStorm code into the lib directory?
  • Have unit tests for the action/sensor and lib layers?
  • Have clear and obvious action parameter names and descriptions?

@codecov

codecov Bot commented Aug 10, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 88.46154% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 98.43%. Comparing base (76982f0) to head (ed5ad14).

Files with missing lines Patch % Lines
lib/apis/elog_api/structs/elog_account.py 80.64% 6 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Comment thread lib/apis/elog_api/elog.py

@anish-mudaraddi anish-mudaraddi left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

you'll need to rebase this if you merge #500 first

Comment thread config.schema.yaml Outdated
@jose-caballero
jose-caballero marked this pull request as draft August 12, 2026 16:04
@jose-caballero
jose-caballero force-pushed the add_elog branch 2 times, most recently from 951ed42 to febb8ff Compare August 24, 2026 07:16
@jose-caballero
jose-caballero force-pushed the add_elog branch 2 times, most recently from 5b1e9d4 to 154f6dd Compare August 27, 2026 08:26
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
jose-caballero marked this pull request as ready for review August 27, 2026 15:43
@anish-mudaraddi
anish-mudaraddi merged commit 4040a00 into main Aug 28, 2026
12 of 14 checks passed
@anish-mudaraddi
anish-mudaraddi deleted the add_elog branch August 28, 2026 12:37
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.

3 participants