Skip to content

Support Issue forms and PR forms #20987

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

Merged
merged 44 commits into from
Sep 2, 2022
Merged
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
0ed8a3d
feat: extend issue template for yaml
wolfogre Aug 27, 2022
4efe0b4
feat: support yaml template
wolfogre Aug 27, 2022
1539e79
feat: render form to markdown
wolfogre Aug 27, 2022
bf89e5a
feat: support yaml template for pr
wolfogre Aug 27, 2022
3337a6c
chore: rename to Fields
wolfogre Aug 28, 2022
d25217d
feat: template unmarshal
wolfogre Aug 28, 2022
c0a3727
feat: split template
wolfogre Aug 28, 2022
7de200b
feat: render to markdown
wolfogre Aug 28, 2022
a949489
feat: use full name as template file name
wolfogre Aug 28, 2022
64190cd
chore: remove useless file
wolfogre Aug 28, 2022
ad7e58c
feat: use dropdown of fomantic ui
wolfogre Aug 28, 2022
f2d38f1
feat: update input style
wolfogre Aug 28, 2022
03ab606
docs: more comments
wolfogre Aug 28, 2022
64b44e2
fix: render text without render
wolfogre Aug 29, 2022
b0f5472
chore: fix lint error
wolfogre Aug 29, 2022
5e9e60e
fix: support use description as about in markdown
wolfogre Aug 29, 2022
1d1d7dc
fix: add field class in form
wolfogre Aug 29, 2022
3d65d9a
chore: generate swagger
wolfogre Aug 29, 2022
69df477
feat: validate template
wolfogre Aug 29, 2022
fde937f
feat: support is_nummber and regex
wolfogre Aug 29, 2022
b413dce
test: fix broken unit tests
wolfogre Aug 29, 2022
d764ed8
fix: ignore empty body of md template
wolfogre Aug 30, 2022
793b86a
fix: make multiple easymde editors work in one page
wolfogre Aug 30, 2022
4ffde84
feat: better UI
wolfogre Aug 30, 2022
516ccb4
fix: js error in pr form
wolfogre Aug 30, 2022
de06c52
chore: generate swagger
wolfogre Aug 30, 2022
c698b4e
feat: support regex validation
wolfogre Aug 31, 2022
632b86a
chore: generate swagger
wolfogre Aug 31, 2022
d0d7b0d
fix: refresh each markdown editor
wolfogre Aug 31, 2022
645176f
chore: give up required validation
wolfogre Aug 31, 2022
fdd39f4
fix: correct issue template candidates
wolfogre Aug 31, 2022
a0101e8
fix: correct checkboxes style
wolfogre Aug 31, 2022
23da624
chore: ignore .hugo_build.lock in docs
wolfogre Aug 31, 2022
f0ceaf6
docs: separate out a new doc for merge templates
wolfogre Aug 31, 2022
be266dd
docs: introduce syntax of yaml template
wolfogre Aug 31, 2022
59ce6b9
feat: show a alert for invalid templates
wolfogre Sep 1, 2022
a0f3c8e
test: add case for a valid template
wolfogre Sep 1, 2022
ebfbb85
fix: correct attributes of required checkbox
wolfogre Sep 2, 2022
fd14fbe
fix: add class not-under-easymde for dropzone
wolfogre Sep 2, 2022
e2529ee
fix: use more back-quotes
wolfogre Sep 2, 2022
1f3943c
chore: remove translation in zh-CN
wolfogre Sep 2, 2022
233337d
fix EasyMDE statusbar margin
wxiaoguang Sep 2, 2022
1c3b2e4
fix: remove repeated blocks
wolfogre Sep 2, 2022
7018c82
fix: reuse regex for quotes
wolfogre Sep 2, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: generate swagger
  • Loading branch information
wolfogre committed Sep 2, 2022
commit 632b86ae302eafa54c6ca4771575c8a859c9f356
8 changes: 2 additions & 6 deletions templates/swagger/v1_json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -16590,9 +16590,7 @@
"properties": {
"attributes": {
"type": "object",
"additionalProperties": {
"type": "object"
},
"additionalProperties": {},
"x-go-name": "Attributes"
},
"id": {
Expand All @@ -16604,9 +16602,7 @@
},
"validations": {
"type": "object",
"additionalProperties": {
"type": "object"
},
"additionalProperties": {},
"x-go-name": "Validations"
}
},
Expand Down