Commit Graph

30 Commits

Author SHA1 Message Date
Dan Sosedoff
00fa57d9c4 Format and validate connection url on /api/connect endpoint 2014-12-31 18:23:51 -06:00
Dan Sosedoff
e0dd4c6a6f Add prefix /api to all service calles 2014-12-13 20:40:25 -06:00
Dan Sosedoff
7c85c867de Move route definitions into api.go file 2014-12-13 20:32:03 -06:00
Dan Sosedoff
8fae96dcbd Initial take on bookmarks 2014-12-02 22:19:38 -06:00
Dan Sosedoff
403701b258 Change /info endpoint to /connection 2014-12-02 21:20:04 -06:00
Dan Sosedoff
b376588d54 Add font awesome css and icon fonts 2014-12-01 20:23:10 -06:00
Dan Sosedoff
27104c05f1 Return NewError function where it belongs 2014-11-20 21:43:51 -06:00
Dan Sosedoff
3f8688fb73 Define a MIME_TYPES string map to hold all used mime types 2014-11-10 23:19:21 -06:00
Dan Sosedoff
028ef449dc Reorganize go imports 2014-11-10 23:10:05 -06:00
Dan Sosedoff
b6d1b2502e Refactor mime type detection by using path/filepath package 2014-11-06 07:21:53 -06:00
Dan Sosedoff
958ea6813c Add favicon 2014-11-03 19:06:05 -06:00
Dan Sosedoff
9a431f6e41 Initial interface to connect to server using gui 2014-11-01 15:44:24 -05:00
Dan Sosedoff
7ac9bee098 Add API method to connect to server with given url 2014-10-31 22:37:58 -05:00
Dan Sosedoff
e7329952f3 Move table information pane into sidebar 2014-10-26 17:16:35 -05:00
Dan Sosedoff
bf2df4e74f Set a correct content type header for CSV endpoint 2014-10-18 08:15:13 -07:00
Dan Sosedoff
21bcc6e4b8 Add /tables/:name/info endpoint to get table data details 2014-10-17 20:30:08 -07:00
Dan Sosedoff
289e844c4a Run EXPLAIN ANALYZE for queries 2014-10-16 21:45:52 -05:00
Chris Bandy
814c33938c Move info query into client 2014-10-16 02:59:43 +00:00
Chris Bandy
42f79a7079 Move table schema query into client 2014-10-16 02:57:52 +00:00
Dan Sosedoff
5886f153f4 Bring back /databases endpoint 2014-10-15 16:05:23 -05:00
Dan Sosedoff
32d7bf864f Change static queries prefix to PG_ 2014-10-14 21:53:57 -05:00
Dan Sosedoff
5dd26cd8d0 Frontend tweaks 2014-10-13 19:49:43 -05:00
Dan Sosedoff
f848116e1b Serve assets with bindata 2014-10-13 14:40:56 -05:00
Dan Sosedoff
9bd0508219 WIP 2014-10-13 13:55:19 -05:00
Dan Sosedoff
e2bc79f686 Add /explain endpoint 2014-10-11 13:24:12 -05:00
Dan Sosedoff
d786919a36 Add endpoint to fetch table indexes 2014-10-11 13:20:16 -05:00
Dan Sosedoff
8b3dd2563a Move query history slice into client struct 2014-10-10 21:25:02 -05:00
Dan Sosedoff
10b1429d92 Fix issue with format detection 2014-10-10 20:39:44 -05:00
Dan Sosedoff
38cef071e8 Convers query results to CSV with format flag 2014-10-10 18:56:02 -05:00
Dan Sosedoff
40cae0ac1c Restructure 2014-10-10 17:14:17 -05:00