Commit Graph

106 Commits

Author SHA1 Message Date
Dawid Wysokiński 7cb7142a1c use eslint-config-next instead of eslint-config-react-app 2021-08-04 18:27:19 +02:00
Dawid Wysokiński ade6979087 fix one typo 2021-08-04 18:18:16 +02:00
Dawid Wysokiński 293a1c5cf1 update some packages, fix one error caused by next 11 2021-08-04 18:13:03 +02:00
Dawid Wysokiński b930f703ea
Merge pull request #15 from zdam-egzamin-zawodowy/renovate/major-nextjs-monorepo
Update dependency next to v11
2021-08-04 08:12:08 +02:00
Dawid Wysokiński ea03810bb7 update types.ts 2021-08-04 08:05:27 +02:00
Dawid Wysokiński 1f61c589d1
Merge pull request #20 from zdam-egzamin-zawodowy/renovate/major-graphqlcodegenerator-monorepo
Update graphqlcodegenerator monorepo (major)
2021-08-04 08:04:29 +02:00
Renovate Bot dd6d1f93a8
Update graphqlcodegenerator monorepo to v2 2021-08-03 10:20:22 +00:00
Dawid Wysokiński 4a43277732
Merge pull request #19 from zdam-egzamin-zawodowy/renovate/major-graphqlcodegenerator-monorepo
Update dependency @graphql-codegen/cli to v2
2021-08-03 11:56:02 +02:00
Renovate Bot e2e7efe88c
Update dependency @graphql-codegen/cli to v2 2021-08-03 09:17:17 +00:00
Dawid Wysokiński 22dde26661
Merge pull request #18 from zdam-egzamin-zawodowy/renovate/circleci-node-14.x
Update Node.js to v14.17.4
2021-07-31 08:09:56 +02:00
Renovate Bot 83081fc065
Update Node.js to v14.17.4 2021-07-31 01:22:46 +00:00
Dawid Wysokiński b8a7c59d49 fix(CI): wrong job name 2021-07-08 15:58:07 +02:00
Dawid Wysokiński 1b50460fea fix: wrong docker version in the build_version job 2021-07-08 15:53:42 +02:00
Dawid Wysokiński 5744a53b3a feat: add a new workflow to .circleci/config.yml triggered by pushing a new git tag 2021-07-08 15:51:31 +02:00
Dawid Wysokiński 3a07577493
Merge pull request #17 from zdam-egzamin-zawodowy/renovate/circleci-node-14.x
Update Node.js to v14.17.3
2021-07-08 06:05:55 +02:00
Renovate Bot 9056d4a397
Update Node.js to v14.17.3 2021-07-08 01:15:55 +00:00
Dawid Wysokiński 90daf2d5be
Merge pull request #16 from zdam-egzamin-zawodowy/renovate/circleci-node-14.x
Update Node.js to v14.17.2
2021-07-07 08:03:36 +02:00
Renovate Bot 7553d7aa0f
Update Node.js to v14.17.2 2021-07-07 00:54:26 +00:00
Renovate Bot 7e9d1fa260
Update dependency next to v11 2021-07-04 17:15:37 +00:00
Dawid Wysokiński 4f0c4e6b45
Merge pull request #13 from zdam-egzamin-zawodowy/renovate/circleci-node-14.x
Update Node.js to v14.17.1
2021-07-04 19:15:07 +02:00
Renovate Bot e6458c369b
Update Node.js to v14.17.1 2021-07-04 16:42:10 +00:00
Dawid Wysokiński 1100a82a5c update renovate.json 2021-07-04 17:56:19 +02:00
Dawid Wysokiński 18dd5a2efb
Merge pull request #10 from zdam-egzamin-zawodowy/renovate/configure
Configure Renovate
2021-07-04 17:41:17 +02:00
Renovate Bot a5fe229687
Add renovate.json 2021-07-04 15:38:02 +00:00
Dawid Wysokiński 3817a637d3 bump eslint-plugin-import and @graphql-codegen/cli 2021-06-29 17:58:11 +02:00
Dawid Wysokiński 73bd57d5a9 update DATE_OF_THE_EXAM 2021-06-27 22:01:37 +02:00
Dawid Wysokiński 8dee0cf5f1 update DATE_OF_THE_EXAM 2021-06-27 14:47:28 +02:00
Dawid Wysokiński b0374ef19f update README.md 2021-06-19 16:59:40 +02:00
Dawid Wysokiński 4faa982ea6
Merge pull request #9 from zdam-egzamin-zawodowy/feat/add-readme-md-and-license
feat: add README.md and LICENSE
2021-06-07 17:27:20 +02:00
Dawid Wysokiński a64c39c267 feat: add README.md and LICENSE 2021-06-07 17:26:55 +02:00
Dawid Wysokiński ed751b40d9 clear yarn.lock, fix warning that key must be unique in Question.tsx 2021-05-28 18:14:18 +02:00
Dawid Wysokiński af6fbd4d5d
Merge pull request #8
bump next.js version
2021-05-28 18:03:21 +02:00
Dawid Wysokiński 5e66e44e72 bump react/react-dom/next.js version 2021-05-28 17:59:26 +02:00
Dawid Wysokiński ce5bd8dda5
Merge pull request #7
fix: TypeError: Cannot read property 'trim' of undefined at getStaticProps
2021-05-28 17:32:59 +02:00
Dawid Wysokiński 46e9e78eaf TestPage: fix: Cannot read property 'trim' of undefined 2021-05-28 17:31:05 +02:00
Dawid Wysokiński aad7f64bfe
Merge pull request #6
feat: keyboard navigation
2021-05-25 20:02:45 +02:00
Dawid Wysokiński c81aec0405 TestPage: add KeyboardNavigationNote.tsx 2021-05-25 20:02:23 +02:00
Dawid Wysokiński 93a968e1da TestPage: Navigation - remove one unnecessary render 2021-05-25 19:29:46 +02:00
Dawid Wysokiński 279d458d34 TestPage: add an answer selection via keyboard 2021-05-25 19:24:29 +02:00
Dawid Wysokiński af9e0a9f7b TestPage: add keyboard navigation between tabs 2021-05-25 19:01:47 +02:00
Dawid Wysokiński 836f0e701a
Merge pull request #5
fix: all suggestions in a row should have the same height
2021-05-25 18:25:33 +02:00
Dawid Wysokiński 3c5bb66ce7 TestPage: all suggestions in a row have the same height 2021-05-25 18:24:02 +02:00
Dawid Wysokiński 41ddf9c31d
Merge pull request #4
add the confirmation dialog before finishing a test
2021-05-25 18:08:05 +02:00
Dawid Wysokiński 0609be4c3f TestPage: show confirmation before finishing a test 2021-05-25 18:07:15 +02:00
Dawid Wysokiński 76180a93f1
Merge pull request #3 from zdam-egzamin-zawodowy/develop
bump next.js version, fix 'Invalid accept-language header' crash
2021-05-02 09:03:57 +02:00
Dawid Wysokiński 7e77b5e6e8 bump next.js version, fix 'Invalid accept-language header' crash 2021-05-02 09:00:30 +02:00
Dawid Wysokiński 8496fa5c98
Merge pull request #2 from zdam-egzamin-zawodowy/develop
merge develop into master
2021-04-24 19:24:53 +02:00
Dawid Wysokiński 4f64f138d4 rename SEO -> Seo 2021-04-24 18:39:03 +02:00
Dawid Wysokiński 1753752565 update eslint configuration 2021-04-24 18:37:12 +02:00
Dawid Wysokiński 46e122913f
Merge pull request #1
Merge develop into master
2021-04-17 19:15:18 +02:00