[PR #530] [MERGED] add loom support #1188

Closed
opened 2025-11-09 10:07:40 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/530
Author: @wukko
Created: 5/29/2024
Status: Merged
Merged: 5/29/2024
Merged by: @wukko

Base: currentHead: loom


📝 Commits (4)

  • 1bae1ad processing: add support for loom
  • 0e14eea tests: add loom tests
  • 16cd192 readme: add loom & fix vk/ok feature chart
  • a2fc5ca loom: add json stringify to body

📊 Changes

7 files changed (+89 additions, -5 deletions)

View changed files

📝 README.md (+3 -2)
📝 src/modules/processing/match.js (+6 -0)
📝 src/modules/processing/matchActionDecider.js (+1 -0)
src/modules/processing/services/loom.js (+39 -0)
📝 src/modules/processing/servicesConfig.json (+6 -1)
📝 src/modules/processing/servicesPatternTesters.js (+5 -2)
📝 src/test/tests.json (+29 -0)

📄 Description

closes #519


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/imputnet/cobalt/pull/530 **Author:** [@wukko](https://github.com/wukko) **Created:** 5/29/2024 **Status:** ✅ Merged **Merged:** 5/29/2024 **Merged by:** [@wukko](https://github.com/wukko) **Base:** `current` ← **Head:** `loom` --- ### 📝 Commits (4) - [`1bae1ad`](https://github.com/imputnet/cobalt/commit/1bae1ad5a6064ae1a8655e84b1fd07623bf5b292) processing: add support for loom - [`0e14eea`](https://github.com/imputnet/cobalt/commit/0e14eea59b8afafdfcfa546a5d0aa66f592e762d) tests: add loom tests - [`16cd192`](https://github.com/imputnet/cobalt/commit/16cd192a961333984572f761457165765f3b7d65) readme: add loom & fix vk/ok feature chart - [`a2fc5ca`](https://github.com/imputnet/cobalt/commit/a2fc5ca6da7277f78e8b917a8268f68457da05e2) loom: add json stringify to body ### 📊 Changes **7 files changed** (+89 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+3 -2) 📝 `src/modules/processing/match.js` (+6 -0) 📝 `src/modules/processing/matchActionDecider.js` (+1 -0) ➕ `src/modules/processing/services/loom.js` (+39 -0) 📝 `src/modules/processing/servicesConfig.json` (+6 -1) 📝 `src/modules/processing/servicesPatternTesters.js` (+5 -2) 📝 `src/test/tests.json` (+29 -0) </details> ### 📄 Description closes #519 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-09 10:07:40 -06:00
Sign in to join this conversation.