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

chore: Add backstage instance for test purposes #4

Merged
merged 1 commit into from
Dec 6, 2022

Conversation

tumido
Copy link
Member

@tumido tumido commented Dec 5, 2022

SSIA

@tumido tumido force-pushed the add-backstage-instance branch from 45a041e to 3c373c3 Compare December 6, 2022 15:29
@tumido
Copy link
Member Author

tumido commented Dec 6, 2022

/cc @sabre1041 PTAL

Copy link
Contributor

@sabre1041 sabre1041 left a comment

Choose a reason for hiding this comment

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

LGTM

@sabre1041 sabre1041 merged commit 1bbfb90 into janus-idp:main Dec 6, 2022
mareklibra referenced this pull request in mareklibra/janus-idp-backstage-plugins Apr 5, 2023
Add Project assessment page
ydayagi pushed a commit to ydayagi/backstage-plugins that referenced this pull request Oct 24, 2023
Implement FE NotificationsApi based on Observable
jkilzi pushed a commit to jkilzi/janus-idp-backstage-plugins that referenced this pull request Nov 15, 2023
…anus-idp#4)

* setup to make the git repo clone to work with sontaflwo devmode

* git push testing

* adding push workflow to repository

* configs to test

* updating yarn.lock

* format/organize imports

* prettier fix

* applying pr comments

* inserting octokit/rest

* prettier fix

* reverting bumps

* reverting bumps

* More fixes

* inserting config for workflow repo

* removing workflows folder and  updating readme

* reverting configs to run the plugin

---------

Co-authored-by: Guilherme Caponetto <[email protected]>
aljesusg added a commit to aljesusg/backstage-plugins that referenced this pull request Nov 27, 2023
# This is the 1st commit message:

perf(kiali): move to proxy configuration

# The commit message janus-idp#2 will be skipped:

# Fix sonar, lint, tsc

# The commit message janus-idp#3 will be skipped:

# Step

# The commit message janus-idp#4 will be skipped:

# Fix tsc

# The commit message janus-idp#5 will be skipped:

# Fix tsc and lint
PatAKnight pushed a commit to PatAKnight/backstage-plugins that referenced this pull request Jan 30, 2024
leandroberetta added a commit to leandroberetta/backstage-plugins that referenced this pull request Apr 26, 2024
# This is the 1st commit message:

istio config

# This is the commit message janus-idp#2:

fixing link issues

# This is the commit message janus-idp#3:

updated entity view

# This is the commit message janus-idp#4:

fix hook issue

# This is the commit message janus-idp#5:

initial graph impl
nickboldt pushed a commit that referenced this pull request May 9, 2024
* chore(deps): update to backstage 1.26.x

Signed-off-by: Paul Schultz <[email protected]>

* update to new backend

Signed-off-by: Paul Schultz <[email protected]>

* update to 1.26.4

Signed-off-by: Paul Schultz <[email protected]>

* lint

Signed-off-by: Paul Schultz <[email protected]>

* fix scripts

Signed-off-by: Paul Schultz <[email protected]>

* update frontend to match showcase

Signed-off-by: Paul Schultz <[email protected]>

* format files

Signed-off-by: Paul Schultz <[email protected]>

* fix keycloak test

Signed-off-by: Paul Schultz <[email protected]>

* fix(deps): remove react-router-dom from dev dependencies and as it's there in peer dependency (#2)

* update to backstage 1.26.5

Signed-off-by: Paul Schultz <[email protected]>

* fix kiali

Signed-off-by: Paul Schultz <[email protected]>

* revert to basic frontend

Signed-off-by: Paul Schultz <[email protected]>

* fix linting

Signed-off-by: Paul Schultz <[email protected]>

* fix lint config

Signed-off-by: Paul Schultz <[email protected]>

* lint files

Signed-off-by: Paul Schultz <[email protected]>

* update dist-dynamic

Signed-off-by: Paul Schultz <[email protected]>

* fix resolutions

Signed-off-by: Paul Schultz <[email protected]>

* update react-router-dom

Signed-off-by: Paul Schultz <[email protected]>

* fix react deps

Signed-off-by: Paul Schultz <[email protected]>

* fix deprecations

Signed-off-by: Paul Schultz <[email protected]>

* potential fix for react

Signed-off-by: Paul Schultz <[email protected]>

* fix dep resolution

Signed-off-by: Paul Schultz <[email protected]>

* skip orchestrator test

Signed-off-by: Paul Schultz <[email protected]>

* add eslint rule

Signed-off-by: Paul Schultz <[email protected]>

* fix tsc error

Signed-off-by: Paul Schultz <[email protected]>

* fix(orchestrator): force react dependency to be 18.3 and return test (#3)

resolved issue that caused orchestrator to install it's own react version
thus causing the test to fail and the entire page to crash.

* fix(e2e): update e2e tests to allow guest login (#4)

* update common test file

Signed-off-by: Paul Schultz <[email protected]>

* update lockfiles

Signed-off-by: Paul Schultz <[email protected]>

* fix react

Signed-off-by: Paul Schultz <[email protected]>

---------

Signed-off-by: Paul Schultz <[email protected]>
Co-authored-by: Jaivardhan Kumar <[email protected]>
Co-authored-by: Bat-Zion Rotman <[email protected]>
Co-authored-by: Debsmita Santra <[email protected]>
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
* chore(deps): update to backstage 1.26.x

Signed-off-by: Paul Schultz <[email protected]>

* update to new backend

Signed-off-by: Paul Schultz <[email protected]>

* update to 1.26.4

Signed-off-by: Paul Schultz <[email protected]>

* lint

Signed-off-by: Paul Schultz <[email protected]>

* fix scripts

Signed-off-by: Paul Schultz <[email protected]>

* update frontend to match showcase

Signed-off-by: Paul Schultz <[email protected]>

* format files

Signed-off-by: Paul Schultz <[email protected]>

* fix keycloak test

Signed-off-by: Paul Schultz <[email protected]>

* fix(deps): remove react-router-dom from dev dependencies and as it's there in peer dependency (janus-idp#2)

* update to backstage 1.26.5

Signed-off-by: Paul Schultz <[email protected]>

* fix kiali

Signed-off-by: Paul Schultz <[email protected]>

* revert to basic frontend

Signed-off-by: Paul Schultz <[email protected]>

* fix linting

Signed-off-by: Paul Schultz <[email protected]>

* fix lint config

Signed-off-by: Paul Schultz <[email protected]>

* lint files

Signed-off-by: Paul Schultz <[email protected]>

* update dist-dynamic

Signed-off-by: Paul Schultz <[email protected]>

* fix resolutions

Signed-off-by: Paul Schultz <[email protected]>

* update react-router-dom

Signed-off-by: Paul Schultz <[email protected]>

* fix react deps

Signed-off-by: Paul Schultz <[email protected]>

* fix deprecations

Signed-off-by: Paul Schultz <[email protected]>

* potential fix for react

Signed-off-by: Paul Schultz <[email protected]>

* fix dep resolution

Signed-off-by: Paul Schultz <[email protected]>

* skip orchestrator test

Signed-off-by: Paul Schultz <[email protected]>

* add eslint rule

Signed-off-by: Paul Schultz <[email protected]>

* fix tsc error

Signed-off-by: Paul Schultz <[email protected]>

* fix(orchestrator): force react dependency to be 18.3 and return test (janus-idp#3)

resolved issue that caused orchestrator to install it's own react version
thus causing the test to fail and the entire page to crash.

* fix(e2e): update e2e tests to allow guest login (janus-idp#4)

* update common test file

Signed-off-by: Paul Schultz <[email protected]>

* update lockfiles

Signed-off-by: Paul Schultz <[email protected]>

* fix react

Signed-off-by: Paul Schultz <[email protected]>

---------

Signed-off-by: Paul Schultz <[email protected]>
Co-authored-by: Jaivardhan Kumar <[email protected]>
Co-authored-by: Bat-Zion Rotman <[email protected]>
Co-authored-by: Debsmita Santra <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants