Christian Hernandez

Results 43 issues of Christian Hernandez

When you add more than 4 social media sites/icons. They don't display on mobile Browser: ![chernand-icons](https://user-images.githubusercontent.com/10502863/183227551-33127c5e-4380-4c87-9c3d-ab37879e1a87.png) On Mobile: ![Screenshot_20220805-175946 (1)](https://user-images.githubusercontent.com/10502863/183227528-522fdfee-8f10-4260-83dc-985cc31e22e3.png)

There seems to be a security vulnerability in one of the dependencies referenced here https://github.com/RedHatWorkshops/fusev7-workshop/blob/master/slides/package.json @sigreen You had last commit on this, but I know the BU overtook this. If...

Right now, [checking for the hook ](https://github.com/RedHatWorkshops/openshift-cicd-demo/blob/main/tenants/cicd-demo/gitea/8.gitea-bootstrap.yaml#L47-L59) assumes it is "hook 1". What should happen is every hook should be listed and checked via the [Gitea API](https://try.gitea.io/api/swagger).

enhancement
good first issue
help wanted

In the [import of repos](https://github.com/RedHatWorkshops/openshift-cicd-demo/blob/main/tenants/cicd-demo/gitea/8.gitea-bootstrap.yaml#L28-L45) section of the bootstrap script; the UID for the developer user is assumed to be 2. The UID for the developer user should be gleaned...

enhancement
good first issue
help wanted

Now that the helm repo has been created (see c27818f), the video now needs to be updated to reflect this.

enhancement

The [import of repos](https://github.com/RedHatWorkshops/openshift-cicd-demo/blob/main/tenants/cicd-demo/gitea/8.gitea-bootstrap.yaml#L28-L45) should be a loop.

enhancement
good first issue
help wanted

Right now, the [post deploy script is an inline script](https://github.com/RedHatWorkshops/openshift-cicd-demo/blob/main/tenants/cicd-demo/gitea/8.gitea-bootstrap.yaml) This should be turned into a script and put into a container.

enhancement
good first issue
help wanted

Currently, Calico is used as the CNI provider. Although that's a sane default, the option should really be left to the end user. CLI option like... * `--cni-provider=calico` * `--cni-provider=weavenet`...

enhancement
help wanted

Set up e2e testing and automation.

enhancement
help wanted

Add unit tests for code integrity

enhancement
help wanted
good first issue