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

Add export_manifest function #3

Merged
merged 172 commits into from
Apr 25, 2024
Merged

Add export_manifest function #3

merged 172 commits into from
Apr 25, 2024

Conversation

AlexAxthelm
Copy link
Collaborator

@AlexAxthelm AlexAxthelm commented Mar 12, 2024

currently exports an empty list

TODO:

  • File info
  • Session info
    • Dependencies
    • R Info
    • envvars?
  • Git repo info
  • arbitrary workflow info
  • workflow package version
  • config
  • timestamp

Closes #1
Closes #7

currently exports an empty list
@AlexAxthelm AlexAxthelm marked this pull request as draft March 12, 2024 15:54
Copy link

codecov bot commented Mar 12, 2024

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@AlexAxthelm AlexAxthelm marked this pull request as ready for review April 23, 2024 15:56
@AlexAxthelm AlexAxthelm requested review from cjyetman and jdhoffa April 23, 2024 15:56
@AlexAxthelm AlexAxthelm self-assigned this Apr 23, 2024
R/export_manifest.R Outdated Show resolved Hide resolved
R/get_file_metadata.R Outdated Show resolved Hide resolved
R/get_file_metadata.R Outdated Show resolved Hide resolved
cjyetman
cjyetman previously approved these changes Apr 24, 2024
Copy link
Member

@cjyetman cjyetman left a comment

Choose a reason for hiding this comment

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

Looks good, just made a few nit comments. The tests kinda made my head spin, so I didn't review them closely.

jdhoffa
jdhoffa previously approved these changes Apr 24, 2024
@AlexAxthelm AlexAxthelm dismissed stale reviews from cjyetman and jdhoffa via 968358c April 24, 2024 10:25
@AlexAxthelm AlexAxthelm requested review from cjyetman and jdhoffa April 24, 2024 15:04
Copy link
Member

@jdhoffa jdhoffa left a comment

Choose a reason for hiding this comment

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

lgtm

@AlexAxthelm AlexAxthelm merged commit c47b28c into main Apr 25, 2024
15 checks passed
@AlexAxthelm AlexAxthelm deleted the feat/1-export-manifests branch April 25, 2024 06:46
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.

Capture git status for locally loaded REPOs Add function to standardize manifest export
3 participants