Commit Graph

  • e1aa717b22 Print available environment variables in help message Dan Sosedoff 2022-11-22 16:09:01 -06:00
  • ee6898f243 Merge pull request #585 from sosedoff/cli-env-vars-support-with-prefix Dan Sosedoff 2022-11-22 15:25:07 -06:00
  • a2a5415ace Print deprecation notice when using unprefixed env var Dan Sosedoff 2022-11-22 15:20:49 -06:00
  • b1023cdcfd Add support for PGWEB_ prefixed env vars Dan Sosedoff 2022-11-22 14:50:58 -06:00
  • fa0efb1597 Make getCurrentUser method private Dan Sosedoff 2022-11-22 14:39:06 -06:00
  • 0a7de05892 Update github.com/jessevdk/go-flags package Dan Sosedoff 2022-11-15 18:02:30 -06:00
  • e5281751c1 Merge pull request #584 from sosedoff/github-container-registry Dan Sosedoff 2022-11-15 17:54:11 -06:00
  • c2fbfd2e6c Configure github container registry access for new releases Dan Sosedoff 2022-11-14 17:13:41 -06:00
  • c3ce8cfc3b Only run docker build workflow on master branch Dan Sosedoff 2022-11-14 16:36:33 -06:00
  • 3c6d98fa11 Merge pull request #582 from sosedoff/lint Dan Sosedoff 2022-11-14 16:35:26 -06:00
  • a5143ad9d3 Use checkout/setup v3 actions Dan Sosedoff 2022-11-14 16:14:50 -06:00
  • 9bfec11b48 Fix linting errors Dan Sosedoff 2022-11-14 16:10:50 -06:00
  • 580c1093d1 Add lint into github workflow Dan Sosedoff 2022-11-14 15:49:30 -06:00
  • c706523bd0 Lint: replace ioutil with os package Dan Sosedoff 2022-11-14 15:47:36 -06:00
  • 685c222b9d Lint: replace os.Kill trap with syscall.SIGTERM Dan Sosedoff 2022-11-14 15:43:34 -06:00
  • added3bb42 Add fly config for demo app Dan Sosedoff 2022-11-14 11:28:32 -06:00
  • 6fdf9261da Install latest postgres client (#577) Dan Sosedoff 2022-10-25 06:55:28 -05:00
  • 13091c2a7c Add make install target Dan Sosedoff 2022-09-18 10:14:51 -05:00
  • 1f65fec9ea Add netcat install in dockerfile to provide a way to healthcheck in docker compose (#572) Joubert RedRat 2022-08-19 11:22:16 -03:00
  • 9a75243732 Replace gox with a bash build script (#571) Dan Sosedoff 2022-07-26 20:17:40 -05:00
  • 2d6ec5dde7 Set build and release actions timeout to 30 mins Dan Sosedoff 2022-07-23 18:46:07 -05:00
  • fae23dc57c Update release action to use qemu and buildx v2 action Dan Sosedoff 2022-07-23 18:26:19 -05:00
  • 4607c1bb99 Update changelog Dan Sosedoff 2022-07-05 21:13:08 -05:00
  • 781469c4cf Version bump: 0.11.12 v0.11.12 Dan Sosedoff 2022-07-05 21:11:03 -05:00
  • ae3b74ad2a Docker build refactor (#568) Dan Sosedoff 2022-06-27 22:31:57 -05:00
  • 193073727a Use go 1.18 in github actions (#560) Dan Sosedoff 2022-05-20 20:41:01 -05:00
  • 9aa3a5a84e Do not run double checks in github actions Dan Sosedoff 2022-05-20 20:39:51 -05:00
  • 7b8b9f5c80 update go deps and alpine (#558) Boban Acimovic 2022-05-21 03:36:11 +02:00
  • 28229c4fc7 Update changelog and docker image version Dan Sosedoff 2022-03-29 23:35:22 -05:00
  • db2a7a8aa5 Version bump: 0.11.11 v0.11.11 Dan Sosedoff 2022-03-29 23:32:36 -05:00
  • 89f84367ad Change binary codec back to none (#555) Dan Sosedoff 2022-03-26 18:11:33 -05:00
  • 4c096e8774 Auto-detect the query from the query source based on user selection (#547) Dan Sosedoff 2022-02-10 20:14:42 -06:00
  • 5803295174 Added binary codec base58 as well as improving the help for --binary-codec flag (#548) Matthieu Vachon 2022-01-27 23:10:01 -05:00
  • ccf901d5c7 Bring back the pull_request github actions trigger Dan Sosedoff 2022-01-24 18:32:15 -06:00
  • 374dc600e0 Update changelog and docker target Dan Sosedoff 2022-01-20 21:37:05 -06:00
  • 8171907ec2 Version bump: 0.11.10 v0.11.10 Dan Sosedoff 2022-01-20 21:28:05 -06:00
  • 98f328a3fa Appveyor lint Dan Sosedoff 2022-01-08 14:52:21 -06:00
  • 3b4d0777a1 Bump license years Dan Sosedoff 2022-01-08 14:52:05 -06:00
  • e2f5e06c07 Add connect backend tests (#546) Dan Sosedoff 2022-01-08 14:45:21 -06:00
  • 0794c642e4 Use HTTP 302 status code for successful backend redirect (#544) Dan Sosedoff 2022-01-08 12:25:24 -06:00
  • 4c496feff2 Run github actions on pushes only Dan Sosedoff 2022-01-04 17:17:30 -06:00
  • 7718c249d0 Use go1.17 in go mod (#543) Dan Sosedoff 2022-01-03 21:11:02 -06:00
  • 17e95601ec Explain analyze dropdown button (#532) Tim Ings 2022-01-04 09:05:46 +08:00
  • af79994595 DRY ldflags; include build time into version string (#541) Dan Sosedoff 2021-12-30 15:33:43 -06:00
  • 706caa44bf Serialize binary bytea cols into hex/base64 (#537) Dan Sosedoff 2021-12-29 11:03:50 -06:00
  • 1323012cff Replace travis link in readme Dan Sosedoff 2021-12-25 11:41:30 -06:00
  • ccfa3497f3 GitHub actions migration (#540) Dan Sosedoff 2021-12-25 11:31:41 -06:00
  • b1b50045a5 Merge pull request #536 from maoueh/feature/remove-alert-on-column-copy Dan Sosedoff 2021-12-08 09:33:27 -06:00
  • cc1666b16a Removes (annoying) alert on column copy value Matthieu Vachon 2021-12-07 23:04:38 -05:00
  • be6ef48d40 Update changelog Dan Sosedoff 2021-10-08 21:55:10 -05:00
  • 7ec1e01edd Version bump: 0.11.9 v0.11.9 Dan Sosedoff 2021-10-08 21:30:45 -05:00
  • d44d1e77e8 Merge pull request #520 from tuaris/patch-1 Dan Sosedoff 2021-09-23 21:42:46 -04:00
  • 206f6dd909 Merge pull request #527 from sosedoff/gin-upgrade Dan Sosedoff 2021-09-23 21:42:21 -04:00
  • c109f25fae Upgrade gin to latest ; go mod tidy Dan Sosedoff 2021-09-23 20:29:52 -05:00
  • eab61f85b9 Merge pull request #522 from chenrui333/patch-2 Dan Sosedoff 2021-08-17 20:51:25 -05:00
  • 0252540c4b Merge pull request #525 from sosedoff/go-embed-path-prefix-fix Dan Sosedoff 2021-08-17 20:47:18 -05:00
  • 46935a7a12 Fix broken path prefix Dan Sosedoff 2021-08-10 12:12:05 -05:00
  • 360d7d87c5 Merge pull request #521 from chenrui333/patch-1 Dan Sosedoff 2021-07-22 08:25:49 -05:00
  • 01d4e9b9c6 chore: update image to use alpine:3.14 rui 2021-07-09 15:54:08 -04:00
  • 218800395d fix: should be build time rather than runtime rui 2021-07-09 15:52:09 -04:00
  • 46d84f4b2c FreeBSD rc.d startup script Daniel Morante 2021-07-09 02:24:17 -04:00
  • 3455a89fd5 Update version in dockerfile Dan Sosedoff 2021-07-07 19:43:07 -05:00
  • 49b6db19eb Update changelog Dan Sosedoff 2021-07-07 19:19:18 -05:00
  • 4de356cb1d Version bump: 0.11.8 v0.11.8 Dan Sosedoff 2021-07-07 19:11:42 -05:00
  • 9d1a3fd533 Merge pull request #516 from sosedoff/heroku-go-mod Dan Sosedoff 2021-05-10 09:18:27 -05:00
  • 8284c41d6e Specify buildpack version for Heroku Dan Sosedoff 2021-05-10 09:00:09 -05:00
  • cef4ab7eaa Merge pull request #513 from sosedoff/apple-silicon-binary-build Dan Sosedoff 2021-04-13 13:31:44 -05:00
  • b5abd7555f Add darwin/arm64 binary build target Dan Sosedoff 2021-04-12 09:59:15 -05:00
  • ceece29737 Remove extra whitespace Dan Sosedoff 2021-04-12 09:57:18 -05:00
  • 4adba368c4 Merge pull request #510 from MobileTeleSystems/go-1-16-embed Dan Sosedoff 2021-03-26 21:54:30 -05:00
  • 8e2c826ba3 go 1.16 features Nikita Kazarian 2021-03-05 03:38:08 +03:00
  • 68e6f2d117 Merge pull request #509 from MobileTeleSystems/move-to-go-modules Dan Sosedoff 2021-03-04 11:46:27 -06:00
  • 4a3145bfbd add GO111MODULE=on to Makefile for go 1.12 support Nikita Kazarian 2021-03-04 00:31:10 +03:00
  • 21e8493838 move project to go modules Nikita Kazarian 2021-03-03 23:56:30 +03:00
  • a3f0de7916 Remove artifacts build workflow Dan Sosedoff 2021-02-28 13:10:03 -06:00
  • 64c5ca5cb1 Merge pull request #497 from camccar/Arm64Build Dan Sosedoff 2020-12-07 20:33:22 -06:00
  • 70069e4e23 Add arm64 v7 option caleb mccarthy 2020-12-05 15:26:57 -06:00
  • 4066de695d Update changelog, docker version Dan Sosedoff 2020-10-18 10:36:32 -05:00
  • 31f6261c1c Version bump: 0.11.7 v0.11.7 Dan Sosedoff 2020-10-18 10:29:42 -05:00
  • e864b5f275 Merge pull request #494 from sosedoff/dump-test-error-adjust Dan Sosedoff 2020-10-18 10:27:34 -05:00
  • 86b1ea887c Adjust error message matching for dump spec Dan Sosedoff 2020-10-18 10:18:03 -05:00
  • 93d51c1feb Readme update Dan Sosedoff 2020-10-18 10:14:04 -05:00
  • ce6a777770 Merge pull request #493 from sosedoff/auth-error-regex-improvement Dan Sosedoff 2020-10-18 09:53:55 -05:00
  • 440ae19c96 Merge pull request #492 from sosedoff/database-search-autocomplete-off Dan Sosedoff 2020-10-18 09:41:12 -05:00
  • 7f66e3e523 Merge pull request #491 from sosedoff/ci-go-1.15 Dan Sosedoff 2020-10-18 09:35:54 -05:00
  • f61c1c45d5 Use regular expression for checking some of the connectio errors Dan Sosedoff 2020-10-18 09:32:34 -05:00
  • 707fea6d13 Disable autocomplete on database search field Dan Sosedoff 2020-10-18 09:22:53 -05:00
  • ffd46c256c Run specs on go1.15 Dan Sosedoff 2020-10-18 09:21:29 -05:00
  • e1fc9ddcef Merge pull request #489 from allisson/strip-binary Dan Sosedoff 2020-10-18 09:16:51 -05:00
  • d3da40e0ad feat(release): strip binary to reduce size Allisson Azevedo 2020-10-10 12:05:32 -03:00
  • 3d14d42356 Merge pull request #479 from simhnna/patch-1 Dan Sosedoff 2020-07-29 21:20:09 -05:00
  • 27a83bdf9e Do not show other databases if session is locked Simon Hanna 2020-07-15 18:11:05 +02:00
  • a5f9df34fb Merge pull request #474 from jc00ke/master Dan Sosedoff 2020-06-09 07:40:53 -05:00
  • 92dbbbd5e8 Add note to README about connecting over Unix domain sockets Jesse Cooke 2020-06-07 16:59:06 -07:00
  • 111b1720b4 Merge pull request #463 from sosedoff/skip-local-auth-fail Dan Sosedoff 2020-04-27 10:15:25 -05:00
  • 02ddf85af2 Do not terminate if local authentication failed on start Dan Sosedoff 2020-04-23 15:54:12 -05:00
  • 82b2918963 Merge pull request #459 from sosedoff/go1.14 Dan Sosedoff 2020-03-28 09:55:08 -05:00
  • 368b60b7e6 Run CI on 1.14 Dan Sosedoff 2020-03-28 09:32:30 -05:00
  • d9586c5200 Fix postgres runs in test-all script Dan Sosedoff 2020-03-15 20:54:17 -05:00
  • 136206fcff Merge pull request #457 from sosedoff/query-results-context-menu Dan Sosedoff 2020-03-15 20:22:09 -05:00