You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: update markdownlint configuration and CI workflows
- Added new markdownlint rule for padded style in `.markdownlint.jsonc`.
- Updated `.pre-commit-config.yaml` to include arguments for preserving double-space hard line breaks in markdown.
- Modified CI workflow to remove markdown validation steps and streamline job outputs.
- Adjusted markdown tables in documentation for consistency and clarity.
- Enhanced `.gitignore` and Docker Compose files for better resource management and organization.
|`open-pulse deploy up`| Deploy services via Docker Compose. Without `--profile` flags, opens an interactive selector. Creates `.env` from `infra/env/.env.example` if absent. |
185
185
|`open-pulse deploy down`| Tear down deployed services. `--volumes` / `-v` also removes named volumes. |
186
186
|`open-pulse deploy ps`| Show the status of deployed containers. |
|`open-pulse quest start`| Run the full four-step pipeline. Checkpoint files in `.quest-checkpoints/`. |
215
215
|`open-pulse quest run <yaml>`| Run a quest YAML directly (synchronous; the hub Pipeline page invokes this). |
216
216
|`open-pulse quest run-step <step>`| Run a single step. |
@@ -224,7 +224,7 @@ from `tentris` — the service is now technology-agnostic).
224
224
### `services grimoire` — GrimoireLab service tools
225
225
226
226
| Sub-command | Description |
227
-
|-------------|-------------|
227
+
|---|---|
228
228
|`open-pulse services grimoire prepare-config`| Run SPARQL queries and generate a `projects.json`. |
229
229
|`open-pulse services grimoire apply`| Query SPARQL, build `projects.json`, POST to the applier sidecar (which writes the file and restarts mordred). |
230
230
|`open-pulse services grimoire install-watcher`| Install a cron job that pulls a git repo and detects config changes (Linux/macOS only). |
@@ -235,7 +235,7 @@ the CLI and the hub `/api/projects/*` routes).
Copy file name to clipboardExpand all lines: infra/services/grimoirelab/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,7 +126,7 @@ curl -u admin:YOUR_PASSWORD -X GET "http://localhost:5601/api/saved_objects/_fin
126
126
127
127
### Check the indexes and aliases
128
128
129
-
This allows to confirm the Mordred extraction went well for all your projects in projects.json. You can also confirm by seeing `collection finished` in the Mordred docker logs.
129
+
This allows to confirm the Mordred extraction went well for all your projects in projects.json. You can also confirm by seeing `collection finished` in the Mordred docker logs.
130
130
131
131
It can also be seen on OpenSearch UI under Index Management - Indexes.
0 commit comments