Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove deprecated vars for templates #2742

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

vscaiceanu-1a
Copy link
Member

Proposed change

Follow up for #1587, removing deprecated vars used in placeholder templates.
Documentation has been already updated 18470a5#diff-84b1c82a9c6fd7aaf05809ae0ad3020bdaf415d9b37ad73029fe22999ebfbb26

@vscaiceanu-1a vscaiceanu-1a requested review from a team as code owners January 27, 2025 16:30
Copy link

nx-cloud bot commented Jan 27, 2025

View your CI Pipeline Execution ↗ for commit cd2cd05.

Command Status Duration Result
nx run-many --target=test-int ✅ Succeeded 2s View ↗
nx run-many --target=test-e2e ✅ Succeeded 7m 39s View ↗
nx run-many --target=build --projects=eslint-pl... ✅ Succeeded 2s View ↗
nx run-many --target=publish --nx-bail --userco... ✅ Succeeded 1m 41s View ↗
nx affected --target=test --collectCoverage ✅ Succeeded <1s View ↗
nx run ama-sdk-schematics:build-swagger ✅ Succeeded <1s View ↗
nx run-many --target=build ✅ Succeeded 22s View ↗
nx run-many --target=build-swagger ✅ Succeeded <1s View ↗
Additional runs (2) ✅ Succeeded ... View ↗

☁️ Nx Cloud last updated this comment at 2025-01-28 10:48:09 UTC

@github-actions github-actions bot added bug Something isn't working project:@o3r/components labels Jan 27, 2025
Copy link

codecov bot commented Jan 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.74%. Comparing base (118f782) to head (cd2cd05).
Report is 2 commits behind head on release/12.0.0-next.

✅ All tests successful. No failed tests found.

Additional details and impacted files

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -11,7 +11,6 @@ import {
export interface PlaceholderVariable {
type: 'fact' | 'fullUrl' | 'relativeUrl' | 'localisation';
value: string;
vars?: string[];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We forgot to deprecate it here.. :/

@vscaiceanu-1a vscaiceanu-1a force-pushed the feature/remove-vars-templates branch from b23d51b to cd2cd05 Compare January 28, 2025 10:31
@vscaiceanu-1a vscaiceanu-1a merged commit e522aab into release/12.0.0-next Jan 28, 2025
29 checks passed
@vscaiceanu-1a vscaiceanu-1a deleted the feature/remove-vars-templates branch January 28, 2025 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working project:@o3r/components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants