Commit graph

61 commits

Author SHA1 Message Date
Tobie Morgan Hitchcock
82991db7eb Enable s3 and gcs data storage 2018-05-02 12:28:40 +01:00
Tobie Morgan Hitchcock
7f6d1565ff Enable ability to set a global query timeout duration 2018-05-02 02:42:16 +01:00
Tobie Morgan Hitchcock
9f0ea3ee61 Improve database query logging 2018-05-02 02:32:06 +01:00
Tobie Morgan Hitchcock
a86d6a461c Update logrus package name 2018-04-06 09:47:44 +01:00
Tobie Morgan Hitchcock
df049fe8f2 Only output logo if logging in text mode 2018-04-06 09:06:41 +01:00
Tobie Morgan Hitchcock
fd0712398d Enable mysql tls and remove cloudsqlproxy 2018-04-06 01:15:19 +01:00
Tobie Morgan Hitchcock
be832029a7 Remove google and syslog logging 2018-04-05 08:51:44 +01:00
Tobie Morgan Hitchcock
ccf57df085 Add support for mysql as a backend kv store 2018-02-11 00:16:28 +00:00
Tobie Morgan Hitchcock
7a3355bff0 Enable customisable file size policies for storage backends 2018-01-12 11:10:11 +00:00
Tobie Morgan Hitchcock
62a1a38449 Add cli option to specify db shrink policy 2018-01-11 14:57:10 +00:00
Tobie Morgan Hitchcock
bec4c4e235 Change default surreal.io port to 443 2017-12-20 06:51:11 +00:00
Tobie Morgan Hitchcock
7fbc9feff9 Simplify uuid util package 2017-11-27 11:34:59 +00:00
Tobie Morgan Hitchcock
17cecae390 Add ability to specific http scheme when connecting
Add ability to specific http scheme when connecting to a remote database, when import / exporting / running sql.
2017-11-24 20:07:31 +00:00
Tobie Morgan Hitchcock
f1e4e3961a Enable -a as a cli aliase for —auth on all commands 2017-11-24 19:49:53 +00:00
Tobie Morgan Hitchcock
fa714c1bdd Listen and wait for errors when server exits 2017-11-16 20:03:38 +00:00
Tobie Morgan Hitchcock
010d0ffe4b Ensure server certs are stored in tmp directory 2017-11-16 19:54:55 +00:00
Tobie Morgan Hitchcock
4320804779 Fix bug in error output message 2017-11-16 19:54:55 +00:00
Tobie Morgan Hitchcock
e401ff9b3f Improve cli command flag help information 2017-11-16 19:54:55 +00:00
Tobie Morgan Hitchcock
cfa6452863 Improve import and export cli command error parsing 2017-11-16 19:54:55 +00:00
Tobie Morgan Hitchcock
ed3b39b6ac Add sql command to the command line ui
Add sql command to the command line ui , useful for executing and processing an sql file against a local or remote database.
2017-11-16 19:54:36 +00:00
Tobie Morgan Hitchcock
99ad86b22d Fix bug with default syslog tag name 2017-02-22 21:20:06 +00:00
Tobie Morgan Hitchcock
51dd3aa364 Implement syslog and google stackdriver logging 2017-02-22 14:48:22 +00:00
Tobie Morgan Hitchcock
715eb86cec Add ability to disable logging output 2017-02-22 09:00:58 +00:00
Tobie Morgan Hitchcock
05501ba79e Enable CIDR whitelisting for root authentication 2017-02-21 00:09:42 +00:00
Tobie Morgan Hitchcock
b70ef4594d Improve cli error messages 2017-02-21 00:08:23 +00:00
Tobie Morgan Hitchcock
b3c732ad7b Ensure default root password is randomly generated 2017-02-20 16:19:18 +00:00
Tobie Morgan Hitchcock
2c23ee3ffb Simplify cli start command arguments 2017-02-20 16:19:18 +00:00
Tobie Morgan Hitchcock
55f272a87c Implement database import and export commands 2017-02-20 01:44:13 +00:00
Tobie Morgan Hitchcock
1c784da214 Export to stdOut not into a file 2017-02-20 01:44:12 +00:00
Tobie Morgan Hitchcock
fcfa88a33b Import from stdIn not from a file 2017-02-20 01:44:12 +00:00
Tobie Morgan Hitchcock
3ea681ca34 Enable ability to bind to specific ip/hostname 2017-02-09 11:20:23 +00:00
Tobie Morgan Hitchcock
a3b9362adb Switch underlying KV store to rixxdb/dendrodb 2017-02-09 11:16:59 +00:00
Tobie Morgan Hitchcock
ac95aa1bcd Remove javascript language runtime 2017-02-02 00:07:45 +00:00
Tobie Morgan Hitchcock
11d394f9fc Remove unused zone command line flag 2016-11-21 16:34:33 +00:00
Tobie Morgan Hitchcock
e74e9f1352 Apply go fmt simplify command 2016-11-21 16:32:07 +00:00
Tobie Morgan Hitchcock
3754f23041 Fix typo 2016-11-21 16:31:59 +00:00
Tobie Morgan Hitchcock
fecc1c94b8 Add runtime language cli argument option 2016-09-06 11:19:35 +01:00
Tobie Morgan Hitchcock
d0bebba843 Update cli command flags 2016-07-19 12:05:32 +01:00
Tobie Morgan Hitchcock
7b03d6f05e Add remote data store connections with SSL 2016-07-19 12:05:11 +01:00
Tobie Morgan Hitchcock
330d834706 DIsable use of specific cli flag for certificate and private key as strings 2016-07-18 13:34:50 +01:00
Tobie Morgan Hitchcock
8a0849d6da Enable multiple database backends 2016-07-16 14:43:53 +01:00
Tobie Morgan Hitchcock
96f123bce1 Ensure default ports are specified 2016-07-06 19:12:00 +01:00
Tobie Morgan Hitchcock
f82673f2e3 Simplify setup options 2016-07-06 19:02:29 +01:00
Tobie Morgan Hitchcock
f940550942 Fix bug with certificates 2016-07-04 20:56:10 +01:00
Tobie Morgan Hitchcock
5dd01a22a2 Update command line options 2016-07-04 11:33:23 +01:00
Tobie Morgan Hitchcock
d08f775669 Remove backup cli command 2016-07-04 11:32:04 +01:00
Tobie Morgan Hitchcock
5870030d61 Add cli command for database backup 2016-06-15 14:00:54 +01:00
Tobie Morgan Hitchcock
94ca234160 Remove unused code 2016-06-15 13:58:17 +01:00
Tobie Morgan Hitchcock
91e84cf57a Remove cli user generation tools 2016-06-15 13:58:07 +01:00
Tobie Morgan Hitchcock
36a133408f Remove cli certificate generation tools 2016-06-15 13:57:54 +01:00