[PR #3642] [CLOSED] Base setup #4343

Closed
opened 2026-02-22 18:35:38 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/3642
Author: @hariharpatel1
Created: 4/14/2025
Status: Closed

Base: masterHead: base_setup


📝 Commits (3)

📊 Changes

58 files changed (+28716 additions, -1626 deletions)

View changed files

.github/FUNDING.yml (+0 -1)
.github/ISSUE_TEMPLATE/01_bug.yml (+0 -42)
.github/ISSUE_TEMPLATE/02_feature.yml (+0 -19)
.github/ISSUE_TEMPLATE/03_documentation.yml (+0 -13)
.github/ISSUE_TEMPLATE/config.yml (+0 -5)
.github/workflows/build-and-push-image-semver.yaml (+0 -122)
.github/workflows/build-and-push-image.yaml (+0 -143)
.github/workflows/check-translations.yaml (+0 -37)
.github/workflows/dev-build.yaml (+0 -124)
📝 frontend/index.html (+7 -7)
frontend/package-lock.json (+8131 -0)
📝 frontend/package.json (+8 -0)
📝 frontend/public/anything-llm-dark.png (+0 -0)
📝 frontend/public/anything-llm-light.png (+0 -0)
📝 frontend/src/components/DefaultChat/index.jsx (+2 -2)
📝 frontend/src/components/Footer/index.jsx (+2 -2)
📝 frontend/src/components/Modals/Password/MultiUserAuth.jsx (+2 -2)
📝 frontend/src/components/Modals/Password/SingleUserAuth.jsx (+2 -2)
📝 frontend/src/components/TextToSpeech/PiperTTSOptions/index.jsx (+1 -1)
📝 frontend/src/media/logo/anything-llm.png (+0 -0)

...and 38 more files

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #xxx

What is in this change?

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 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/Mintplex-Labs/anything-llm/pull/3642 **Author:** [@hariharpatel1](https://github.com/hariharpatel1) **Created:** 4/14/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `base_setup` --- ### 📝 Commits (3) - [`ab98155`](https://github.com/Mintplex-Labs/anything-llm/commit/ab98155b40a411e04af4939cad209769106fdc16) base_setup - [`d3809cd`](https://github.com/Mintplex-Labs/anything-llm/commit/d3809cdc8c0cf18977067797759b815bb2dfe90e) adding skills - [`81e6d0d`](https://github.com/Mintplex-Labs/anything-llm/commit/81e6d0dda20a544abc17adece98a47e65cca0d9f) remove github actions ### 📊 Changes **58 files changed** (+28716 additions, -1626 deletions) <details> <summary>View changed files</summary> ➖ `.github/FUNDING.yml` (+0 -1) ➖ `.github/ISSUE_TEMPLATE/01_bug.yml` (+0 -42) ➖ `.github/ISSUE_TEMPLATE/02_feature.yml` (+0 -19) ➖ `.github/ISSUE_TEMPLATE/03_documentation.yml` (+0 -13) ➖ `.github/ISSUE_TEMPLATE/config.yml` (+0 -5) ➖ `.github/workflows/build-and-push-image-semver.yaml` (+0 -122) ➖ `.github/workflows/build-and-push-image.yaml` (+0 -143) ➖ `.github/workflows/check-translations.yaml` (+0 -37) ➖ `.github/workflows/dev-build.yaml` (+0 -124) 📝 `frontend/index.html` (+7 -7) ➕ `frontend/package-lock.json` (+8131 -0) 📝 `frontend/package.json` (+8 -0) 📝 `frontend/public/anything-llm-dark.png` (+0 -0) 📝 `frontend/public/anything-llm-light.png` (+0 -0) 📝 `frontend/src/components/DefaultChat/index.jsx` (+2 -2) 📝 `frontend/src/components/Footer/index.jsx` (+2 -2) 📝 `frontend/src/components/Modals/Password/MultiUserAuth.jsx` (+2 -2) 📝 `frontend/src/components/Modals/Password/SingleUserAuth.jsx` (+2 -2) 📝 `frontend/src/components/TextToSpeech/PiperTTSOptions/index.jsx` (+1 -1) 📝 `frontend/src/media/logo/anything-llm.png` (+0 -0) _...and 38 more files_ </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #xxx ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [ ] I ran `yarn lint` from the root of the repo & committed changes - [ ] Relevant documentation has been updated - [ ] I have tested my code functionality - [ ] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:35:38 -05:00
yindo closed this issue 2026-02-22 18:35:38 -05:00
yindo changed title from [PR #3642] Base setup to [PR #3642] [CLOSED] Base setup 2026-06-05 15:18:06 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4343