[PR #1390] api/ntv: initial support #1396

Open
opened 2025-11-09 10:12:10 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/1390
Author: @veselcraft
Created: 7/11/2025
Status: 🔄 Open

Base: mainHead: ntv-support


📝 Commits (1)

📊 Changes

6 files changed (+144 additions, -1 deletions)

View changed files

📝 api/src/processing/match-action.js (+1 -0)
📝 api/src/processing/match.js (+10 -0)
📝 api/src/processing/service-config.js (+8 -1)
📝 api/src/processing/service-patterns.js (+4 -0)
api/src/processing/services/ntv.js (+101 -0)
api/src/util/tests/ntv.json (+20 -0)

📄 Description

i was bored so hard, funniest shit i've ever made

service is freely accessible and available from any ip

sorry for my type shit

test instance https://ruki-v-konche.napolnycss.ru/

image

🔄 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/1390 **Author:** [@veselcraft](https://github.com/veselcraft) **Created:** 7/11/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `ntv-support` --- ### 📝 Commits (1) - [`6f9e4bc`](https://github.com/imputnet/cobalt/commit/6f9e4bc911bbf464eaa1e601aabda6a464359d40) api/ntv: initial support ### 📊 Changes **6 files changed** (+144 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `api/src/processing/match-action.js` (+1 -0) 📝 `api/src/processing/match.js` (+10 -0) 📝 `api/src/processing/service-config.js` (+8 -1) 📝 `api/src/processing/service-patterns.js` (+4 -0) ➕ `api/src/processing/services/ntv.js` (+101 -0) ➕ `api/src/util/tests/ntv.json` (+20 -0) </details> ### 📄 Description i was bored so hard, funniest shit i've ever made service is ✅ freely accessible and ✅ available from any ip sorry for my type shit test instance https://ruki-v-konche.napolnycss.ru/ <img width="686" height="386" alt="image" src="https://github.com/user-attachments/assets/3eb8e92d-5d16-43c6-9a32-71559cf7e4ea" /> --- <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:12:10 -06:00
Sign in to join this conversation.