[PR #4378] [CLOSED] feat: added ADO support #4601

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/4378
Author: @smat-ws
Created: 9/11/2025
Status: Closed

Base: masterHead: add-azure-dev-ops-support


📝 Commits (1)

📊 Changes

33 files changed (+44550 additions, -16312 deletions)

View changed files

.pnp.cjs (+12163 -0)
.pnp.loader.mjs (+2126 -0)
.yarn/install-state.gz (+0 -0)
📝 BARE_METAL.md (+11 -4)
📝 collector/.env.example (+3 -0)
collector/.yarn/install-state.gz (+0 -0)
collector/.yarnrc.yml (+1 -0)
collector/AZURE_DEVOPS_ORGANIZATION_LOADING.md (+244 -0)
collector/comprehensive-test.js (+144 -0)
📝 collector/extensions/index.js (+29 -1)
📝 collector/extensions/resync/index.js (+33 -0)
📝 collector/package.json (+3 -4)
collector/simple-test.js (+26 -0)
collector/test-azure-devops-org.js (+55 -0)
collector/test-azure-devops.js (+106 -0)
collector/utils/extensions/RepoLoader/AzureDevOpsRepo/OrgLoader/index.js (+365 -0)
collector/utils/extensions/RepoLoader/AzureDevOpsRepo/RepoLoader/index.js (+383 -0)
collector/utils/extensions/RepoLoader/AzureDevOpsRepo/index.js (+275 -0)
📝 collector/utils/extensions/RepoLoader/index.js (+46 -5)
📝 collector/yarn.lock (+6833 -3869)

...and 13 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/4378 **Author:** [@smat-ws](https://github.com/smat-ws) **Created:** 9/11/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add-azure-dev-ops-support` --- ### 📝 Commits (1) - [`2db960a`](https://github.com/Mintplex-Labs/anything-llm/commit/2db960ac8854d77c6315e844b38e5706de98e232) feat: added ADO support ### 📊 Changes **33 files changed** (+44550 additions, -16312 deletions) <details> <summary>View changed files</summary> ➕ `.pnp.cjs` (+12163 -0) ➕ `.pnp.loader.mjs` (+2126 -0) ➕ `.yarn/install-state.gz` (+0 -0) 📝 `BARE_METAL.md` (+11 -4) 📝 `collector/.env.example` (+3 -0) ➕ `collector/.yarn/install-state.gz` (+0 -0) ➕ `collector/.yarnrc.yml` (+1 -0) ➕ `collector/AZURE_DEVOPS_ORGANIZATION_LOADING.md` (+244 -0) ➕ `collector/comprehensive-test.js` (+144 -0) 📝 `collector/extensions/index.js` (+29 -1) 📝 `collector/extensions/resync/index.js` (+33 -0) 📝 `collector/package.json` (+3 -4) ➕ `collector/simple-test.js` (+26 -0) ➕ `collector/test-azure-devops-org.js` (+55 -0) ➕ `collector/test-azure-devops.js` (+106 -0) ➕ `collector/utils/extensions/RepoLoader/AzureDevOpsRepo/OrgLoader/index.js` (+365 -0) ➕ `collector/utils/extensions/RepoLoader/AzureDevOpsRepo/RepoLoader/index.js` (+383 -0) ➕ `collector/utils/extensions/RepoLoader/AzureDevOpsRepo/index.js` (+275 -0) 📝 `collector/utils/extensions/RepoLoader/index.js` (+46 -5) 📝 `collector/yarn.lock` (+6833 -3869) _...and 13 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:09 -05:00
yindo closed this issue 2026-02-22 18:36:09 -05:00
yindo changed title from [PR #4378] feat: added ADO support to [PR #4378] [CLOSED] feat: added ADO support 2026-06-05 15:19:24 -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#4601