[PR #4305] [CLOSED] Oflrof codex/update yarn.lock to match package.json #4586

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/4305
Author: @akigogikar
Created: 8/17/2025
Status: Closed

Base: masterHead: oflrof-codex/update-yarn.lock-to-match-package.json


📝 Commits (10+)

  • 3219548 feat: auto embed chat uploads
  • ba971d2 Merge pull request #1 from akigogikar/codex/improve-document-upload-process-to-workspace
  • 035d61b feat: auto embed chat uploads
  • e3eb1cd Merge pull request #2 from akigogikar/f6y7n6-codex/improve-document-upload-process-to-workspace
  • 5f91b5c allow default users to upload workspace documents
  • 1898633 Merge pull request #3 from akigogikar/codex/update-default-user-permissions-for-workspaces
  • 0bffa2b Restrict manager workspace visibility
  • 9583901 Restrict manager workspace access
  • ff1bb86 Merge pull request #5 from akigogikar/codex/restrict-manager-role-visibility
  • 125c71b feat: introduce customizable RBAC roles

📊 Changes

206 files changed (+31247 additions, -17613 deletions)

View changed files

📝 .devcontainer/README.md (+2 -2)
📝 .github/ISSUE_TEMPLATE/01_bug.yml (+5 -5)
📝 .github/ISSUE_TEMPLATE/02_feature.yml (+1 -1)
📝 .github/workflows/build-and-push-image-semver.yaml (+6 -3)
📝 .github/workflows/build-and-push-image.yaml (+86 -59)
📝 .github/workflows/dev-build.yaml (+6 -3)
📝 .github/workflows/run-tests.yaml (+1 -1)
📝 .gitignore (+5 -0)
📝 .nvmrc (+1 -1)
📝 BARE_METAL.md (+7 -7)
📝 CONTRIBUTING.md (+8 -8)
📝 README.md (+21 -17)
📝 cloud-deployments/aws/cloudformation/DEPLOY.md (+2 -2)
📝 cloud-deployments/aws/cloudformation/aws_https_instructions.md (+4 -4)
📝 cloud-deployments/aws/cloudformation/cloudformation_create_anythingllm.json (+12 -12)
📝 cloud-deployments/digitalocean/terraform/DEPLOY.md (+2 -2)
📝 cloud-deployments/digitalocean/terraform/user_data.tp1 (+3 -3)
📝 cloud-deployments/gcp/deployment/DEPLOY.md (+2 -2)
📝 cloud-deployments/gcp/deployment/gcp_deploy_anything_llm.yaml (+3 -3)
📝 cloud-deployments/huggingface-spaces/Dockerfile (+6 -6)

...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/4305 **Author:** [@akigogikar](https://github.com/akigogikar) **Created:** 8/17/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `oflrof-codex/update-yarn.lock-to-match-package.json` --- ### 📝 Commits (10+) - [`3219548`](https://github.com/Mintplex-Labs/anything-llm/commit/32195486d1a69ae7722dfbedf5818e1e24751577) feat: auto embed chat uploads - [`ba971d2`](https://github.com/Mintplex-Labs/anything-llm/commit/ba971d275f81cac3c17368a9973c3bb0d0f17b2f) Merge pull request #1 from akigogikar/codex/improve-document-upload-process-to-workspace - [`035d61b`](https://github.com/Mintplex-Labs/anything-llm/commit/035d61b973cbf6cc9a3af743315d3860b9b8d022) feat: auto embed chat uploads - [`e3eb1cd`](https://github.com/Mintplex-Labs/anything-llm/commit/e3eb1cd94219e88dbc1373c5e404b729777e12f9) Merge pull request #2 from akigogikar/f6y7n6-codex/improve-document-upload-process-to-workspace - [`5f91b5c`](https://github.com/Mintplex-Labs/anything-llm/commit/5f91b5c1d402a48259ba817ad44741624b9d02f4) allow default users to upload workspace documents - [`1898633`](https://github.com/Mintplex-Labs/anything-llm/commit/1898633c4d56868d13e5550c90a9498cf5966695) Merge pull request #3 from akigogikar/codex/update-default-user-permissions-for-workspaces - [`0bffa2b`](https://github.com/Mintplex-Labs/anything-llm/commit/0bffa2bd4a9e98c69cc88814426ed6fd5fd7441c) Restrict manager workspace visibility - [`9583901`](https://github.com/Mintplex-Labs/anything-llm/commit/958390160ce115370b62d1123a922c7380e97bc3) Restrict manager workspace access - [`ff1bb86`](https://github.com/Mintplex-Labs/anything-llm/commit/ff1bb863ed925621f24abb031dc9be815202d161) Merge pull request #5 from akigogikar/codex/restrict-manager-role-visibility - [`125c71b`](https://github.com/Mintplex-Labs/anything-llm/commit/125c71b1c436f9984d8c1fbdbc868f4c3d084a7a) feat: introduce customizable RBAC roles ### 📊 Changes **206 files changed** (+31247 additions, -17613 deletions) <details> <summary>View changed files</summary> 📝 `.devcontainer/README.md` (+2 -2) 📝 `.github/ISSUE_TEMPLATE/01_bug.yml` (+5 -5) 📝 `.github/ISSUE_TEMPLATE/02_feature.yml` (+1 -1) 📝 `.github/workflows/build-and-push-image-semver.yaml` (+6 -3) 📝 `.github/workflows/build-and-push-image.yaml` (+86 -59) 📝 `.github/workflows/dev-build.yaml` (+6 -3) 📝 `.github/workflows/run-tests.yaml` (+1 -1) 📝 `.gitignore` (+5 -0) 📝 `.nvmrc` (+1 -1) 📝 `BARE_METAL.md` (+7 -7) 📝 `CONTRIBUTING.md` (+8 -8) 📝 `README.md` (+21 -17) 📝 `cloud-deployments/aws/cloudformation/DEPLOY.md` (+2 -2) 📝 `cloud-deployments/aws/cloudformation/aws_https_instructions.md` (+4 -4) 📝 `cloud-deployments/aws/cloudformation/cloudformation_create_anythingllm.json` (+12 -12) 📝 `cloud-deployments/digitalocean/terraform/DEPLOY.md` (+2 -2) 📝 `cloud-deployments/digitalocean/terraform/user_data.tp1` (+3 -3) 📝 `cloud-deployments/gcp/deployment/DEPLOY.md` (+2 -2) 📝 `cloud-deployments/gcp/deployment/gcp_deploy_anything_llm.yaml` (+3 -3) 📝 `cloud-deployments/huggingface-spaces/Dockerfile` (+6 -6) _...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:36:08 -05:00
yindo closed this issue 2026-02-22 18:36:08 -05:00
yindo changed title from [PR #4305] Oflrof codex/update yarn.lock to match package.json to [PR #4305] [CLOSED] Oflrof codex/update yarn.lock to match package.json 2026-06-05 15:19:20 -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#4586