index
:
redprine
master
Automatically update Redmine issues based on open pull requests
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-04-20
README: Add a note about branch name Redmine IDs
HEAD
v0.0.1
master
Teddy Wing
2018-04-20
Add README
Teddy Wing
2018-04-20
Add license (GNU GPLv3+)
Teddy Wing
2018-04-19
update_redmine_status(): Run Curl silently
Teddy Wing
2018-04-19
update_redmine_status(): Remove `--head` argument from Curl call
Teddy Wing
2018-04-19
main(): Get rid of `update_cache_with_new_pulls()` call
Teddy Wing
2018-04-19
Set `$CACHE_FILE` in `preflight()`
Teddy Wing
2018-04-19
Fix infinite loop when `--cache-only` argument given
Teddy Wing
2018-04-19
extract_data_from_pull_request_json(): Quote username
Teddy Wing
2018-04-19
Add version
Teddy Wing
2018-04-19
Add a command line argument to store cache without updating issues
Teddy Wing
2018-04-19
Make the Redmine issue fields to update customisable
Teddy Wing
2018-04-19
update_redmine_status(): Update the cache file after Redmine request
Teddy Wing
2018-04-19
update_redmine_statuses(): Take pull request JSON instead of TSV
Teddy Wing
2018-04-19
extract_data_from_pull_request_json(): Use real GitHub username
Teddy Wing
2018-04-19
update_redmine_status(): Print error if Redmine request fails
Teddy Wing
2018-04-19
preflight(): Initialise cache file
Teddy Wing
2018-04-18
Store cache file in `XDG_DATA_HOME`; Rename cache file
Teddy Wing
2018-04-18
Move our main function calls into a `main()` function
Teddy Wing
2018-04-18
argument_error(): Exit after printing
Teddy Wing
2018-04-18
Replace `github_owner_repo()` function with value from argument
Teddy Wing
2018-04-18
Add a command line argument for GitHub owner and repo
Teddy Wing
2018-04-18
Parse arguments
Teddy Wing
2018-04-18
Add a usage function
Teddy Wing
2018-04-18
cache_my_pull_requests(): Reuse `extract_data_from_pull_request_json`
Teddy Wing
2018-04-18
Remove `extract_redmine_issue_numbers_from_pull_request()`
Teddy Wing
2018-04-18
Add header comments to functions
Teddy Wing
2018-04-18
cache_my_pull_requests(): Quote variable
Teddy Wing
2018-04-18
fetch_pull_requests(): Quote variable
Teddy Wing
2018-04-18
Get rid of commented reference code
Teddy Wing
2018-04-18
Get rid of the `$NEW_PRS` variable
Teddy Wing
2018-04-18
Add Redmine token
Teddy Wing
2018-04-18
Make a note to handle errors from the Redmine update request
Teddy Wing
2018-04-18
Cache updated pull requests after updating Redmine
Teddy Wing
2018-04-18
update_redmine_status(): Build the JSON to send to Redmine
Teddy Wing
2018-04-18
update_redmine_statuses(): Don't update if there are no issues
Teddy Wing
2018-04-18
new_pull_requests(): Use custom JSON structure
Teddy Wing
2018-04-18
Get both issue ID and pull request URL in `update_redmine_status`
Teddy Wing
2018-04-18
Save pull request JSON to a cache file
Teddy Wing
2018-04-18
Make all function variables `local`s
Teddy Wing
2018-04-18
Initial commit. Ideas.
Teddy Wing