@serve.zone/gitops 3.1.1 → 32.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.smartconfig.json +9 -2
- package/changelog.md +19 -0
- package/deno.json +1 -1
- package/dist_serve/bundle.js +311 -311
- package/dist_serve/bundle.js.map +1 -0
- package/dist_ts/00_commitinfo_data.js +2 -2
- package/dist_ts/cache/classes.cachedb.d.ts +1 -1
- package/dist_ts/cache/classes.cachedb.js +1 -1
- package/package.json +9 -9
- package/readme.md +1 -1
- package/ts/00_commitinfo_data.ts +1 -1
- package/ts/cache/classes.cachedb.ts +1 -1
- package/ts_web/00_commitinfo_data.ts +1 -1
- package/readme.todo.md +0 -3
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export const commitinfo = {
|
|
5
5
|
name: '@serve.zone/gitops',
|
|
6
|
-
version: '
|
|
6
|
+
version: '32.0.0',
|
|
7
7
|
description: 'GitOps management app for Gitea and GitLab - manage secrets, browse projects, view CI pipelines, and stream build logs'
|
|
8
8
|
};
|
|
9
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
9
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSxvQkFBb0I7SUFDMUIsT0FBTyxFQUFFLFFBQVE7SUFDakIsV0FBVyxFQUFFLHdIQUF3SDtDQUN0SSxDQUFBIn0=
|
|
@@ -5,7 +5,7 @@ export interface ICacheDbOptions {
|
|
|
5
5
|
debug?: boolean;
|
|
6
6
|
}
|
|
7
7
|
/**
|
|
8
|
-
* Singleton wrapper around
|
|
8
|
+
* Singleton wrapper around SmartMongo's NoSQLDB memory server and SmartData.
|
|
9
9
|
* Provides a managed MongoDB-compatible cache database.
|
|
10
10
|
*/
|
|
11
11
|
export declare class CacheDb {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as plugins from '../plugins.js';
|
|
2
2
|
import { logger } from '../logging.js';
|
|
3
3
|
/**
|
|
4
|
-
* Singleton wrapper around
|
|
4
|
+
* Singleton wrapper around SmartMongo's NoSQLDB memory server and SmartData.
|
|
5
5
|
* Provides a managed MongoDB-compatible cache database.
|
|
6
6
|
*/
|
|
7
7
|
export class CacheDb {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@serve.zone/gitops",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "32.0.0",
|
|
4
4
|
"description": "GitOps management app for Gitea and GitLab - manage secrets, browse projects, view CI pipelines, and stream build logs",
|
|
5
5
|
"main": "./dist_ts/index.js",
|
|
6
6
|
"typings": "./dist_ts/index.d.ts",
|
|
@@ -34,18 +34,18 @@
|
|
|
34
34
|
"@push.rocks/smartdata": "7.1.7",
|
|
35
35
|
"@push.rocks/smartguard": "^3.1.0",
|
|
36
36
|
"@push.rocks/smartjwt": "^2.2.2",
|
|
37
|
-
"@push.rocks/smartmongo": "
|
|
37
|
+
"@push.rocks/smartmongo": "9.0.0",
|
|
38
38
|
"@push.rocks/smartsecret": "^1.0.2"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@git.zone/tsbuild": "^4.
|
|
42
|
-
"@git.zone/tsbundle": "^2.
|
|
43
|
-
"@git.zone/tsdeno": "^1.
|
|
44
|
-
"@git.zone/tsdocker": "
|
|
45
|
-
"@git.zone/tsrun": "^2.0.
|
|
46
|
-
"@git.zone/tstest": "
|
|
41
|
+
"@git.zone/tsbuild": "^4.5.0",
|
|
42
|
+
"@git.zone/tsbundle": "^2.13.0",
|
|
43
|
+
"@git.zone/tsdeno": "^1.8.0",
|
|
44
|
+
"@git.zone/tsdocker": "^3.5.9",
|
|
45
|
+
"@git.zone/tsrun": "^2.0.6",
|
|
46
|
+
"@git.zone/tstest": "6.1.1",
|
|
47
47
|
"@git.zone/tswatch": "^3.3.5",
|
|
48
|
-
"@types/node": "^
|
|
48
|
+
"@types/node": "^26.5.1"
|
|
49
49
|
},
|
|
50
50
|
"files": [
|
|
51
51
|
"ts/**/*",
|
package/readme.md
CHANGED
|
@@ -78,7 +78,7 @@ import type * as gitopsInterfaces from '@serve.zone/gitops/interfaces';
|
|
|
78
78
|
| `GITOPS_ADMIN_USERNAME` | `admin` | Dashboard login username. |
|
|
79
79
|
| `GITOPS_ADMIN_PASSWORD` | `admin` | Dashboard login password. |
|
|
80
80
|
|
|
81
|
-
Provider connections, sync configs, jobs, managed secrets, and action logs are persisted as JSON records below `~/.serve.zone/gitops/storage/`. Cached projects and secrets
|
|
81
|
+
Provider connections, sync configs, jobs, managed secrets, and action logs are persisted as JSON records below `~/.serve.zone/gitops/storage/`. Cached projects and secrets use a disposable NoSQLDB memory server through SmartMongo 9. The initial provider scan repopulates this cache after startup; it does not persist between processes.
|
|
82
82
|
|
|
83
83
|
Provider connections may also define `registryUrl`, `registryUsername`, and `registryToken` for OCI registry mirroring. Registry tokens are stored through SmartSecret and masked in API/UI responses. GitLab image sync falls back to `oauth2:<provider token>` when no dedicated registry credentials are configured; Gitea requires an explicit registry username when registry auth is needed.
|
|
84
84
|
|
package/ts/00_commitinfo_data.ts
CHANGED
|
@@ -8,7 +8,7 @@ export interface ICacheDbOptions {
|
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
|
-
* Singleton wrapper around
|
|
11
|
+
* Singleton wrapper around SmartMongo's NoSQLDB memory server and SmartData.
|
|
12
12
|
* Provides a managed MongoDB-compatible cache database.
|
|
13
13
|
*/
|
|
14
14
|
export class CacheDb {
|
package/readme.todo.md
DELETED