mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-22 16:48:23 +01:00
b3fdbbc331
56 Commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
Sylvie Crowe
|
94eb165346
|
fix: ignore the match statement in ssh config (#1155)
This change will skip over match statements in the ssh config without panicking. Note that this change still does not add match statement parsing--it merely makes it possible to continue parsing if the match keyword is present. |
||
Evan Simkowitz
|
e9fcb9b145
|
Merge branch 'main' into dev-v0.9 | ||
dependabot[bot]
|
6c151c4b77
|
Bump github.com/sashabaranov/go-openai from 1.32.2 to 1.32.3 (#1137) | ||
Sylvie Crowe
|
8248637e00
|
WSL Integration (#1031)
Adds support for connecting to local WSL installations on Windows. (also adds wshrpcmmultiproxy / connserver router) |
||
Evan Simkowitz
|
f56fc982f6
|
Revert "Revert "Bump github.com/sashabaranov/go-openai from 1.32.0 to 1.32.2"" (#1077)
Reverts wavetermdev/waveterm#1069 |
||
Evan Simkowitz
|
89698289dd
|
Revert "Bump github.com/sashabaranov/go-openai from 1.32.0 to 1.32.2" (#1069)
Reverts wavetermdev/waveterm#1059, will reapply after 0.8.12 goes out |
||
dependabot[bot]
|
0e3d7c69d2
|
Bump github.com/sashabaranov/go-openai from 1.32.0 to 1.32.2 (#1059)
Bumps [github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai) from 1.32.0 to 1.32.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sashabaranov/go-openai/releases">github.com/sashabaranov/go-openai's releases</a>.</em></p> <blockquote> <h2>v1.32.2</h2> <h2>What's Changed</h2> <ul> <li>Cleanup by <a href="https://github.com/sashabaranov"><code>@sashabaranov</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/879">sashabaranov/go-openai#879</a></li> <li>Completion API: add Store and Metadata parameters by <a href="https://github.com/smackcrane"><code>@smackcrane</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/878">sashabaranov/go-openai#878</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/smackcrane"><code>@smackcrane</code></a> made their first contribution in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/878">sashabaranov/go-openai#878</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sashabaranov/go-openai/compare/v1.32.1...v1.32.2">https://github.com/sashabaranov/go-openai/compare/v1.32.1...v1.32.2</a></p> <h2>v1.32.1</h2> <h2>What's Changed</h2> <ul> <li>Return response body as byte slice for RequestError type by <a href="https://github.com/AyushSawant18588"><code>@AyushSawant18588</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/873">sashabaranov/go-openai#873</a></li> <li>Adding new moderation model constants by <a href="https://github.com/Mhjacobs"><code>@Mhjacobs</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/875">sashabaranov/go-openai#875</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/AyushSawant18588"><code>@AyushSawant18588</code></a> made their first contribution in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/873">sashabaranov/go-openai#873</a></li> <li><a href="https://github.com/Mhjacobs"><code>@Mhjacobs</code></a> made their first contribution in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/875">sashabaranov/go-openai#875</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sashabaranov/go-openai/compare/v1.32.0...v1.32.1">https://github.com/sashabaranov/go-openai/compare/v1.32.0...v1.32.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
594bc6839a
|
Bump github.com/sashabaranov/go-openai from 1.31.0 to 1.32.0 (#1019)
Bumps [github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai) from 1.31.0 to 1.32.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sashabaranov/go-openai/releases">github.com/sashabaranov/go-openai's releases</a>.</em></p> <blockquote> <h2>v1.32.0</h2> <h2>What's Changed</h2> <ul> <li>fix MaxCompletionTokens typo by <a href="https://github.com/l-winston"><code>@l-winston</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/862">sashabaranov/go-openai#862</a></li> <li>add jailbreak filter result, add ContentFilterResults on output by <a href="https://github.com/juliomartinsdev"><code>@juliomartinsdev</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/864">sashabaranov/go-openai#864</a></li> <li>Completion API: add new params by <a href="https://github.com/isaacseymour"><code>@isaacseymour</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/870">sashabaranov/go-openai#870</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/l-winston"><code>@l-winston</code></a> made their first contribution in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/862">sashabaranov/go-openai#862</a></li> <li><a href="https://github.com/juliomartinsdev"><code>@juliomartinsdev</code></a> made their first contribution in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/864">sashabaranov/go-openai#864</a></li> <li><a href="https://github.com/isaacseymour"><code>@isaacseymour</code></a> made their first contribution in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/870">sashabaranov/go-openai#870</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sashabaranov/go-openai/compare/v1.31.0...v1.32.0">https://github.com/sashabaranov/go-openai/compare/v1.31.0...v1.32.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Mike Sawka
|
e795f75bbb
|
only use filemutex for windows (#960) | ||
dependabot[bot]
|
8d0045c68a
|
Bump github.com/mattn/go-sqlite3 from 1.14.23 to 1.14.24 (#955)
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.23 to 1.14.24. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/mattn/go-sqlite3/compare/v1.14.23...v1.14.24">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/mattn/go-sqlite3&package-manager=go_modules&previous-version=1.14.23&new-version=1.14.24)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
dependabot[bot]
|
60bec954d4
|
Bump github.com/shirou/gopsutil/v4 from 4.24.8 to 4.24.9 (#954)
Bumps [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) from 4.24.8 to 4.24.9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/shirou/gopsutil/releases">github.com/shirou/gopsutil/v4's releases</a>.</em></p> <blockquote> <h2>v4.24.9</h2> <!-- raw HTML omitted --> <h2>Important Change</h2> <p>Since <a href="https://redirect.github.com/shirou/gopsutil/issues/1702">#1702</a>, the Darwin implementation has been switched from cgo to <a href="https://github.com/ebitengine/purego">purego</a> (Great contribution from <a href="https://github.com/uubulb"><code>@uubulb</code></a>). As a result, cgo has been removed from the Darwin implementation, making cross-compilation easier. We believe this change will not have any impact, but if you encounter any issues, please create an issue.</p> <h2>What's Changed</h2> <h3>cpu, mem, sensors, disk, process on darwin</h3> <ul> <li>feat(cpu, mem, sensors, disk, process)(darwin): cgo-free implementations by <a href="https://github.com/uubulb"><code>@uubulb</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1702">shirou/gopsutil#1702</a></li> </ul> <h3>process</h3> <ul> <li>[process][darwin][freebsd][linux][openbsd] Make process.Children not reliant on pgrep by <a href="https://github.com/Lomanic"><code>@Lomanic</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1706">shirou/gopsutil#1706</a></li> <li>implement process:NumFDs for Windows by <a href="https://github.com/al-online"><code>@al-online</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1712">shirou/gopsutil#1712</a></li> <li>Fix resolution for process create time limited to seconds by <a href="https://github.com/joshiste"><code>@joshiste</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1713">shirou/gopsutil#1713</a></li> </ul> <h3>Other Changes</h3> <ul> <li>fix: remove coverall and godocs.io badge from README by <a href="https://github.com/shirou"><code>@shirou</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1705">shirou/gopsutil#1705</a></li> <li>[common] add HOST_PROC_MOUNTINFO to EnvMap by <a href="https://github.com/atoulme"><code>@atoulme</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1707">shirou/gopsutil#1707</a></li> <li>Fix error message typo in sensors_linux by <a href="https://github.com/henrygd"><code>@henrygd</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1715">shirou/gopsutil#1715</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/al-online"><code>@al-online</code></a> made their first contribution in <a href="https://redirect.github.com/shirou/gopsutil/pull/1712">shirou/gopsutil#1712</a></li> <li><a href="https://github.com/joshiste"><code>@joshiste</code></a> made their first contribution in <a href="https://redirect.github.com/shirou/gopsutil/pull/1713">shirou/gopsutil#1713</a></li> <li><a href="https://github.com/henrygd"><code>@henrygd</code></a> made their first contribution in <a href="https://redirect.github.com/shirou/gopsutil/pull/1715">shirou/gopsutil#1715</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/shirou/gopsutil/compare/v4.24.8...v4.24.9">https://github.com/shirou/gopsutil/compare/v4.24.8...v4.24.9</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
368fe47cb8
|
Bump golang.org/x/crypto from 0.27.0 to 0.28.0 (#953)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.27.0 to 0.28.0. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
20f4ff6564
|
Bump github.com/sashabaranov/go-openai from 1.30.3 to 1.31.0 (#869)
Bumps [github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai) from 1.30.3 to 1.31.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sashabaranov/go-openai/releases">github.com/sashabaranov/go-openai's releases</a>.</em></p> <blockquote> <h2>v1.31.0</h2> <h2>What's Changed</h2> <ul> <li>Filter messages by the run ID that generated them. (run_id string Optional) by <a href="https://github.com/floodwm"><code>@floodwm</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/855">sashabaranov/go-openai#855</a></li> <li>Optimize Client Error Return by <a href="https://github.com/eiixy"><code>@eiixy</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/856">sashabaranov/go-openai#856</a></li> <li>Fix max_completion_tokens by <a href="https://github.com/alexsacr"><code>@alexsacr</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/860">sashabaranov/go-openai#860</a></li> <li>fix: ParallelToolCalls should be added to RunRequest by <a href="https://github.com/kenshin54"><code>@kenshin54</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/861">sashabaranov/go-openai#861</a></li> <li>feat: usage struct add CompletionTokensDetails by <a href="https://github.com/liushuangls"><code>@liushuangls</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/863">sashabaranov/go-openai#863</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/floodwm"><code>@floodwm</code></a> made their first contribution in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/855">sashabaranov/go-openai#855</a></li> <li><a href="https://github.com/alexsacr"><code>@alexsacr</code></a> made their first contribution in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/860">sashabaranov/go-openai#860</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sashabaranov/go-openai/compare/v1.30.3...v1.31.0">https://github.com/sashabaranov/go-openai/compare/v1.30.3...v1.31.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
30219ef566
|
Bump github.com/sashabaranov/go-openai from 1.29.2 to 1.30.3 (#809)
Bumps [github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai) from 1.29.2 to 1.30.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sashabaranov/go-openai/releases">github.com/sashabaranov/go-openai's releases</a>.</em></p> <blockquote> <h2>v1.30.3</h2> <h2>What's Changed</h2> <ul> <li>feat: add ParallelToolCalls to RunRequest by <a href="https://github.com/kenshin54"><code>@kenshin54</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/847">sashabaranov/go-openai#847</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/kenshin54"><code>@kenshin54</code></a> made their first contribution in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/847">sashabaranov/go-openai#847</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sashabaranov/go-openai/compare/v1.30.2...v1.30.3">https://github.com/sashabaranov/go-openai/compare/v1.30.2...v1.30.3</a></p> <h2>v1.30.2</h2> <h2>What's Changed</h2> <ul> <li>add max_completions_tokens for o1 series models by <a href="https://github.com/chococola"><code>@chococola</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/857">sashabaranov/go-openai#857</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/chococola"><code>@chococola</code></a> made their first contribution in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/857">sashabaranov/go-openai#857</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sashabaranov/go-openai/compare/v1.30.1...v1.30.2">https://github.com/sashabaranov/go-openai/compare/v1.30.1...v1.30.2</a></p> <h2>v1.30.1</h2> <h2>What's Changed</h2> <ul> <li>fix: jsonschema integer validation by <a href="https://github.com/WeiAnAn"><code>@WeiAnAn</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/852">sashabaranov/go-openai#852</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/WeiAnAn"><code>@WeiAnAn</code></a> made their first contribution in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/852">sashabaranov/go-openai#852</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sashabaranov/go-openai/compare/v1.30.0...v1.30.1">https://github.com/sashabaranov/go-openai/compare/v1.30.0...v1.30.1</a></p> <h2>v1.30.0</h2> <h2>What's Changed</h2> <ul> <li>Support OpenAI reasoning models by <a href="https://github.com/abatilo"><code>@abatilo</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/850">sashabaranov/go-openai#850</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/abatilo"><code>@abatilo</code></a> made their first contribution in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/850">sashabaranov/go-openai#850</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sashabaranov/go-openai/compare/v1.29.2...v1.30.0">https://github.com/sashabaranov/go-openai/compare/v1.29.2...v1.30.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
43ce3415da
|
Bump github.com/golang-migrate/migrate/v4 from 4.17.1 to 4.18.1 (#376)
Bumps [github.com/golang-migrate/migrate/v4](https://github.com/golang-migrate/migrate) from 4.17.1 to 4.18.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/golang-migrate/migrate/releases">github.com/golang-migrate/migrate/v4's releases</a>.</em></p> <blockquote> <h2>v4.18.1</h2> <h2>Changes</h2> <ul> <li>Update dktest from v0.4.2 to v0.4.3</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/golang-migrate/migrate/compare/v4.18.0...v4.18.1">https://github.com/golang-migrate/migrate/compare/v4.18.0...v4.18.1</a></p> <h2>v4.18.0</h2> <h2>What's Changed</h2> <ul> <li>Bump golang.org/x/net from 0.21.0 to 0.23.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/golang-migrate/migrate/pull/1074">golang-migrate/migrate#1074</a></li> <li>Make MySQL SetVersion compatible with sql_safe_update by <a href="https://github.com/maxmati"><code>@maxmati</code></a> in <a href="https://redirect.github.com/golang-migrate/migrate/pull/1070">golang-migrate/migrate#1070</a></li> <li><a href="https://redirect.github.com/golang-migrate/migrate/issues/1104">#1104</a> Fix golanglint-ci lint config & lint errors by <a href="https://github.com/Shion1305"><code>@Shion1305</code></a> in <a href="https://redirect.github.com/golang-migrate/migrate/pull/1105">golang-migrate/migrate#1105</a></li> <li>🧑💻 improve error message for invalid source, database, resolves: <a href="https://redirect.github.com/golang-migrate/migrate/issues/1102">#1102</a> by <a href="https://github.com/Shion1305"><code>@Shion1305</code></a> in <a href="https://redirect.github.com/golang-migrate/migrate/pull/1103">golang-migrate/migrate#1103</a></li> <li>Upgrade go-sqlite3 to v1.14.22 by <a href="https://github.com/gjabell"><code>@gjabell</code></a> in <a href="https://redirect.github.com/golang-migrate/migrate/pull/1098">golang-migrate/migrate#1098</a></li> <li>Fix redshift tests by <a href="https://github.com/dhui"><code>@dhui</code></a> in <a href="https://redirect.github.com/golang-migrate/migrate/pull/1151">golang-migrate/migrate#1151</a></li> <li>chore: remove deprecated <code>rand.Seed()</code> in testing.docker by <a href="https://github.com/joschi"><code>@joschi</code></a> in <a href="https://redirect.github.com/golang-migrate/migrate/pull/1149">golang-migrate/migrate#1149</a></li> <li>build: use Go 1.23 to build the project by <a href="https://github.com/joschi"><code>@joschi</code></a> in <a href="https://redirect.github.com/golang-migrate/migrate/pull/1133">golang-migrate/migrate#1133</a></li> <li>fix(tests): fix Docker imports by <a href="https://github.com/joschi"><code>@joschi</code></a> in <a href="https://redirect.github.com/golang-migrate/migrate/pull/1153">golang-migrate/migrate#1153</a></li> <li>test(postgres): run tests with PostgreSQL 16 by <a href="https://github.com/joschi"><code>@joschi</code></a> in <a href="https://redirect.github.com/golang-migrate/migrate/pull/1126">golang-migrate/migrate#1126</a></li> <li>test(mysql): run tests with MySQL 8.0, 8.4, and 9.0 by <a href="https://github.com/joschi"><code>@joschi</code></a> in <a href="https://redirect.github.com/golang-migrate/migrate/pull/1127">golang-migrate/migrate#1127</a></li> <li>Support .deb package for Noble Numbat (24.04) by <a href="https://github.com/muzammilar"><code>@muzammilar</code></a> in <a href="https://redirect.github.com/golang-migrate/migrate/pull/1119">golang-migrate/migrate#1119</a></li> <li>Bump google.golang.org/grpc from 1.64.0 to 1.64.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/golang-migrate/migrate/pull/1152">golang-migrate/migrate#1152</a></li> <li>CORRECTION DONE near m.Step(2) if you want to explicitly set the number of migrations to run by <a href="https://github.com/adityassharma-ss"><code>@adityassharma-ss</code></a> in <a href="https://redirect.github.com/golang-migrate/migrate/pull/1101">golang-migrate/migrate#1101</a></li> </ul> <p>A special thanks to <a href="https://github.com/joschi"><code>@joschi</code></a> fixing tests and builds!</p> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/maxmati"><code>@maxmati</code></a> made their first contribution in <a href="https://redirect.github.com/golang-migrate/migrate/pull/1070">golang-migrate/migrate#1070</a></li> <li><a href="https://github.com/Shion1305"><code>@Shion1305</code></a> made their first contribution in <a href="https://redirect.github.com/golang-migrate/migrate/pull/1105">golang-migrate/migrate#1105</a></li> <li><a href="https://github.com/gjabell"><code>@gjabell</code></a> made their first contribution in <a href="https://redirect.github.com/golang-migrate/migrate/pull/1098">golang-migrate/migrate#1098</a></li> <li><a href="https://github.com/joschi"><code>@joschi</code></a> made their first contribution in <a href="https://redirect.github.com/golang-migrate/migrate/pull/1149">golang-migrate/migrate#1149</a></li> <li><a href="https://github.com/muzammilar"><code>@muzammilar</code></a> made their first contribution in <a href="https://redirect.github.com/golang-migrate/migrate/pull/1119">golang-migrate/migrate#1119</a></li> <li><a href="https://github.com/adityassharma-ss"><code>@adityassharma-ss</code></a> made their first contribution in <a href="https://redirect.github.com/golang-migrate/migrate/pull/1101">golang-migrate/migrate#1101</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/golang-migrate/migrate/compare/v4.17.1...v4.17.2">https://github.com/golang-migrate/migrate/compare/v4.17.1...v4.17.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
d1152fbf9f
|
Bump github.com/sashabaranov/go-openai from 1.29.1 to 1.29.2 (#375)
Bumps [github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai) from 1.29.1 to 1.29.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sashabaranov/go-openai/releases">github.com/sashabaranov/go-openai's releases</a>.</em></p> <blockquote> <h2>v1.29.2</h2> <h2>What's Changed</h2> <ul> <li>depricated model GPT3Ada changed to GPT3Babbage002 by <a href="https://github.com/Arundas666"><code>@Arundas666</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/843">sashabaranov/go-openai#843</a></li> <li>Add refusal by <a href="https://github.com/qhenkart"><code>@qhenkart</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/844">sashabaranov/go-openai#844</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Arundas666"><code>@Arundas666</code></a> made their first contribution in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/843">sashabaranov/go-openai#843</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sashabaranov/go-openai/compare/v1.29.1...v1.29.2">https://github.com/sashabaranov/go-openai/compare/v1.29.1...v1.29.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
b77525f3ef
|
Bump github.com/shirou/gopsutil/v4 from 4.24.7 to 4.24.8 (#345)
Bumps [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) from 4.24.7 to 4.24.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/shirou/gopsutil/releases">github.com/shirou/gopsutil/v4's releases</a>.</em></p> <blockquote> <h2>v4.24.8</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>disk</h3> <ul> <li>fix(IOCountersWithContext): Fix the issue of not using names to fil ter devices in func IOCountersWithContext of the windows implementation by <a href="https://github.com/zmyzheng"><code>@zmyzheng</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1688">shirou/gopsutil#1688</a></li> <li>[disk][windows]: ignore network drive when not ready by <a href="https://github.com/shirou"><code>@shirou</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1699">shirou/gopsutil#1699</a></li> </ul> <h3>process</h3> <ul> <li>Fix parsing of /proc/pid/smaps when path is empty by <a href="https://github.com/pgimalac"><code>@pgimalac</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1691">shirou/gopsutil#1691</a></li> <li>Refactoring the algorithm for calculating CPU usage by <a href="https://github.com/TheBestLL"><code>@TheBestLL</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1692">shirou/gopsutil#1692</a></li> <li>Fix panic on OpenBSD and FreeBSD systems if KinfoProc size has an unexpected size by <a href="https://github.com/fivitti"><code>@fivitti</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1694">shirou/gopsutil#1694</a></li> </ul> <h3>Other Changes</h3> <ul> <li>Fix badge link in README.md by <a href="https://github.com/Yurunsoft"><code>@Yurunsoft</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1695">shirou/gopsutil#1695</a></li> <li>fix golangcilint errors, ignore gosec G115 by <a href="https://github.com/shirou"><code>@shirou</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1697">shirou/gopsutil#1697</a></li> <li>fix: golangci lint with max -> maxConn by <a href="https://github.com/shirou"><code>@shirou</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1693">shirou/gopsutil#1693</a></li> </ul> <h2>New Contributors 🎉</h2> <ul> <li><a href="https://github.com/zmyzheng"><code>@zmyzheng</code></a> made their first contribution in <a href="https://redirect.github.com/shirou/gopsutil/pull/1688">shirou/gopsutil#1688</a></li> <li><a href="https://github.com/Yurunsoft"><code>@Yurunsoft</code></a> made their first contribution in <a href="https://redirect.github.com/shirou/gopsutil/pull/1695">shirou/gopsutil#1695</a></li> <li><a href="https://github.com/pgimalac"><code>@pgimalac</code></a> made their first contribution in <a href="https://redirect.github.com/shirou/gopsutil/pull/1691">shirou/gopsutil#1691</a></li> <li><a href="https://github.com/TheBestLL"><code>@TheBestLL</code></a> made their first contribution in <a href="https://redirect.github.com/shirou/gopsutil/pull/1692">shirou/gopsutil#1692</a></li> <li><a href="https://github.com/fivitti"><code>@fivitti</code></a> made their first contribution in <a href="https://redirect.github.com/shirou/gopsutil/pull/1694">shirou/gopsutil#1694</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/shirou/gopsutil/compare/v4.24.7...v4.24.8">https://github.com/shirou/gopsutil/compare/v4.24.7...v4.24.8</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
7c4d00cbfa
|
Bump golang.org/x/crypto from 0.26.0 to 0.27.0 (#342)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.26.0 to 0.27.0. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
75ebf4fd76
|
Bump github.com/mattn/go-sqlite3 from 1.14.22 to 1.14.23 (#346)
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.22 to 1.14.23. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
294a1c0644
|
Bump github.com/sashabaranov/go-openai from 1.29.0 to 1.29.1 (#343)
Bumps
[github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai)
from 1.29.0 to 1.29.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sashabaranov/go-openai/releases">github.com/sashabaranov/go-openai's
releases</a>.</em></p>
<blockquote>
<h2>v1.29.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Dynamic model by <a
href="https://github.com/mathisen99"><code>@mathisen99</code></a> in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/838">sashabaranov/go-openai#838</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/mathisen99"><code>@mathisen99</code></a> made
their first contribution in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/838">sashabaranov/go-openai#838</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sashabaranov/go-openai/compare/v1.29.0...v1.29.1">https://github.com/sashabaranov/go-openai/compare/v1.29.0...v1.29.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="
|
||
Mike Sawka
|
8ad84fd78a
|
update all gopkg imports (#330) | ||
dependabot[bot]
|
d1656de44d
|
Bump github.com/sashabaranov/go-openai from 1.28.3 to 1.29.0 (#298)
Bumps [github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai) from 1.28.3 to 1.29.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sashabaranov/go-openai/releases">github.com/sashabaranov/go-openai's releases</a>.</em></p> <blockquote> <h2>v1.29.0</h2> <h2>What's Changed</h2> <ul> <li>Improve handling of JSON Schema in OpenAI API Response Context by <a href="https://github.com/eiixy"><code>@eiixy</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/819">sashabaranov/go-openai#819</a></li> <li>fix integration tests by <a href="https://github.com/sashabaranov"><code>@sashabaranov</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/834">sashabaranov/go-openai#834</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sashabaranov/go-openai/compare/v1.28.3...v1.29.0">https://github.com/sashabaranov/go-openai/compare/v1.28.3...v1.29.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Sylvie Crowe
|
ea5e5e1bac
|
Integrate Skeema Knownhosts fix (#287)
This fix makes it possible to differentiate between keys when multiple are provided by the remote server. It does not solve the case of multiple keys of the same type being shared, but it handles multiple keys of different types being shared, which is much more common. |
||
dependabot[bot]
|
bed23ed59f
|
Bump github.com/sashabaranov/go-openai from 1.28.1 to 1.28.3 (#263)
Bumps [github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai) from 1.28.1 to 1.28.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sashabaranov/go-openai/releases">github.com/sashabaranov/go-openai's releases</a>.</em></p> <blockquote> <h2>v1.28.3</h2> <h2>What's Changed</h2> <ul> <li>feat: Support Delete Message API by <a href="https://github.com/kappa-lab"><code>@kappa-lab</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/799">sashabaranov/go-openai#799</a></li> <li>Support http client middlewareing by <a href="https://github.com/michurin"><code>@michurin</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/830">sashabaranov/go-openai#830</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/kappa-lab"><code>@kappa-lab</code></a> made their first contribution in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/799">sashabaranov/go-openai#799</a></li> <li><a href="https://github.com/michurin"><code>@michurin</code></a> made their first contribution in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/830">sashabaranov/go-openai#830</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sashabaranov/go-openai/compare/v1.28.2...v1.28.3">https://github.com/sashabaranov/go-openai/compare/v1.28.2...v1.28.3</a></p> <h2>v1.28.2</h2> <h2>What's Changed</h2> <ul> <li>Run integration tests for PRs by <a href="https://github.com/HaraldNordgren"><code>@HaraldNordgren</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/823">sashabaranov/go-openai#823</a></li> <li>feat: Completion request support seed by <a href="https://github.com/eiixy"><code>@eiixy</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/800">sashabaranov/go-openai#800</a></li> <li>fix: fullURL endpoint generation by <a href="https://github.com/eiixy"><code>@eiixy</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/817">sashabaranov/go-openai#817</a></li> <li>Allow structured outputs via function calling by <a href="https://github.com/greysteil"><code>@greysteil</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/828">sashabaranov/go-openai#828</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/HaraldNordgren"><code>@HaraldNordgren</code></a> made their first contribution in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/823">sashabaranov/go-openai#823</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sashabaranov/go-openai/compare/v1.28.1...v1.28.2">https://github.com/sashabaranov/go-openai/compare/v1.28.1...v1.28.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Sylvie Crowe
|
c192fe2663
|
Windows Pty (#206)
Add Windows Pty support, so the terminal works properly on windows machines |
||
dependabot[bot]
|
2e7c52a880
|
Bump github.com/sashabaranov/go-openai from 1.27.1 to 1.28.1 (#216)
Bumps [github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai) from 1.27.1 to 1.28.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sashabaranov/go-openai/releases">github.com/sashabaranov/go-openai's releases</a>.</em></p> <blockquote> <h2>v1.28.1</h2> <h2>What's Changed</h2> <ul> <li>Make reponse format JSONSchema optional by <a href="https://github.com/tylergannon"><code>@tylergannon</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/820">sashabaranov/go-openai#820</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/tylergannon"><code>@tylergannon</code></a> made their first contribution in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/820">sashabaranov/go-openai#820</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sashabaranov/go-openai/compare/v1.28.0...v1.28.1">https://github.com/sashabaranov/go-openai/compare/v1.28.0...v1.28.1</a></p> <h2>v1.28.0</h2> <h2>What's Changed</h2> <ul> <li>Add support for <code>gpt-4o-2024-08-06</code> by <a href="https://github.com/danielchalef"><code>@danielchalef</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/812">sashabaranov/go-openai#812</a></li> <li>feat: Support Structured Outputs by <a href="https://github.com/eiixy"><code>@eiixy</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/813">sashabaranov/go-openai#813</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sashabaranov/go-openai/compare/v1.27.1...v1.28.0">https://github.com/sashabaranov/go-openai/compare/v1.27.1...v1.28.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
ec3d5a6f08
|
Bump golang.org/x/crypto from 0.25.0 to 0.26.0 (#215)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.25.0 to 0.26.0. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Mike Sawka
|
ed0279ad72
|
adding telemetry updates (#209) | ||
dependabot[bot]
|
c23b2aab2a
|
Bump github.com/shirou/gopsutil/v4 from 4.24.6 to 4.24.7 (#193) | ||
Sylvie Crowe
|
efd1e3c189
|
CPU Plot (#185)
Adds a CPU % Plotting Widget |
||
dependabot[bot]
|
089a3a84b8
|
Bump github.com/sashabaranov/go-openai from 1.27.0 to 1.27.1 (#163)
Bumps
[github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai)
from 1.27.0 to 1.27.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sashabaranov/go-openai/releases">github.com/sashabaranov/go-openai's
releases</a>.</em></p>
<blockquote>
<h2>v1.27.1</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: cannot unmarshal array into Go struct field .errors.data by <a
href="https://github.com/eiixy"><code>@eiixy</code></a> in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/807">sashabaranov/go-openai#807</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sashabaranov/go-openai/compare/v1.27.0...v1.27.1">https://github.com/sashabaranov/go-openai/compare/v1.27.0...v1.27.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="
|
||
sawka
|
67ee0df322 | add bare bones jwt stuff to support authsock | ||
Sylvie Crowe
|
0e46b79c22
|
Open Ai Port (#154)
This brings over a simplified version of the open ai feature from the previous app but in widget form. It still needs some work to reach parity with that version, but this includes all of the basic building blocks to get that working. |
||
Evan Simkowitz
|
47485525c9
|
go mod tidy | ||
Mike Sawka
|
6c2ef6cb99
|
working on vdom implementation, other fixes (#136) | ||
dependabot[bot]
|
3e3eaab8ea
|
Bump github.com/gorilla/websocket from 1.5.0 to 1.5.3 (#144)
Bumps [github.com/gorilla/websocket](https://github.com/gorilla/websocket) from 1.5.0 to 1.5.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gorilla/websocket/releases">github.com/gorilla/websocket's releases</a>.</em></p> <blockquote> <h2>v1.5.3</h2> <h2>Important change</h2> <p>This reverts the websockets package back to <a href=" |
||
dependabot[bot]
|
2902cb26a7
|
Bump github.com/creack/pty from 1.1.18 to 1.1.21 (#141)
Bumps [github.com/creack/pty](https://github.com/creack/pty) from 1.1.18 to 1.1.21. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/creack/pty/releases">github.com/creack/pty's releases</a>.</em></p> <blockquote> <h2>v1.1.21</h2> <h2>What's Changed</h2> <ul> <li>Tests cleanup by <a href="https://github.com/creack"><code>@creack</code></a> in <a href="https://redirect.github.com/creack/pty/pull/173">creack/pty#173</a></li> <li>Revert <a href="https://redirect.github.com/creack/pty/issues/167">#167</a> to avoid race on Linux. by <a href="https://github.com/creack"><code>@creack</code></a> in <a href="https://redirect.github.com/creack/pty/pull/177">creack/pty#177</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/creack/pty/compare/v1.1.20...v1.1.21">https://github.com/creack/pty/compare/v1.1.20...v1.1.21</a></p> <h2>v1.1.20</h2> <h2>What's Changed</h2> <ul> <li>Avoid calls to (*os.File).Fd() and operations on raw file descriptor ints by <a href="https://github.com/sio"><code>@sio</code></a> in <a href="https://redirect.github.com/creack/pty/pull/167">creack/pty#167</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/creack/pty/compare/v1.1.19...v1.1.20">https://github.com/creack/pty/compare/v1.1.19...v1.1.20</a></p> <h2>v1.1.19</h2> <h2>What's Changed</h2> <ul> <li>Add some basic tests by <a href="https://github.com/Frassle"><code>@Frassle</code></a> in <a href="https://redirect.github.com/creack/pty/pull/145">creack/pty#145</a></li> <li>Provide correct pty/tty file paths on OpenBSD by <a href="https://github.com/4a6f656c"><code>@4a6f656c</code></a> in <a href="https://redirect.github.com/creack/pty/pull/148">creack/pty#148</a></li> <li>Add sparc support by <a href="https://github.com/matoro"><code>@matoro</code></a> in <a href="https://redirect.github.com/creack/pty/pull/157">creack/pty#157</a></li> <li>Add support for the 32-bit PPC Linux platform by <a href="https://github.com/samm-git"><code>@samm-git</code></a> in <a href="https://redirect.github.com/creack/pty/pull/30">creack/pty#30</a></li> <li>Use upstream compiler for linux/riscv64 and freebsd/riscv64 by <a href="https://github.com/sio"><code>@sio</code></a> in <a href="https://redirect.github.com/creack/pty/pull/168">creack/pty#168</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/4a6f656c"><code>@4a6f656c</code></a> made their first contribution in <a href="https://redirect.github.com/creack/pty/pull/148">creack/pty#148</a></li> <li><a href="https://github.com/matoro"><code>@matoro</code></a> made their first contribution in <a href="https://redirect.github.com/creack/pty/pull/157">creack/pty#157</a></li> <li><a href="https://github.com/samm-git"><code>@samm-git</code></a> made their first contribution in <a href="https://redirect.github.com/creack/pty/pull/30">creack/pty#30</a></li> <li><a href="https://github.com/sio"><code>@sio</code></a> made their first contribution in <a href="https://redirect.github.com/creack/pty/pull/168">creack/pty#168</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/creack/pty/compare/v1.1.18...v1.1.19">https://github.com/creack/pty/compare/v1.1.18...v1.1.19</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
f972fe120b
|
Bump github.com/gorilla/mux from 1.8.0 to 1.8.1 (#143)
Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.8.0 to 1.8.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gorilla/mux/releases">github.com/gorilla/mux's releases</a>.</em></p> <blockquote> <h2>Release v1.8.1</h2> <h2>What's Changed</h2> <ul> <li>build: CircleCI 2.1 + build matrix by <a href="https://github.com/elithrar"><code>@elithrar</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/595">gorilla/mux#595</a></li> <li>Include "404" and "405" in the docs by <a href="https://github.com/Jille"><code>@Jille</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/602">gorilla/mux#602</a></li> <li>docs: update README w.r.t new maintainer ask by <a href="https://github.com/elithrar"><code>@elithrar</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/660">gorilla/mux#660</a></li> <li>regexp: use iota instead of hardcoded values for regexType* by <a href="https://github.com/michaelgrigoryan25"><code>@michaelgrigoryan25</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/679">gorilla/mux#679</a></li> <li>Fix <code>authenticationMiddleware</code> initialization in the <code>README.md</code> file by <a href="https://github.com/amustaque97"><code>@amustaque97</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/693">gorilla/mux#693</a></li> <li>Update README.md by <a href="https://github.com/coreydaley"><code>@coreydaley</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/713">gorilla/mux#713</a></li> <li>[GPT-95] Update go version, add tools for verification and testing by <a href="https://github.com/apoorvajagtap"><code>@apoorvajagtap</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/718">gorilla/mux#718</a></li> <li>Delete release-drafter.yml by <a href="https://github.com/coreydaley"><code>@coreydaley</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/719">gorilla/mux#719</a></li> <li>Delete stale.yml by <a href="https://github.com/coreydaley"><code>@coreydaley</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/720">gorilla/mux#720</a></li> <li>Delete AUTHORS by <a href="https://github.com/coreydaley"><code>@coreydaley</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/721">gorilla/mux#721</a></li> <li>Update LICENSE by <a href="https://github.com/coreydaley"><code>@coreydaley</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/722">gorilla/mux#722</a></li> <li>Updated the logo in README.md by <a href="https://github.com/shamkarthik"><code>@shamkarthik</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/724">gorilla/mux#724</a></li> <li>Update LICENSE by <a href="https://github.com/coreydaley"><code>@coreydaley</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/723">gorilla/mux#723</a></li> <li>Update issues.yml by <a href="https://github.com/coreydaley"><code>@coreydaley</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/726">gorilla/mux#726</a></li> <li>Update issues.yml by <a href="https://github.com/coreydaley"><code>@coreydaley</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/727">gorilla/mux#727</a></li> <li>run go fmt with Go 1.20 by <a href="https://github.com/shogo82148"><code>@shogo82148</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/725">gorilla/mux#725</a></li> <li>Fix <code>Single Page Application</code> example in <code>README.md</code> file by <a href="https://github.com/amustaque97"><code>@amustaque97</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/678">gorilla/mux#678</a></li> <li>[BUG] Inconsistent HTTP status code on query mismatch by <a href="https://github.com/soheilrt"><code>@soheilrt</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/712">gorilla/mux#712</a></li> <li>Clarify documentation examples of Route methods by <a href="https://github.com/andrew-werdna"><code>@andrew-werdna</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/672">gorilla/mux#672</a></li> <li>changed the routeVariables text content. by <a href="https://github.com/sumanpaikdev"><code>@sumanpaikdev</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/708">gorilla/mux#708</a></li> <li>Add GetVarNames() by <a href="https://github.com/eh-steve"><code>@eh-steve</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/676">gorilla/mux#676</a></li> <li>fix SPA handler in README.md by <a href="https://github.com/sy9"><code>@sy9</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/733">gorilla/mux#733</a></li> <li>update GitHub workflows by <a href="https://github.com/coreydaley"><code>@coreydaley</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/734">gorilla/mux#734</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Jille"><code>@Jille</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/602">gorilla/mux#602</a></li> <li><a href="https://github.com/michaelgrigoryan25"><code>@michaelgrigoryan25</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/679">gorilla/mux#679</a></li> <li><a href="https://github.com/amustaque97"><code>@amustaque97</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/693">gorilla/mux#693</a></li> <li><a href="https://github.com/coreydaley"><code>@coreydaley</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/713">gorilla/mux#713</a></li> <li><a href="https://github.com/apoorvajagtap"><code>@apoorvajagtap</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/718">gorilla/mux#718</a></li> <li><a href="https://github.com/shamkarthik"><code>@shamkarthik</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/724">gorilla/mux#724</a></li> <li><a href="https://github.com/shogo82148"><code>@shogo82148</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/725">gorilla/mux#725</a></li> <li><a href="https://github.com/soheilrt"><code>@soheilrt</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/712">gorilla/mux#712</a></li> <li><a href="https://github.com/andrew-werdna"><code>@andrew-werdna</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/672">gorilla/mux#672</a></li> <li><a href="https://github.com/sumanpaikdev"><code>@sumanpaikdev</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/708">gorilla/mux#708</a></li> <li><a href="https://github.com/eh-steve"><code>@eh-steve</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/676">gorilla/mux#676</a></li> <li><a href="https://github.com/sy9"><code>@sy9</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/733">gorilla/mux#733</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1">https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
0fc8cf7269
|
Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#140)
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.0 to 1.8.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spf13/cobra/releases">github.com/spf13/cobra's releases</a>.</em></p> <blockquote> <h2>v1.8.1</h2> <h2>✨ Features</h2> <ul> <li>Add env variable to suppress completion descriptions on create by <a href="https://github.com/scop"><code>@scop</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/1938">spf13/cobra#1938</a></li> </ul> <h2>🐛 Bug fixes</h2> <ul> <li>Micro-optimizations by <a href="https://github.com/scop"><code>@scop</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/1957">spf13/cobra#1957</a></li> </ul> <h2>🔧 Maintenance</h2> <ul> <li>build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.3 to 2.0.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2127">spf13/cobra#2127</a></li> <li>Consistent annotation names by <a href="https://github.com/nirs"><code>@nirs</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2140">spf13/cobra#2140</a></li> <li>Remove fully inactivated linters by <a href="https://github.com/nirs"><code>@nirs</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2148">spf13/cobra#2148</a></li> <li>Address golangci-lint deprecation warnings, enable some more linters by <a href="https://github.com/scop"><code>@scop</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2152">spf13/cobra#2152</a></li> </ul> <h2>🧪 Testing & CI/CD</h2> <ul> <li>Add test for func in cobra.go by <a href="https://github.com/korovindenis"><code>@korovindenis</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2094">spf13/cobra#2094</a></li> <li>ci: test golang 1.22 by <a href="https://github.com/cyrilico"><code>@cyrilico</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2113">spf13/cobra#2113</a></li> <li>Optimized and added more linting by <a href="https://github.com/scop"><code>@scop</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2099">spf13/cobra#2099</a></li> <li>build(deps): bump actions/setup-go from 4 to 5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2087">spf13/cobra#2087</a></li> <li>build(deps): bump actions/labeler from 4 to 5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2086">spf13/cobra#2086</a></li> <li>build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2108">spf13/cobra#2108</a></li> <li>build(deps): bump actions/cache from 3 to 4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2102">spf13/cobra#2102</a></li> </ul> <h2>✏️ Documentation</h2> <ul> <li>Fixes and docs for usage as plugin by <a href="https://github.com/nirs"><code>@nirs</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2070">spf13/cobra#2070</a></li> <li>flags: clarify documentation that LocalFlags related function do not modify the state by <a href="https://github.com/niamster"><code>@niamster</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2064">spf13/cobra#2064</a></li> <li>chore: remove repetitive words by <a href="https://github.com/racerole"><code>@racerole</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2122">spf13/cobra#2122</a></li> <li>Add LXC to the list of projects using Cobra <a href="https://github.com/VaradBelwalkar"><code>@VaradBelwalkar</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2071">spf13/cobra#2071</a></li> <li>Update projects_using_cobra.md by <a href="https://github.com/marcuskohlberg"><code>@marcuskohlberg</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2089">spf13/cobra#2089</a></li> <li>[chore]: update projects using cobra by <a href="https://github.com/cmwylie19"><code>@cmwylie19</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2093">spf13/cobra#2093</a></li> <li>Add Taikun CLI to list of projects by <a href="https://github.com/Smidra"><code>@Smidra</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2098">spf13/cobra#2098</a></li> <li>Add Incus to the list of projects using Cobra by <a href="https://github.com/montag451"><code>@montag451</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2118">spf13/cobra#2118</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
58034f8ea2
|
Bump github.com/google/uuid from 1.4.0 to 1.6.0 (#142)
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.4.0 to 1.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/uuid/releases">github.com/google/uuid's releases</a>.</em></p> <blockquote> <h2>v1.6.0</h2> <h2><a href="https://github.com/google/uuid/compare/v1.5.0...v1.6.0">1.6.0</a> (2024-01-16)</h2> <h3>Features</h3> <ul> <li>add Max UUID constant (<a href="https://redirect.github.com/google/uuid/issues/149">#149</a>) (<a href=" |
||
Sylvie Crowe
|
3385608b4a
|
SSH Port (#111)
This enables basic ssh for connections using publickey auth without a passphrase. It can be established by creating a widget with the "meta" property set to ``` { "connection": "<user>@<host>:<port>" } ``` where the :<port> is optional. --------- Co-authored-by: sawka <mike.sawka@gmail.com> |
||
Sylvie Crowe
|
21fa9a601f
|
Add filewatcher for config files (#63)
This adds the filewatcher and forwards events to the frontend. It also sets up the widgets as something that can be controlled with a config file. |
||
Sylvie Crowe
|
d0c4f5c46f
|
Support Windows Builds (#54)
This adds support for windows builds. With it, the app can successfully run on windows and unix systems. Note that the terminal still only works on unix systems at this time. |
||
sawka
|
8a3a527343 | setup cobra for wsh | ||
Mike Sawka
|
8e3540f754
|
working on ijson and wsh magic (#53) | ||
Evan Simkowitz
|
b2b1f9b9df
|
Switch to using electron-vite instead of WebPack (#45)
This sets us back up to use Vite via the electron-vite package. This will let us continue to build our testing suite on Vitest and take advantage of Vite features like Hot Module Reloading, etc. --------- Co-authored-by: sawka <mike.sawka@gmail.com> |
||
sawka
|
605b9ea048 | remove wails deps | ||
Mike Sawka
|
1874d9a252
|
port to electron (#33) | ||
sawka
|
4ba78a1804 | working on waveobj -- oids | ||
sawka
|
901334eb49 | new wails bindings format working |