chore: move-archived#107
Conversation
|
Important Review skippedToo many files! This PR contains 289 files, which is 139 over the limit of 150. ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (11)
📒 Files selected for processing (289)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| @@ -54,7 +54,6 @@ | |||
| "*.{html,json}": "prettier --write" | |||
| }, | |||
| "dependencies": { | |||
| "@forgerock/davinci-client": "latest", | |||
| "@paralleldrive/cuid2": "^2.2.2" | |||
| "@forgerock/davinci-client": "latest" | |||
There was a problem hiding this comment.
Is it intentional to just list DaVinci Client as a dependency?
There was a problem hiding this comment.
I would say we can remove this. Sample apps that need davinci client should already have the dependency installed locally.
ESLint resolves plugins from the config file's directory (javascript/), not workspace subdirectories, so the plugin must be hoisted via root.
webpack serve requires webpack-dev-server at runtime; without it webpack-cli prompts interactively and times out CI e2e tests.
| @@ -13,11 +13,11 @@ | |||
| "./Archived/central-login-oidc-client/", | |||
| "./Archived/reactjs-todo-journey-legacy/", | |||
| "./Archived/embedded-login/", | |||
There was a problem hiding this comment.
Looks like Rodrigo has named this root archived folder archived (lower case) whereas you have called it Archived (capital A). Not sure if this will create a new folder...
There was a problem hiding this comment.
I just used the name that it was which originally Archived but i can switch it.
| "./archived/angular-todo/", | ||
| "./archived/angular-todo-davinci/", | ||
| "./archived/embedded-login-davinci/", | ||
| "./archived/central-login-oidc/", | ||
| "./archived/central-login-oidc-client/", | ||
| "./archived/reactjs-todo-journey-legacy/", | ||
| "./archived/embedded-login/", |
There was a problem hiding this comment.
Think this needs to be .archived/javascript, right?
- Rename Archived/ to archived/ (lowercase) for consistency - Remove @forgerock/davinci-client from root dependencies - Fix CI.yml working-directory and e2e paths now that package.json is at root
Moved archived directory to root.
https://pingidentity.atlassian.net/browse/SDKS-4975