[PR #2722] [CLOSED] Merge with latest release #4096

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/2722
Author: @raiqa-org
Created: 11/26/2024
Status: Closed

Base: masterHead: master


📝 Commits (5)

  • da7aef4 fix to brand with Raiqa and ability to use postgresSQL
  • c23a2e8 fix to brand with Raiqa and ability to use postgresSQL
  • 76db2c3 fix read me
  • 7e3109f fix read me
  • 957c5c6 Merge branch 'Mintplex-Labs:master' into master

📊 Changes

147 files changed (+1036 additions, -1119 deletions)

View changed files

📝 .devcontainer/README.md (+3 -3)
📝 .devcontainer/devcontainer.json (+1 -1)
📝 .github/ISSUE_TEMPLATE/01_bug.yml (+6 -6)
📝 .github/ISSUE_TEMPLATE/02_feature.yml (+2 -2)
📝 .github/workflows/build-and-push-image-semver.yaml (+7 -7)
📝 .github/workflows/build-and-push-image.yaml (+9 -9)
📝 .github/workflows/dev-build.yaml (+5 -6)
📝 BARE_METAL.md (+9 -9)
📝 README.md (+10 -139)
📝 cloud-deployments/aws/cloudformation/DEPLOY.md (+7 -7)
📝 cloud-deployments/aws/cloudformation/aws_https_instructions.md (+13 -13)
📝 cloud-deployments/aws/cloudformation/cloudformation_create_anythingllm.json (+10 -10)
📝 cloud-deployments/digitalocean/terraform/DEPLOY.md (+8 -8)
📝 cloud-deployments/digitalocean/terraform/user_data.tp1 (+17 -17)
📝 cloud-deployments/gcp/deployment/DEPLOY.md (+8 -8)
📝 cloud-deployments/gcp/deployment/gcp_deploy_anything_llm.yaml (+38 -38)
📝 cloud-deployments/huggingface-spaces/Dockerfile (+7 -7)
📝 collector/hotdir/__HOTDIR__.md (+1 -1)
📝 docker/.env.example (+2 -4)
📝 docker/Dockerfile (+20 -20)

...and 80 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/2722 **Author:** [@raiqa-org](https://github.com/raiqa-org) **Created:** 11/26/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`da7aef4`](https://github.com/Mintplex-Labs/anything-llm/commit/da7aef4d68513420c912d8afac732b8648b850e0) fix to brand with Raiqa and ability to use postgresSQL - [`c23a2e8`](https://github.com/Mintplex-Labs/anything-llm/commit/c23a2e8b1ea117a231aa80d1a7528401ea59e60b) fix to brand with Raiqa and ability to use postgresSQL - [`76db2c3`](https://github.com/Mintplex-Labs/anything-llm/commit/76db2c368f2db89af73d802ec09bbcd197484cf4) fix read me - [`7e3109f`](https://github.com/Mintplex-Labs/anything-llm/commit/7e3109fd6da7ac955bfba63b95e96044ec2cba61) fix read me - [`957c5c6`](https://github.com/Mintplex-Labs/anything-llm/commit/957c5c6f7a8ca994fa1728696fce9273fab4d1bd) Merge branch 'Mintplex-Labs:master' into master ### 📊 Changes **147 files changed** (+1036 additions, -1119 deletions) <details> <summary>View changed files</summary> 📝 `.devcontainer/README.md` (+3 -3) 📝 `.devcontainer/devcontainer.json` (+1 -1) 📝 `.github/ISSUE_TEMPLATE/01_bug.yml` (+6 -6) 📝 `.github/ISSUE_TEMPLATE/02_feature.yml` (+2 -2) 📝 `.github/workflows/build-and-push-image-semver.yaml` (+7 -7) 📝 `.github/workflows/build-and-push-image.yaml` (+9 -9) 📝 `.github/workflows/dev-build.yaml` (+5 -6) 📝 `BARE_METAL.md` (+9 -9) 📝 `README.md` (+10 -139) 📝 `cloud-deployments/aws/cloudformation/DEPLOY.md` (+7 -7) 📝 `cloud-deployments/aws/cloudformation/aws_https_instructions.md` (+13 -13) 📝 `cloud-deployments/aws/cloudformation/cloudformation_create_anythingllm.json` (+10 -10) 📝 `cloud-deployments/digitalocean/terraform/DEPLOY.md` (+8 -8) 📝 `cloud-deployments/digitalocean/terraform/user_data.tp1` (+17 -17) 📝 `cloud-deployments/gcp/deployment/DEPLOY.md` (+8 -8) 📝 `cloud-deployments/gcp/deployment/gcp_deploy_anything_llm.yaml` (+38 -38) 📝 `cloud-deployments/huggingface-spaces/Dockerfile` (+7 -7) 📝 `collector/hotdir/__HOTDIR__.md` (+1 -1) 📝 `docker/.env.example` (+2 -4) 📝 `docker/Dockerfile` (+20 -20) _...and 80 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:08 -05:00
yindo closed this issue 2026-02-22 18:35:08 -05:00
yindo changed title from [PR #2722] Merge with latest release to [PR #2722] [CLOSED] Merge with latest release 2026-06-05 15:16:49 -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#4096