Dan Sosedoff
|
e4e7287441
|
Changelog
|
2015-02-09 02:00:27 -06:00 |
|
Dan Sosedoff
|
f78c83188f
|
Merge pull request #79 from sosedoff/gin-0.5.0
Gin 0.5.0
|
2015-02-09 01:57:44 -06:00 |
|
Dan Sosedoff
|
a57c9e79d9
|
Tweak client test teardown error message
|
2015-02-09 01:45:11 -06:00 |
|
Dan Sosedoff
|
772e854aa6
|
Terminate process if server cant be starter
|
2015-02-09 01:40:51 -06:00 |
|
Dan Sosedoff
|
717bc0d919
|
Fix gin context abort, it does not take args anymore
|
2015-02-09 01:32:29 -06:00 |
|
Dan Sosedoff
|
c64d58cee9
|
Update gin to 0.5.0
|
2015-02-09 01:31:16 -06:00 |
|
Dan Sosedoff
|
a5dc06f217
|
Use golang:1.4.1 in dockerfile
|
2015-02-08 23:17:26 -06:00 |
|
Dan Sosedoff
|
631ef974b6
|
Add 'make bootstrap' task
|
2015-02-02 14:15:57 -06:00 |
|
Dan Sosedoff
|
a749d6ce13
|
Version bump: 0.5.0
|
2015-01-13 22:42:59 -06:00 |
|
Dan Sosedoff
|
1bd5e1f04b
|
Changelog
|
2015-01-13 22:42:46 -06:00 |
|
Dan Sosedoff
|
5467b07823
|
Skip postgres tests on windows for now
|
2015-01-13 22:24:00 -06:00 |
|
Dan Sosedoff
|
ead8f0e449
|
Print command output with error in tests
|
2015-01-13 22:06:01 -06:00 |
|
Dan Sosedoff
|
0860a6b704
|
Fix typo in command
|
2015-01-13 21:39:22 -06:00 |
|
Dan Sosedoff
|
573737a9ae
|
Try to run pg tests on windows
|
2015-01-13 21:32:47 -06:00 |
|
Dan Sosedoff
|
076c40e624
|
Add postgresql addon to travis config
|
2015-01-13 21:23:44 -06:00 |
|
Dan Sosedoff
|
dc60ae89da
|
Add postgresql service to appveyor config
|
2015-01-13 21:23:08 -06:00 |
|
Dan Sosedoff
|
d68bea75f0
|
Test history adding
|
2015-01-13 21:21:56 -06:00 |
|
Dan Sosedoff
|
9968b088ea
|
Code formatting tweaks
|
2015-01-13 21:18:11 -06:00 |
|
Dan Sosedoff
|
bc47ccc818
|
Add initial client tests
|
2015-01-13 21:03:52 -06:00 |
|
Dan Sosedoff
|
96f8389751
|
Use wildcard in asset path
|
2015-01-12 22:32:32 -06:00 |
|
Dan Sosedoff
|
1c9d7807cf
|
Run make build instead of dev on travis
|
2015-01-10 10:30:14 -06:00 |
|
Dan Sosedoff
|
c9e88c86be
|
Show appveyor badge for master branch only
|
2015-01-09 23:31:49 -06:00 |
|
Dan Sosedoff
|
10ad49b766
|
Renate test dir to sql
|
2015-01-09 22:55:13 -06:00 |
|
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 |
|