@serve.zone/gitops 3.1.0 → 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.
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@serve.zone/gitops',
6
- version: '3.1.0',
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSxvQkFBb0I7SUFDMUIsT0FBTyxFQUFFLE9BQU87SUFDaEIsV0FBVyxFQUFFLHdIQUF3SDtDQUN0SSxDQUFBIn0=
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 LocalTsmDb + SmartdataDb.
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 LocalTsmDb + SmartdataDb.
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.1.0",
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",
@@ -24,7 +24,7 @@
24
24
  "dependencies": {
25
25
  "@api.global/typedrequest": "3.3.0",
26
26
  "@api.global/typedrequest-interfaces": "^3.0.19",
27
- "@api.global/typedserver": "^8.4.7",
27
+ "@api.global/typedserver": "^8.5.3",
28
28
  "@api.global/typedsocket": "^4.1.4",
29
29
  "@apiclient.xyz/bookstack": "^1.1.1",
30
30
  "@apiclient.xyz/gitea": "^1.5.0",
@@ -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": "^7.0.0",
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.4.2",
42
- "@git.zone/tsbundle": "^2.10.4",
43
- "@git.zone/tsdeno": "^1.5.0",
44
- "@git.zone/tsdocker": "2.4.3",
45
- "@git.zone/tsrun": "^2.0.4",
46
- "@git.zone/tstest": "^3.6.6",
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": "^25.9.1"
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 live in the embedded SmartMongo directory below `~/.serve.zone/gitops/tsmdb/`.
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
 
@@ -3,6 +3,6 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@serve.zone/gitops',
6
- version: '3.1.0',
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
  }
@@ -8,7 +8,7 @@ export interface ICacheDbOptions {
8
8
  }
9
9
 
10
10
  /**
11
- * Singleton wrapper around LocalTsmDb + SmartdataDb.
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 {
@@ -3,6 +3,6 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@serve.zone/gitops',
6
- version: '3.1.0',
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
  }
package/readme.todo.md DELETED
@@ -1,3 +0,0 @@
1
- # GitOps TODOs
2
-
3
- - [ ] Webhook HMAC signature verification (X-Gitea-Signature / X-Gitlab-Token) — currently accepts all POSTs