Commit Graph

1301 Commits

Author SHA1 Message Date
Dan Sosedoff 678a6fd7cb Show results row context menu on custom query results 2020-03-15 19:50:19 -05:00
Dan Sosedoff 16e3cc3998 Update docker version, changelog 2020-02-19 20:30:36 -06:00
Dan Sosedoff 3e4e9c30c9 Release 0.11.6 v0.11.6 2020-02-19 20:24:33 -06:00
Dan Sosedoff 9aa52aa042 Remove contact section 2020-02-12 13:31:43 -06:00
Dan Sosedoff fb83d9635b License years update 2020-02-12 13:31:13 -06:00
Dan Sosedoff e112e21891 Merge pull request #455 from sosedoff/remote-double-click-on-cell
Remove double click action on cell
2020-02-12 13:28:37 -06:00
Dan Sosedoff 6025b7afb2 Remove double click action on cell
This feature was a source of confusion for new pgweb users for quite
some time now. Most people thought by double-clicking the cell it
would allow them to edit the value since the column is replaced
with textarea. The textarea was there to copy the cell's value, not
for editing. Feature is no longer required due to availability of a
cell context menu, which provides a link to copy the value.
2020-02-12 13:14:58 -06:00
Dan Sosedoff dc390b552d Build binaries for github.ref 2020-02-11 22:49:30 -06:00
Dan Sosedoff 9fabb602bf Testing github action workflow (#454)
Build and upload linux/mac binaries to S3 (unofficial releases)
2020-02-11 22:37:24 -06:00
Dan Sosedoff 12405d5106 Merge pull request #452 from sosedoff/ssl-root-cert
Extended SSL options
2020-02-11 11:11:07 -06:00
Dan Sosedoff e2217e5f71 Add tests for ssl params 2020-02-11 10:58:40 -06:00
Dan Sosedoff ce4aea8da1 Add ssl cert/key options 2020-02-05 22:09:13 -06:00
Dan Sosedoff 9c7f566d4d Add option to support sslrootcert parameter 2020-02-05 22:01:25 -06:00
Dan Sosedoff cc35a754e0 Add dockerignore 2019-12-16 17:26:23 -06:00
Dan Sosedoff c9a6065867 Update changelog, bump docker version 2019-12-16 17:23:34 -06:00
Dan Sosedoff 9d0a0e1db1 Release 0.11.5 v0.11.5 2019-12-16 17:15:55 -06:00
Dan Sosedoff 61fc975ac9 Merge pull request #450 from sosedoff/include-go-version-into-info
Include go version into info response
2019-12-04 20:40:02 -06:00
Dan Sosedoff 43a2945208 Include go version into info response 2019-12-04 20:29:23 -06:00
Dan Sosedoff 0d8502f799 Merge pull request #449 from sosedoff/object-autocompletion
Autocomplete on all database objects
2019-12-04 19:51:40 -06:00
Dan Sosedoff 5d2ec70476 Autocomplete on all database objects 2019-12-04 19:36:09 -06:00
Dan Sosedoff e54030dee9 Merge pull request #448 from jim68000/master
Fix for visual glitch when schema name wider than 250px
2019-12-04 12:39:42 -06:00
Jim Smith e5c53d598c Fix for visual glitch when schema name wider than 250px 2019-12-04 18:28:14 +00:00
Dan Sosedoff 07a9b00710 Merge pull request #447 from sosedoff/go-runtime-in-version
Include go version into builds
2019-11-29 14:13:21 -06:00
Dan Sosedoff 8b1f234b91 Include go version into builds 2019-11-29 13:59:50 -06:00
Dan Sosedoff a21ff40588 Add .idea to gitignore 2019-11-16 11:52:15 -06:00
Dan Sosedoff d833df8b0d Update heroku go version to 1.13 2019-11-02 13:45:56 -05:00
Dan Sosedoff bc95e8dced Add extra styling for autocomplete 2019-11-02 13:37:52 -05:00
Dan Sosedoff 9afc152f25 Merge pull request #443 from oleggator/autocompletion
Add SQL keyword autocompletion
2019-11-02 13:36:49 -05:00
Dan Sosedoff d9ea14e37f Merge pull request #445 from sosedoff/ssh-key-handling
SSH key handling update
2019-11-02 13:21:49 -05:00
Dan Sosedoff 8428d268b1 Lint 2019-11-02 13:00:23 -05:00
Dan Sosedoff 7475f398b1 Add support for encrypted ssh keys 2019-11-02 12:44:04 -05:00
Dan Sosedoff 9e64bb5eec Update ssh dependency 2019-11-02 11:36:42 -05:00
Dan Sosedoff 994ceca1d1 Return error when ssh key does not exist 2019-11-02 11:36:31 -05:00
Dan Sosedoff f2ab51a314 Update changelog, bump docker image version 2019-10-05 12:54:19 -05:00
Dan Sosedoff 059764d015 Release 0.11.4 v0.11.4 2019-10-05 12:48:21 -05:00
Oleg Utkin abf6acf82e add sql keyword autocompletion 2019-10-03 01:20:18 +03:00
Oleg Utkin 50a9a87a6a upgrade ace to 1.4.6 2019-10-03 01:17:29 +03:00
Dan Sosedoff 7a6450091a Code formatting and cleanup (#442)
* Formatting, extract error messages
* More refactor
* Move errors to a separate file
* Add missing file
* Misc
2019-09-29 12:16:42 -05:00
Dan Sosedoff c4db1973c4 Merge pull request #441 from sosedoff/drop-pg-dump-params
Drop unsupported pg_dump options from connection string
2019-09-25 20:39:55 -05:00
Dan Sosedoff b6f01da232 Drop unsupported pg_dump options from connection string 2019-09-25 20:29:21 -05:00
Dan Sosedoff d5e4a10137 Fix matrix 2019-09-21 12:49:30 -05:00
Dan Sosedoff 37c861cc81 Update travis matrix 2019-09-21 12:44:39 -05:00
Dan Sosedoff 1e4a09d8b5 Merge pull request #438 from sd65/fix-sql-export
Fix SQL export filename
2019-07-31 20:45:17 -05:00
Dan Sosedoff 27ace7cafd Merge pull request #439 from sd65/upgrade-alpine-to-3.10
Upgrade alpine to 3.10 - fix SQL export on up-to-date Postgresql
2019-07-31 10:21:58 -05:00
Sylvain DOIGNON 0bdf8b3498 display image size in docker-release task 2019-07-31 16:43:17 +02:00
Sylvain DOIGNON 0fc6ab8636 Upgrade alpine to 3.10 2019-07-31 15:32:51 +02:00
Sylvain DOIGNON 5bb339e1a2 fix SQL export filename 2019-07-31 14:43:55 +02:00
Dan Sosedoff 1334e48fc7 Update dockerfile 2019-07-24 17:28:15 -05:00
Dan Sosedoff 25af34aa6a Changelog update 2019-07-24 17:13:49 -05:00
Dan Sosedoff c830a55a64 Release 0.11.3 v0.11.3 2019-07-24 17:07:27 -05:00