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
Dan Sosedoff
d72f1c85c1
Merge pull request #347 from sosedoff/specs-refactor
...
Specs refactor and tweaks
2018-02-28 22:55:45 -06:00
Dan Sosedoff
62fc8a1054
Remove boot2docker mention, its deprecated and no longer supported
2018-02-28 22:35:02 -06:00
Dan Sosedoff
e4b1c60ce5
Skip running tests on 10.x branch for now
2018-02-28 22:33:14 -06:00
Dan Sosedoff
b620d8f0f2
Specify postgres 10.0 in test-all script
2018-02-22 14:41:45 -06:00
Dan Sosedoff
47500bf92e
Specs refactor and tweaks
...
- Make ParseOptions func to take an arg and return struct so we can test it
- Refactor and add more tests for options parsing
- Run test suite on postgres 10.x branch
- Change format for connection idle timer from float64 to in
2018-02-22 14:20:18 -06:00
Dan Sosedoff
6938eb5f35
Update go versions for testing
2018-02-19 20:37:28 -06:00
Dan Sosedoff
8936adbe1c
Merge branch 'go193'
2018-01-30 23:30:12 -06:00
Dan Sosedoff
121f278713
Merge pull request #343 from sosedoff/list-constraint-name
...
Include constraint name under "constraints" tab
2018-01-30 23:29:54 -06:00
Dan Sosedoff
0a0b07a255
Merge pull request #337 from ribice/patch-1
...
Update bookmarks.go
2018-01-30 23:22:33 -06:00
Dan Sosedoff
f44b436bc1
Update travis config per recommendation
2018-01-30 23:20:19 -06:00
Dan Sosedoff
75ab487031
Go 1.9.3 on travis
2018-01-30 22:51:52 -06:00
Dan Sosedoff
133c936d7b
License years
2018-01-30 22:42:37 -06:00
Dan Sosedoff
b0146a5a76
Update test case to handle the constraint result rows
2018-01-30 22:41:12 -06:00