Semaphore final code #41
Open
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.
This pull request introduces several updates to the Backstage configuration, catalog entities, and plugins, as well as improvements to testing and package dependencies. The changes enhance catalog functionality, streamline plugin configurations, and improve developer workflows. Below is a summary of the most important changes:
Configuration Updates
techdocsauthentication provider to includeuserEntityReffor the guest user. (workspaces/semaphore/app-config.yaml, workspaces/semaphore/app-config.yamlL65-R67)catalogrules to allowGroupandUserentities and added new file locations for groups and users. (workspaces/semaphore/app-config.yaml, [1] [2]Catalog Enhancements
Groupentities forfinance-team,identity-team, andphilips-labs, specifying metadata, profiles, and members. (workspaces/semaphore/examples/groups/finance-team.yaml, [1];workspaces/semaphore/examples/groups/identity-team.yaml, [2];workspaces/semaphore/examples/groups/philips-labs.yaml, [3]Userentities forboth-teams-member,finance-team-member, andidentity-team-member, specifying profiles and memberships. (workspaces/semaphore/examples/users/both-teams-member-catalog-info.yaml, [1];workspaces/semaphore/examples/users/finance-member-catalog-info.yaml, [2];workspaces/semaphore/examples/users/identity-member-catalog-info.yaml, [3]Plugin and API Updates
tech-insights-backend-module-traffic-light-backend-moduleplugin to use a new package name, updated dependencies, and added new scripts for TypeScript compilation. (workspaces/semaphore/plugins/tech-insights-backend-module-traffic-light-backend-module/package.json, [1] [2] [3]tech-insights-backend-module-traffic-light-backend-modulewith new classes and methods, but missing release tags and documentation warnings were identified. (workspaces/semaphore/plugins/tech-insights-backend-module-traffic-light-backend-module/api-report.md.api.md, [1] [2]Code Cleanup and Testing
Root.tsxto streamline the UI. (workspaces/semaphore/packages/app/src/components/Root/Root.tsx, [1] [2]DynamicThresholdFactChecker. (workspaces/semaphore/plugins/tech-insights-backend-module-traffic-light-backend-module/src/argusPanoptesFactChecker/service/dynamicThresholdFactChecker.test.ts, workspaces/semaphore/plugins/tech-insights-backend-module-traffic-light-backend-module/src/argusPanoptesFactChecker/service/dynamicThresholdFactChecker.test.tsL127-R127)Dependency and Build Improvements
eslint-plugin-jestdependency and updatedbuild:api-reportsscript to include full TypeScript compilation. (workspaces/semaphore/package.json, [1] [2]