Skip to content

Commit

Permalink
Feat : v1.0.0 realeased!
Browse files Browse the repository at this point in the history
  • Loading branch information
ymw0407 committed Sep 7, 2023
1 parent c6bcc1f commit 925b83e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client
Submodule client updated 78 files
+0 −13 .eslintrc.json
+2 −2 .eslintrc.yml
+3 −0 .vscode/settings.json
+117 −38 README.md
+10 −0 SECURITY.md
+12 −4 package.json
+3 −1 src/App.js
+5 −0 src/assets/icons/li_mark.svg
+3 −0 src/assets/icons/next.svg
+5 −0 src/assets/icons/pullrequest.svg
+3 −0 src/assets/images/Logo.svg
+20 −0 src/assets/images/desktop.svg
+214 −0 src/assets/images/licenseEx.svg
+105 −0 src/assets/images/modal.svg
+ src/assets/images/spinnerEllipsis.gif
+4 −0 src/assets/images/title.svg
+41 −262 src/components/common/Autocomplete.js
+0 −0 src/components/common/Button.js
+155 −144 src/components/common/InputComponent.js
+47 −0 src/components/common/LoadingCompleted.js
+22 −21 src/components/common/MarkdownPreview.js
+105 −0 src/components/common/ReadOnlyAuto.js
+127 −53 src/components/common/SearchAuto.js
+166 −0 src/components/common/SelectAuto.js
+15 −78 src/components/common/SelectChip.js
+4 −23 src/components/common/ShowSelect.js
+114 −0 src/components/common/Slide.js
+281 −0 src/components/common/SlideContent.js
+83 −0 src/components/common/StepInfo.js
+0 −66 src/components/common/Stepper.js
+41 −0 src/components/common/modal/BaseDialog.js
+2 −1 src/components/common/modal/BaseModal.js
+40 −0 src/components/common/modal/BaseModal2.js
+180 −0 src/components/common/modal/FinishDialog.js
+66 −0 src/components/common/modal/GitignoreModal.js
+0 −46 src/components/common/modal/gitignoreModal.js
+19 −0 src/components/common/modal/templateModal.js
+0 −74 src/components/common/step1/gitignoreContainer.js
+42 −0 src/components/common/template/TemplateBody.js
+193 −0 src/components/common/template/TemplateList.js
+79 −0 src/components/common/template/TemplateTitle.js
+16 −0 src/components/main/Desc.js
+97 −0 src/components/main/Footer.js
+18 −0 src/components/main/Step.js
+188 −0 src/components/main/Step1.js
+75 −0 src/components/main/Step2.js
+74 −0 src/components/main/Step3.js
+105 −0 src/components/main/Step4.js
+15 −0 src/components/main/Step5.js
+21 −0 src/components/main/Steps.js
+87 −0 src/components/main/Welcome.js
+71 −0 src/components/step1/GitignoreContainer.js
+136 −0 src/components/step1/RequiredFieldContainer.js
+103 −0 src/components/step1/SelectContainer.js
+0 −23 src/data/CreateRepoData.js
+40 −0 src/data/StepData.json
+23 −0 src/data/optionData.json
+6 −0 src/dummy/dummyPRTemplate.json
+4 −1 src/index.js
+254 −183 src/layout/Header.js
+65 −25 src/layout/Layout.js
+57 −0 src/layout/Stepper.js
+26 −0 src/mainpage.css
+44 −0 src/pages/ContributingTemplatePage.js
+22 −51 src/pages/CreateRepoPage.js
+33 −0 src/pages/LicensePage.js
+97 −18 src/pages/Login.js
+30 −12 src/pages/MainPage.js
+39 −0 src/pages/PRTemplatePage.js
+40 −0 src/pages/ReadmeTemplatePage.js
+19 −0 src/recoil/authorize.js
+16 −0 src/recoil/commonState.js
+0 −16 src/recoil/openModal.js
+23 −28 src/recoil/repoData.js
+19 −0 src/recoil/templateState.js
+10 −4 src/routes/router.js
+6 −0 src/styles/color.js
+1,708 −1,398 yarn.lock
2 changes: 1 addition & 1 deletion document
Submodule document updated 68 files
+2 −2 .github/ISSUE_TEMPLATE/config.yml
+1 −1 README.md
+29 −21 config/_default/menus/menus.en.toml
+1 −7 config/_default/menus/menus.nl.toml
+1 −7 config/_default/params.toml
+4 −4 content/en/_index.md
+1 −1 content/en/blog/_index.md
+ content/en/blog/hello-world/againIoT.jpg
+25 −9 content/en/blog/hello-world/index.md
+0 −17 content/en/blog/say-hello-to-doks/index.md
+0 −2 content/en/contributors/henk-verlinde/_index.md
+0 −9 content/en/docs/_index.md
+1 −1 content/en/docs/help/_index.md
+5 −38 content/en/docs/help/faq.md
+0 −32 content/en/docs/help/how-to-update.md
+46 −0 content/en/docs/help/reference.md
+0 −30 content/en/docs/help/troubleshooting.md
+5 −2 content/en/docs/license/_index.md
+34 −0 content/en/docs/license/license.md
+378 −0 content/en/docs/prologue/apiSpec.md
+19 −69 content/en/docs/prologue/commands.md
+22 −32 content/en/docs/prologue/introduction.md
+68 −34 content/en/docs/prologue/quick-start.md
+10 −0 content/en/docs/templates/_index.md
+31 −0 content/en/docs/templates/express.md
+ content/en/docs/templates/express.png
+37 −0 content/en/docs/templates/nestjs.md
+ content/en/docs/templates/nestjs.png
+37 −0 content/en/docs/templates/react.md
+ content/en/docs/templates/react.png
+8 −0 content/en/showcase/_index.md
+ content/en/showcase/open-set-go/contributing.png
+48 −0 content/en/showcase/open-set-go/index.md
+ content/en/showcase/open-set-go/issue.png
+ content/en/showcase/open-set-go/license.png
+ content/en/showcase/open-set-go/pr.png
+ content/en/showcase/open-set-go/readme.png
+ content/en/showcase/open-set-go/repo.png
+0 −10 content/nl/_index.md
+0 −10 content/nl/contact/index.md
+0 −10 content/nl/contributors/_index.md
+0 −12 content/nl/contributors/henk-verlinde/_index.md
+0 −9 content/nl/docs/_index.md
+0 −50 content/nl/docs/help/faq.md
+0 −32 content/nl/docs/help/how-to-update.md
+0 −30 content/nl/docs/help/troubleshooting.md
+0 −9 content/nl/docs/prologue/_index.md
+0 −98 content/nl/docs/prologue/commands.md
+0 −58 content/nl/docs/prologue/introduction.md
+0 −69 content/nl/docs/prologue/quick-start.md
+0 −36 content/nl/privacy-policy/index.md
+ images/doks.png
+ images/screenshot.png
+ images/tn.png
+60 −42 layouts/index.html
+1 −1 layouts/partials/head/favicons.html
+0 −1 layouts/partials/head/seo.html
+1 −11 layouts/partials/head/structured-data.html
+0 −24 layouts/partials/head/twitter_cards.html
+1 −1 package.json
+ static/android-chrome-192x192 copy.png
+ static/android-chrome-192x192.png
+ static/android-chrome-512x512.png
+ static/apple-touch-icon.png
+ static/favicon-16x16.png
+ static/favicon-32x32.png
+ static/favicon.ico
+1 −1 theme.toml
2 changes: 1 addition & 1 deletion server
Submodule server updated 46 files
+2 −1 .eslintignore
+1 −0 .gitattributes
+ .github/images/mailImage1.png
+ .github/images/mailImage2.png
+ .github/images/mailImage3.jpg
+2 −1 .github/workflows/CI.yml
+1 −0 .prettierignore
+130 −50 README.md
+2 −2 nest-cli.json
+5 −1 package.json
+4 −0 src/app.module.ts
+1 −0 src/auth/auth.controller.ts
+2 −1 src/auth/auth.module.ts
+2 −2 src/auth/auth.service.ts
+2 −0 src/file/contributing/contributing.controller.ts
+22 −2 src/file/contributing/contributing.service.ts
+5 −0 src/file/contributing/schemas/contributing.schema.ts
+35 −0 src/file/dto/uploadFiles.dto.ts
+1 −1 src/file/env-template
+73 −60 src/file/file.controller.ts
+46 −44 src/file/file.service.ts
+81 −0 src/file/issue/default/BugReport.yml
+34 −0 src/file/issue/default/Documentation.yml
+49 −0 src/file/issue/default/FeatureRequest.yml
+6 −0 src/file/issue/default/config.yml
+3 −0 src/file/issue/issue.controller.ts
+24 −0 src/file/issue/issue.service.ts
+3 −1 src/file/license/license.controller.ts
+15 −1 src/file/license/license.service.ts
+1 −1 src/file/license/licenseTemplate/apache.yml
+1 −1 src/file/license/licenseTemplate/gpl.yml
+2 −0 src/file/pr/pr.controller.ts
+2 −3 src/file/pr/pr.service.ts
+3 −0 src/file/readme/readme.controller.ts
+34 −0 src/mail/mail.controller.ts
+41 −0 src/mail/mail.module.ts
+32 −0 src/mail/mail.service.ts
+398 −0 src/mail/templates/email.hbs
+29 −3 src/repo/repo.controller.ts
+38 −17 src/repo/repo.service.ts
+3 −0 src/user/schemas/user.schema.ts
+45 −0 src/user/user.controller.ts
+1 −0 src/user/user.interface.ts
+2 −0 src/user/user.module.ts
+30 −5 src/user/user.service.ts
+1,951 −34 yarn.lock

0 comments on commit 925b83e

Please sign in to comment.