Commit Graph

  • 1a22ca6d8f Added delete() function for making common DELETE requests Seth House 2015-04-04 14:04:05 -06:00
  • 90651559c6 Added function to prompt the user for yes/no responses Seth House 2015-04-04 14:03:35 -06:00
  • 7a6ce6da1d Alphebetize CLI flags Seth House 2015-04-04 02:24:05 -06:00
  • e91f3a1fb5 Added filters to release_assets and upload_asset Seth House 2015-04-04 02:20:24 -06:00
  • 9b73183b42 Increase default pagination for listing repos to 100 Seth House 2015-04-04 02:18:20 -06:00
  • e5fd016177 Move the entire jq filter into the default argument Seth House 2015-04-04 01:57:48 -06:00
  • 8ac57bb04e Don't exec each request for a 'next' Link Seth House 2015-04-04 01:41:49 -06:00
  • 6908af03cb Pepper debug log entries around a few critical spots Seth House 2015-04-04 01:33:11 -06:00
  • 06f57be4cc Documentation formatting fixes in preparation for the README Seth House 2015-04-04 01:19:53 -06:00
  • f058a42bb7 Move verbose info from env var to flag Seth House 2015-04-04 00:01:44 -06:00
  • e4215c4336 Output summary info at end by buffering in-memory FIFO Seth House 2015-04-03 23:54:01 -06:00
  • 7b62658dc8 Output rate limit infos to stderr Seth House 2015-04-02 00:16:05 -06:00
  • 86b810993b Added upload_asset() Seth House 2015-04-01 23:48:21 -06:00
  • 25d335bf3b Added filter to create_release() Seth House 2015-04-01 23:48:00 -06:00
  • 79d6a6a029 Added filter to create_repo() Seth House 2015-04-01 23:46:26 -06:00
  • 9b65d52135 Added list_repos() Seth House 2015-04-01 23:45:19 -06:00
  • 5a21571a8a Added post() for common operations with POST and PUT requests Seth House 2015-04-01 23:44:55 -06:00
  • 94b4107106 Cosmetic touch-ups to request() Seth House 2015-04-01 23:43:59 -06:00
  • d2ee8afd2f Update existing functions to use get() Seth House 2015-04-01 18:07:28 -06:00
  • 1399d1fca8 Added get() function for common functions around making GET requests Seth House 2015-04-01 15:17:37 -06:00
  • 2cac303c42 Don't try to guess whether to use GET or POST Seth House 2015-04-01 15:16:26 -06:00
  • c2051c506b Removed unused (old) params; these belong in get() Seth House 2015-04-01 14:40:29 -06:00
  • 4aff417caf Added error handling to _filter(); output better message on jq fail Seth House 2015-04-01 14:38:57 -06:00
  • 34a10ceb48 Added a logging function to use the logging file descriptors Seth House 2015-03-30 21:08:26 -06:00
  • 83c0612087 Help docs cleanup; change xtrace flag to -x Seth House 2015-03-30 21:08:01 -06:00
  • 6be04c14c0 Merge pull request #4 from UtahDave/punctuation Seth House 2015-03-31 17:32:15 -06:00
  • e321baec06 reflow paragraph. gqap ftw! David Boucha 2015-03-31 09:17:18 -06:00
  • e5e9fbe6f3 Added logic for numbers; improved bool logic; escape double quotes Seth House 2015-03-29 14:21:54 -06:00
  • b805502e7a Simplified handling for missing arguments using sh param expansion Seth House 2015-03-29 02:11:19 -06:00
  • b2e4048423 Refactored request() to not also process responses Seth House 2015-03-29 01:49:57 -06:00
  • e469a9d9e2 Fixed default Accept header to be override-able Seth House 2015-03-29 01:48:28 -06:00
  • d9199b5af5 Added function to process an HTTP response and extract headers Seth House 2015-03-27 22:51:06 -06:00
  • 9aca87149c Update calls to request() to reflect signature change Seth House 2015-03-27 12:06:46 -04:00
  • 1148c43d0d Refactored request() to take keyword args; removed a few global vars Seth House 2015-03-27 11:38:32 -04:00
  • 786355e2f2 Added functions for listing, creating, deleting release pages Seth House 2015-03-25 22:54:50 -04:00
  • 6f3e500ced Fix inability to override filter kwarg in org_teams Seth House 2015-03-25 22:53:09 -04:00
  • 890e91d15f Added env var to control debug output; added curl trace as level 3 Seth House 2015-03-25 00:40:41 -04:00
  • 0660274107 Change follow-next behavior not to trigger once if there is no next url Seth House 2015-03-25 00:12:32 -04:00
  • 8fb48f98af Added patch support Seth House 2015-03-25 00:11:44 -04:00
  • 4cd8bfd8ef Added function to retrieve organization teams Seth House 2015-03-24 00:21:57 -04:00
  • 838b67b690 Syntactical cleanups for consistency and error handling Seth House 2015-03-24 00:20:48 -04:00
  • f05cb36c4b Added function to create repositories Seth House 2015-03-23 23:59:52 -04:00
  • 7fabe4ab2b Cleaned up error checking, syntax, and exiting for consistency Seth House 2015-03-23 23:59:31 -04:00
  • d313048b22 Added function to easily output errors and exit Seth House 2015-03-23 23:58:43 -04:00
  • c21e09c9bc Added support for POST / PUT request bodies via stdin Seth House 2015-03-23 22:07:08 -04:00
  • 17236b22fe Add function to format JSON from name=value pairs Seth House 2015-03-22 17:32:13 -06:00
  • e38d4aa0ec Move function args to bottom of function docs; move usage into main Seth House 2015-03-16 01:32:52 -06:00
  • d65845bed1 Assign then export ALL_FUNCS var; dash seems to care about this order Seth House 2015-03-16 01:30:41 -06:00
  • 2deaf15caa Added function to fetch/filter organization repos Seth House 2015-03-16 01:01:18 -06:00
  • daf82613eb Removed old/unused '-l' flag Seth House 2015-03-16 00:13:55 -06:00
  • 31383b16a9 Replaced non-POSIX gensub(); added local variable matching/formatting Seth House 2015-03-16 00:13:32 -06:00
  • 934d5acda5 Added optional jq configuration Seth House 2015-03-15 12:44:17 -06:00
  • 07cd13ddb5 Moved following 'next' links into an env var instead of a function param Seth House 2015-03-15 03:13:02 -06:00
  • 1ac4e05ee7 Noted that jq is an optional requirement Seth House 2015-03-15 01:00:08 -06:00
  • a225222db0 Licensed as BSD Seth House 2015-03-15 00:22:05 -06:00
  • 777a6f9f8f Added awk wrapper around curl calls to process & output HTTP responses Seth House 2015-03-13 13:45:05 -04:00
  • 2270b8c89e Initial commit Seth House 2015-03-12 02:53:22 -04:00