1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-06-27 13:05:12 +00:00

379 Commits

Author SHA1 Message Date
4b98bc035a Attempt to fix CI for Ubuntu 2025-02-02 09:30:09 +01:00
58b2e17a8b Upgrade Go deps 2025-02-02 09:21:44 +01:00
8e13b01b2d 2025 2025-02-02 09:18:28 +01:00
19498eae75 Update npm deps 2025-02-02 09:17:54 +01:00
21089009b4 Update Actions dependencies 2024-08-04 12:43:55 +02:00
1551a5073b Upgrade actions/upload-artifact to v4 2024-08-04 12:38:14 +02:00
e54a39bb3e Update CI platforms 2024-08-04 12:37:35 +02:00
949d609167 Update vulnerable dependencies 2024-08-04 12:23:55 +02:00
3ac85342bd Add favicons, compress logo 2024-06-25 15:10:35 +02:00
c14894fb31 Make sure WebP files are copied over to doc site 2024-06-25 15:05:17 +02:00
27ebbbc898 Replace PNG screenshots with WebP ones 2024-06-25 15:03:22 +02:00
9ce6a58afc It is 2024 (quite a while, actually) 2024-06-25 10:49:47 +02:00
ca5cdc203a Replaced hasMongoDump with hasMongoShell 2024-06-25 10:47:03 +02:00
132df17ff7 Updated readme on shell scripts 2023-12-23 14:45:17 +01:00
8a1f170121 Prepare v0.3.0 v0.3.0 2023-12-23 14:20:12 +01:00
b04d0b324a Add modal transitions 2023-12-23 14:17:39 +01:00
4e68bf324c Correctly open settings & about dialogs 2023-12-23 14:10:48 +01:00
3a325fe064 Run CI using Node.js v18 2023-12-23 13:20:51 +01:00
9f9ba2de6a Updated ci_bundle script 2023-12-23 13:08:56 +01:00
42993b28e9 Generate DMG images for macOS instead of placing .app in tarball 2023-12-23 13:02:38 +01:00
6af1f4a028 Upgrade Go to 1.21 2023-12-23 12:28:27 +01:00
fca08479e8 Add startup animation 2023-12-23 12:05:46 +01:00
d90d5bcf63 Updated tab bar animation 2023-12-23 11:54:10 +01:00
421bde13f5 Upgrade Wails to 2.7.1 2023-12-23 11:51:35 +01:00
fd1340f9e4 Add nice loading indicator to the host tree 2023-12-22 17:05:32 +01:00
426b0b8468 Slightly modified icons in grid 2023-12-22 16:33:10 +01:00
990c1d3d00 Add padding for field inputs 2023-12-22 16:25:18 +01:00
79417fcaa3 Updated readme slightly 2023-12-22 16:04:13 +01:00
7687b094c8 Changed os.ModePerm (777) file permissions to 644 and 755 2023-12-22 16:00:54 +01:00
773bcf65fd Add option to save shell output 2023-12-22 15:56:00 +01:00
82b8f1e300 Remove path prefix for website 2023-12-22 15:36:12 +01:00
3a5bee4a81 Added CNAME for Rolens website 2023-12-22 15:29:08 +01:00
ef9318576a Removed Zenity dependency 2023-12-22 15:26:29 +01:00
208db82ba7 Update packages 2023-12-22 15:10:56 +01:00
ddb3fefae5 Bump golang.org/x/crypto from 0.1.0 to 0.17.0 (#67)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.1.0
to 0.17.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9d2ee975ef"><code>9d2ee97</code></a>
ssh: implement strict KEX protocol changes</li>
<li><a
href="4e5a26183e"><code>4e5a261</code></a>
ssh: close net.Conn on all NewServerConn errors</li>
<li><a
href="152cdb1503"><code>152cdb1</code></a>
x509roots/fallback: update bundle</li>
<li><a
href="fdfe1f8531"><code>fdfe1f8</code></a>
ssh: defer channel window adjustment</li>
<li><a
href="b8ffc16e10"><code>b8ffc16</code></a>
blake2b: drop Go 1.6, Go 1.8 compatibility</li>
<li><a
href="7e6fbd82c8"><code>7e6fbd8</code></a>
ssh: wrap errors from client handshake</li>
<li><a
href="bda2f3f5cf"><code>bda2f3f</code></a>
argon2: avoid clobbering BP</li>
<li><a
href="325b735346"><code>325b735</code></a>
ssh/test: skip TestSSHCLIAuth on Windows</li>
<li><a
href="1eadac50a5"><code>1eadac5</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="b2d7c26edb"><code>b2d7c26</code></a>
ssh: add (*Client).DialContext method</li>
<li>Additional commits viewable in <a
href="https://github.com/golang/crypto/compare/v0.1.0...v0.17.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.1.0&new-version=0.17.0)](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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/garraflavatra/rolens/network/alerts).

</details>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Romein van Buren <romein@vburen.nl>
2023-12-22 15:04:44 +01:00
5b35172db9 Update screen shot 2023-12-22 14:38:20 +01:00
7f2adb2df2 Bump required Go version to 1.20 2023-12-22 14:15:46 +01:00
2040a356fd Finish sliding active tab indicator 2023-12-22 14:04:38 +01:00
9eac9ae935 Add sliding active tab indicator 2023-12-22 14:02:58 +01:00
d1b1c7daa5 UI improvements 2023-12-22 13:30:05 +01:00
db5a526e07 Bump postcss from 8.4.27 to 8.4.31 in /frontend (#64)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.27 to
8.4.31.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/postcss/postcss/releases">postcss's
releases</a>.</em></p>
<blockquote>
<h2>8.4.31</h2>
<ul>
<li>Fixed <code>\r</code> parsing to fix CVE-2023-44270.</li>
</ul>
<h2>8.4.30</h2>
<ul>
<li>Improved source map performance (by <a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
</ul>
<h2>8.4.29</h2>
<ul>
<li>Fixed <code>Node#source.offset</code> (by <a
href="https://github.com/idoros"><code>@​idoros</code></a>).</li>
<li>Fixed docs (by <a
href="https://github.com/coliff"><code>@​coliff</code></a>).</li>
</ul>
<h2>8.4.28</h2>
<ul>
<li>Fixed <code>Root.source.end</code> for better source map (by <a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed <code>Result.root</code> types when <code>process()</code> has
no parser.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's
changelog</a>.</em></p>
<blockquote>
<h2>8.4.31</h2>
<ul>
<li>Fixed <code>\r</code> parsing to fix CVE-2023-44270.</li>
</ul>
<h2>8.4.30</h2>
<ul>
<li>Improved source map performance (by Romain Menke).</li>
</ul>
<h2>8.4.29</h2>
<ul>
<li>Fixed <code>Node#source.offset</code> (by Ido Rosenthal).</li>
<li>Fixed docs (by Christian Oliff).</li>
</ul>
<h2>8.4.28</h2>
<ul>
<li>Fixed <code>Root.source.end</code> for better source map (by Romain
Menke).</li>
<li>Fixed <code>Result.root</code> types when <code>process()</code> has
no parser.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="90208de880"><code>90208de</code></a>
Release 8.4.31 version</li>
<li><a
href="58cc860b4c"><code>58cc860</code></a>
Fix carrier return parsing</li>
<li><a
href="4fff8e4cdc"><code>4fff8e4</code></a>
Improve pnpm test output</li>
<li><a
href="cd43ed1232"><code>cd43ed1</code></a>
Update dependencies</li>
<li><a
href="caa916bdcb"><code>caa916b</code></a>
Update dependencies</li>
<li><a
href="8972f76923"><code>8972f76</code></a>
Typo</li>
<li><a
href="11a5286f78"><code>11a5286</code></a>
Typo</li>
<li><a
href="45c5501777"><code>45c5501</code></a>
Release 8.4.30 version</li>
<li><a
href="bc3c341f58"><code>bc3c341</code></a>
Update linter</li>
<li><a
href="b2be58a2eb"><code>b2be58a</code></a>
Merge pull request <a
href="https://redirect.github.com/postcss/postcss/issues/1881">#1881</a>
from romainmenke/improve-sourcemap-performance--phil...</li>
<li>Additional commits viewable in <a
href="https://github.com/postcss/postcss/compare/8.4.27...8.4.31">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=postcss&package-manager=npm_and_yarn&previous-version=8.4.27&new-version=8.4.31)](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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/garraflavatra/rolens/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-08 20:51:31 +02:00
621af884b5 Centered modal 2023-08-27 15:25:37 +02:00
a01c56ab69 Fixed selected item highlighting bug in grid 2023-08-26 20:39:47 +02:00
1b834de091 Updated host menu items 2023-08-26 20:27:44 +02:00
70245bd38b Point to wails doctor documentation 2023-08-26 20:24:19 +02:00
9be36fda7f Corrected some imports 2023-08-07 18:28:21 +02:00
4370672d60 Lint code 2023-08-07 18:21:45 +02:00
7cebafeff3 Use yeslint! as configuration for ESLint 2023-08-07 17:51:30 +02:00
5b15782d7d Moved editors and grid components to their own directories 2023-08-07 16:59:22 +02:00
f33cac7f5c DB/collection dropping bugfix
After dropping a collection or database, the hosttree was not reloaded
correctly. Now, dropped databases and collections are correctly removed
from the host tree.
2023-08-07 14:57:31 +02:00