Commit Graph

  • 903a265676 Fix JSON marshal panic when dealing with NaN values Dan Sosedoff 2018-11-27 16:51:51 -06:00
  • 965cf754cf Allow settings url prefix with URL_PREFIX env var Dan Sosedoff 2018-11-27 14:58:50 -06:00
  • 3850eedf07 Add docker badge Dan Sosedoff 2018-11-19 18:18:29 -06:00
  • 0b400b1ffd
    Merge pull request #386 from HaraldNordgren/go_versions Dan Sosedoff 2018-11-14 18:40:21 -06:00
  • abb143601b Add test for serverResult func Dan Sosedoff 2018-11-05 17:07:32 -06:00
  • 4d193f0dd6 Bump Go versions and use '.x' to always get latest patch versions Harald Nordgren 2018-10-28 13:33:16 +01:00
  • 9ca959c31c
    Merge pull request #381 from sosedoff/row-context-menu Dan Sosedoff 2018-09-16 16:42:51 -05:00
  • 29d4b276e2 Do not show row context menu if results are empty Dan Sosedoff 2018-09-14 18:19:24 -05:00
  • 6ed3d5b501 Add result row context menu to copy value or filter rows Dan Sosedoff 2018-09-14 18:14:18 -05:00
  • 14037ddad2 Take out failing test due to new sessions behavior Dan Sosedoff 2018-09-14 01:00:47 -05:00
  • 1ecf18e41c Also flush bookmark under sessions/connect setup Dan Sosedoff 2018-09-14 00:56:16 -05:00
  • badcf700b9 Clear out connection settings when running in session/connect mode Dan Sosedoff 2018-09-14 00:54:42 -05:00
  • 527c680e1f
    Merge pull request #380 from sosedoff/localhost-default Dan Sosedoff 2018-09-14 00:14:35 -05:00
  • 174b2ffdbb Make localhost to be a default db host Dan Sosedoff 2018-09-14 00:04:02 -05:00
  • b4e2f2f13e
    Merge pull request #379 from sosedoff/numeric-stats-count Dan Sosedoff 2018-09-14 00:00:11 -05:00
  • fb7676ab4e Include rows count to numeric stats view on table column Dan Sosedoff 2018-09-13 23:46:33 -05:00
  • c9018e843e Regenerate bindata Dan Sosedoff 2018-09-13 23:41:59 -05:00
  • 31db9658e0
    Merge pull request #377 from sosedoff/column-numstats Dan Sosedoff 2018-09-13 23:32:43 -05:00
  • 449254bcfd
    Merge pull request #378 from sosedoff/connection-string-fixes Dan Sosedoff 2018-09-13 23:31:06 -05:00
  • fc380df8dd Fix failing win test Dan Sosedoff 2018-09-13 23:22:25 -05:00
  • dc4e8598f7 Refactor building connection string from options Dan Sosedoff 2018-09-13 22:44:11 -05:00
  • b0151ee985 Refactor connection string generator Dan Sosedoff 2018-09-13 22:25:15 -05:00
  • b9eba7bfa4 Add column context menu item to get numeric stats Dan Sosedoff 2018-09-13 20:50:33 -05:00
  • cad6c39e72 Update root package Dan Sosedoff 2018-09-05 10:43:56 -05:00
  • 2e64b56d14 Specify metadata for heroku Dan Sosedoff 2018-09-05 10:35:45 -05:00
  • 1620f2be56
    Merge pull request #375 from sosedoff/dep Dan Sosedoff 2018-09-04 09:02:09 -05:00
  • f6fa44b7fc Update go test script Dan Sosedoff 2018-08-31 22:37:24 -05:00
  • ab33472bf4 Turn off CGO for win Dan Sosedoff 2018-08-31 22:30:59 -05:00
  • 5ad15326ec Another appveyor pass Dan Sosedoff 2018-08-31 22:24:36 -05:00
  • 86c301bcf9 Try appveyor without overriding GOPATH Dan Sosedoff 2018-08-31 22:19:48 -05:00
  • 7a52df61ec Add missing dep install Dan Sosedoff 2018-08-31 22:13:01 -05:00
  • 0c40f1907e Update appveyor build script Dan Sosedoff 2018-08-31 22:11:54 -05:00
  • 35641e5957 Remove failing mime types from test Dan Sosedoff 2018-08-31 22:01:51 -05:00
  • 82130ecce0 Update CI matrix to use latest 2 versions of go Dan Sosedoff 2018-08-31 21:57:48 -05:00
  • ad81f666a5 Switch to dep for dependency management Dan Sosedoff 2018-08-31 21:49:24 -05:00
  • 847f47c5d3 Remove premium/donations section from readme Dan Sosedoff 2018-08-20 21:18:49 -05:00
  • aefcf81bb3 Changelog update Dan Sosedoff 2018-08-20 21:15:50 -05:00
  • e3b2d08021 Update dockerfile Dan Sosedoff 2018-08-20 21:04:10 -05:00
  • 3da2af9111
    Merge pull request #370 from sosedoff/table-filter-tweaks Dan Sosedoff 2018-08-20 20:54:16 -05:00
  • a6eade1ae1 Automatically set table filter option to 'equals' if its not set Dan Sosedoff 2018-08-20 20:42:38 -05:00
  • 3b3d739e91
    Merge pull request #356 from ericdagenais/itn/table-quotes Dan Sosedoff 2018-06-26 22:23:48 -05:00
  • 9bb3afe6ce Merge remote-tracking branch 'upstream/master' into itn/tables-quotes-2 Eric Dagenais 2018-06-20 07:19:34 -07:00
  • 41a99be4ca
    Merge pull request #366 from allisson/master Dan Sosedoff 2018-06-18 10:26:56 -05:00
  • 808f6eea33 Change EstimatedTableRowsCount query Allisson Azevedo 2018-06-16 18:12:11 -03:00
  • 974570c79e Add more tests Allisson Azevedo 2018-06-16 11:09:37 -03:00
  • 5ba53d3cbd Add test_EstimatedTableRowsCount Allisson Azevedo 2018-06-14 17:51:16 -03:00
  • 8748f07167 Use EstimatedTableRowsCount only for postgresql Allisson Azevedo 2018-06-14 16:36:22 -03:00
  • d603b293d8 Add EstimatedTableRowsCount to avoid count in large tables Allisson Azevedo 2018-06-14 16:10:59 -03:00
  • 2ce5e9a1e2
    Merge pull request #365 from sosedoff/cockroachdb Dan Sosedoff 2018-06-05 22:59:02 -05:00
  • 108754a8c3 Verify that database name is specified when opening the connection Dan Sosedoff 2018-06-05 22:31:22 -05:00
  • 8ea8960696 Fix killproc func in cockroach smoke test Dan Sosedoff 2018-06-05 18:58:38 -05:00
  • 1cbcb73948 Print a correct database server name when starting Dan Sosedoff 2018-06-05 18:28:22 -05:00
  • e68c7e2c61 Add cockroachdb smoke test Dan Sosedoff 2018-06-05 18:20:58 -05:00
  • e09f892442 Fix table info call, just return placeholder for now Dan Sosedoff 2018-06-05 16:38:00 -05:00
  • 56f3b45a4e Fix activity list Dan Sosedoff 2018-06-05 15:48:16 -05:00
  • 77770112bd Detect server type and version with regular expression Dan Sosedoff 2018-06-05 15:35:19 -05:00
  • b18af0b907
    Merge pull request #358 from sosedoff/check-for-pgdump Dan Sosedoff 2018-04-26 00:14:17 -05:00
  • da98261d27 Remove GOVENDOREXPERIMENT and add go 1.10.1 Dan Sosedoff 2018-04-26 00:08:30 -05:00
  • 9fae7c06af Use -race flag with go test Dan Sosedoff 2018-04-26 00:05:32 -05:00
  • b29c013706 Use go get -u to fetch initial deps Dan Sosedoff 2018-04-26 00:04:48 -05:00
  • 0b095f43bb Restructure routes Dan Sosedoff 2018-04-25 23:52:22 -05:00
  • e2be689a05 Check if pg_dump is available before running database export Dan Sosedoff 2018-04-25 23:29:18 -05:00
  • 7dce0fb4f4 Cleanup whitespace in dockerfile Dan Sosedoff 2018-04-25 23:19:39 -05:00
  • a66cf92bd5
    Merge pull request #357 from Bizzelicious/patch-1 Dan Sosedoff 2018-04-25 23:19:00 -05:00
  • 5c8bdf04a1
    Update Dockerfile Jesper Eneberg 2018-04-26 00:06:18 +02:00
  • 315bf650d4
    Update Dockerfile Jesper Eneberg 2018-04-26 00:00:05 +02:00
  • f2579a7b37 Bump the pgweb version in docker file Dan Sosedoff 2018-04-24 11:40:03 -05:00
  • 319b88cedf Update changelog Dan Sosedoff 2018-04-23 12:13:38 -05:00
  • 9af721176b Release 0.9.12 v0.9.12 Dan Sosedoff 2018-04-23 12:07:53 -05:00
  • 113e2f27fb Regenerate bindata Dan Sosedoff 2018-04-23 11:16:02 -05:00
  • 7b3e99b599 fixes issue that generates an error message when getting table info, getting table schema, and exporting data for tables with uppercase letters Eric Dagenais 2018-04-11 05:54:50 -07:00
  • 2398035e53 Another pass Dan Sosedoff 2018-03-16 20:15:06 -05:00
  • d153d47604 Another pass at gofmt enforcement Dan Sosedoff 2018-03-16 20:04:08 -05:00
  • a02c813784 Check files with go fmt in CI Dan Sosedoff 2018-03-16 19:59:58 -05:00
  • d72f1c85c1
    Merge pull request #347 from sosedoff/specs-refactor Dan Sosedoff 2018-02-28 22:55:45 -06:00
  • 62fc8a1054 Remove boot2docker mention, its deprecated and no longer supported Dan Sosedoff 2018-02-28 22:35:02 -06:00
  • e4b1c60ce5 Skip running tests on 10.x branch for now Dan Sosedoff 2018-02-28 22:33:14 -06:00
  • b620d8f0f2 Specify postgres 10.0 in test-all script Dan Sosedoff 2018-02-22 14:41:45 -06:00
  • 47500bf92e Specs refactor and tweaks Dan Sosedoff 2018-02-22 14:20:18 -06:00
  • 6938eb5f35 Update go versions for testing Dan Sosedoff 2018-02-19 20:37:28 -06:00
  • 8936adbe1c Merge branch 'go193' Dan Sosedoff 2018-01-30 23:30:12 -06:00
  • 121f278713
    Merge pull request #343 from sosedoff/list-constraint-name Dan Sosedoff 2018-01-30 23:29:54 -06:00
  • 0a0b07a255
    Merge pull request #337 from ribice/patch-1 Dan Sosedoff 2018-01-30 23:22:33 -06:00
  • f44b436bc1 Update travis config per recommendation Dan Sosedoff 2018-01-30 23:20:19 -06:00
  • 75ab487031 Go 1.9.3 on travis Dan Sosedoff 2018-01-30 22:51:52 -06:00
  • 133c936d7b License years Dan Sosedoff 2018-01-30 22:42:37 -06:00
  • b0146a5a76 Update test case to handle the constraint result rows Dan Sosedoff 2018-01-30 22:41:12 -06:00
  • 9c0d887a3c List name and definition for table constraints Dan Sosedoff 2018-01-30 22:34:54 -06:00
  • 2b2c76bde9
    Update bookmarks.go Emir Ribić 2018-01-08 10:55:05 +01:00
  • 43fe84de3a Add link to PG docs about connection strings Dan Sosedoff 2017-12-14 22:49:10 -06:00
  • 318c33e8ff Changelog Dan Sosedoff 2017-12-07 23:06:28 -06:00
  • c32784e8ae Release 0.9.11 v0.9.11 Dan Sosedoff 2017-12-07 22:57:56 -06:00
  • 898cdd2d65 Bindata gen Dan Sosedoff 2017-12-07 22:56:55 -06:00
  • b441151e09
    Merge pull request #330 from sosedoff/view-actions Dan Sosedoff 2017-12-01 09:52:21 -06:00
  • 0ea173ffe5 Add views context menu Dan Sosedoff 2017-11-30 23:38:15 -06:00
  • 4b1d0a614c
    Merge pull request #329 from sosedoff/db-prefix-for-export-files Dan Sosedoff 2017-11-30 22:57:44 -06:00
  • 02d598f406 Add db prefix for table export files Dan Sosedoff 2017-11-30 22:47:42 -06:00
  • ae11e469d2
    Merge pull request #327 from sosedoff/no-autocomplete-on-connection-url Dan Sosedoff 2017-11-30 22:35:05 -06:00
  • 4f2fac11d3 Disable autocomplete on the connection url string for security reasons Dan Sosedoff 2017-11-30 22:25:20 -06:00
  • 68bc907bd2 Godep: 1.9 Dan Sosedoff 2017-11-28 19:37:25 -06:00