[PR #82] [MERGED] stable 5.0 #1008

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

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/82
Author: @wukko
Created: 2/13/2023
Status: Merged
Merged: 2/13/2023
Merged by: @wukko

Base: currentHead: develop


📝 Commits (10+)

📊 Changes

47 files changed (+1765 additions, -930 deletions)

View changed files

📝 .deepsource.toml (+7 -1)
📝 .gitignore (+1 -1)
📝 package.json (+3 -2)
📝 src/cobalt.js (+32 -25)
📝 src/config.json (+1 -6)
📝 src/front/cobalt.css (+1 -1)
src/front/updateBanners/valentines.webp (+0 -0)
📝 src/localization/languages/en.json (+1 -1)
📝 src/localization/languages/ru.json (+3 -3)
📝 src/modules/api.js (+32 -23)
📝 src/modules/build.js (+2 -2)
📝 src/modules/config.js (+0 -1)
📝 src/modules/pageRender/elements.js (+2 -2)
📝 src/modules/pageRender/onDemand.js (+1 -1)
📝 src/modules/pageRender/page.js (+1 -1)
📝 src/modules/processing/match.js (+41 -29)
📝 src/modules/processing/matchActionDecider.js (+124 -108)
src/modules/processing/services/bilibili.js (+28 -0)
src/modules/processing/services/reddit.js (+28 -0)
src/modules/processing/services/soundcloud.js (+74 -0)

...and 27 more files

📄 Description

No description provided


🔄 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/82 **Author:** [@wukko](https://github.com/wukko) **Created:** 2/13/2023 **Status:** ✅ Merged **Merged:** 2/13/2023 **Merged by:** [@wukko](https://github.com/wukko) **Base:** `current` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`3432c91`](https://github.com/imputnet/cobalt/commit/3432c914826f577132c3f0c03f8829e98a8e7d3c) refactoring & fixes - [`dacaaf5`](https://github.com/imputnet/cobalt/commit/dacaaf5b27c4d80cd54b42891b2431036c95b0f3) 5.0-dev1 - [`0e7a281`](https://github.com/imputnet/cobalt/commit/0e7a281366d4a71605698f1cf9011b1d14bf0d8e) accidentally left error logging - [`75a8597`](https://github.com/imputnet/cobalt/commit/75a85972aa281903f14bc5f44dacc7531dd8cdde) 5.0 - [`18199c5`](https://github.com/imputnet/cobalt/commit/18199c534fda4633df079270dd8b6b317f7b8c12) changed the socialLink element class - [`3c578d6`](https://github.com/imputnet/cobalt/commit/3c578d6d49e63caf21e1749de38ed032ca088902) cleaning up what i missed - [`20ae9ac`](https://github.com/imputnet/cobalt/commit/20ae9acfe870937e04f6e5a97a20d439b022a690) 5.0 - [`a1fea0a`](https://github.com/imputnet/cobalt/commit/a1fea0a5f10907c4d405674a6211276b9aaa756a) fixes - [`73b5da8`](https://github.com/imputnet/cobalt/commit/73b5da8df09491d0a1ace99e9b665b863a0853b4) Update .deepsource.toml - [`ff9f2c5`](https://github.com/imputnet/cobalt/commit/ff9f2c5cce4835d24d4cddb770501e7e6fa6cd77) deepsource config update ### 📊 Changes **47 files changed** (+1765 additions, -930 deletions) <details> <summary>View changed files</summary> 📝 `.deepsource.toml` (+7 -1) 📝 `.gitignore` (+1 -1) 📝 `package.json` (+3 -2) 📝 `src/cobalt.js` (+32 -25) 📝 `src/config.json` (+1 -6) 📝 `src/front/cobalt.css` (+1 -1) ➕ `src/front/updateBanners/valentines.webp` (+0 -0) 📝 `src/localization/languages/en.json` (+1 -1) 📝 `src/localization/languages/ru.json` (+3 -3) 📝 `src/modules/api.js` (+32 -23) 📝 `src/modules/build.js` (+2 -2) 📝 `src/modules/config.js` (+0 -1) 📝 `src/modules/pageRender/elements.js` (+2 -2) 📝 `src/modules/pageRender/onDemand.js` (+1 -1) 📝 `src/modules/pageRender/page.js` (+1 -1) 📝 `src/modules/processing/match.js` (+41 -29) 📝 `src/modules/processing/matchActionDecider.js` (+124 -108) ➕ `src/modules/processing/services/bilibili.js` (+28 -0) ➕ `src/modules/processing/services/reddit.js` (+28 -0) ➕ `src/modules/processing/services/soundcloud.js` (+74 -0) _...and 27 more files_ </details> ### 📄 Description _No description provided_ --- <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:03:57 -06:00
Sign in to join this conversation.