Merging 2.8.4 from staging to prod - #1966
Merged
Merged
Conversation
Add optional projection parameters to OrgRepository.getAllOrgs and UserRepository.getAllUsers so callers can limit returned fields. getFilteredCveId now fetches only UUID and short_name for orgs, and UUID, username, and org_UUID for users, instead of entire documents.
Add a Mongo-only compose file that starts one primary and two replica members with localhost-advertised replica set hosts. Support explicit Mongo connection string overrides, add replica-aware docker env examples, and add a test:integration:replicas command that runs against secondaryPreferred without using the Mocha CLI path that fails under Node 24.
Changes made to staging while cleaning up prod deploy.
- Add sequential registry API collection for org/user, role, key reset, permission, and CVE-ID reservation flows - Add configurable Postman environment and README instructions for pointing the collection at local or remote API environments
Bumps [morgan](https://github.com/expressjs/morgan) from 1.10.1 to 1.11.0. - [Release notes](https://github.com/expressjs/morgan/releases) - [Changelog](https://github.com/expressjs/morgan/blob/master/HISTORY.md) - [Commits](expressjs/morgan@1.10.1...1.11.0) --- updated-dependencies: - dependency-name: morgan dependency-version: 1.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…an-1.11.0 Bump morgan from 1.10.1 to 1.11.0
Add environment-configurable Postman registry tests
…pment. I did check the task definition and MONGO_CONN_STRING was not set, so it should have been safe anyway
Add local Mongo replica cluster for integration tests
…e-id-filter Resolves issue #1843, Use field projections in getFilteredCveId.
Closes #1928: Remove legacy registry=true support
Add Secretariat-only endpoints for assigning and removing an organization’s reports-to relationship with a ROOT organization. - Add documented POST endpoints to add and remove ROOT `oversees` relationships. - Validate that the overseeing organization has ROOT authority and return clear errors when either organization is not found. - Reassign a reporting organization atomically by removing it from a previous ROOT organization before adding the new relationship. - Audit additions, removals, and reassignments for every affected ROOT organization. - Ignore `oversees` in standard organization PUT requests so reports-to relationships can only be managed through the dedicated endpoints. - Update existing CRUD coverage to verify PUT requests cannot create `oversees` or derived `reports_to` relationships. - Add ROOT organization integration coverage for successful assignment, reassignment, removal, invalid non-ROOT parents, missing organizations, and Secretariat-only authorization.
Add Secretariat endpoints for ROOT organization reports-to management
Remove unused middleware helpers
linter issue
Align user format flag semantics
2.8.4 release
Updating postman tests to also run through legacy endpoints
Updating version numbers and some dependencies
Moving 2.8.4 to Staging/Test
jdaigneau5
approved these changes
Aug 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.