Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

Commit 50ab72b

Browse files
committed
Merge branch 'next' of https://github.com/CaroMac/galasa.dev into next
2 parents bfe369f + 5febb6e commit 50ab72b

File tree

5 files changed

+21
-11
lines changed

5 files changed

+21
-11
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This repository contains the source for the Galasa test automation system homepage.
44

5+
If you are interested in the development of Galasa, take a look at the documentation and feel free to post a question on [Spectrum](https://spectrum.chat/galasa?tab=posts) or raise new ideas / features / bugs etc. as issues on [GitHub](https://github.com/galasa-dev/projectmanagement).
6+
57
## Getting started
68

79
To use the site locally, follow the following instructions:
@@ -29,7 +31,9 @@ npm run serve
2931

3032
## Contributing
3133

32-
All changes should be contributed as pull requests:
34+
Take a look at the [contribution guidelines](https://github.com/galasa-dev/projectmanagement/blob/master/contributing.md).
35+
36+
Any changes to the documentation should be contributed as pull requests:
3337

3438
1. Make a fork of this repository (top-right).
3539
1. Make your changes in a branch of your fork.
@@ -38,4 +42,8 @@ All changes should be contributed as pull requests:
3842
Please format your code using Prettier:
3943
```sh
4044
npm run format
41-
```
45+
```
46+
47+
## License
48+
49+
This code is under the [Eclipse Public License 2.0](https://github.com/galasa-dev/maven/blob/master/LICENSE).

src/markdown-pages/docs/first-steps/installing.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,16 +83,18 @@ dss.properties
8383
zosmf.server.SIMBANK.port=2040
8484
zosmf.server.SIMBANK.https=false
8585
```
86-
Note: When using SimBank, the `overrides.properties` file is partially populated on creation and requires editing. The reason for this is to highlight how the test connects to the SimBank instance. Otherwise, the `overrides.properties` file is created as an empty file.
86+
87+
Note: When using SimBank, the `overrides.properties` file is partially populated on creation and requires editing. The reason for this is to highlight how the test connects to the SimBank instance. Otherwise, the `overrides.properties` file is created as an empty file.
88+
8789
1. Edit a file called `credentials.properties` in your `.galasa` folder so that it contains:
8890

89-
9091
```properties
91-
secure.credentials.SIMBANK.username=IBMUSER
92+
secure.credentials.SIMBANK.username=IBMUSER
9293
secure.credentials.SIMBANK.password=SYS1
93-
```
94-
Note: If you have previously installed Galasa, this file is already populated.
95-
<!-- 1. Create an `.m2` folder in your user home directory (the same place as your `.galasa` folder) and inside, place a `settings.xml` file with the contents:
94+
```
95+
96+
Note: If you have previously installed Galasa, this file is already populated.
97+
<!-- 1. Create an `.m2` folder in your user home directory (the same place as your `.galasa` folder) and inside, place a `settings.xml` file with the contents:
9698
9799
```
98100
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"

src/markdown-pages/docs/managers/z-os-batch-z-os-mf-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: "z/OS Batch z/OS MF Manager"
66
**BETA - This Manager is feature complete but may contain known or unknown bugs.**
77

88
## Overview
9-
This Manager is the internal implementation of the z/OS Batch Manager using z/OS MF. <p> See the [z/OS Manager](zos-manager) for details of the z/OS Batch annotations and code snippets.<br><br> You can view the <a href="https://javadoc.galasa.dev/dev/galasa/zosbatch/package-summary.html">Javadoc documentation for the Manager here</a>. <br><br>
9+
This Manager is the internal implementation of the z/OS Batch Manager using z/OS MF. <p> See the <a href="../zos-manager">zOS Manager</a> for details of the z/OS Batch annotations and code snippets.
1010

1111

1212

src/markdown-pages/docs/managers/zos-tso-command-ssh-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: "zOS TSO Command SSH Manager"
66
**ALPHA - This Manager is being actively developed. It is subject to change and has not been extensively tested.**
77

88
## Overview
9-
This Manager is the internal implementation of the zOS TSO Command Manager using SSH. <p> See the <a href="../zos-manager">zOS Manager</a> for details of the zOS TSO Command Manager Annotations.
9+
This Manager is the internal implementation of the zOS TSO Command Manager using SSH. <br>br> See the <a href="../zos-manager">zOS Manager</a> for details of the z/OS TSO annotations and code snippets.<br><br> You can view the <a href="https://javadoc.galasa.dev/dev/galasa/zostso/package-summary.html">Javadoc documentation for the Manager here</a>. <br><br>
1010

1111

1212

src/markdown-pages/docs/managers/zos-unix-command-ssh-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: "zOS UNIX Command SSH Manager"
66
**ALPHA - This Manager is being actively developed. It is subject to change and has not been extensively tested.**
77

88
## Overview
9-
This Manager is the internal implementation of the zOS UNIX Command Manager using SSH. <p> See the <a href="../zos-manager">zOS Manager</a> for details of the zOS UNIX Command Manager Annotations.
9+
This Manager is the internal implementation of the z/OS UNIX Command Manager using SSH. <br>br> See the <a href="../zos-manager">zOS Manager</a> for details of the z/OS UNIX annotations and code snippets.<br><br> You can view the <a href="https://javadoc.galasa.dev/dev/galasa/zosunix/package-summary.html">Javadoc documentation for the Manager here</a>. <br><br>
1010

1111

1212

0 commit comments

Comments
 (0)