Commit Graph

1134 Commits

Author SHA1 Message Date
Dan Sosedoff
1b42caf3a7
Fix flaky backend connection test 2022-12-03 16:42:30 -06:00
Dan Sosedoff
96625916e2
Tweak http message logger format 2022-12-03 15:11:45 -06:00
Dan Sosedoff
a48f01992f
Enable sessions on fly 2022-12-02 14:47:36 -06:00
Dan Sosedoff
f1f4edf247
Update link to demo page 2022-12-02 14:45:07 -06:00
Dan Sosedoff
e5480621ee
Merge pull request #593 from sosedoff/sessions-manager
Add internal sessions manager
2022-12-02 14:35:43 -06:00
Dan Sosedoff
07d0010750
Make linter happy 2022-12-02 14:22:50 -06:00
Dan Sosedoff
16726e2461
Add idle timeout into session manager 2022-12-02 14:20:20 -06:00
Dan Sosedoff
0a133dc395
Reorder imports 2022-12-02 14:00:01 -06:00
Dan Sosedoff
73dfcc46c3
Verify client is closed 2022-12-02 13:59:22 -06:00
Dan Sosedoff
bc54c95140
Tweak test run names 2022-12-02 13:57:56 -06:00
Dan Sosedoff
29a6a0df8c
Add session manager tests 2022-12-02 13:56:49 -06:00
Dan Sosedoff
9074d4bfb8
Add internal sessions manager 2022-12-02 13:36:31 -06:00
Dan Sosedoff
d8ee50ece6
Merge pull request #591 from sosedoff/connect-backend-logging
Configure logger for connect backend
2022-12-02 12:27:17 -06:00
Dan Sosedoff
f493d0d04d
Merge pull request #592 from sosedoff/default-build-flags
Set LDFLAGS for make build/release commands
2022-12-02 12:21:37 -06:00
Dan Sosedoff
e7ac416440
Sanitize connect token in logging 2022-12-02 12:20:58 -06:00
Dan Sosedoff
e65ced70ff
Set LDFLAGS for make build/release commands 2022-12-02 11:56:18 -06:00
Dan Sosedoff
f19f165afc
Configure logger for connect backend 2022-12-02 11:45:23 -06:00
Dan Sosedoff
f9e376a117
Code cleanup; add make lint task 2022-12-01 16:51:12 -06:00
Dan Sosedoff
dafda4a977
Add VersionInfo struct to render in the /info endpoint 2022-12-01 16:41:46 -06:00
Dan Sosedoff
9b8cbb05e3
Include example backend implementation for the connect feature 2022-12-01 16:31:02 -06:00
Dan Sosedoff
6c3bd96606
Merge pull request #589 from sosedoff/request-logger
Implement gin request logger with param filtering
2022-12-01 13:14:48 -06:00
Dan Sosedoff
72ecd20dd1
Handle logger levels 2022-12-01 13:01:32 -06:00
Dan Sosedoff
c996d71378
Implement gin request logger with param filtering 2022-12-01 13:01:32 -06:00
Dan Sosedoff
1eb86060b5
Merge pull request #590 from sosedoff/appveyor-go-1.18
Test with appveyor on go 1.18
2022-12-01 13:00:37 -06:00
Dan Sosedoff
18f2dcbd7d
Test with appveyor on go 1.18 2022-12-01 12:55:41 -06:00
Dan Sosedoff
9639fa8db7
Merge pull request #588 from sosedoff/bugfix/587
Refactor data export js functionality
2022-12-01 12:11:46 -06:00
Dan Sosedoff
c08d8cf617
Automatically add session ID to all generated URLs 2022-12-01 12:07:27 -06:00
Dan Sosedoff
f6bd4e3a35
Rename exportURL function 2022-12-01 11:51:47 -06:00
Dan Sosedoff
e13c6d0d1a
Refactor code responsible for opening export pages in new window 2022-11-30 14:18:31 -06:00
Dan Sosedoff
2a4434a04a
Generate a new url based on the old one using URL 2022-11-30 14:03:11 -06:00
Dan Sosedoff
dd1fb90355
Refactor bookmarks ssl params 2022-11-23 16:21:30 -06:00
Dan Sosedoff
84bf1f091b
Merge pull request #586 from sosedoff/cli-usage-env-vars
Print available environment variables in help message
2022-11-22 16:21:29 -06:00
Dan Sosedoff
c103eed463
Comment fixes 2022-11-22 16:17:28 -06:00
Dan Sosedoff
e1aa717b22
Print available environment variables in help message 2022-11-22 16:09:01 -06:00
Dan Sosedoff
ee6898f243
Merge pull request #585 from sosedoff/cli-env-vars-support-with-prefix
Add support for PGWEB_ prefix environment variables
2022-11-22 15:25:07 -06:00
Dan Sosedoff
a2a5415ace
Print deprecation notice when using unprefixed env var 2022-11-22 15:20:49 -06:00
Dan Sosedoff
b1023cdcfd
Add support for PGWEB_ prefixed env vars 2022-11-22 14:51:13 -06:00
Dan Sosedoff
fa0efb1597
Make getCurrentUser method private 2022-11-22 14:51:13 -06:00
Dan Sosedoff
0a7de05892
Update github.com/jessevdk/go-flags package 2022-11-22 14:51:13 -06:00
Dan Sosedoff
e5281751c1
Merge pull request #584 from sosedoff/github-container-registry
Configure github container registry access for new releases
2022-11-15 17:54:11 -06:00
Dan Sosedoff
c2fbfd2e6c
Configure github container registry access for new releases 2022-11-14 17:13:41 -06:00
Dan Sosedoff
c3ce8cfc3b
Only run docker build workflow on master branch 2022-11-14 16:36:33 -06:00
Dan Sosedoff
3c6d98fa11
Merge pull request #582 from sosedoff/lint
Configure linter runs
2022-11-14 16:35:26 -06:00
Dan Sosedoff
a5143ad9d3
Use checkout/setup v3 actions 2022-11-14 16:14:50 -06:00
Dan Sosedoff
9bfec11b48
Fix linting errors 2022-11-14 16:10:50 -06:00
Dan Sosedoff
580c1093d1
Add lint into github workflow 2022-11-14 15:49:30 -06:00
Dan Sosedoff
c706523bd0
Lint: replace ioutil with os package 2022-11-14 15:47:36 -06:00
Dan Sosedoff
685c222b9d
Lint: replace os.Kill trap with syscall.SIGTERM 2022-11-14 15:43:34 -06:00
Dan Sosedoff
added3bb42
Add fly config for demo app 2022-11-14 11:28:32 -06:00
Dan Sosedoff
6fdf9261da
Install latest postgres client (#577)
* Install latest postgres client

* Build on debian bullseye
2022-10-25 07:55:28 -04:00