Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pure GraphQL Peloton update script (#16)
* New update script using all GraphQL via sgqlc. * Shebang. * Docstrings and type hints. * Coding standards. * Reference new script in GHA. * Add supporting schema and update instructions. * Remove old files. * Top level docstring. * Record project settings in a MD file. * Rename debug to verbose. * Demonstrate GHA. * Remove pygithub from dependencies. * Demonstrate GHA. * Demonstrate GHA. * Correct invocation of update_loop_minutes. * Default for update_loop_minutes. * Avoid rate limiting from GitHub. * Revert "Demonstrate GHA." This reverts commit 79356fe. * Revert "Demonstrate GHA." This reverts commit 0d37bfe. * Revert "Demonstrate GHA." This reverts commit 72049a1. * Demonstrate GHA. * Restore defaulting of update_loop_minutes. * Revert "Demonstrate GHA." This reverts commit 6ee4342. * Use curly braces for parameter expansion. Co-authored-by: Bill Little <[email protected]> * Use curly braces for parameter expansion. Co-authored-by: Bill Little <[email protected]> * Move some strings to constants. * Better string formatting. * Comment about negating GH search syntax. * Convenience for converting dt to date strings. * Make mutation result a read-only property. --------- Co-authored-by: Bill Little <[email protected]>
- Loading branch information