index
:
harvester-submit-week-for-approval
dependabot/pip/certifi-2022.12.7
master
Automatically submits Harvest timesheets for approval at the end of the week
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
harvester_submit_week_for_approval.py
Age
Commit message (
Expand
)
Author
2018-02-04
Include app URL in Harvest API request User-Agent
v0.0.1
Teddy Wing
2018-02-04
Add license (GNU GPLv3+)
Teddy Wing
2018-02-04
Set path for `geckodriver` log
Teddy Wing
2018-02-04
Print error message when week was already submitted
Teddy Wing
2018-02-04
Print error to STDERR
Teddy Wing
2018-02-04
Add command line arguments for Harvest account ID and API token
Teddy Wing
2018-02-04
Check that there are time entries for every day in the week
Teddy Wing
2018-02-04
submit_week_for_approval: Don't submit if already submitted
Teddy Wing
2018-02-04
submit_week_for_approval: Use most recent Friday
Teddy Wing
2018-02-04
submit_week_for_approval: Fix date page load check
Teddy Wing
2018-02-04
Pass command line arguments to WebDriver functions
Teddy Wing
2018-02-04
Add `get_password`
Teddy Wing
2018-02-04
Add command-line option parsing
Teddy Wing
2018-02-04
Add `-headless` option to Firefox
Teddy Wing
2018-02-04
Remove page source printing and sleep call
Teddy Wing
2018-02-04
submit_week_for_approval: Fix page load waiter; Click confirm button
Teddy Wing
2018-02-04
submit_week_for_approval: Figured out how to get text from `<script>`
Teddy Wing
2018-02-04
Draft of submitting week for approval
Teddy Wing
2018-02-04
Replace the sleep with a `wait`
Teddy Wing
2018-02-04
Add harvester_submit_week_for_approval.py
Teddy Wing