UWIT-IAM / cert-service

UW certificate service website
2 stars 0 forks source link

"Search" button in the Cert Services tool #39

Closed jfuega closed 11 months ago

jfuega commented 1 year ago

User is asking for a "Search" button in the Cert Services tool (https://iam-tools.u.washington.edu/cs/). REQ7058387

stea-uw commented 1 year ago

I'll take this task to get a feel for the code review process.

stea-uw commented 1 year ago

Before I got started, I added some basic automation to the repo. I added a build test and an optional pre-commit hook to verify the project builds.

https://github.com/UWIT-IAM/cert-service/pull/55 https://github.com/UWIT-IAM/cert-service/pull/56

Hopefully this will pay off in the long-term in the form of faster and safer reviews.

stea-uw commented 1 year ago

https://github.com/UWIT-IAM/cert-service/pull/59 to fix the actual issue.

chmc3 commented 12 months ago

Would this be a release of the cert services software? I'd assume so but want to confirm. If so, we should look at the other "small" enhancements we have in our backlog/to review and see if we can easily bundle a QoL release of features.

stea-uw commented 12 months ago

Yup, this would be a small release.

While we can bundle some things in, one of the goals of this release was to increase the safety and convenience of the release process, so hopefully we don't need to worry as much about bundling things in the future 🤞 My dream is to get us closer to being able to release this e.g. daily as needed.

chmc3 commented 12 months ago

Happy to be able to do small releases as well! It would help me to have experience with our "change" process to do minor ones. Let's not do this as a bundle as a result.

chmc3 commented 11 months ago

Created CHG0046744 for the release

stea-uw commented 11 months ago

Fixed by recent prod push of latest changes