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

feat: clean up deprecated items for Otter v12 #2642

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

sdo-1A
Copy link
Contributor

@sdo-1A sdo-1A commented Dec 20, 2024

Proposed change

Remove deprecated items from Otter v12
TO DO:

  • remove inputFacts from @o3r/rules-engine
  • remove variable from @o3r/styling
  • delete @o3r/dev-tools
  • delete storybook package
  • remove java sdk generator

Related issues

- No issue associated -

Copy link

nx-cloud bot commented Dec 20, 2024

View your CI Pipeline Execution ↗ for commit 18470a5.

Command Status Duration Result
nx run-many --target=test-int ✅ Succeeded 11m 29s View ↗
nx run-many --target=build --projects=eslint-pl... ✅ Succeeded 1s View ↗
nx run-many --target=test-e2e ✅ Succeeded 2m 2s View ↗
nx run-many --target=publish --nx-bail --userco... ✅ Succeeded 32s View ↗
nx affected --target=lint --base=remotes/origin... ✅ Succeeded 1m 44s View ↗
nx affected --target=test --cacheDirectory=/hom... ✅ Succeeded 22s View ↗
nx run ama-sdk-schematics:build-swagger ✅ Succeeded <1s View ↗
nx affected --base=remotes/origin/release/12.0.... ✅ Succeeded 3s View ↗
Additional runs (3) ✅ Succeeded ... View ↗

☁️ Nx Cloud last updated this comment at 2025-01-09 14:20:02 UTC

@sdo-1A sdo-1A requested a review from a team as a code owner January 7, 2025 16:19
@sdo-1A sdo-1A changed the title [DRAFT] feat: clean up deprecated items for Otter v12 feat: clean up deprecated items for Otter v12 Jan 7, 2025
output.json Outdated Show resolved Hide resolved
packages/@ama-sdk/client-fetch/package.json Outdated Show resolved Hide resolved
packages/@ama-sdk/schematics/package.json Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
@sdo-1A sdo-1A force-pushed the feat/cleanup-deprecated branch 6 times, most recently from ece7635 to e104ae1 Compare January 9, 2025 10:45
fpaul-1A
fpaul-1A previously approved these changes Jan 9, 2025
Comment on lines 1 to 11
import {
chain,
Rule,
SchematicContext,
Tree,
} from '@angular-devkit/schematics';
import {
createSchematicWithMetricsIfInstalled,
ImportsMapping,
updateImports,
} from '@o3r/schematics';
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
import {
chain,
Rule,
SchematicContext,
Tree,
} from '@angular-devkit/schematics';
import {
createSchematicWithMetricsIfInstalled,
ImportsMapping,
updateImports,
} from '@o3r/schematics';
import {
chain,
type Rule,
type SchematicContext,
type Tree,
} from '@angular-devkit/schematics';
import {
createSchematicWithMetricsIfInstalled,
type ImportsMapping,
updateImports,
} from '@o3r/schematics';

@sdo-1A sdo-1A dismissed stale reviews from matthieu-crouzet and fpaul-1A via 18470a5 January 9, 2025 13:31
@sdo-1A sdo-1A force-pushed the feat/cleanup-deprecated branch from e104ae1 to 18470a5 Compare January 9, 2025 13:31
@vscaiceanu-1a vscaiceanu-1a mentioned this pull request Jan 9, 2025
3 tasks
Comment on lines +19 to +26
"source",
"^source",
"{projectRoot}/schemas/*.json",
"{projectRoot}/scss/**/*",
"!{projectRoot}/scss/**/*.spec.ts",
"{projectRoot}/assets/**",
"{projectRoot}/_index.scss",
"{projectRoot}/_otter-theme.scss"
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"source",
"^source",
"{projectRoot}/schemas/*.json",
"{projectRoot}/scss/**/*",
"!{projectRoot}/scss/**/*.spec.ts",
"{projectRoot}/assets/**",
"{projectRoot}/_index.scss",
"{projectRoot}/_otter-theme.scss"
"source",
"^source",
"schemas",
"{projectRoot}/scss/**/*.scss",
"{projectRoot}/assets/**",
"{projectRoot}/_index.scss",
"{projectRoot}/_otter-theme.scss"

(maybe it could be interesting to add a namedInput for {projectRoot}/assets/** as it is used in several places)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I will do this in a separate PR

@sdo-1A sdo-1A merged commit c55cc70 into release/12.0.0-next Jan 10, 2025
35 of 36 checks passed
@sdo-1A sdo-1A deleted the feat/cleanup-deprecated branch January 10, 2025 13:17
sdo-1A added a commit that referenced this pull request Jan 15, 2025
## Proposed change

Small fix as a follow up of this comment:
#2642 (comment)

## Related issues

<!--
Please make sure to follow the [contribution
guidelines](https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md)
-->

*- No issue associated -*

<!-- * 🐛 Fix #issue -->
<!-- * 🐛 Fix resolves #issue -->
<!-- * 🚀 Feature #issue -->
<!-- * 🚀 Feature resolves #issue -->
<!-- * :octocat: Pull Request #issue -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment