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
Age
Commit message (
Expand
)
Author
2019-10-21
Merge pull request #1 from teddywing/dependabot/pip/requests-2.20.0
HEAD
master
teddywing
2019-10-18
Bump requests from 2.18.4 to 2.20.0
dependabot[bot]
2018-02-04
Include app URL in Harvest API request User-Agent
v0.0.1
Teddy Wing
2018-02-04
README: Fix indentation
Teddy Wing
2018-02-04
Convert README from Markdown to reStructuredText
Teddy Wing
2018-02-04
Add README
Teddy Wing
2018-02-04
Add license (GNU GPLv3+)
Teddy Wing
2018-02-04
Set path for `geckodriver` log
Teddy Wing
2018-02-04
Add launchd plist
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
Pipfile: Add 'requests'
Teddy Wing
2018-02-04
Add Pipfile
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 .gitignore
Teddy Wing
2018-02-04
Add harvester_submit_week_for_approval.py
Teddy Wing