Commit graph

117 commits

Author SHA1 Message Date
Eugene Pankov 38cc33e87b
bumped poem, schema update 2022-07-27 00:01:41 +02:00
Eugene Pankov 983586477a
Merge branch 'main' of https://github.com/warp-tech/warpgate into main 2022-07-26 23:55:35 +02:00
dependabot[bot] 3b87c274fa Bump poem from 1.3.34 to 1.3.36
Bumps [poem](https://github.com/poem-web/poem) from 1.3.34 to 1.3.36.
- [Release notes](https://github.com/poem-web/poem/releases)
- [Commits](https://github.com/poem-web/poem/commits)

---
updated-dependencies:
- dependency-name: poem
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-26 23:48:44 +02:00
Eugene Pankov 03db7b55fa
cleaned up TLS code, added certificate and key checks to warpgate check 2022-07-26 21:04:24 +02:00
Eugene Pankov 9d1f1b3c26
Merge branch 'main' of https://github.com/warp-tech/warpgate 2022-07-23 21:53:17 +02:00
Eugene Pankov 47518c6253
added cranky and removed all .unwrap() usages 2022-07-23 21:31:35 +02:00
dependabot[bot] ad81b3bc47 Bump regex from 1.5.5 to 1.6.0
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.5 to 1.6.0.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.5.5...1.6.0)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-21 00:58:29 +02:00
Eugene Pankov a1261cd7dc
Merge branch 'main' of https://github.com/warp-tech/warpgate into main 2022-07-20 10:03:10 +02:00
Eugene Pankov 7682e17080
added MySQL support 2022-07-20 10:02:37 +02:00
dependabot[bot] 4bb0e43c80 Bump bytes from 1.1.0 to 1.2.0
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/bytes/compare/v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: bytes
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-19 22:38:26 +02:00
Eugene Pankov 6be92356c2
sorted imports 2022-07-15 20:27:33 +02:00
dependabot[bot] 17d1e0fdce Bump tokio from 1.19.2 to 1.20.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.19.2 to 1.20.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.19.2...tokio-1.20.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-15 17:05:01 +02:00
Eugene Pankov ce3ae058db
bumped poem, poem-openapi and uuid 2022-07-12 16:00:38 +02:00
Eugene Pankov c632da8a1f
Revert "use workspace-level dependencies"
This reverts commit 0d9af48489.
2022-07-06 09:24:06 +02:00
Eugene 6830c0c20d
Paginate sessions list, added filtering (#161) 2022-07-03 11:56:41 +02:00
Eugene Pankov 0d9af48489
use workspace-level dependencies 2022-06-26 22:11:01 +02:00
Eugene 6342fcb3ed
HTTP targets support (fixes #116) 2022-06-26 20:50:04 +02:00
dependabot[bot] eb3c13d62b Bump eslint from 8.17.0 to 8.18.0 in /warpgate-admin/app
Bumps [eslint](https://github.com/eslint/eslint) from 8.17.0 to 8.18.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.17.0...v8.18.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-21 09:24:24 +02:00
dependabot[bot] aa571bef6b Bump typescript from 4.7.3 to 4.7.4 in /warpgate-admin/app
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.3 to 4.7.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.7.3...v4.7.4)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-21 09:22:36 +02:00
Eugene Pankov 160301d8dc
bumped russh: RSA-SHA1 support - fixes #139 2022-06-18 21:31:09 +02:00
Eugene Pankov 543abe442f
Merge branch 'v0.2' into main 2022-06-17 19:25:15 +02:00
Eugene Pankov aa1c5f8148
Bump version: 0.2.4 → 0.2.5 2022-06-17 19:22:45 +02:00
Eugene Pankov 1d577e9649
fixed incorrect version number 2022-06-17 19:22:32 +02:00
dependabot[bot] 62f00abcf8 Bump @typescript-eslint/parser in /warpgate-admin/app
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.27.1 to 5.28.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.28.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-17 01:01:50 -07:00
dependabot[bot] 08d95241fa Bump sass from 1.52.1 to 1.52.3 in /warpgate-admin/app
Bumps [sass](https://github.com/sass/dart-sass) from 1.52.1 to 1.52.3.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.52.1...1.52.3)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-17 01:01:06 -07:00
dependabot[bot] 2cd9a3abba Bump vite from 2.9.9 to 2.9.12 in /warpgate-admin/app
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.9 to 2.9.12.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v2.9.12/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-17 01:00:49 -07:00
dependabot[bot] 854727771f Bump @sveltejs/vite-plugin-svelte in /warpgate-admin/app
Bumps [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte) from 1.0.0-next.47 to 1.0.0-next.49.
- [Release notes](https://github.com/sveltejs/vite-plugin-svelte/releases)
- [Changelog](https://github.com/sveltejs/vite-plugin-svelte/blob/main/packages/vite-plugin-svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/vite-plugin-svelte/commits/@sveltejs/vite-plugin-svelte@1.0.0-next.49/packages/vite-plugin-svelte)

---
updated-dependencies:
- dependency-name: "@sveltejs/vite-plugin-svelte"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-17 01:00:30 -07:00
dependabot[bot] a7c6395540 Bump @typescript-eslint/eslint-plugin in /warpgate-admin/app
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.27.1 to 5.28.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.28.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-17 00:59:04 -07:00
dependabot[bot] fcc65339e8 Bump svelte-fa from 2.4.0 to 3.0.1 in /warpgate-admin/app
Bumps [svelte-fa](https://github.com/Cweili/svelte-fa) from 2.4.0 to 3.0.1.
- [Release notes](https://github.com/Cweili/svelte-fa/releases)
- [Commits](https://github.com/Cweili/svelte-fa/compare/v2.4.0...v3.0.1)

---
updated-dependencies:
- dependency-name: svelte-fa
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-17 00:58:48 -07:00
dependabot[bot] a9a969cd0a Bump tokio from 1.18.0 to 1.19.2
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.18.0 to 1.19.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/commits)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-08 00:13:28 -07:00
dependabot[bot] d9b7aa8407 Bump @typescript-eslint/eslint-plugin in /warpgate-admin/app
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.26.0 to 5.27.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.27.1/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-08 00:11:11 -07:00
dependabot[bot] c714d8a8e7 Bump eslint from 8.16.0 to 8.17.0 in /warpgate-admin/app
Bumps [eslint](https://github.com/eslint/eslint) from 8.16.0 to 8.17.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.16.0...v8.17.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-07 13:52:20 -07:00
dependabot[bot] 6d52b9e697 Bump @typescript-eslint/parser in /warpgate-admin/app
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.27.0 to 5.27.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.27.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-07 13:51:35 -07:00
dependabot[bot] 81b9c11667 Bump @sveltejs/vite-plugin-svelte in /warpgate-admin/app
Bumps [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte) from 1.0.0-next.44 to 1.0.0-next.47.
- [Release notes](https://github.com/sveltejs/vite-plugin-svelte/releases)
- [Changelog](https://github.com/sveltejs/vite-plugin-svelte/blob/main/packages/vite-plugin-svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/vite-plugin-svelte/commits/@sveltejs/vite-plugin-svelte@1.0.0-next.47/packages/vite-plugin-svelte)

---
updated-dependencies:
- dependency-name: "@sveltejs/vite-plugin-svelte"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-07 00:35:21 -07:00
dependabot[bot] f812433024 Bump svelte-preprocess from 4.10.6 to 4.10.7 in /warpgate-admin/app
Bumps [svelte-preprocess](https://github.com/sveltejs/svelte-preprocess) from 4.10.6 to 4.10.7.
- [Release notes](https://github.com/sveltejs/svelte-preprocess/releases)
- [Changelog](https://github.com/sveltejs/svelte-preprocess/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte-preprocess/commits)

---
updated-dependencies:
- dependency-name: svelte-preprocess
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-07 00:34:34 -07:00
dependabot[bot] 8044c8caf7 Bump typescript from 4.7.2 to 4.7.3 in /warpgate-admin/app
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.2 to 4.7.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.7.2...v4.7.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-07 00:34:22 -07:00
dependabot[bot] 0cbcdf1705 Bump svelte-check from 2.7.1 to 2.7.2 in /warpgate-admin/app
Bumps [svelte-check](https://github.com/sveltejs/language-tools) from 2.7.1 to 2.7.2.
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-2.7.1...svelte-check-2.7.2)

---
updated-dependencies:
- dependency-name: svelte-check
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-07 00:34:16 -07:00
dependabot[bot] 0076723025 Bump @typescript-eslint/parser in /warpgate-admin/app
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.26.0 to 5.27.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.27.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-06 06:59:03 -07:00
dependabot[bot] 0d3d0c810f Bump typescript from 4.6.4 to 4.7.2 in /warpgate-admin/app
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.4 to 4.7.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.6.4...v4.7.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-06 06:56:28 -07:00
Eugene Pankov a0636008b7
Bump version: 0.2.1 → 0.2.2 2022-06-06 15:49:16 +02:00
Eugene Pankov ec913069d4
ui: fixed missing stats in session view 2022-06-06 15:49:01 +02:00
Eugene Pankov 9c32146887
Bump version: 0.1.1 → 0.2.1 2022-06-06 15:44:35 +02:00
Eugene Pankov 89e93c1ac9
Log viewer: added context display 2022-05-30 14:55:42 +02:00
Eugene Pankov 172e5b63b7
Record SSH exec channels - fixes #6 2022-05-30 14:08:32 +02:00
Eugene Pankov ae06c02123
lint 2022-05-30 13:14:53 +02:00
Eugene Pankov 892e0173ac
lint 2022-05-30 12:55:09 +02:00
Eugene Pankov d90aa7d2b0
Merge branch 'main' of https://github.com/warp-tech/warpgate into main 2022-05-30 10:45:10 +02:00
dependabot[bot] 3de43e6757 Bump @typescript-eslint/eslint-plugin in /warpgate-admin/app
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.23.0 to 5.26.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.26.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 01:45:03 -07:00
Eugene Pankov b6ccd5516d
bumped sea-orm 2022-05-30 10:04:51 +02:00
Eugene a922a3fb49
Internal log store, log viewer & forwarding (#105) 2022-05-30 09:32:45 +02:00