retold 4.0.3 → 4.0.4
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/.claude/settings.local.json +26 -1
- package/README.md +20 -0
- package/docs/_sidebar.md +2 -1
- package/docs/architecture/architecture.md +2 -2
- package/docs/architecture/modules.md +3 -4
- package/docs/contributing.md +50 -0
- package/docs/modules/orator.md +0 -7
- package/docs/retold-catalog.json +110 -26
- package/docs/retold-keyword-index.json +15118 -15139
- package/docs/testing.md +122 -0
- package/modules/Include-Retold-Module-List.sh +1 -1
- package/package.json +7 -4
- package/source/retold-manager/package.json +23 -0
- package/source/retold-manager/retold-manager.js +65 -0
- package/source/retold-manager/source/Retold-Manager-App.js +1532 -0
- package/source/retold-manager/source/Retold-Manager-ModuleCatalog.js +75 -0
- package/source/retold-manager/source/Retold-Manager-ProcessRunner.js +706 -0
- package/source/retold-manager/source/views/PictView-TUI-Checkout.js +45 -0
- package/source/retold-manager/source/views/PictView-TUI-Header.js +41 -0
- package/source/retold-manager/source/views/PictView-TUI-Layout.js +53 -0
- package/source/retold-manager/source/views/PictView-TUI-Status.js +45 -0
- package/source/retold-manager/source/views/PictView-TUI-StatusBar.js +41 -0
- package/source/retold-manager/source/views/PictView-TUI-Update.js +45 -0
- package/examples/quickstart/layer1/package-lock.json +0 -344
- package/examples/quickstart/layer2/package-lock.json +0 -4468
- package/examples/quickstart/layer3/package-lock.json +0 -1936
- package/examples/quickstart/layer4/package-lock.json +0 -13206
- package/examples/quickstart/layer5/package-lock.json +0 -345
- package/examples/todo-list/cli-client/package-lock.json +0 -418
- package/examples/todo-list/console-client/package-lock.json +0 -426
- package/examples/todo-list/server/package-lock.json +0 -6113
- package/examples/todo-list/web-client/package-lock.json +0 -12030
|
@@ -89,7 +89,32 @@
|
|
|
89
89
|
"Bash(npx indoctrinate:*)",
|
|
90
90
|
"Bash(npm link)",
|
|
91
91
|
"Bash(npm link:*)",
|
|
92
|
-
"Bash(indoctrinate --version:*)"
|
|
92
|
+
"Bash(indoctrinate --version:*)",
|
|
93
|
+
"Bash(find /Users/stevenvelozo/Code/retold/modules -maxdepth 3 -name \"README.md\" -not -path \"*/node_modules/*\" -not -path \"*/.config/*\" -not -path \"*/example*/*\" -not -path \"*/test*/*\" -not -path \"*/debug/*\" -not -path \"*/retold-harness/*\" -not -path \"*/source/dialects/*\" -exec sh -c 'echo \"\"=== $1 ===\"\"; tail -5 \"\"$1\"\"' _ {} ;)",
|
|
94
|
+
"Bash(__NEW_LINE_374a0e31bacbf733__ echo \"=== Modules with ## License ===\")",
|
|
95
|
+
"Bash(__NEW_LINE_2ef0371971d8e4a5__ echo \"=== Modules with ## Contributing ===\")",
|
|
96
|
+
"Bash(__NEW_LINE_62e19d1668e76d3d__ echo \"=== Modules with CONTRIBUTING.md ===\")",
|
|
97
|
+
"Bash(__NEW_LINE_e21f9b2ee8c8ae4f__ echo \"=== Modules with LICENSE file ===\")",
|
|
98
|
+
"Bash(npx mocha -u tdd -R spec --grep \"Create a new Book\")",
|
|
99
|
+
"Bash(timeout 5 npm run harness:*)",
|
|
100
|
+
"Bash(node -e \"\nconst child = require\\(''child_process''\\).spawn\\(''node'', [''bin/retold-harness.js''], { stdio: ''pipe'' }\\);\nlet output = '''';\nchild.stdout.on\\(''data'', \\(d\\) => { output += d; }\\);\nchild.stderr.on\\(''data'', \\(d\\) => { output += d; }\\);\nsetTimeout\\(\\(\\) => {\n child.kill\\(\\);\n console.log\\(output\\);\n process.exit\\(0\\);\n}, 3000\\);\n\")",
|
|
101
|
+
"Bash(xargs kill -9)",
|
|
102
|
+
"Bash(/Users/stevenvelozo/Code/retold/modules/meadow/meadow/scripts/mysql-test-db.sh:*)",
|
|
103
|
+
"Bash(/Users/stevenvelozo/Code/retold/modules/meadow/meadow/scripts/mssql-test-db.sh:*)",
|
|
104
|
+
"Bash(docker exec:*)",
|
|
105
|
+
"Bash(npm run test-mysql:*)",
|
|
106
|
+
"Bash(./node_modules/mocha/bin/_mocha:*)",
|
|
107
|
+
"Bash(/Users/stevenvelozo/Code/retold/modules/meadow/meadow/scripts/meadow-test-cleanup.sh:*)",
|
|
108
|
+
"Bash(node --no-warnings:*)",
|
|
109
|
+
"Bash(/Users/stevenvelozo/Code/retold/modules/meadow/retold-harness/test_foxhound_tmp.js << 'ENDOFSCRIPT'\nconst libFoxHound = require\\('foxhound'\\);\nconst libFable = require\\('fable'\\);\nconst tmpFable = new libFable\\({}\\);\nconst tmpQuery = libFoxHound.new\\(tmpFable\\);\nconsole.log\\('Query created'\\);\ntmpQuery.setDialect\\('SQLite'\\);\nconsole.log\\('Dialect set to SQLite'\\);\ntmpQuery.setScope\\('Book'\\).addRecord\\({Title:'Test'}\\).buildCreateQuery\\(\\);\nconsole.log\\('Query body:', tmpQuery.query.body\\);\nENDOFSCRIPT)",
|
|
110
|
+
"Bash(/Users/stevenvelozo/Code/retold/modules/meadow/retold-harness/test_audit_tmp.js << 'ENDOFSCRIPT'\nconst libFable = require\\('fable'\\);\nconst libMeadowConnectionSQLite = require\\('meadow-connection-sqlite'\\);\nconst libRetoldDataService = require\\('retold-data-service'\\);\nconst libPath = require\\('path'\\);\nconst libFS = require\\('fs'\\);\n\nconst _Settings = require\\('./source/configuration-bookstore-serve-api.js'\\);\nconst _Fable = new libFable\\(_Settings\\);\n\n_Fable.serviceManager.addServiceType\\('MeadowSQLiteProvider', libMeadowConnectionSQLite\\);\n_Fable.serviceManager.instantiateServiceProvider\\('MeadowSQLiteProvider'\\);\n\n_Fable.MeadowSQLiteProvider.connectAsync\\(\\(pError\\) => {\n if \\(pError\\) { console.log\\('Connection error:', pError\\); return; }\n\n let tmpDB = _Fable.MeadowSQLiteProvider.db;\n let tmpCreateSQL = libFS.readFileSync\\(libPath.join\\(__dirname, 'source/model/sqlite_create/BookStore-CreateSQLiteTables.sql'\\), 'utf8'\\);\n tmpDB.exec\\(tmpCreateSQL\\);\n\n _Fable.serviceManager.addServiceType\\('RetoldDataService', libRetoldDataService\\);\n _Fable.serviceManager.instantiateServiceProvider\\('RetoldDataService', _Settings.RetoldDataServiceOptions\\);\n\n _Fable.RetoldDataService.initializeService\\(\\(pInitError\\) => {\n if \\(pInitError\\) { console.log\\('Init error:', pInitError\\); return; }\n\n let tmpBookDAL = _Fable.RetoldDataService._DAL.Book;\n\n // Test the full doCreate flow\n tmpBookDAL.doCreate\\(\n tmpBookDAL.query.addRecord\\({ Title: 'Audit Test Book', Genre: 'Testing' }\\),\n function\\(pError, pQuery, pQueryRead, pRecord\\) {\n if \\(pError\\) { console.log\\('Create error:', pError\\); }\n console.log\\('=== Created Record ==='\\);\n console.log\\(JSON.stringify\\(pRecord, null, 2\\)\\);\n\n // Also query raw\n let tmpRaw = tmpDB.prepare\\('SELECT * FROM Book WHERE Title = ?'\\).get\\('Audit Test Book'\\);\n console.log\\('\\\\n=== Raw SQLite Row ==='\\);\n console.log\\(JSON.stringify\\(tmpRaw, null, 2\\)\\);\n\n // Clean up\n tmpDB.prepare\\('DELETE FROM Book WHERE Title = ?'\\).run\\('Audit Test Book'\\);\n process.exit\\(0\\);\n }\n \\);\n }\\);\n}\\);\nENDOFSCRIPT)",
|
|
111
|
+
"Bash(npm run:*)",
|
|
112
|
+
"Bash(git log:*)",
|
|
113
|
+
"Bash(docker rm:*)",
|
|
114
|
+
"Bash(npm run docker-dev-build:*)",
|
|
115
|
+
"Bash(npm run docker-dev-run:*)",
|
|
116
|
+
"Bash(npm rebuild:*)",
|
|
117
|
+
"Bash(docker compose:*)"
|
|
93
118
|
]
|
|
94
119
|
}
|
|
95
120
|
}
|
package/README.md
CHANGED
|
@@ -61,6 +61,26 @@ let _Fable = new libFable({
|
|
|
61
61
|
_Fable.log.info('Retold application started.');
|
|
62
62
|
```
|
|
63
63
|
|
|
64
|
+
## Testing
|
|
65
|
+
|
|
66
|
+
Each module has its own test suite: `npm test` from any module directory. Most modules only need Node.js, but the Meadow data access modules require MySQL and MSSQL for their full test suites.
|
|
67
|
+
|
|
68
|
+
Docker scripts in `modules/meadow/meadow/scripts/` manage disposable test containers on non-standard ports (MySQL 33306, MSSQL 31433) so they won't conflict with local databases.
|
|
69
|
+
|
|
70
|
+
```bash
|
|
71
|
+
cd modules/meadow/meadow
|
|
72
|
+
|
|
73
|
+
# Start databases, seed data, and run tests
|
|
74
|
+
npm run test-mysql # MySQL tests only
|
|
75
|
+
npm run test-mssql # MSSQL tests only
|
|
76
|
+
npm run test-all-providers # Both
|
|
77
|
+
|
|
78
|
+
# Tear down when done
|
|
79
|
+
npm run docker-cleanup
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
See [docs/testing.md](docs/testing.md) for full details on ports, connection settings, and managing containers.
|
|
83
|
+
|
|
64
84
|
## Repository Structure
|
|
65
85
|
|
|
66
86
|
Each module is its own git repo, cloned into a category folder under `modules/`. The root repo tracks module organization — individual module code lives in their respective repos.
|
package/docs/_sidebar.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
- Getting Started
|
|
2
2
|
|
|
3
3
|
- [Getting Started](getting-started.md)
|
|
4
|
+
- [Testing](testing.md)
|
|
5
|
+
- [Contributing](contributing.md)
|
|
4
6
|
- [Architecture](architecture/architecture.md)
|
|
5
7
|
- [Ecosystem Architecture](architecture/module-architecture.md)
|
|
6
8
|
- [Fluid Models](architecture/fluid-models.md)
|
|
@@ -47,7 +49,6 @@
|
|
|
47
49
|
- [orator-static-server](/orator/orator-static-server/)
|
|
48
50
|
- [orator-http-proxy](/orator/orator-http-proxy/)
|
|
49
51
|
- [tidings](/orator/tidings/)
|
|
50
|
-
- [orator-endpoint](/orator/orator-endpoint/)
|
|
51
52
|
- [orator-conversion](/orator/orator-conversion/)
|
|
52
53
|
|
|
53
54
|
- [Pict — MVC Tools](modules/pict.md)
|
|
@@ -8,7 +8,7 @@ A fully-realized Retold application assembles five layers, from infrastructure a
|
|
|
8
8
|
|
|
9
9
|
```mermaid
|
|
10
10
|
graph TB
|
|
11
|
-
L5["<b>Layer 5</b> — Your Application / Mid-Tier Service<br/><i>
|
|
11
|
+
L5["<b>Layer 5</b> — Pict + Your Application / Mid-Tier Service<br/><i>MVC tools, authentication, business logic, custom endpoints</i>"]
|
|
12
12
|
L4["<b>Layer 4</b> — Orator (API Server)<br/><i>HTTP lifecycle, middleware, static files, proxy</i>"]
|
|
13
13
|
L3["<b>Layer 3</b> — Meadow-Endpoints<br/><i>Auto-generated CRUD routes, behavior hooks</i>"]
|
|
14
14
|
L2["<b>Layer 2</b> — Meadow + FoxHound + Stricture<br/><i>Data broker, SQL generation, schema definitions</i>"]
|
|
@@ -188,7 +188,7 @@ graph TB
|
|
|
188
188
|
|
|
189
189
|
Orator is deliberately thin. It provides a consistent interface regardless of the underlying server, so you can swap Restify for another implementation or use IPC mode for testing — without changing your application code.
|
|
190
190
|
|
|
191
|
-
## Pict — MVC Tools
|
|
191
|
+
## Layer 5: Pict — MVC Tools
|
|
192
192
|
|
|
193
193
|
Pict sits alongside the server stack, providing Model-View-Controller tools for any text-based UI: browser DOM, terminal, or rendered strings.
|
|
194
194
|
|
|
@@ -30,7 +30,7 @@ An exhaustive list of every repository in the Retold suite, organized by group.
|
|
|
30
30
|
| [retold-harness](/meadow/retold-harness/) | `retold-harness` | Pre-built API harness with a bookstore demo (8 entities, 10,000+ records) |
|
|
31
31
|
| [meadow-integration](/meadow/meadow-integration/) | `meadow-integration` | Data integration tools for CSV import, schema mapping, and centralized formats |
|
|
32
32
|
|
|
33
|
-
## Orator — API Server (
|
|
33
|
+
## Orator — API Server (6 modules)
|
|
34
34
|
|
|
35
35
|
| Module | npm | Description |
|
|
36
36
|
|--------|-----|-------------|
|
|
@@ -39,7 +39,6 @@ An exhaustive list of every repository in the Retold suite, organized by group.
|
|
|
39
39
|
| [orator-static-server](/orator/orator-static-server/) | `orator-static-server` | Static file serving with MIME detection, default files, and subdomain routing |
|
|
40
40
|
| [orator-http-proxy](/orator/orator-http-proxy/) | `orator-http-proxy` | HTTP reverse proxy for forwarding requests to backend services |
|
|
41
41
|
| [tidings](/orator/tidings/) | `tidings` | Extensible reporting system for generating HTML, PDF, and other format reports |
|
|
42
|
-
| [orator-endpoint](/orator/orator-endpoint/) | `orator-endpoint` | Pluggable API endpoint base class for reusable route handlers |
|
|
43
42
|
| [orator-conversion](/orator/orator-conversion/) | `orator-conversion` | File format conversion endpoints for Orator service servers |
|
|
44
43
|
|
|
45
44
|
## Pict — MVC Tools (19 modules)
|
|
@@ -81,10 +80,10 @@ An exhaustive list of every repository in the Retold suite, organized by group.
|
|
|
81
80
|
|-------|-------|-------|
|
|
82
81
|
| Fable | 6 | Core ecosystem, DI, configuration, logging |
|
|
83
82
|
| Meadow | 12 | Data access, ORM, query DSL, schema, connectors |
|
|
84
|
-
| Orator |
|
|
83
|
+
| Orator | 6 | API server, HTTP, static files, proxy, reporting, conversion |
|
|
85
84
|
| Pict | 19 | MVC, views, templates, forms, grids, routing, docs, TUI |
|
|
86
85
|
| Utility | 4 | Build tools, manifests, docs, process supervision |
|
|
87
|
-
| **Total** | **
|
|
86
|
+
| **Total** | **47** | |
|
|
88
87
|
|
|
89
88
|
## GitHub Repositories
|
|
90
89
|
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
# Contributing to Retold
|
|
2
|
+
|
|
3
|
+
We welcome contributions to Retold and its modules. This guide covers the expectations and process for contributing.
|
|
4
|
+
|
|
5
|
+
## Code of Conduct
|
|
6
|
+
|
|
7
|
+
The Retold community values **empathy**, **equity**, **kindness**, and **thoughtfulness**. We expect all participants to treat each other with respect, assume good intent, and engage constructively. These values apply to all interactions: pull requests, issues, discussions, and code review.
|
|
8
|
+
|
|
9
|
+
## How to Contribute
|
|
10
|
+
|
|
11
|
+
### Pull Requests
|
|
12
|
+
|
|
13
|
+
Pull requests are the preferred method for contributing changes. To submit one:
|
|
14
|
+
|
|
15
|
+
1. Fork the module repository you want to change
|
|
16
|
+
2. Create a branch for your work
|
|
17
|
+
3. Make your changes, following the code style of the module you are editing
|
|
18
|
+
4. Ensure your changes have test coverage (see below)
|
|
19
|
+
5. Open a pull request against the module's main branch
|
|
20
|
+
|
|
21
|
+
**Submitting a pull request does not guarantee it will be accepted.** Maintainers review contributions for fit, quality, and alignment with the project's direction. A PR may be declined, or you may be asked to revise it. This is normal and not a reflection on the quality of your effort.
|
|
22
|
+
|
|
23
|
+
### Reporting Issues
|
|
24
|
+
|
|
25
|
+
If you find a bug or have a feature suggestion, open an issue on the relevant module's repository. Include enough detail to reproduce the problem or understand the proposal.
|
|
26
|
+
|
|
27
|
+
## Test Coverage
|
|
28
|
+
|
|
29
|
+
Every commit must include test coverage for the changes it introduces. Retold modules use Mocha in TDD style. Before submitting:
|
|
30
|
+
|
|
31
|
+
- **Write tests** for any new functionality or bug fixes
|
|
32
|
+
- **Run the existing test suite** with `npm test` and confirm all tests pass
|
|
33
|
+
- **Check coverage** with `npm run coverage` if the module supports it
|
|
34
|
+
|
|
35
|
+
Pull requests that break existing tests or lack coverage for new code will not be merged.
|
|
36
|
+
|
|
37
|
+
## Code Style
|
|
38
|
+
|
|
39
|
+
Follow the conventions of the module you are working in. The general Retold style is:
|
|
40
|
+
|
|
41
|
+
- **Tabs** for indentation, never spaces
|
|
42
|
+
- **Plain JavaScript** only (no TypeScript)
|
|
43
|
+
- **Allman-style braces** (opening brace on its own line)
|
|
44
|
+
- **Variable naming:** `pVariable` for parameters, `tmpVariable` for temporaries, `libSomething` for imports
|
|
45
|
+
|
|
46
|
+
When in doubt, match what the surrounding code does.
|
|
47
|
+
|
|
48
|
+
## Repository Structure
|
|
49
|
+
|
|
50
|
+
Each module is its own git repository. The [retold](https://github.com/stevenvelozo/retold) repository tracks module organization but does not contain module source code. Direct your pull request to the specific module repository where your change belongs.
|
package/docs/modules/orator.md
CHANGED
|
@@ -112,12 +112,6 @@ An extensible reporting system for generating HTML, PDF, and other format report
|
|
|
112
112
|
|
|
113
113
|
---
|
|
114
114
|
|
|
115
|
-
### [Orator-Endpoint](/orator/orator-endpoint/)
|
|
116
|
-
|
|
117
|
-
A base class for creating reusable, pluggable API endpoint handlers that can be shared across Orator applications.
|
|
118
|
-
|
|
119
|
-
**npm:** `orator-endpoint` · **Version:** 1.0.x
|
|
120
|
-
|
|
121
115
|
## Typical Setup
|
|
122
116
|
|
|
123
117
|
A standard API server combines Orator with Meadow-Endpoints:
|
|
@@ -161,5 +155,4 @@ This gives you a full REST API with Create, Read, Reads, Update, Delete, Undelet
|
|
|
161
155
|
| [orator-static-server](/orator/orator-static-server/) | Static file serving with MIME detection |
|
|
162
156
|
| [orator-http-proxy](/orator/orator-http-proxy/) | HTTP reverse proxy pass-through |
|
|
163
157
|
| [tidings](/orator/tidings/) | Reporting scaffolding for HTML/PDF output |
|
|
164
|
-
| [orator-endpoint](/orator/orator-endpoint/) | Reusable endpoint base class |
|
|
165
158
|
| [orator-conversion](/orator/orator-conversion/) | File format conversion endpoints |
|
package/docs/retold-catalog.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Generated": "2026-02-
|
|
2
|
+
"Generated": "2026-02-18T05:04:26.865Z",
|
|
3
3
|
"GitHubOrg": "stevenvelozo",
|
|
4
4
|
"DefaultBranch": "master",
|
|
5
5
|
"Groups": [
|
|
@@ -153,7 +153,10 @@
|
|
|
153
153
|
"_sidebar.md",
|
|
154
154
|
"architecture.md",
|
|
155
155
|
"cover.md",
|
|
156
|
+
"css/docuserve.css",
|
|
156
157
|
"index.html",
|
|
158
|
+
"retold-catalog.json",
|
|
159
|
+
"retold-keyword-index.json",
|
|
157
160
|
"services/README.md",
|
|
158
161
|
"services/anticipate.md",
|
|
159
162
|
"services/csv-parser.md",
|
|
@@ -361,10 +364,13 @@
|
|
|
361
364
|
"browser-usage.md",
|
|
362
365
|
"configuration.md",
|
|
363
366
|
"cover.md",
|
|
367
|
+
"css/docuserve.css",
|
|
364
368
|
"custom-providers.md",
|
|
365
369
|
"getting-started.md",
|
|
366
370
|
"index.html",
|
|
367
|
-
"providers.md"
|
|
371
|
+
"providers.md",
|
|
372
|
+
"retold-catalog.json",
|
|
373
|
+
"retold-keyword-index.json"
|
|
368
374
|
]
|
|
369
375
|
},
|
|
370
376
|
{
|
|
@@ -486,12 +492,17 @@
|
|
|
486
492
|
}
|
|
487
493
|
],
|
|
488
494
|
"DocFiles": [
|
|
495
|
+
".nojekyll",
|
|
489
496
|
"README.md",
|
|
490
497
|
"_sidebar.md",
|
|
491
498
|
"_topbar.md",
|
|
492
499
|
"api.md",
|
|
493
500
|
"cover.md",
|
|
494
|
-
"
|
|
501
|
+
"css/docuserve.css",
|
|
502
|
+
"index.html",
|
|
503
|
+
"initialization-patterns.md",
|
|
504
|
+
"retold-catalog.json",
|
|
505
|
+
"retold-keyword-index.json"
|
|
495
506
|
]
|
|
496
507
|
},
|
|
497
508
|
{
|
|
@@ -622,8 +633,11 @@
|
|
|
622
633
|
"configuration.md",
|
|
623
634
|
"contributing.md",
|
|
624
635
|
"cover.md",
|
|
636
|
+
"css/docuserve.css",
|
|
625
637
|
"index.html",
|
|
626
|
-
"resources.md"
|
|
638
|
+
"resources.md",
|
|
639
|
+
"retold-catalog.json",
|
|
640
|
+
"retold-keyword-index.json"
|
|
627
641
|
]
|
|
628
642
|
}
|
|
629
643
|
]
|
|
@@ -723,6 +737,7 @@
|
|
|
723
737
|
}
|
|
724
738
|
],
|
|
725
739
|
"DocFiles": [
|
|
740
|
+
".nojekyll",
|
|
726
741
|
"README.md",
|
|
727
742
|
"_sidebar.md",
|
|
728
743
|
"_topbar.md",
|
|
@@ -731,7 +746,10 @@
|
|
|
731
746
|
"cli.md",
|
|
732
747
|
"configuration.md",
|
|
733
748
|
"cover.md",
|
|
749
|
+
"css/docuserve.css",
|
|
734
750
|
"index.html",
|
|
751
|
+
"js/pict.min.js",
|
|
752
|
+
"js/pict.min.js.map",
|
|
735
753
|
"operations/delete.md",
|
|
736
754
|
"operations/diff-and-deltas.md",
|
|
737
755
|
"operations/exists.md",
|
|
@@ -740,7 +758,10 @@
|
|
|
740
758
|
"operations/record-keys.md",
|
|
741
759
|
"operations/sources.md",
|
|
742
760
|
"operations/write.md",
|
|
761
|
+
"pict-docuserve.min.js",
|
|
762
|
+
"pict-docuserve.min.js.map",
|
|
743
763
|
"quick-start.md",
|
|
764
|
+
"retold-catalog.json",
|
|
744
765
|
"storage-providers.md"
|
|
745
766
|
]
|
|
746
767
|
},
|
|
@@ -895,6 +916,7 @@
|
|
|
895
916
|
"architecture.md",
|
|
896
917
|
"configuration.md",
|
|
897
918
|
"cover.md",
|
|
919
|
+
"css/docuserve.css",
|
|
898
920
|
"dialects/README.md",
|
|
899
921
|
"dialects/alasql.md",
|
|
900
922
|
"dialects/mssql.md",
|
|
@@ -911,6 +933,8 @@
|
|
|
911
933
|
"query/read.md",
|
|
912
934
|
"query/update.md",
|
|
913
935
|
"query-overrides.md",
|
|
936
|
+
"retold-catalog.json",
|
|
937
|
+
"retold-keyword-index.json",
|
|
914
938
|
"schema.md",
|
|
915
939
|
"sorting.md"
|
|
916
940
|
]
|
|
@@ -1039,8 +1063,10 @@
|
|
|
1039
1063
|
}
|
|
1040
1064
|
],
|
|
1041
1065
|
"DocFiles": [
|
|
1066
|
+
".nojekyll",
|
|
1042
1067
|
"README.md",
|
|
1043
1068
|
"_sidebar.md",
|
|
1069
|
+
"css/docuserve.css",
|
|
1044
1070
|
"index.html",
|
|
1045
1071
|
"providers/README.md",
|
|
1046
1072
|
"providers/alasql.md",
|
|
@@ -1053,6 +1079,8 @@
|
|
|
1053
1079
|
"query/delete.md",
|
|
1054
1080
|
"query/read.md",
|
|
1055
1081
|
"query/update.md",
|
|
1082
|
+
"retold-catalog.json",
|
|
1083
|
+
"retold-keyword-index.json",
|
|
1056
1084
|
"schema/README.md"
|
|
1057
1085
|
]
|
|
1058
1086
|
},
|
|
@@ -1402,6 +1430,7 @@
|
|
|
1402
1430
|
}
|
|
1403
1431
|
],
|
|
1404
1432
|
"DocFiles": [
|
|
1433
|
+
".nojekyll",
|
|
1405
1434
|
"README.md",
|
|
1406
1435
|
"_sidebar.md",
|
|
1407
1436
|
"crud/README.md",
|
|
@@ -1411,7 +1440,10 @@
|
|
|
1411
1440
|
"crud/read.md",
|
|
1412
1441
|
"crud/schema.md",
|
|
1413
1442
|
"crud/update.md",
|
|
1414
|
-
"
|
|
1443
|
+
"css/docuserve.css",
|
|
1444
|
+
"index.html",
|
|
1445
|
+
"retold-catalog.json",
|
|
1446
|
+
"retold-keyword-index.json"
|
|
1415
1447
|
]
|
|
1416
1448
|
},
|
|
1417
1449
|
{
|
|
@@ -1562,6 +1594,7 @@
|
|
|
1562
1594
|
"cli-reference.md",
|
|
1563
1595
|
"comprehensions.md",
|
|
1564
1596
|
"cover.md",
|
|
1597
|
+
"css/docuserve.css",
|
|
1565
1598
|
"examples/bookstore/.gitignore",
|
|
1566
1599
|
"examples/bookstore/BookData.md",
|
|
1567
1600
|
"examples/bookstore/Generate_Bookstore_Comprehension.sh",
|
|
@@ -1582,6 +1615,8 @@
|
|
|
1582
1615
|
"mapping-files.md",
|
|
1583
1616
|
"programmatic-api.md",
|
|
1584
1617
|
"rest-api-reference.md",
|
|
1618
|
+
"retold-catalog.json",
|
|
1619
|
+
"retold-keyword-index.json",
|
|
1585
1620
|
"vocabulary/Column.md",
|
|
1586
1621
|
"vocabulary/Comprehension.md",
|
|
1587
1622
|
"vocabulary/Confidence.md",
|
|
@@ -1859,6 +1894,7 @@
|
|
|
1859
1894
|
"HasCover": false,
|
|
1860
1895
|
"Sidebar": [],
|
|
1861
1896
|
"DocFiles": [
|
|
1897
|
+
".nojekyll",
|
|
1862
1898
|
"Command-Authorization.md",
|
|
1863
1899
|
"Command-Compile.md",
|
|
1864
1900
|
"Command-DataDictionary.md",
|
|
@@ -1875,7 +1911,11 @@
|
|
|
1875
1911
|
"Command-TestObjectContainers.md",
|
|
1876
1912
|
"Docuserve-Configuration.md",
|
|
1877
1913
|
"MicroDDL-Syntax.md",
|
|
1878
|
-
"Stricture-Legacy-Compiler.md"
|
|
1914
|
+
"Stricture-Legacy-Compiler.md",
|
|
1915
|
+
"css/docuserve.css",
|
|
1916
|
+
"index.html",
|
|
1917
|
+
"retold-catalog.json",
|
|
1918
|
+
"retold-keyword-index.json"
|
|
1879
1919
|
]
|
|
1880
1920
|
}
|
|
1881
1921
|
]
|
|
@@ -1961,12 +2001,14 @@
|
|
|
1961
2001
|
"architecture.md",
|
|
1962
2002
|
"configuration.md",
|
|
1963
2003
|
"cover.md",
|
|
2004
|
+
"css/docuserve.css",
|
|
1964
2005
|
"getting-started.md",
|
|
1965
2006
|
"http-proxy.md",
|
|
1966
2007
|
"index.html",
|
|
1967
2008
|
"ipc-server.md",
|
|
1968
2009
|
"lifecycle-hooks.md",
|
|
1969
2010
|
"restify-server.md",
|
|
2011
|
+
"retold-catalog.json",
|
|
1970
2012
|
"service-servers.md",
|
|
1971
2013
|
"static-files.md"
|
|
1972
2014
|
]
|
|
@@ -2034,25 +2076,18 @@
|
|
|
2034
2076
|
"api-reference.md",
|
|
2035
2077
|
"configuration.md",
|
|
2036
2078
|
"cover.md",
|
|
2079
|
+
"css/docuserve.css",
|
|
2037
2080
|
"endpoints/001-jpg-to-png.md",
|
|
2038
2081
|
"endpoints/002-png-to-jpg.md",
|
|
2039
2082
|
"endpoints/003-pdf-to-page-png.md",
|
|
2040
2083
|
"endpoints/004-pdf-to-page-jpg.md",
|
|
2041
2084
|
"endpoints/README.md",
|
|
2042
2085
|
"getting-started.md",
|
|
2043
|
-
"index.html"
|
|
2086
|
+
"index.html",
|
|
2087
|
+
"retold-catalog.json",
|
|
2088
|
+
"retold-keyword-index.json"
|
|
2044
2089
|
]
|
|
2045
2090
|
},
|
|
2046
|
-
{
|
|
2047
|
-
"Name": "orator-endpoint",
|
|
2048
|
-
"Repo": "orator-endpoint",
|
|
2049
|
-
"Group": "orator",
|
|
2050
|
-
"Branch": "master",
|
|
2051
|
-
"HasDocs": false,
|
|
2052
|
-
"HasCover": false,
|
|
2053
|
-
"Sidebar": [],
|
|
2054
|
-
"DocFiles": []
|
|
2055
|
-
},
|
|
2056
2091
|
{
|
|
2057
2092
|
"Name": "orator-http-proxy",
|
|
2058
2093
|
"Repo": "orator-http-proxy",
|
|
@@ -2090,8 +2125,11 @@
|
|
|
2090
2125
|
"_sidebar.md",
|
|
2091
2126
|
"configuration.md",
|
|
2092
2127
|
"cover.md",
|
|
2128
|
+
"css/docuserve.css",
|
|
2093
2129
|
"getting-started.md",
|
|
2094
|
-
"index.html"
|
|
2130
|
+
"index.html",
|
|
2131
|
+
"retold-catalog.json",
|
|
2132
|
+
"retold-keyword-index.json"
|
|
2095
2133
|
]
|
|
2096
2134
|
},
|
|
2097
2135
|
{
|
|
@@ -2186,9 +2224,12 @@
|
|
|
2186
2224
|
"body-parsing.md",
|
|
2187
2225
|
"configuration.md",
|
|
2188
2226
|
"cover.md",
|
|
2227
|
+
"css/docuserve.css",
|
|
2189
2228
|
"getting-started.md",
|
|
2190
2229
|
"index.html",
|
|
2191
|
-
"middleware.md"
|
|
2230
|
+
"middleware.md",
|
|
2231
|
+
"retold-catalog.json",
|
|
2232
|
+
"retold-keyword-index.json"
|
|
2192
2233
|
]
|
|
2193
2234
|
},
|
|
2194
2235
|
{
|
|
@@ -2232,8 +2273,11 @@
|
|
|
2232
2273
|
"_sidebar.md",
|
|
2233
2274
|
"api-reference.md",
|
|
2234
2275
|
"cover.md",
|
|
2276
|
+
"css/docuserve.css",
|
|
2235
2277
|
"getting-started.md",
|
|
2236
2278
|
"index.html",
|
|
2279
|
+
"retold-catalog.json",
|
|
2280
|
+
"retold-keyword-index.json",
|
|
2237
2281
|
"subdomain-routing.md"
|
|
2238
2282
|
]
|
|
2239
2283
|
},
|
|
@@ -2298,13 +2342,18 @@
|
|
|
2298
2342
|
}
|
|
2299
2343
|
],
|
|
2300
2344
|
"DocFiles": [
|
|
2345
|
+
".nojekyll",
|
|
2301
2346
|
"README.md",
|
|
2302
2347
|
"_sidebar.md",
|
|
2303
2348
|
"_topbar.md",
|
|
2304
2349
|
"api.md",
|
|
2305
2350
|
"cover.md",
|
|
2351
|
+
"css/docuserve.css",
|
|
2352
|
+
"index.html",
|
|
2306
2353
|
"rasterizers.md",
|
|
2307
|
-
"rendering-pipeline.md"
|
|
2354
|
+
"rendering-pipeline.md",
|
|
2355
|
+
"retold-catalog.json",
|
|
2356
|
+
"retold-keyword-index.json"
|
|
2308
2357
|
]
|
|
2309
2358
|
}
|
|
2310
2359
|
]
|
|
@@ -2414,7 +2463,9 @@
|
|
|
2414
2463
|
"cover.md",
|
|
2415
2464
|
"css/docuserve.css",
|
|
2416
2465
|
"index.html",
|
|
2417
|
-
"lifecycle.md"
|
|
2466
|
+
"lifecycle.md",
|
|
2467
|
+
"retold-catalog.json",
|
|
2468
|
+
"retold-keyword-index.json"
|
|
2418
2469
|
]
|
|
2419
2470
|
},
|
|
2420
2471
|
{
|
|
@@ -2548,6 +2599,7 @@
|
|
|
2548
2599
|
"application_lifecycle/README.md",
|
|
2549
2600
|
"applications/README.md",
|
|
2550
2601
|
"cover.md",
|
|
2602
|
+
"css/docuserve.css",
|
|
2551
2603
|
"design_philosophy/applications_providers_views_and_solvers.md",
|
|
2552
2604
|
"design_philosophy/config.json",
|
|
2553
2605
|
"design_philosophy/model_view_controller_ohmy.md",
|
|
@@ -2583,6 +2635,8 @@
|
|
|
2583
2635
|
"pict_keyconcepts.md",
|
|
2584
2636
|
"pict_quickstart.md",
|
|
2585
2637
|
"providers/README.md",
|
|
2638
|
+
"retold-catalog.json",
|
|
2639
|
+
"retold-keyword-index.json",
|
|
2586
2640
|
"solvers/README.md",
|
|
2587
2641
|
"state_management/README.md",
|
|
2588
2642
|
"templating/pict_metatemplate_manager.md",
|
|
@@ -2633,7 +2687,10 @@
|
|
|
2633
2687
|
"README.md",
|
|
2634
2688
|
"_sidebar.md",
|
|
2635
2689
|
"cover.md",
|
|
2636
|
-
"
|
|
2690
|
+
"css/docuserve.css",
|
|
2691
|
+
"index.html",
|
|
2692
|
+
"retold-catalog.json",
|
|
2693
|
+
"retold-keyword-index.json"
|
|
2637
2694
|
]
|
|
2638
2695
|
},
|
|
2639
2696
|
{
|
|
@@ -3006,13 +3063,17 @@
|
|
|
3006
3063
|
}
|
|
3007
3064
|
],
|
|
3008
3065
|
"DocFiles": [
|
|
3066
|
+
".nojekyll",
|
|
3009
3067
|
"README.md",
|
|
3010
3068
|
"_sidebar.md",
|
|
3011
3069
|
"_topbar.md",
|
|
3012
3070
|
"api.md",
|
|
3013
3071
|
"cover.md",
|
|
3072
|
+
"css/docuserve.css",
|
|
3014
3073
|
"extending.md",
|
|
3015
|
-
"
|
|
3074
|
+
"index.html",
|
|
3075
|
+
"link-resolver.md",
|
|
3076
|
+
"retold-catalog.json"
|
|
3016
3077
|
]
|
|
3017
3078
|
},
|
|
3018
3079
|
{
|
|
@@ -3202,6 +3263,7 @@
|
|
|
3202
3263
|
"Templates.md",
|
|
3203
3264
|
"_sidebar.md",
|
|
3204
3265
|
"cover.md",
|
|
3266
|
+
"css/docuserve.css",
|
|
3205
3267
|
"examples/README.md",
|
|
3206
3268
|
"examples/complex_table/README.md",
|
|
3207
3269
|
"examples/complex_tuigrid/README.md",
|
|
@@ -3225,7 +3287,9 @@
|
|
|
3225
3287
|
"input_providers/011-autofill-trigger-group.md",
|
|
3226
3288
|
"input_providers/012-tab-group-selector.md",
|
|
3227
3289
|
"input_providers/013-tab-section-selector.md",
|
|
3228
|
-
"input_providers/README.md"
|
|
3290
|
+
"input_providers/README.md",
|
|
3291
|
+
"retold-catalog.json",
|
|
3292
|
+
"retold-keyword-index.json"
|
|
3229
3293
|
]
|
|
3230
3294
|
},
|
|
3231
3295
|
{
|
|
@@ -3295,9 +3359,12 @@
|
|
|
3295
3359
|
"_sidebar.md",
|
|
3296
3360
|
"api-reference.md",
|
|
3297
3361
|
"cover.md",
|
|
3362
|
+
"css/docuserve.css",
|
|
3298
3363
|
"filters.md",
|
|
3299
3364
|
"index.html",
|
|
3300
3365
|
"record-providers.md",
|
|
3366
|
+
"retold-catalog.json",
|
|
3367
|
+
"retold-keyword-index.json",
|
|
3301
3368
|
"views/create/README.md",
|
|
3302
3369
|
"views/dashboard/README.md",
|
|
3303
3370
|
"views/list/README.md",
|
|
@@ -3471,8 +3538,11 @@
|
|
|
3471
3538
|
"api-reference.md",
|
|
3472
3539
|
"cover.md",
|
|
3473
3540
|
"creating-services.md",
|
|
3541
|
+
"css/docuserve.css",
|
|
3474
3542
|
"fable-relationship.md",
|
|
3475
|
-
"index.html"
|
|
3543
|
+
"index.html",
|
|
3544
|
+
"retold-catalog.json",
|
|
3545
|
+
"retold-keyword-index.json"
|
|
3476
3546
|
]
|
|
3477
3547
|
},
|
|
3478
3548
|
{
|
|
@@ -3549,14 +3619,19 @@
|
|
|
3549
3619
|
}
|
|
3550
3620
|
],
|
|
3551
3621
|
"DocFiles": [
|
|
3622
|
+
".nojekyll",
|
|
3552
3623
|
"README.md",
|
|
3553
3624
|
"_sidebar.md",
|
|
3554
3625
|
"_topbar.md",
|
|
3555
3626
|
"api.md",
|
|
3556
3627
|
"cover.md",
|
|
3628
|
+
"css/docuserve.css",
|
|
3557
3629
|
"examples-conditionals-and-logic.md",
|
|
3558
3630
|
"examples-custom-expressions.md",
|
|
3559
|
-
"examples-data-and-lists.md"
|
|
3631
|
+
"examples-data-and-lists.md",
|
|
3632
|
+
"index.html",
|
|
3633
|
+
"retold-catalog.json",
|
|
3634
|
+
"retold-keyword-index.json"
|
|
3560
3635
|
]
|
|
3561
3636
|
},
|
|
3562
3637
|
{
|
|
@@ -3808,9 +3883,12 @@
|
|
|
3808
3883
|
"configuration.md",
|
|
3809
3884
|
"contributing.md",
|
|
3810
3885
|
"cover.md",
|
|
3886
|
+
"css/docuserve.css",
|
|
3811
3887
|
"custom-navbar.md",
|
|
3812
3888
|
"index.html",
|
|
3813
3889
|
"resources.md",
|
|
3890
|
+
"retold-catalog.json",
|
|
3891
|
+
"retold-keyword-index.json",
|
|
3814
3892
|
"themes.md"
|
|
3815
3893
|
]
|
|
3816
3894
|
}
|
|
@@ -3899,6 +3977,7 @@
|
|
|
3899
3977
|
"configuration/special-files.md",
|
|
3900
3978
|
"configuration/structures-targets.md",
|
|
3901
3979
|
"cover.md",
|
|
3980
|
+
"css/docuserve.css",
|
|
3902
3981
|
"design/labels.md",
|
|
3903
3982
|
"design/overview.md",
|
|
3904
3983
|
"examples/README.md",
|
|
@@ -3936,6 +4015,8 @@
|
|
|
3936
4015
|
"retold/README.md",
|
|
3937
4016
|
"retold/catalog-generation.md",
|
|
3938
4017
|
"retold/keyword-index.md",
|
|
4018
|
+
"retold-catalog.json",
|
|
4019
|
+
"retold-keyword-index.json",
|
|
3939
4020
|
"vocabulary.md",
|
|
3940
4021
|
"README.md",
|
|
3941
4022
|
"_sidebar.md",
|
|
@@ -4015,10 +4096,13 @@
|
|
|
4015
4096
|
"_sidebar.md",
|
|
4016
4097
|
"address-notation.md",
|
|
4017
4098
|
"cover.md",
|
|
4099
|
+
"css/docuserve.css",
|
|
4018
4100
|
"hash-translation.md",
|
|
4019
4101
|
"index.html",
|
|
4020
4102
|
"quickstart.md",
|
|
4021
4103
|
"reading.md",
|
|
4104
|
+
"retold-catalog.json",
|
|
4105
|
+
"retold-keyword-index.json",
|
|
4022
4106
|
"schema-manipulation.md",
|
|
4023
4107
|
"schema.md",
|
|
4024
4108
|
"validating.md",
|