aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-04-20README: Add a note about branch name Redmine IDsHEADv0.0.1masterTeddy Wing
2018-04-20Add READMETeddy Wing
2018-04-20Add license (GNU GPLv3+)Teddy Wing
2018-04-19update_redmine_status(): Run Curl silentlyTeddy Wing
2018-04-19update_redmine_status(): Remove `--head` argument from Curl callTeddy Wing
2018-04-19main(): Get rid of `update_cache_with_new_pulls()` callTeddy Wing
2018-04-19Set `$CACHE_FILE` in `preflight()`Teddy Wing
2018-04-19Fix infinite loop when `--cache-only` argument givenTeddy Wing
2018-04-19extract_data_from_pull_request_json(): Quote usernameTeddy Wing
2018-04-19Add versionTeddy Wing
2018-04-19Add a command line argument to store cache without updating issuesTeddy Wing
2018-04-19Make the Redmine issue fields to update customisableTeddy Wing
2018-04-19update_redmine_status(): Update the cache file after Redmine requestTeddy Wing
2018-04-19update_redmine_statuses(): Take pull request JSON instead of TSVTeddy Wing
2018-04-19extract_data_from_pull_request_json(): Use real GitHub usernameTeddy Wing
2018-04-19update_redmine_status(): Print error if Redmine request failsTeddy Wing
2018-04-19preflight(): Initialise cache fileTeddy Wing
2018-04-18Store cache file in `XDG_DATA_HOME`; Rename cache fileTeddy Wing
2018-04-18Move our main function calls into a `main()` functionTeddy Wing
2018-04-18argument_error(): Exit after printingTeddy Wing
2018-04-18Replace `github_owner_repo()` function with value from argumentTeddy Wing
2018-04-18Add a command line argument for GitHub owner and repoTeddy Wing
2018-04-18Parse argumentsTeddy Wing
2018-04-18Add a usage functionTeddy Wing
2018-04-18cache_my_pull_requests(): Reuse `extract_data_from_pull_request_json`Teddy Wing
2018-04-18Remove `extract_redmine_issue_numbers_from_pull_request()`Teddy Wing
2018-04-18Add header comments to functionsTeddy Wing
2018-04-18cache_my_pull_requests(): Quote variableTeddy Wing
2018-04-18fetch_pull_requests(): Quote variableTeddy Wing
2018-04-18Get rid of commented reference codeTeddy Wing
2018-04-18Get rid of the `$NEW_PRS` variableTeddy Wing
2018-04-18Add Redmine tokenTeddy Wing
2018-04-18Make a note to handle errors from the Redmine update requestTeddy Wing
2018-04-18Cache updated pull requests after updating RedmineTeddy Wing
2018-04-18update_redmine_status(): Build the JSON to send to RedmineTeddy Wing
2018-04-18update_redmine_statuses(): Don't update if there are no issuesTeddy Wing
2018-04-18new_pull_requests(): Use custom JSON structureTeddy Wing
2018-04-18Get both issue ID and pull request URL in `update_redmine_status`Teddy Wing
2018-04-18Save pull request JSON to a cache fileTeddy Wing
2018-04-18Make all function variables `local`sTeddy Wing
2018-04-18Initial commit. Ideas.Teddy Wing