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

add new issue form thingy #288

Merged
merged 1 commit into from
Dec 9, 2024
Merged

add new issue form thingy #288

merged 1 commit into from
Dec 9, 2024

Conversation

matoszz
Copy link
Contributor

@matoszz matoszz commented Dec 8, 2024

As I was creating some new issues on this repository I randomly noticed a link on the page that took me to some new features github has made available which allows you to control user inputs / forms inside of the github UI.

https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#creating-issue-forms

I followed the example almost directly ^ but you have to commit the file to the repo to actually see the flow in action

@matoszz matoszz merged commit 43cdc06 into main Dec 9, 2024
9 of 14 checks passed
@matoszz matoszz deleted the feat-issueforms branch December 9, 2024 01:35
matoszz added a commit that referenced this pull request Dec 11, 2024
matoszz added a commit that referenced this pull request Dec 11, 2024
* subscription creation, entitlements package update

* draft new schema

* update index

* more schema updates

* remove object inherited thing

* remove struct tag

* remove index

* nillable

* schema rename

* add inverse edge

* task pr output

* fix(deps): update module github.com/theopenlane/utils to v0.4.1 (#283)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* add new issue form thingy (#288)

* fix mismatched names on request and response (#282)

* fix mismatched names on request and response, duplicate operations

* mockery version update and config file addition to remove deprecation warnings

* Update internal/httpserve/handlers/resendemail.go

Co-authored-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>
Signed-off-by: Matt Anderson <42154938+matoszz@users.noreply.github.com>

---------

Signed-off-by: Matt Anderson <42154938+matoszz@users.noreply.github.com>
Co-authored-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>

* limit the builds from renovate (#292)

Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>

* upgrade iam, entx, utils, fix docker build (#296)

* upgrade iam, entx, utils, fix docker build

Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>

* put that back

Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>

* dont build everytime

Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>

* correct arch

Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>

---------

Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>

* fix(deps): update module github.com/99designs/gqlgen to v0.17.58 (#294)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix deprecated functions from latest gqlen (#298)

Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>

* fix(deps): update module github.com/danielgtaylor/huma/v2 to v2.27.0 (#299)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat: create program members with program (#300)

* feat: create program memmbers with program

Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>

* remove extra return def

Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>

* fix idents

Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>

* generate

Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>

---------

Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>

* fix(deps): update module github.com/99designs/gqlgen to v0.17.59 (#301)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update module github.com/99designs/gqlgen to v0.17.60 (#302)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* add create full program, generate-fast (#303)

* add create full program, generate-fast

Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>

* add env var to disable cache if wanted, move install to tools.go

Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>

* cleanup generate

Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>

* use fork

Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>

* use fork

Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>

* remove builder line from dockerfile

Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>

* fixup

Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>

* fixup the generate

Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>

---------

Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>

* remove old handlers, cleanup event ordering

* Feat betterloggingwrapper (#306)

* working version

* cleanup, commit whats ready

* go mod tidy

---------

Signed-off-by: Matt Anderson <42154938+matoszz@users.noreply.github.com>

---------

Signed-off-by: Matt Anderson <42154938+matoszz@users.noreply.github.com>
Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants