Dan Sosedoff
2e64b56d14
Specify metadata for heroku
2018-09-05 10:35:45 -05:00
Dan Sosedoff
1620f2be56
Merge pull request #375 from sosedoff/dep
...
Dependencies update and switch to dep
2018-09-04 09:02:09 -05:00
Dan Sosedoff
f6fa44b7fc
Update go test script
2018-08-31 22:37:24 -05:00
Dan Sosedoff
ab33472bf4
Turn off CGO for win
2018-08-31 22:30:59 -05:00
Dan Sosedoff
5ad15326ec
Another appveyor pass
2018-08-31 22:24:36 -05:00
Dan Sosedoff
86c301bcf9
Try appveyor without overriding GOPATH
2018-08-31 22:19:48 -05:00
Dan Sosedoff
7a52df61ec
Add missing dep install
2018-08-31 22:13:01 -05:00
Dan Sosedoff
0c40f1907e
Update appveyor build script
2018-08-31 22:11:54 -05:00
Dan Sosedoff
35641e5957
Remove failing mime types from test
2018-08-31 22:01:51 -05:00
Dan Sosedoff
82130ecce0
Update CI matrix to use latest 2 versions of go
2018-08-31 21:57:48 -05:00
Dan Sosedoff
ad81f666a5
Switch to dep for dependency management
2018-08-31 21:49:24 -05:00
Dan Sosedoff
847f47c5d3
Remove premium/donations section from readme
2018-08-20 21:18:49 -05:00
Dan Sosedoff
aefcf81bb3
Changelog update
2018-08-20 21:15:50 -05:00
Dan Sosedoff
e3b2d08021
Update dockerfile
2018-08-20 21:04:10 -05:00
Dan Sosedoff
3da2af9111
Merge pull request #370 from sosedoff/table-filter-tweaks
...
Automatically set table filter option to 'equals' if its not set
2018-08-20 20:54:16 -05:00
Dan Sosedoff
a6eade1ae1
Automatically set table filter option to 'equals' if its not set
2018-08-20 20:42:38 -05:00
Dan Sosedoff
3b3d739e91
Merge pull request #356 from ericdagenais/itn/table-quotes
...
Fixes relation not found errors when dealing with table names that have uppercase characters
2018-06-26 22:23:48 -05:00
Eric Dagenais
9bb3afe6ce
Merge remote-tracking branch 'upstream/master' into itn/tables-quotes-2
...
# Conflicts:
# pkg/client/client.go
2018-06-20 07:19:34 -07:00
Dan Sosedoff
41a99be4ca
Merge pull request #366 from allisson/master
...
Add EstimatedTableRowsCount to avoid count in large tables
2018-06-18 10:26:56 -05:00
Allisson Azevedo
808f6eea33
Change EstimatedTableRowsCount query
2018-06-16 18:12:11 -03:00
Allisson Azevedo
974570c79e
Add more tests
2018-06-16 11:09:37 -03:00
Allisson Azevedo
5ba53d3cbd
Add test_EstimatedTableRowsCount
2018-06-14 17:51:16 -03:00
Allisson Azevedo
8748f07167
Use EstimatedTableRowsCount only for postgresql
2018-06-14 16:36:22 -03:00
Allisson Azevedo
d603b293d8
Add EstimatedTableRowsCount to avoid count in large tables
2018-06-14 16:10:59 -03:00
Dan Sosedoff
2ce5e9a1e2
Merge pull request #365 from sosedoff/cockroachdb
...
CockroachDB initial fixes
2018-06-05 22:59:02 -05:00
Dan Sosedoff
108754a8c3
Verify that database name is specified when opening the connection
2018-06-05 22:31:22 -05:00
Dan Sosedoff
8ea8960696
Fix killproc func in cockroach smoke test
2018-06-05 18:58:38 -05:00
Dan Sosedoff
1cbcb73948
Print a correct database server name when starting
2018-06-05 18:28:22 -05:00
Dan Sosedoff
e68c7e2c61
Add cockroachdb smoke test
2018-06-05 18:20:58 -05:00
Dan Sosedoff
e09f892442
Fix table info call, just return placeholder for now
2018-06-05 16:38:00 -05:00
Dan Sosedoff
56f3b45a4e
Fix activity list
2018-06-05 15:48:16 -05:00
Dan Sosedoff
77770112bd
Detect server type and version with regular expression
2018-06-05 15:35:19 -05:00
Dan Sosedoff
b18af0b907
Merge pull request #358 from sosedoff/check-for-pgdump
...
Check if pg_dump is available before running database export
2018-04-26 00:14:17 -05:00
Dan Sosedoff
da98261d27
Remove GOVENDOREXPERIMENT and add go 1.10.1
2018-04-26 00:08:30 -05:00
Dan Sosedoff
9fae7c06af
Use -race flag with go test
2018-04-26 00:05:32 -05:00
Dan Sosedoff
b29c013706
Use go get -u to fetch initial deps
2018-04-26 00:04:48 -05:00
Dan Sosedoff
0b095f43bb
Restructure routes
2018-04-25 23:52:22 -05:00
Dan Sosedoff
e2be689a05
Check if pg_dump is available before running database export
2018-04-25 23:29:18 -05:00
Dan Sosedoff
7dce0fb4f4
Cleanup whitespace in dockerfile
2018-04-25 23:19:39 -05:00
Dan Sosedoff
a66cf92bd5
Merge pull request #357 from Bizzelicious/patch-1
...
Update Dockerfile
2018-04-25 23:19:00 -05:00
Jesper Eneberg
5c8bdf04a1
Update Dockerfile
...
* Changed MAINTAINER instruction to LABEL since MAINTAINER is deprecated. See https://docs.docker.com/engine/reference/builder/#maintainer-deprecated for more info.
2018-04-26 00:06:18 +02:00
Jesper Eneberg
315bf650d4
Update Dockerfile
...
* Removed `apk update`.
* Added `--no-cache` parameter. As of Alpine Linux 3.3 we can utilize the `--no-cache` option for apk. It allows us to install packages with an index that is updated and used on-the-fly and not cached locally. No need to run `apk update`, `apk add --update` and remove `/var/cache/apk/*` when done installing packages.
* Added postgres package so we can utilize pg_dump to dump tables and databases.
2018-04-26 00:00:05 +02:00
Dan Sosedoff
f2579a7b37
Bump the pgweb version in docker file
2018-04-24 11:40:03 -05:00
Dan Sosedoff
319b88cedf
Update changelog
2018-04-23 12:13:38 -05:00
Dan Sosedoff
9af721176b
Release 0.9.12
2018-04-23 12:07:53 -05:00
Dan Sosedoff
113e2f27fb
Regenerate bindata
2018-04-23 11:16:02 -05:00
Eric Dagenais
7b3e99b599
fixes issue that generates an error message when getting table info, getting table schema, and exporting data for tables with uppercase letters
2018-04-11 06:24:56 -07:00
Dan Sosedoff
2398035e53
Another pass
2018-03-16 20:15:06 -05:00
Dan Sosedoff
d153d47604
Another pass at gofmt enforcement
2018-03-16 20:04:08 -05:00
Dan Sosedoff
a02c813784
Check files with go fmt in CI
2018-03-16 19:59:58 -05:00