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

cloc in template pulls latest XX commits to create history loc_plot #15

Open
yidilozdemir opened this issue Jul 13, 2023 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@yidilozdemir
Copy link
Collaborator

To save space, we made the cloc functionality only update for the latest hash entry, which works for scikit-surgery because we already have a past history. But in template, this means we have just pulled the repo at the latest commit, meaning we don't have any loc history to show in plots. So the plots are empty.

I should integrate a function that allows user to say, ex. latest 50 commits, or (improved version: last year, input a time frame) and get_loc in a loop pulls those repos and updates for that info.

I am seperating this from the earlier issue on integrating the cloc, because technically, what the issue flagged is established: get_loc is integrated into the template, fixed to work for user cases, and integrated into the GHA both for scikit-surgery deployment and for the template deployment

@yidilozdemir yidilozdemir added the enhancement New feature or request label Jul 13, 2023
@thompson318 thompson318 transferred this issue from SciKit-Surgery/scikit-surgery-stats Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants