-
Notifications
You must be signed in to change notification settings - Fork 8
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
Switch to the new backend #88
Comments
cmoulliard
added a commit
to ch007m/backstage-playground
that referenced
this issue
May 21, 2024
Signed-off-by: cmoulliard <[email protected]>
There is a module not_found error when we launch
|
When the following module is added, yarn reports a violation error fixed using more recent versions
|
cmoulliard
added a commit
to ch007m/backstage-playground
that referenced
this issue
May 21, 2024
…to a more recent version of yarn, add signin page which is needed to use guest auth provider Signed-off-by: cmoulliard <[email protected]>
cmoulliard
added a commit
that referenced
this issue
May 22, 2024
* WIP. Refactor the backend to use the new backend system. #88 Signed-off-by: cmoulliard <[email protected]> * The following property "private" has been remeoved by yarn 4.x. from phe plugins package.json Signed-off-by: cmoulliard <[email protected]> * Fix issue reported within #88 such as violation error. Switch to a more recent version of yarn, add signin page which is needed to use guest auth provider Signed-off-by: cmoulliard <[email protected]> * Enable corepack to allow to use yarn >= 1.x Signed-off-by: cmoulliard <[email protected]> * Enable corepack to allow to use yarn >= 1.x within build-k8s-image job too Signed-off-by: cmoulliard <[email protected]> * Use the command corepack enable before to install the packages Signed-off-by: cmoulliard <[email protected]> * Move corepack enable task to the correct place Signed-off-by: cmoulliard <[email protected]> * Use corepack prepare yarn@stable --activate to set the proper package manager as we still got job errors Signed-off-by: cmoulliard <[email protected]> * Try to use the hack documented here: actions/setup-node#899 Signed-off-by: cmoulliard <[email protected]> * Add missing yarn.lock file Signed-off-by: cmoulliard <[email protected]> * Use --immutable-cache as --prefer-offline --frozen-lockfile are deprecated Signed-off-by: cmoulliard <[email protected]> * Replace --immutable-cache with --immutable Signed-off-by: cmoulliard <[email protected]> --------- Signed-off-by: cmoulliard <[email protected]>
Done with PR #94 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TODO
Switch to the new backend to be aligned with recent versions of backstage and to be also aligned with janus-idp which is using it too
The text was updated successfully, but these errors were encountered: