Commit Graph

1009 Commits

Author SHA1 Message Date
Dan Sosedoff
1ba7bee5bf Fall back to USER env var when detecting OS user 2015-01-09 22:55:00 -06:00
Dan Sosedoff
c6793cc454 Add drop database statement to sample db file 2015-01-09 22:39:48 -06:00
Dan Sosedoff
691ebfbefb Add sample database for tests 2015-01-09 22:36:17 -06:00
Dan Sosedoff
c096891efa Update screenshots 2015-01-09 22:33:31 -06:00
Dan Sosedoff
22f0b674e2 Rebuild assets 2015-01-09 21:45:20 -06:00
Dan Sosedoff
d8cf69c8e9 Update all dependencies 2015-01-09 21:43:53 -06:00
Dan Sosedoff
e27ad3f9b1 Update godeps 2015-01-09 21:20:04 -06:00
Dan Sosedoff
da58a9b0a6 Fix connection string printing format in debug mode 2015-01-06 19:17:45 -06:00
Dan Sosedoff
165f411083 Add filename when exporting results as csv, fixes #75 2015-01-05 19:46:02 -06:00
Dan Sosedoff
0bb942857a Add middleware to check connectivity on each request 2015-01-04 18:33:57 -06:00
Dan Sosedoff
58a9c2b2bf Add history record struct and collect timestamps for query history 2015-01-04 18:11:13 -06:00
Dan Sosedoff
8b3c5bd8e9 Show current database in sidebar header 2015-01-03 20:55:22 -06:00
Dan Sosedoff
f545746e7e Add getTableRows js method and use it when fetching table data 2015-01-03 20:32:06 -06:00
Dan Sosedoff
1123f24fb8 Add button to refresh tables to sidebar header 2015-01-03 20:20:18 -06:00
Dan Sosedoff
9b0b71363f Add /api/:table/rows endpoint to fetch table rows with sorting options 2015-01-03 19:42:56 -06:00
Dan Sosedoff
2e5a006846 Fix query export CSV endpoint, its prefixed with /api now 2015-01-03 18:25:26 -06:00
Dan Sosedoff
72df273e10 Merge pull request #74 from Matt-Allen44/master
Fixed typo in Readme.md
2015-01-03 10:25:45 -06:00
Matthew Allen
7b8559e32a Fixed typo in Readme.md 2015-01-04 02:18:30 +10:30
Dan Sosedoff
002f61d570 Add more missing mime types 2015-01-03 00:54:08 -06:00
Dan Sosedoff
a72ade041b Switch to mime standard lib for mime-type detection 2015-01-03 00:45:03 -06:00
Dan Sosedoff
0cf0ecc5e8 Readme: testing sections and build status on appveyor 2015-01-02 14:27:51 -06:00
Dan Sosedoff
42ef52d271 Add appveyor integration to build/test on windows 2015-01-02 14:22:54 -06:00
Dan Sosedoff
e6a2af1cd4 Update changelog 2015-01-02 12:53:42 -06:00
Dan Sosedoff
8b2ff2b57d Better description for make docker 2014-12-31 18:47:21 -06:00
Dan Sosedoff
23aca09afc 2015 2014-12-31 18:33:06 -06:00
Dan Sosedoff
00fa57d9c4 Format and validate connection url on /api/connect endpoint 2014-12-31 18:23:51 -06:00
Dan Sosedoff
5f7b18fe0e Do not render bookmarks if api returned error 2014-12-31 18:20:40 -06:00
Dan Sosedoff
fc5d7c2045 Restructure readme 2014-12-29 20:03:35 -06:00
Dan Sosedoff
e5ef5b93e1 Changelog 2014-12-28 00:36:33 -06:00
Dan Sosedoff
081f0f7ebc Remove uppercase transformation styles from tables headers 2014-12-28 00:08:13 -06:00
Dan Sosedoff
fadfaeb547 Regenerate production assets after make clean 2014-12-28 00:05:25 -06:00
Dan Sosedoff
95c804b5b5 Update changelog 2014-12-27 00:01:51 -06:00
Dan Sosedoff
6f4924878a Update dockerfile 2014-12-26 23:57:30 -06:00
Dan Sosedoff
83429723ce Add tests to makefile usage 2014-12-26 20:51:04 -06:00
Dan Sosedoff
a9c482a7c6 Add usage to makefile 2014-12-26 20:50:15 -06:00
Dan Sosedoff
dada1ab0c1 Fix debug connection string output 2014-12-17 21:59:43 -06:00
Dan Sosedoff
7859870646 Swtich to use new connection string builder function 2014-12-17 21:59:26 -06:00
Dan Sosedoff
58ee238db4 Test blank connection options 2014-12-17 21:56:15 -06:00
Dan Sosedoff
09ad707d94 Update travis config 2014-12-17 21:39:28 -06:00
Dan Sosedoff
dfefaded1f Add make test 2014-12-17 21:39:03 -06:00
Dan Sosedoff
6585c3be40 Add testify to godep 2014-12-17 21:38:30 -06:00
Dan Sosedoff
d0a6190887 Add connection string builder 2014-12-17 21:32:50 -06:00
Dan Sosedoff
73ee7ca95a Define cli options struct 2014-12-16 20:25:40 -06:00
Dan Sosedoff
d904ea9a29 Makefile changes
- Rename "make build" to "make release"
- Task "make release" will build all targets
- Task "make build" will build production binary for current os
2014-12-13 20:43:07 -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
2bc16d6c1b Print connection string when creating a new client with debug option 2014-12-12 18:21:40 -06:00
Dan Sosedoff
d93ec7e56d Revert "Refactor conditional"
This reverts commit de22b80203.
2014-12-12 18:15:37 -06:00
Dan Sosedoff
de22b80203 Refactor conditional 2014-12-12 18:05:51 -06:00
Dan Sosedoff
4086215a03 Try to build on go1.4 2014-12-10 23:48:20 -06:00