Commit Graph

  • 34238e7a0c Reduce dependencies on common code in test cases master Martin Kleusberg 2024-01-16 22:54:22 +01:00
  • 43be0daa45 Remove common dependency from library code Martin Kleusberg 2024-01-16 22:43:58 +01:00
  • 238e706f47 Rename CI workflow file to be more meaningful Justin Clift 2024-01-15 12:02:43 +10:00
  • 53f51254d5 Integration tests and matching GitHub actions workflow v0.2.0 Justin Clift 2024-01-14 18:50:44 +10:00
  • e8fc555ce0 Trivial typo fix for a comment Justin Clift 2024-01-14 18:52:13 +10:00
  • 88e47b1a2d Remove the outdated "this is an early stage..." warning Justin Clift 2023-03-29 01:41:07 +11:00
  • e452ab0f26 Update README with Live database information Justin Clift 2023-03-26 18:46:30 +11:00
  • c9d72b144f Added initial support for Live DBHub.io databases v0.1.0 Justin Clift 2023-03-26 18:36:03 +11:00
  • d370c48723 Don't prematurely close the reponse body handle for Download() Justin Clift 2020-08-14 17:43:20 +10:00
  • 7fd726777b Allow passing an empty apikey, improve error message for deletion failure Justin Clift 2020-08-14 13:50:43 +10:00
  • 4a4f54b066 Add Delete() function, update vendored dependencies Justin Clift 2020-08-14 00:26:05 +10:00
  • fb476f8234 Add Upload() function, update vendored dependencies Justin Clift 2020-08-13 02:30:40 +10:00
  • 4ff8afa6fa Trivial typo fix Justin Clift 2020-08-10 21:33:36 +10:00
  • b9fb334dd0 Add Webpage() function, update dependencies and column_details example Justin Clift 2020-08-08 14:48:17 +10:00
  • 9ffd5f2888 Process returned JSON error messages, extracting the error message Justin Clift 2020-08-07 23:09:59 +10:00
  • edf14039d6 Add another ToDo item to the README Justin Clift 2020-08-07 16:11:59 +10:00
  • e2f6c18ea3 Add TODO item to the README Justin Clift 2020-08-06 12:39:48 +10:00
  • 2438707084 Update Indexes() to also return column information Justin Clift 2020-08-06 12:36:37 +10:00
  • afc3cbec5d Reduce width of README examples, so scrolling isn't needed Justin Clift 2020-08-05 22:27:45 +10:00
  • 26113654fb Update vendored Go modules Justin Clift 2020-08-05 22:19:36 +10:00
  • 4a1998b809 Add Commits() function Justin Clift 2020-08-05 22:17:08 +10:00
  • e22896bf17 Add Releases() and Tags() functions Justin Clift 2020-08-05 21:52:06 +10:00
  • 27020e8b03 Add Metadata() function, returning the metadata for a database Justin Clift 2020-08-05 17:23:19 +10:00
  • f46312be74 Add Databases() function, returning the list of databases in your account Justin Clift 2020-08-05 11:08:19 +10:00
  • e15a2ca016 Update field names used in the Branches() function Justin Clift 2020-08-05 00:28:26 +10:00
  • fdc8abb28c Add Download() function, for retrieving a remote database file Justin Clift 2020-08-05 00:10:10 +10:00
  • 92052c278f Reuse the branches data structure from the DBHub.io common library Justin Clift 2020-08-04 20:29:39 +10:00
  • 93cb908846 Add Branches() function for getting all branches of a database Martin Kleusberg 2020-08-04 12:14:38 +02:00
  • 847ea4381b Trivial README tweak for clarity Justin Clift 2020-08-03 23:55:50 +10:00
  • 571707d3ad Minor wording tweak Justin Clift 2020-08-03 23:06:01 +10:00
  • 683f6bde36 Update example for the newly required Identifier structure Justin Clift 2020-08-03 23:03:37 +10:00
  • 80d7e68a79 Add ToDo item about the Go SQL API Justin Clift 2020-08-03 12:02:09 +10:00
  • 68ace46328 Add item about generating diffs to "what works now", & reorder types.go Justin Clift 2020-08-03 11:56:44 +10:00
  • 4b94c40f75 Each function now accepts a branch, commit, release, and/or tag Justin Clift 2020-08-03 11:49:44 +10:00
  • 308ec74bd1 Add Diff() function Martin Kleusberg 2020-08-02 17:13:56 +02:00
  • 069b5020bc Add some ToDo items Justin Clift 2020-08-02 15:46:21 +10:00
  • 3f240848b6 Add Requirements section to README Justin Clift 2020-08-01 22:22:42 +10:00
  • 551ad8c24b Added fully working example for each function Justin Clift 2020-08-01 15:24:33 +10:00
  • 96d73f11bb Add badges for GoDoc and Go Report Card, add SQL query example Justin Clift 2020-08-01 15:06:10 +10:00
  • d9f8e774dc Improved readme, and pass errors to the caller without logging them Justin Clift 2020-08-01 14:26:01 +10:00
  • 39c1d8f0b8 Further simplification and code cleanup Justin Clift 2020-08-01 13:58:43 +10:00
  • f556dcf5d6 Initial code refactor and cleanup, set user agent for requests Justin Clift 2020-08-01 13:42:47 +10:00
  • 10b62857db Add "Columns" function, for returning column info Justin Clift 2020-07-31 18:01:18 +10:00
  • ec1da6c0df Added boolean option to Query() for base64 encoding BLOBs Justin Clift 2020-07-31 13:16:41 +10:00
  • 2a32e38333 Add function to return index information for a database Justin Clift 2020-07-31 12:26:19 +10:00
  • 30cbb09b1f Add functions to return the list of tables and views in a database Justin Clift 2020-07-30 22:35:02 +10:00
  • 8de2adc282 Return the query results in a somewhat useful fashion Justin Clift 2020-07-30 18:08:42 +10:00
  • ef4840fc05 Initial stub code for running a query on the DBHub.io server Justin Clift 2020-07-27 03:41:16 +10:00
  • 55b374a605 Add JetBrains IDE files to the .gitignore Justin Clift 2020-07-27 03:39:02 +10:00
  • 2703e73121 Initial commit Justin Clift 2020-07-27 03:36:38 +10:00