Dan Sosedoff
0556d8b69d
Switch to github.com/go-bindata/go-bindata fork
2019-01-28 16:32:43 -06:00
Dan Sosedoff
01516e030b
Merge pull request #408 from sosedoff/fix-auto-user-detection
...
Fix error when automatic user detection fails
2019-01-28 14:30:57 -06:00
Dan Sosedoff
c32d68809b
Add extra note
2019-01-28 14:22:05 -06:00
Dan Sosedoff
d48172986e
Fix error when automatic user detection fails
2019-01-28 14:03:45 -06:00
Dan Sosedoff
e6f6dbbddd
Update license years
2019-01-28 12:08:25 -06:00
Dan Sosedoff
7995a588bd
Remove apt cache when building docker container
2019-01-28 12:02:30 -06:00
Dan Sosedoff
baa587166c
Merge pull request #405 from Nhat002/fix_encode_query_to_base64_in_export
...
Add custome base64 encode to handle special characters on query to export result
2019-01-28 11:47:36 -06:00
Dan Sosedoff
8dab66567d
Merge pull request #406 from sosedoff/fix-startup-error-with-db-url
...
Fix startup error when DATABASE_URL is set
2019-01-25 11:08:02 -06:00
Dan Sosedoff
a7959ad0fa
Fix startup error when DATABASE_URL is set
2019-01-25 10:29:24 -06:00
Nhat Tran
25304f8229
Fix: missing base64.js in index.html and remove blank space
2019-01-25 12:04:21 +08:00
Nhat Tran
bc0602c523
Add custome base64 encode to handle special character
2019-01-24 15:35:16 +08:00
Dan Sosedoff
ae60604ef1
Fix typo
2019-01-16 22:54:23 -06:00
Dan Sosedoff
4bdcfbd5b1
Update changelog/dockerfile
2018-12-24 13:08:20 -06:00
Dan Sosedoff
53c02d8914
Release 0.11.0
2018-12-24 12:57:39 -06:00
Dan Sosedoff
4d74052ad8
Merge pull request #401 from sosedoff/db-object-counter-style
...
Tweak sidebar database object counters styles
2018-12-19 19:41:45 -06:00
Dan Sosedoff
435a67cb5d
Tweak sidebar database object counters styles
2018-12-19 12:40:28 -06:00
Dan Sosedoff
aadee6ac8a
Merge pull request #399 from sosedoff/fix-start-with-default-db
...
Do not exit with error if local server is not running
2018-12-18 20:23:09 -06:00
Dan Sosedoff
9c07ac356b
Do not exit with error if local server is not running
2018-12-18 18:11:56 -06:00
Dan Sosedoff
9a3c79d93d
Merge pull request #398 from sosedoff/ssh-host-callback-fix
...
SSH connection fix
2018-12-14 20:18:41 -06:00
Dan Sosedoff
2bd9f39da5
Fix SSH error: ssh: must specify HostKeyCallback
2018-12-14 19:56:33 -06:00
Dan Sosedoff
c4e63dcc85
Regenerate bindata
2018-12-13 22:36:38 -06:00
Dan Sosedoff
794e5a22c1
Rename command.VERSION to command.Version
2018-12-13 22:35:43 -06:00
Dan Sosedoff
eeb5245cb9
Typo fix
2018-12-13 17:56:57 -06:00
Dan Sosedoff
e8328b25bc
Merge pull request #397 from sosedoff/restrict-activity
...
Scope activity list to current database
2018-12-13 13:12:49 -06:00
Dan Sosedoff
9c1ce91de1
Scope activity list to current database
2018-12-13 12:14:10 -06:00
Dan Sosedoff
073bcea56f
Add note about pgweb pro version
2018-12-12 21:08:34 -06:00
Dan Sosedoff
9e3872c980
Merge pull request #396 from sosedoff/show-pgweb-version
...
Show current release and check for updates
2018-12-12 20:52:20 -06:00
Dan Sosedoff
658d14314b
Show pgweb version on homep age and check for newer releases
2018-12-12 20:35:07 -06:00
Dan Sosedoff
107a3ac6d4
Merge pull request #395 from sosedoff/fix-bookmark-switch
...
Force switch back to default connection settings view
2018-12-12 20:19:37 -06:00
Dan Sosedoff
ad82841eb2
Force switch back to default connection settings view
2018-12-12 18:29:07 -06:00
Dan Sosedoff
c9d94b54d7
Merge pull request #394 from sosedoff/fix-row-estimation
...
Fix row estimation bug
2018-12-12 14:33:06 -06:00
Dan Sosedoff
d96ddf9b18
Merge pull request #393 from sosedoff/debug-failed-queries
...
Print out failed query SQL and args with --debug flag
2018-12-12 13:57:17 -06:00
Dan Sosedoff
7917c2ad35
Simplify TableRowsCount func logic
2018-12-12 13:56:08 -06:00
Dan Sosedoff
2db5ce544f
Fix row estimation bug
...
The variable `table` is mutated from `schema.tablename` to `tablename`
before being passed to other functions, which try to parse the schema
from the name. This results in schema name being `public` because it's
missing from the given table name.
2018-12-12 13:33:55 -06:00
Dan Sosedoff
474b99c6d5
Print out failed query SQL and args with --debug flag
2018-12-12 13:22:36 -06:00
Dan Sosedoff
aded63f76f
Merge pull request #390 from sosedoff/refactor2
...
Cleanup and refactor
2018-12-04 12:54:17 -06:00
Dan Sosedoff
d1a7e6ecfe
More lint
2018-12-04 12:42:37 -06:00
Dan Sosedoff
a5b8e02a98
Cleanup backend handler
2018-12-01 22:35:11 -06:00
Dan Sosedoff
72af00f1b7
Refactor api package
2018-11-30 21:40:28 -06:00
Dan Sosedoff
b86a849e00
Update pgweb version in dockerfile to 0.10.0
2018-11-28 10:39:02 -06:00
Dan Sosedoff
09c3a1862a
Update changelog
2018-11-28 10:38:42 -06:00
Dan Sosedoff
54da27ef70
Release 0.10.0
2018-11-28 10:25:37 -06:00
Dan Sosedoff
d9728cbb7a
Changelog
2018-11-27 17:50:47 -06:00
Dan Sosedoff
420478ce6e
Merge pull request #389 from sosedoff/fix-startup-with-default-db
...
Fix startup behavior when user did not provide a database name
2018-11-27 17:32:16 -06:00
Dan Sosedoff
21d2893292
Fix startup behavior when user did not provide a database name
2018-11-27 17:23:55 -06:00
Dan Sosedoff
1189bdef33
Merge pull request #388 from sosedoff/fix-json-naan-panic
...
Fix JSON marshal panic when dealing with NaN values
2018-11-27 17:00:38 -06:00
Dan Sosedoff
15d2e7917a
Merge pull request #387 from sosedoff/url-prefix-env-var
...
Allow settings url prefix with URL_PREFIX env var
2018-11-27 17:00:10 -06:00
Dan Sosedoff
903a265676
Fix JSON marshal panic when dealing with NaN values
2018-11-27 16:51:51 -06:00
Dan Sosedoff
965cf754cf
Allow settings url prefix with URL_PREFIX env var
2018-11-27 14:58:50 -06:00
Dan Sosedoff
3850eedf07
Add docker badge
2018-11-19 18:18:29 -06:00