galasa-dev / projectmanagement

Project Management repo for Issues and ZenHub
7 stars 3 forks source link

CLI create project --manager creates a manager module #1410

Open techcobweb opened 1 year ago

techcobweb commented 1 year ago

Story

As a galasa testcase developer I want to use the galasa CLI to create a new project of an example manager, and an extra test class which uses that manager, and an entry in the OBR which refers to that manager

Background

This would be a good feature to then go on and talk about the manager in the docs.

galasactl project create --manager ... would create a manager.

The manager name could optionally be gathered from the CLI syntax. For example with a --managerName xxx parameter. Then we can use that to name the project folder, and manager annotation...etc.

We already have the --package <java-package> parameter for the base package, and bundle.

We should create the new bundle with the manager inside called xxx.manager

What does the manager code actually do ?

I suggest we look at the docker manager for the best example we have. Some of our existing managers are not written anywhere near that.

Tasks

aadityasinha-dotcom commented 1 month ago

Hi @techcobweb is this issue available?

techcobweb commented 1 month ago

Yes, @aadityasinha-dotcom we have nobody looking at this right now, with no outlook of when we might resource it.

Is the story clear enough to attempt the suggested tasks ?

Skills required:

aadityasinha-dotcom commented 1 month ago

Hi @techcobweb, thanks for the reply. I did tried the galasa-cli. Like when we create a Galasa project we add flags like --package, here for this issue we need a --manager flag which will create a manager class and will take the manager name from the cli syntax. The thing I want to know is where can I see manager examples in galasactl.

techcobweb commented 1 month ago

https://github.com/galasa-dev/managers/tree/main/galasa-managers-parent/galasa-managers-cloud-parent/dev.galasa.cloud.manager is an example of a manager. There are lots of other managers in that repository. Does that help?

techcobweb commented 3 weeks ago

Aaditya Sinha

Hi, Update: I managed to resolved the error, had to do some changes in the build file Now I will start working on the project create --manager issue, thanks for the help

Mike Cobbett

That's super news. Very interested to see how you get on.

Aaditya Sinha

thanks

Aaditya Sinha

Hi, sorry I didn't post the update to you. I was sick for a week Here's the update on the manager module, I have added the the flag --manager which will create the manager folder having .bnd, gradle and pom.xml with a src directory. Currently I am working on adding the template files for the manager class which were in the managers repo that you gave me.

Mike Cobbett

Sry for not getting back also, I've been on vacation. Back now. That sounds amazing. Really keen to see it in action ! Any time you want me/the team to review a pull request please raise it (even if it's draft).

techcobweb commented 2 weeks ago

See PR https://github.com/galasa-dev/cli/pull/256

techcobweb commented 5 days ago

Messaged with @aadityasinha-dotcom today about some more background information.