Commit Graph

24 Commits

Author SHA1 Message Date
Zach Barahal 3bea0c6884 Add reset user auth routes to db service 2020-03-04 11:26:26 -08:00
zbarahal-do 5cce04113f
Revert "Add reset database user auth method" 2020-02-11 17:36:15 -08:00
Zach Barahal 673d3397b7 Add reset user auth routes to db service 2020-02-04 17:23:29 -08:00
Ben Tranter 1125ed9860 Fix LRU constant 2019-11-26 07:29:25 -08:00
Ben Tranter 3befb59af2 Add valid Redis eviction policy constants
Adds all of the valid Redis eviction policy constants for our managed
Redis product. This is similar to what we've done with the valid SQL
modes and auth plugins.
2019-11-26 07:29:25 -08:00
Ben Tranter ecf6ce400f
Remove databases info from top-level godoc string
Removes the managed databases info from the top-level godoc string.
Having this string there, when no other product specific info is
there, is confusing. This PR moves this down to the `DatabaseService`
godoc string instead in order to be more consistent with the rest of
the library.
2019-11-25 16:33:11 -05:00
Greg Mankes 59175fb1ae add mysql auth plugin consts
also use them in the tests
2019-11-18 12:27:37 -05:00
Greg Mankes 1b8be0b83d add mysql user auth settings for database users 2019-11-18 10:53:07 -05:00
Mike a57431394a Added constants for valid sql modes. Extend to accept multiple modes 2019-11-13 10:52:08 -08:00
Mike ccbc4f8237 dbaas: get and set mysql sql mode 2019-11-08 16:32:29 -08:00
Andrew Starr-Bochicchio ca0c9de82d Return []DatabaseFirewallRule in addition to raw response. 2019-10-30 13:17:08 -04:00
Greg Mankes 8bdc76f8b8 remove redundant code
no need to handle error condition from client response, just return the
response and error directly
2019-10-28 17:48:11 -04:00
Greg Mankes 75da59af1b add support for getting/setting firewall rules
adds support for adding firewall rules (inbound sources) for the
database clusters via the public api
2019-10-28 16:13:55 -04:00
bpopovschi de35f03350 Added tags field to required structures 2019-09-13 17:49:21 +03:00
Sunny Beatteay 1b101ff4ba dbaas: add private-network-uuid field to create request 2019-07-19 15:15:29 -04:00
Mike b2b4b6db45 Databases: support for custom VPC UUID on migrate 2019-07-16 13:10:49 -07:00
Paul Stack 3ec0b9ce8c Add the ability to get URN for a Database (#240) 2019-06-25 15:28:27 -04:00
Mike 2007d26bd4 dbaas: add support for eviction policy 2019-06-20 11:30:54 -07:00
Mike 6ac1e5214c added missing omitempty to uuid 2019-05-16 11:40:33 -07:00
Mike fc92962bd4 Add private connection fields to Databases 2019-05-15 12:31:39 -07:00
Sunny Beatteay 3e8ec3fa38 fix create database pool json fields 2019-04-04 18:02:22 -04:00
Sunny Beatteay 4a5db6be78 fix database pool json field and update patch version 2019-03-27 11:19:29 -04:00
Mike a69d9291cd pr comments 2019-03-19 13:02:55 -07:00
Eddie Zaneski 007e73ff4c Adds support for databases 2019-03-18 15:45:00 -07:00