[PR #2358] [CLOSED] Feat/lets fucking go #3964

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/2358
Author: @bajajcodes
Created: 9/23/2024
Status: Closed

Base: masterHead: feat/lets-fucking-go


📝 Commits (10+)

  • 04a6620 feat: search workspace and group by year
  • 51e49e9 download icon
  • d515819 refactor: show workspace directory
  • d7de7ad fix: component warnings
  • 8b745b5 feat: use uploaded documents
  • 5a123c0 refactor: show uploaded documents
  • eb8babf Merge pull request #1 from bajajcodes/feat/bruno
  • 47c34d8 New modal on upload
  • 4663a5e chore: removed duplicated code
  • 31e3cd3 Added new logo

📊 Changes

104 files changed (+73106 additions, -15495 deletions)

View changed files

.pnp.cjs (+9473 -0)
.pnp.loader.mjs (+2126 -0)
.yarn/install-state.gz (+0 -0)
📝 README.md (+6 -6)
📝 collector/.env.example (+5 -0)
📝 collector/.gitignore (+1 -0)
collector/.yarn/install-state.gz (+0 -0)
collector/.yarnrc.yml (+1 -0)
📝 collector/package.json (+3 -1)
📝 collector/processSingleFile/convert/asAudio.js (+5 -0)
📝 collector/processSingleFile/convert/asDocx.js (+5 -0)
📝 collector/processSingleFile/convert/asEPub.js (+4 -0)
collector/processSingleFile/convert/asImage.js (+51 -0)
📝 collector/processSingleFile/convert/asMbox.js (+8 -1)
📝 collector/processSingleFile/convert/asOfficeMime.js (+5 -0)
📝 collector/processSingleFile/convert/asTxt.js (+30 -15)
📝 collector/utils/constants.js (+6 -1)
📝 collector/utils/files/index.js (+15 -5)
collector/utils/s3/index.js (+66 -0)
collector/utils/textract/index.js (+122 -0)

...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/2358 **Author:** [@bajajcodes](https://github.com/bajajcodes) **Created:** 9/23/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feat/lets-fucking-go` --- ### 📝 Commits (10+) - [`04a6620`](https://github.com/Mintplex-Labs/anything-llm/commit/04a6620ded97cd442657e733d9e6926cfb3f7cff) feat: search workspace and group by year - [`51e49e9`](https://github.com/Mintplex-Labs/anything-llm/commit/51e49e97f1a66791133a4f76446f21a6f5bfbb5b) download icon - [`d515819`](https://github.com/Mintplex-Labs/anything-llm/commit/d515819ed8d92e950548b3372630383aa461737d) refactor: show workspace directory - [`d7de7ad`](https://github.com/Mintplex-Labs/anything-llm/commit/d7de7ad09da826008753122139dbda92abac6498) fix: component warnings - [`8b745b5`](https://github.com/Mintplex-Labs/anything-llm/commit/8b745b59d716adf4bfdff49dc28f90b69b3fe2a1) feat: use uploaded documents - [`5a123c0`](https://github.com/Mintplex-Labs/anything-llm/commit/5a123c0a9c09cfbeaf945ee58311c242a92daba4) refactor: show uploaded documents - [`eb8babf`](https://github.com/Mintplex-Labs/anything-llm/commit/eb8babf66f4bdbc4fb32d1459612caa87c99576a) Merge pull request #1 from bajajcodes/feat/bruno - [`47c34d8`](https://github.com/Mintplex-Labs/anything-llm/commit/47c34d827190aef5b473f0ad7557ed13498b591c) New modal on upload - [`4663a5e`](https://github.com/Mintplex-Labs/anything-llm/commit/4663a5efe1084b71312230be84c28a28dd940cda) chore: removed duplicated code - [`31e3cd3`](https://github.com/Mintplex-Labs/anything-llm/commit/31e3cd3e291c243444d01824b9b2be9d156014df) Added new logo ### 📊 Changes **104 files changed** (+73106 additions, -15495 deletions) <details> <summary>View changed files</summary> ➕ `.pnp.cjs` (+9473 -0) ➕ `.pnp.loader.mjs` (+2126 -0) ➕ `.yarn/install-state.gz` (+0 -0) 📝 `README.md` (+6 -6) 📝 `collector/.env.example` (+5 -0) 📝 `collector/.gitignore` (+1 -0) ➕ `collector/.yarn/install-state.gz` (+0 -0) ➕ `collector/.yarnrc.yml` (+1 -0) 📝 `collector/package.json` (+3 -1) 📝 `collector/processSingleFile/convert/asAudio.js` (+5 -0) 📝 `collector/processSingleFile/convert/asDocx.js` (+5 -0) 📝 `collector/processSingleFile/convert/asEPub.js` (+4 -0) ➕ `collector/processSingleFile/convert/asImage.js` (+51 -0) 📝 `collector/processSingleFile/convert/asMbox.js` (+8 -1) 📝 `collector/processSingleFile/convert/asOfficeMime.js` (+5 -0) 📝 `collector/processSingleFile/convert/asTxt.js` (+30 -15) 📝 `collector/utils/constants.js` (+6 -1) 📝 `collector/utils/files/index.js` (+15 -5) ➕ `collector/utils/s3/index.js` (+66 -0) ➕ `collector/utils/textract/index.js` (+122 -0) _...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:34:51 -05:00
yindo closed this issue 2026-02-22 18:34:51 -05:00
yindo changed title from [PR #2358] Feat/lets fucking go to [PR #2358] [CLOSED] Feat/lets fucking go 2026-06-05 15:16: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#3964