-
Notifications
You must be signed in to change notification settings - Fork 25
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
[next-ui] Split the Next UI service into another container #1129
Labels
Milestone
Comments
dcoraboeuf
added a commit
that referenced
this issue
Nov 25, 2023
- NextJS middleware to redirect to Ontrack login - Token redirection
dcoraboeuf
added a commit
that referenced
this issue
Nov 25, 2023
- Getting the token & href on Next UI side
dcoraboeuf
added a commit
that referenced
this issue
Nov 25, 2023
- Setting the cookie & redirection
dcoraboeuf
added a commit
that referenced
this issue
Nov 25, 2023
- Logging & introducing the connection provider
dcoraboeuf
added a commit
that referenced
this issue
Nov 25, 2023
- Reading the token from the cookie
dcoraboeuf
added a commit
that referenced
this issue
Nov 25, 2023
- Fix token value - Using the connection directly from the component
dcoraboeuf
added a commit
that referenced
this issue
Nov 25, 2023
- Using a hook for getting the GraphQL client
dcoraboeuf
added a commit
that referenced
this issue
Nov 25, 2023
- Configuration of the connection at browser level
dcoraboeuf
added a commit
that referenced
this issue
Nov 25, 2023
- CORS setup for local environment
dcoraboeuf
added a commit
that referenced
this issue
Nov 25, 2023
- not redirecting the login to itself
dcoraboeuf
added a commit
that referenced
this issue
Nov 25, 2023
- Using a hook for getting the GraphQL client
dcoraboeuf
added a commit
that referenced
this issue
Nov 25, 2023
- Using a hook for getting the REST client
dcoraboeuf
added a commit
that referenced
this issue
Nov 26, 2023
dcoraboeuf
added a commit
that referenced
this issue
Nov 27, 2023
dcoraboeuf
added a commit
that referenced
this issue
Nov 27, 2023
dcoraboeuf
added a commit
that referenced
this issue
Nov 27, 2023
dcoraboeuf
added a commit
that referenced
this issue
Nov 27, 2023
dcoraboeuf
added a commit
that referenced
this issue
Nov 27, 2023
dcoraboeuf
added a commit
that referenced
this issue
Nov 27, 2023
dcoraboeuf
added a commit
that referenced
this issue
Nov 30, 2023
dcoraboeuf
added a commit
that referenced
this issue
Dec 1, 2023
dcoraboeuf
added a commit
that referenced
this issue
Dec 1, 2023
dcoraboeuf
added a commit
that referenced
this issue
Dec 1, 2023
dcoraboeuf
added a commit
that referenced
this issue
Dec 1, 2023
dcoraboeuf
added a commit
that referenced
this issue
Dec 1, 2023
dcoraboeuf
added a commit
to nemerosa/ontrack-chart
that referenced
this issue
Dec 1, 2023
dcoraboeuf
added a commit
to nemerosa/ontrack-chart
that referenced
this issue
Dec 1, 2023
dcoraboeuf
added a commit
to nemerosa/ontrack-chart
that referenced
this issue
Dec 1, 2023
dcoraboeuf
added a commit
to nemerosa/ontrack-chart
that referenced
this issue
Dec 1, 2023
dcoraboeuf
added a commit
to nemerosa/ontrack-chart
that referenced
this issue
Dec 1, 2023
dcoraboeuf
added a commit
to nemerosa/ontrack-chart
that referenced
this issue
Dec 1, 2023
dcoraboeuf
added a commit
to nemerosa/ontrack-chart
that referenced
this issue
Dec 1, 2023
dcoraboeuf
added a commit
to nemerosa/ontrack-chart
that referenced
this issue
Dec 1, 2023
dcoraboeuf
added a commit
that referenced
this issue
Dec 1, 2023
dcoraboeuf
added a commit
that referenced
this issue
Dec 1, 2023
dcoraboeuf
added a commit
that referenced
this issue
Dec 1, 2023
dcoraboeuf
added a commit
that referenced
this issue
Dec 2, 2023
dcoraboeuf
added a commit
to nemerosa/ontrack-chart
that referenced
this issue
Dec 2, 2023
Available in 4.8.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When embedding the Next UI code as static resources inside the Spring Boot JAR, we lose the NextJS capabilities for dynamic routing.
The Next UI should live into its own container and access the Ontrack API from there.
The text was updated successfully, but these errors were encountered: