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

Jade 0.38.0 updates #843

Merged
merged 5 commits into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ Note: The example uses port `8080` but you can use a different port.
docker load -i isolated.tar
```

The following confirmation message is received: _Loaded image: icr.io/galasadev/galasa-distribution:main_.
The following confirmation message is received: _Loaded image: ghcr.io/galasa-dev/galasa-isolated:main_.

2. Run the container by using the following command:
```
docker run -d -p 8080:80 --name galasa icr.io/galasadev/galasa-distribution:main
docker run -d -p 8080:80 --name galasa ghcr.io/galasa-dev/galasa-isolated:main
```

3. Go to `http:\\localhost:8080` to view the running container.
Expand Down
4 changes: 2 additions & 2 deletions src/markdown-pages/docs/first-steps/installing-offline.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ Note: The example uses port `8080` but you can use a different port.
docker load -i isolated.tar
```

The following confirmation message is received: _Loaded image: icr.io/galasadev/galasa-distribution:main_.
The following confirmation message is received: _Loaded image: ghcr.io/galasa-dev/galasa-isolated:main_.

2. Run the container by using the following command:
```
docker run -d -p 8080:80 --name galasa icr.io/galasadev/galasa-distribution:main
docker run -d -p 8080:80 --name galasa ghcr.io/galasa-dev/galasa-isolated:main
```

3. Go to `http:\\localhost:8080` to view the running container.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ path: "/docs/managers/galasa-ecosystem-manager"
title: "Galasa Ecosystem Manager"
---

This Manager is at Alpha level. You can view the <a href="https://javadoc.galasa.dev/dev/galasa/framework/package-summary.html" target="_blank" rel="noopener noreferrer">Javadoc documentation for the Manager here</a>.<br>
This Manager is at Alpha level. You can view the <a href="https://javadoc.galasa.dev/dev/galasa/galasaecosystem/package-summary.html" target="_blank" rel="noopener noreferrer">Javadoc documentation for the Manager here</a>.<br>



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ path: "/docs/managers/galasa_ecosystem-manager"
title: "Galasa Ecosystem Manager"
---

This Manager is at Alpha level. You can view the <a href="https://javadoc.galasa.dev/dev/galasa/framework/package-summary.html" target="_blank" rel="noopener noreferrer">Javadoc documentation for the Manager here</a>.<br>
This Manager is at Alpha level. You can view the <a href="https://javadoc.galasa.dev/dev/galasa/galasaecosystem/package-summary.html" target="_blank" rel="noopener noreferrer">Javadoc documentation for the Manager here</a>.<br>



Expand Down
2 changes: 1 addition & 1 deletion src/markdown-pages/docs/managers/github-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: "GitHub Manager"
---


This Manager is at Release level. You can view the <a href="https://javadoc.galasa.dev/dev/galasa/github/package-summary.html">Javadoc documentation for the Manager here</a>.<br>
This Manager is at Release level. You can view the <a href="https://javadoc.galasa.dev/dev/galasa/githubissue/package-summary.html">Javadoc documentation for the Manager here</a>.<br>


[Overview](#overview)<br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ In order to run the Galasa SimBanks tests you need to add some configuration inf

## Running the SimBank IVT test class by using the CLI

The SimBank tests are located in the `maven` directory of the `isolated.zip` downloadable file. Complete the following steps to run the SimBankIVT test that is provided with Galasa. The following example uses SimBank OBR version `0.25.0`.
The SimBank tests are located in the `maven` directory of the `isolated.zip` downloadable file. Complete the following steps to run the SimBankIVT test that is provided with Galasa. The following example uses SimBank OBR version `0.38.0`.

Remember to initialise your local environment by running the `galasactl local init` command and to start the SimPlatform server by running the `run-simplatform.sh` script, as described in the [Running Galasa SimBank using the CLI offline](simbank-cli-offline) documentation.

Expand All @@ -59,14 +59,14 @@ You are now ready to run a local Galasa test offline with just the contents of t
On Mac or Unix:
```
galasactl runs submit local --log - \
--obr mvn:dev.galasa/dev.galasa.simbank.obr/0.25.0/obr \
--obr mvn:dev.galasa/dev.galasa.simbank.obr/0.38.0/obr \
--class dev.galasa.simbank.tests/dev.galasa.simbank.tests.SimBankIVT \
--localMaven file:////Users/youruserid/Downloads/isolated/maven
```
On Windows (Powershell):
```
galasactl runs submit local --log - `
--obr mvn:dev.galasa/dev.galasa.simbank.obr/0.25.0/obr `
--obr mvn:dev.galasa/dev.galasa.simbank.obr/0.38.0/obr `
--class dev.galasa.simbank.tests/dev.galasa.simbank.tests.SimBankIVT `
--localMaven file:////Users/youruserid/Downloads/isolated/maven
```
Expand All @@ -80,7 +80,7 @@ On Mac or Unix:

```
galasactl runs submit local --log - \
--obr mvn:dev.galasa/dev.galasa.simbank.obr/0.25.0/obr \
--obr mvn:dev.galasa/dev.galasa.simbank.obr/0.38.0/obr \
--class dev.galasa.simbank.tests/dev.galasa.simbank.tests.BasicAccountCreditTest \
--localMaven file:////Users/youruserid/Downloads/isolated/maven
```
Expand All @@ -89,7 +89,7 @@ On Windows (Powershell):

```
galasactl runs submit local --log - `
--obr mvn:dev.galasa/dev.galasa.simbank.obr/0.25.0/obr `
--obr mvn:dev.galasa/dev.galasa.simbank.obr/0.38.0/obr `
--class dev.galasa.simbank.tests/dev.galasa.simbank.tests.BasicAccountCreditTest `
--localMaven file:////Users/youruserid/Downloads/isolated/maven
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ In order to run the Galasa SimBanks tests you need to add some configuration inf

The SimBank tests are held in the <a href="https://github.com/galasa-dev/simplatform" target="_blank"> Galasa simplatform repository</a> in GitHub. To start running the tests you need to clone the repository, if you have not already done so. To find out how to clone the cli repository, follow the instruction in the [Running Galasa SimBank online](../running-simbank-tests/simbank-cli) documentation.

After cloning the repository, complete the following steps to run the SimBankIVT test that is provided with Galasa. The following example uses SimBank OBR version `0.25.0` and Galasa uber OBR version `0.37.0`.
After cloning the repository, complete the following steps to run the SimBankIVT test that is provided with Galasa. The following example uses SimBank OBR version `0.38.0` and Galasa uber OBR version `0.38.0`.

You can find the version of the `dev.galasa.simbank.obr` that you are using by looking in the `pom.xml` file in the `dev.galasa.simbank.obr` folder. The `dev.galasa.uber.obr` is the OBR that contains all the bundles that are needed for Galasa to work including Managers, any required dependencies, the framework, etc. The version of the `dev.galasa.uber.obr` depends on which version of Galasa you have installed.

Expand Down Expand Up @@ -84,13 +84,13 @@ If you are a Mac or Linux user, the messages will be almost identical.
On Mac or Unix:
```
galasactl runs submit local --log - \
--obr mvn:dev.galasa/dev.galasa.simbank.obr/0.25.0/obr \
--obr mvn:dev.galasa/dev.galasa.simbank.obr/0.38.0/obr \
--class dev.galasa.simbank.tests/dev.galasa.simbank.tests.SimBankIVT
```
On Windows (Powershell):
```
galasactl runs submit local --log - `
--obr mvn:dev.galasa/dev.galasa.simbank.obr/0.25.0/obr `
--obr mvn:dev.galasa/dev.galasa.simbank.obr/0.38.0/obr `
--class dev.galasa.simbank.tests/dev.galasa.simbank.tests.SimBankIVT
```
where:
Expand All @@ -107,15 +107,15 @@ On Mac or Unix:

```
galasactl runs submit local --log - \
--obr mvn:dev.galasa/dev.galasa.simbank.obr/0.25.0/obr \
--obr mvn:dev.galasa/dev.galasa.simbank.obr/0.38.0/obr \
--class dev.galasa.simbank.tests/dev.galasa.simbank.tests.BasicAccountCreditTest
```

On Windows (Powershell):

```
galasactl runs submit local --log - `
--obr mvn:dev.galasa/dev.galasa.simbank.obr/0.25.0/obr `
--obr mvn:dev.galasa/dev.galasa.simbank.obr/0.38.0/obr `
--class dev.galasa.simbank.tests/dev.galasa.simbank.tests.BasicAccountCreditTest
```

Expand Down
Loading