1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-20 06:28:04 +00:00

1 Commits

Author SHA1 Message Date
01405b49ef Bump vite from 3.2.7 to 3.2.10 in /frontend
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.2.7 to 3.2.10.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v3.2.10/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v3.2.10/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-03 18:40:17 +00:00
26 changed files with 22 additions and 49 deletions

View File

@ -17,7 +17,7 @@ This project arose from all flaws of similar tools many of which are slow, compl
- [x] **Low overhead**: Typical query results against a local database are returned whithin milliseconds. - [x] **Low overhead**: Typical query results against a local database are returned whithin milliseconds.
- [x] **Intuitive interface**: You know MongoDB? You know Rolens. - [x] **Intuitive interface**: You know MongoDB? You know Rolens.
![Impression of Rolens's interface](./docs/images/home-impression.webp) ![Impression of Rolens's interface](./docs/images/home-impression.png)
This project is heavily inspired by the excellent [MongoHub](https://github.com/bububa/MongoHub-Mac) application, which sadly has not been updated since 2011. This project is heavily inspired by the excellent [MongoHub](https://github.com/bububa/MongoHub-Mac) application, which sadly has not been updated since 2011.
@ -79,7 +79,7 @@ At this point, Rolens is comparable to MongoHub regarding features. It cannot ha
## Author and license ## Author and license
© [Romein van Buren](mailto:romein@vburen.nl) 2022-2024. The source code and compiled binaries are released under the GNU GPLv3 license — see [`LICENSE`](./LICENSE) for the full license text. © [Romein van Buren](mailto:romein@vburen.nl) 2023. The source code and compiled binaries are released under the GNU GPLv3 license — see [`LICENSE`](./LICENSE) for the full license text.
## Credits ## Credits

View File

@ -28,5 +28,5 @@ Feel free to contact me if you have questions! Send an e-mail to romein@vburen.n
Author and license Author and license
------------------ ------------------
© Romein van Buren 2022-2024. The source code and compiled binaries are released © Romein van Buren 2023. The source code and compiled binaries are released
under the GNU GPLv3 license — see LICENSE for the full license text. under the GNU GPLv3 license — see LICENSE for the full license text.

View File

@ -3,7 +3,7 @@ title: Colophon
order: 900 order: 900
--- ---
Rolens is © [Romein van Buren](mailto:romein@vburen.nl) 2022-2024. The source code and compiled binaries are released under the GNU GPLv3 license — see [`LICENSE`](https://github.com/garraflavatra/rolens/blob/main/LICENSE) for the full license text. Rolens is © [Romein van Buren](mailto:romein@vburen.nl) 2023. The source code and compiled binaries are released under the GNU GPLv3 license — see [`LICENSE`](https://github.com/garraflavatra/rolens/blob/main/LICENSE) for the full license text.
## Credits ## Credits

Binary file not shown.

After

Width:  |  Height:  |  Size: 715 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 145 KiB

BIN
docs/images/shell.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 602 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 117 KiB

View File

@ -15,7 +15,7 @@ This project arose from all flaws of similar tools many of which are slow, compl
- **Low overhead**: Typical query results against a local database are returned whithin milliseconds. - **Low overhead**: Typical query results against a local database are returned whithin milliseconds.
- **Intuitive interface**: You know MongoDB? You know Rolens. - **Intuitive interface**: You know MongoDB? You know Rolens.
![Impression of Rolens's interface](./images/home-impression.webp) ![Impression of Rolens's interface](./images/home-impression.png)
This project is heavily inspired by the excellent [MongoHub](https://github.com/bububa/MongoHub-Mac) application, which sadly has not been updated since 2011. This project is heavily inspired by the excellent [MongoHub](https://github.com/bububa/MongoHub-Mac) application, which sadly has not been updated since 2011.

View File

@ -21,7 +21,7 @@
"eslint": "^8.43.0", "eslint": "^8.43.0",
"eslint-config-svelte3": "github:johbog/eslint-config-svelte3", "eslint-config-svelte3": "github:johbog/eslint-config-svelte3",
"svelte": "^3.59.1", "svelte": "^3.59.1",
"vite": "^3.2.7" "vite": "^3.2.10"
} }
}, },
"node_modules/@babel/runtime": { "node_modules/@babel/runtime": {
@ -3061,9 +3061,9 @@
"dev": true "dev": true
}, },
"node_modules/vite": { "node_modules/vite": {
"version": "3.2.7", "version": "3.2.10",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.2.7.tgz", "resolved": "https://registry.npmjs.org/vite/-/vite-3.2.10.tgz",
"integrity": "sha512-29pdXjk49xAP0QBr0xXqu2s5jiQIXNvE/xwd0vUizYT2Hzqe4BksNNoWllFVXJf4eLZ+UlVQmXfB4lWrc+t18g==", "integrity": "sha512-Dx3olBo/ODNiMVk/cA5Yft9Ws+snLOXrhLtrI3F4XLt4syz2Yg8fayZMWScPKoz12v5BUv7VEmQHnsfpY80fYw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"esbuild": "^0.15.9", "esbuild": "^0.15.9",
@ -5268,9 +5268,9 @@
"dev": true "dev": true
}, },
"vite": { "vite": {
"version": "3.2.7", "version": "3.2.10",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.2.7.tgz", "resolved": "https://registry.npmjs.org/vite/-/vite-3.2.10.tgz",
"integrity": "sha512-29pdXjk49xAP0QBr0xXqu2s5jiQIXNvE/xwd0vUizYT2Hzqe4BksNNoWllFVXJf4eLZ+UlVQmXfB4lWrc+t18g==", "integrity": "sha512-Dx3olBo/ODNiMVk/cA5Yft9Ws+snLOXrhLtrI3F4XLt4syz2Yg8fayZMWScPKoz12v5BUv7VEmQHnsfpY80fYw==",
"dev": true, "dev": true,
"requires": { "requires": {
"esbuild": "^0.15.9", "esbuild": "^0.15.9",

View File

@ -22,7 +22,7 @@
"eslint": "^8.43.0", "eslint": "^8.43.0",
"eslint-config-svelte3": "github:johbog/eslint-config-svelte3", "eslint-config-svelte3": "github:johbog/eslint-config-svelte3",
"svelte": "^3.59.1", "svelte": "^3.59.1",
"vite": "^3.2.7" "vite": "^3.2.10"
}, },
"eslintConfig": { "eslintConfig": {
"extends": "./node_modules/@garraflavatra/yeslint/configs/svelte.js", "extends": "./node_modules/@garraflavatra/yeslint/configs/svelte.js",

View File

@ -19,7 +19,7 @@
<hr /> <hr />
<div class="info"> <div class="info">
<p class="copy">© Romein van Buren, 2022-2024.</p> <p class="copy">© Romein van Buren, 2023.</p>
<p> <p>
<a href="https://garraflavatra.github.io/rolens/" use:alink>Documentation</a> | <a href="https://garraflavatra.github.io/rolens/" use:alink>Documentation</a> |
<a href="https://github.com/garraflavatra/rolens" use:alink>GitHub</a> | <a href="https://github.com/garraflavatra/rolens" use:alink>GitHub</a> |

View File

@ -24,7 +24,7 @@
let editor; let editor;
async function runScript() { async function runScript() {
if (!$environment.hasMongoShell) { if (!$environment.hasMongoDump) {
return; return;
} }

View File

@ -70,7 +70,7 @@ func main() {
WindowIsTranslucent: true, WindowIsTranslucent: true,
About: &mac.AboutInfo{ About: &mac.AboutInfo{
Title: "Rolens - Multiplatform MongoDB client", Title: "Rolens - Multiplatform MongoDB client",
Message: "© 2022-2024 Romein van Buren", Message: "© 2023 Romein van Buren",
Icon: appIcon, Icon: appIcon,
}, },
}, },

View File

@ -15,7 +15,7 @@
"companyName": "Romein van Buren", "companyName": "Romein van Buren",
"productVersion": "0.3.0", "productVersion": "0.3.0",
"comments": "The intuitive MongoDB administration tool", "comments": "The intuitive MongoDB administration tool",
"copyright": "© Romein van Buren 2022-2024 (GNU GPL 3.0)." "copyright": "© Romein van Buren 2023 (GNU GPL 3.0)."
}, },
"preBuildHooks": { "preBuildHooks": {
"*/*": "node ../version_to_file.js" "*/*": "node ../version_to_file.js"

View File

@ -60,7 +60,7 @@ function copyStatic() {
fs.readdirSync(__dirname+'/static').forEach(function(fname) { fs.readdirSync(__dirname+'/static').forEach(function(fname) {
fs.copyFileSync(__dirname+'/static/'+fname, outdir+'/'+fname); fs.copyFileSync(__dirname+'/static/'+fname, outdir+'/'+fname);
}); });
globSync(indir+'/**/*.{png,jpg,jpeg,webp}').forEach(function(fname) { globSync(indir+'/**/*.{png,jpg,jpeg}').forEach(function(fname) {
const dest = outdir+'/'+fname.slice(indir.length + 1); const dest = outdir+'/'+fname.slice(indir.length + 1);
fs.mkdirSync(path.dirname(dest), { recursive: true }); fs.mkdirSync(path.dirname(dest), { recursive: true });
fs.copyFileSync(fname, dest); fs.copyFileSync(fname, dest);

View File

@ -8,17 +8,9 @@
<title>{% if title %}{{ title }} — {% endif %}Rolens</title> <title>{% if title %}{{ title }} — {% endif %}Rolens</title>
<meta name="author" content="Romein van Buren" /> <meta name="author" content="Romein van Buren" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" /> <link rel="stylesheet" href="/styles.css">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="stylesheet" href="/styles.css" />
</head> </head>
<body> <body>
{{ content }} {{ content }}
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "55488ce2587f482eac31bc460f5b067b"}'></script>
</body> </body>
</html> </html>

View File

@ -61,7 +61,7 @@ navigationOptions:
{% # render "mastodon" %} {% # render "mastodon" %}
</p> </p>
<p> <p>
© <a href="mailto:romein@vburen.nl">Romein van Buren</a> 2022-2024. © <a href="mailto:romein@vburen.nl">Romein van Buren</a> 2023.
The <a href="{{ meta.repoUrl }}">source code</a> and compiled The <a href="{{ meta.repoUrl }}">source code</a> and compiled
binaries are released under the binaries are released under the
<a href="{{ github.licenseUrl }}">GNU GPLv3</a> <a href="{{ github.licenseUrl }}">GNU GPLv3</a>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 644 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 340 KiB

View File

@ -1,19 +0,0 @@
{
"name": "Rolens",
"short_name": "Rolens",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#b40101",
"background_color": "#b40101",
"display": "standalone"
}