Skip to content

Commit

Permalink
Merge branch 'master' into keycloak
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 committed Jul 29, 2022
2 parents 6667be3 + 2212f3a commit 88a4e3c
Show file tree
Hide file tree
Showing 11 changed files with 121 additions and 33 deletions.
2 changes: 1 addition & 1 deletion executor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
<overwrite>false</overwrite>
<addonRepository>${project.build.directory}/classes/${windup.distribution.name}-${version.windup}/addons</addonRepository>
<addonIds>
<addonId>org.jboss.windup:windup-server-provider-spi,${project.version}</addonId>
<addonId>org.jboss.windup:windup-server-provider-spi,${version.windup}</addonId>
<addonId>org.jboss.windup.web.addons:windup-web-support,${project.version}</addonId>
<addonId>org.jboss.windup.web.addons:windup-web-messaging-executor,${project.version}</addonId>
</addonIds>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addon.repository=target/mta-web/api/WEB-INF/mta-cli/addons/
rules.repository=target/mta-web/api/WEB-INF/mta-cli/rules/
labels.repository=target/mta-web/api/WEB-INF/mta-cli/labels/
addon.repository=target/windup-web/api/WEB-INF/windup-cli/addons/
rules.repository=target/windup-web/api/WEB-INF/windup-cli/rules/
labels.repository=target/windup-web/api/WEB-INF/windup-cli/labels/
Binary file not shown.
4 changes: 2 additions & 2 deletions tools/graph-tool/src/main/webapp/messages.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@
</trans-unit>
<trans-unit id="e8f808887b0e059a2c5c94e12612d84ec037ec50" datatype="html">
<source>
Welcome to the Migration Toolkit for Applications Web Console.
Welcome to the Windup Web Console.
</source>
<target/>
<note priority="1" from="description">Header</note>
Expand All @@ -332,7 +332,7 @@
<note priority="1" from="description">Intro text, 1st part</note>
</trans-unit>
<trans-unit id="be4447ba967dd93b3fe55e4f2e58d1cbe312b2b6" datatype="html">
<source>Migration Toolkit for Applications Web Console Documentation</source>
<source>Windup Web Console Documentation</source>
<target/>
<note priority="1" from="description">Intro text, 2nd part</note>
</trans-unit>
Expand Down
4 changes: 2 additions & 2 deletions ui-pf4/src/main/webapp/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="Windup Migration Toolkit for Applications"
name="Windup"
content="Windup is an assembly of tools that support large-scale Java application modernization and migration projects across a broad range of transformations and use cases."
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
Expand All @@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Windup Migration Toolkit for Applications Web Console</title>
<title>Windup Web Console</title>
<script src="%PUBLIC_URL%/version.properties.js"></script>
<script>
window["mainApp"] = true;
Expand Down
2 changes: 1 addition & 1 deletion ui-pf4/src/main/webapp/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "Windup",
"name": "Windup Migration Toolkit for Applications",
"name": "Windup",
"icons": [
{
"src": "favicon.png",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ exports[`Welcome Renders without crashing 1`] = `
size="lg"
>
Welcome to
Windup Migration Toolkit for Applications
Windup
</Title>
<EmptyStateBody>
Windup Migration Toolkit for Applications
Windup
helps you assess and perform large-scale application migrations and modernizations. Start by creating a project for your applications.
</EmptyStateBody>
<Button
Expand Down
2 changes: 1 addition & 1 deletion ui-pf4/src/main/webapp/src/images/windup-logo-header.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const ButtonAboutApp: React.FC = () => {
productName={Theme.name}
className="about-app__component"
>
<TextContent className="pf-u-py-xl">
<TextContent>
<h4>About</h4>
<p>
<a
Expand Down Expand Up @@ -143,7 +143,35 @@ export const ButtonAboutApp: React.FC = () => {
</ListItem>
</List>
</TextContent>
<div className="pf-c-about-modal-box__strapline">
<TextContent className="pf-u-py-xl">
<p>
The Icon Library used in this project is a derivative of the{" "}
<a
target="_blank"
rel="noopener noreferrer"
href="https://www.redhat.com/en/about/brand/standards/icons/standard-icons"
>
Standard Icons library
</a>{" "}
by{" "}
<a
target="_blank"
rel="noopener noreferrer"
href="https://www.redhat.com/"
>
Red Hat
</a>
, used under{" "}
<a
target="_blank"
rel="noopener noreferrer"
href="https://creativecommons.org/licenses/by/4.0/"
>
CC BY 4.0
</a>
</p>
</TextContent>
<div>
<Flex>
<FlexItem>
<a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,10 @@ exports[`Test snapshot :: open modal 1`] = `
isOpen={true}
noAboutModalBoxContentContainer={false}
onClose={[Function]}
productName="Windup Migration Toolkit for Applications"
productName="Windup"
trademark=""
>
<TextContent
className="pf-u-py-xl"
>
<TextContent>
<h4>
About
</h4>
Expand All @@ -38,7 +36,7 @@ exports[`Test snapshot :: open modal 1`] = `
rel="noopener noreferrer"
target="_blank"
>
Windup Migration Toolkit for Applications
Windup
</a>
allows application architects and developers to quickly decompile, analyze, assess and modernize large scale application portfolios and migrate them to Red Hat Middleware, cloud and containers.
Expand All @@ -56,7 +54,7 @@ exports[`Test snapshot :: open modal 1`] = `
<span
className="dt"
>
Windup Migration Toolkit for Applications
Windup
Core
</span>
</GridItem>
Expand All @@ -71,7 +69,7 @@ exports[`Test snapshot :: open modal 1`] = `
<span
className="dt"
>
Windup Migration Toolkit for Applications
Windup
Web Console
</span>
</GridItem>
Expand Down Expand Up @@ -105,9 +103,41 @@ exports[`Test snapshot :: open modal 1`] = `
</ListItem>
</List>
</TextContent>
<div
className="pf-c-about-modal-box__strapline"
<TextContent
className="pf-u-py-xl"
>
<p>
The Icon Library used in this project is a derivative of the
<a
href="https://www.redhat.com/en/about/brand/standards/icons/standard-icons"
rel="noopener noreferrer"
target="_blank"
>
Standard Icons library
</a>
by
<a
href="https://www.redhat.com/"
rel="noopener noreferrer"
target="_blank"
>
Red Hat
</a>
, used under
<a
href="https://creativecommons.org/licenses/by/4.0/"
rel="noopener noreferrer"
target="_blank"
>
CC BY 4.0
</a>
</p>
</TextContent>
<div>
<Flex>
<FlexItem>
<a
Expand Down Expand Up @@ -223,12 +253,10 @@ exports[`Test snapshot 1`] = `
isOpen={false}
noAboutModalBoxContentContainer={false}
onClose={[Function]}
productName="Windup Migration Toolkit for Applications"
productName="Windup"
trademark=""
>
<TextContent
className="pf-u-py-xl"
>
<TextContent>
<h4>
About
</h4>
Expand All @@ -238,7 +266,7 @@ exports[`Test snapshot 1`] = `
rel="noopener noreferrer"
target="_blank"
>
Windup Migration Toolkit for Applications
Windup
</a>
allows application architects and developers to quickly decompile, analyze, assess and modernize large scale application portfolios and migrate them to Red Hat Middleware, cloud and containers.
Expand All @@ -256,7 +284,7 @@ exports[`Test snapshot 1`] = `
<span
className="dt"
>
Windup Migration Toolkit for Applications
Windup
Core
</span>
</GridItem>
Expand All @@ -271,7 +299,7 @@ exports[`Test snapshot 1`] = `
<span
className="dt"
>
Windup Migration Toolkit for Applications
Windup
Web Console
</span>
</GridItem>
Expand Down Expand Up @@ -305,9 +333,41 @@ exports[`Test snapshot 1`] = `
</ListItem>
</List>
</TextContent>
<div
className="pf-c-about-modal-box__strapline"
<TextContent
className="pf-u-py-xl"
>
<p>
The Icon Library used in this project is a derivative of the
<a
href="https://www.redhat.com/en/about/brand/standards/icons/standard-icons"
rel="noopener noreferrer"
target="_blank"
>
Standard Icons library
</a>
by
<a
href="https://www.redhat.com/"
rel="noopener noreferrer"
target="_blank"
>
Red Hat
</a>
, used under
<a
href="https://creativecommons.org/licenses/by/4.0/"
rel="noopener noreferrer"
target="_blank"
>
CC BY 4.0
</a>
</p>
</TextContent>
<div>
<Flex>
<FlexItem>
<a
Expand Down
2 changes: 1 addition & 1 deletion ui-pf4/src/main/webapp/src/layout/ThemeUtils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type ThemeListType = {

const themeList: ThemeListType = {
windup: {
name: "Windup Migration Toolkit for Applications",
name: "Windup",
logoSrc: windupLogo,
logoNavbarSrc: windupNavBrandImage,
faviconSrc: windupFavicon,
Expand Down

0 comments on commit 88a4e3c

Please sign in to comment.