Skip to content

Commit

Permalink
style: apply prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
seo-rii committed Jan 4, 2022
1 parent c0db14e commit 0d283a5
Show file tree
Hide file tree
Showing 3 changed files with 656 additions and 62 deletions.
12 changes: 12 additions & 0 deletions .versionrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"types": [
{"type": "feat", "section": "Features"},
{"type": "fix", "section": "Bug Fixes"},
{"type": "chore", "hidden": true},
{"type": "docs", "hidden": true},
{"type": "style", "hidden": true},
{"type": "refactor", "hidden": true},
{"type": "perf", "hidden": true},
{"type": "test", "hidden": true}
]
}
98 changes: 48 additions & 50 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,58 +4,56 @@ All notable changes to this project will be documented in this file. See [standa

### 0.0.1 (2022-01-04)


### Features

* add config file ([e3cf2f5](https://github.com/HancomAC/HANA/commit/e3cf2f56bbcc7216e736f33e09f898fa231cd2c1))
* add example code ([af32d51](https://github.com/HancomAC/HANA/commit/af32d516d3e74bc02972c33514e2cc6c2eea195e))
* add experimental output only judge ([19de162](https://github.com/HancomAC/HANA/commit/19de1626a18f33359afec5479a4570a51fb1a5d5))
* add experimental python3 & pypy3 judge ([8fe8abf](https://github.com/HancomAC/HANA/commit/8fe8abf606cce7b2e4f7d7bc32705dba94e867bd))
* add multi processing judge feature ([cedcdc5](https://github.com/HancomAC/HANA/commit/cedcdc569307cd1c7bac316d50b6397d2545e5c2))
* add numpy & pandas support for python ([8cf2baf](https://github.com/HancomAC/HANA/commit/8cf2baf16cf4ab2998da09db62f388f860bd01a2))
* add socket request feature ([9da8dfe](https://github.com/HancomAC/HANA/commit/9da8dfe7951a8cf1e559c5457ff25d9e97cbbb8b))
* add special judge ([f42f790](https://github.com/HancomAC/HANA/commit/f42f790ecaea93d57289a95992d658bdccf16180))
* add support for golang & rust ([d809e06](https://github.com/HancomAC/HANA/commit/d809e06791c6b6c8844b103a8323b4be7f955174))
* add support for java ([ecc8fba](https://github.com/HancomAC/HANA/commit/ecc8fba6dcdd956d848e5281f1a4ec333ea06465))
* add support for javascript & typescript ([d34b105](https://github.com/HancomAC/HANA/commit/d34b10564cee569f6fafcc4d4a918f6a13413fd9))
* asynchronously build source file ([fd19d0c](https://github.com/HancomAC/HANA/commit/fd19d0c4237022e449d073d1729e595566792202))
* build cpp file ([cc553b1](https://github.com/HancomAC/HANA/commit/cc553b18e31db6cead36d053ccab99c2329eb207))
* enhance test page ([b949038](https://github.com/HancomAC/HANA/commit/b949038ebdfc2cbf38b4536a302d6a4d72ad4bcc))
* enhance UI ([cadf2c5](https://github.com/HancomAC/HANA/commit/cadf2c5b45cda85c56c74ad4a10784d34e87d6f8))
* judge cpp file experimentally ([201bc2d](https://github.com/HancomAC/HANA/commit/201bc2d84b36c36d38238de285d9c5c0a471e540))
* judge one by one ([7c7e294](https://github.com/HancomAC/HANA/commit/7c7e29493ccde95c742aa4bdecfc5fa5f0c3297d))
* keep message on sent fail ([6ade953](https://github.com/HancomAC/HANA/commit/6ade9531ecc3a56236dc10b0e64d42315a579d73))
* ready for add rust & java support ([3a44836](https://github.com/HancomAC/HANA/commit/3a448362922cf36987b1b93896ed5db999a3ce1d))
* ready for memory & time limit customizing ([ddda02b](https://github.com/HancomAC/HANA/commit/ddda02b0596ad4b167ec5136a68a451202b3a290))
* support c language ([d7c6b40](https://github.com/HancomAC/HANA/commit/d7c6b408f08b1674968c4ffcf93fc3045444ea88))
* support subtask judge ([682e352](https://github.com/HancomAC/HANA/commit/682e352d182abbc8d8987132e8cb14c17a4c6451))

- add config file ([e3cf2f5](https://github.com/HancomAC/HANA/commit/e3cf2f56bbcc7216e736f33e09f898fa231cd2c1))
- add example code ([af32d51](https://github.com/HancomAC/HANA/commit/af32d516d3e74bc02972c33514e2cc6c2eea195e))
- add experimental output only judge ([19de162](https://github.com/HancomAC/HANA/commit/19de1626a18f33359afec5479a4570a51fb1a5d5))
- add experimental python3 & pypy3 judge ([8fe8abf](https://github.com/HancomAC/HANA/commit/8fe8abf606cce7b2e4f7d7bc32705dba94e867bd))
- add multi processing judge feature ([cedcdc5](https://github.com/HancomAC/HANA/commit/cedcdc569307cd1c7bac316d50b6397d2545e5c2))
- add numpy & pandas support for python ([8cf2baf](https://github.com/HancomAC/HANA/commit/8cf2baf16cf4ab2998da09db62f388f860bd01a2))
- add socket request feature ([9da8dfe](https://github.com/HancomAC/HANA/commit/9da8dfe7951a8cf1e559c5457ff25d9e97cbbb8b))
- add special judge ([f42f790](https://github.com/HancomAC/HANA/commit/f42f790ecaea93d57289a95992d658bdccf16180))
- add support for golang & rust ([d809e06](https://github.com/HancomAC/HANA/commit/d809e06791c6b6c8844b103a8323b4be7f955174))
- add support for java ([ecc8fba](https://github.com/HancomAC/HANA/commit/ecc8fba6dcdd956d848e5281f1a4ec333ea06465))
- add support for javascript & typescript ([d34b105](https://github.com/HancomAC/HANA/commit/d34b10564cee569f6fafcc4d4a918f6a13413fd9))
- asynchronously build source file ([fd19d0c](https://github.com/HancomAC/HANA/commit/fd19d0c4237022e449d073d1729e595566792202))
- build cpp file ([cc553b1](https://github.com/HancomAC/HANA/commit/cc553b18e31db6cead36d053ccab99c2329eb207))
- enhance test page ([b949038](https://github.com/HancomAC/HANA/commit/b949038ebdfc2cbf38b4536a302d6a4d72ad4bcc))
- enhance UI ([cadf2c5](https://github.com/HancomAC/HANA/commit/cadf2c5b45cda85c56c74ad4a10784d34e87d6f8))
- judge cpp file experimentally ([201bc2d](https://github.com/HancomAC/HANA/commit/201bc2d84b36c36d38238de285d9c5c0a471e540))
- judge one by one ([7c7e294](https://github.com/HancomAC/HANA/commit/7c7e29493ccde95c742aa4bdecfc5fa5f0c3297d))
- keep message on sent fail ([6ade953](https://github.com/HancomAC/HANA/commit/6ade9531ecc3a56236dc10b0e64d42315a579d73))
- ready for add rust & java support ([3a44836](https://github.com/HancomAC/HANA/commit/3a448362922cf36987b1b93896ed5db999a3ce1d))
- ready for memory & time limit customizing ([ddda02b](https://github.com/HancomAC/HANA/commit/ddda02b0596ad4b167ec5136a68a451202b3a290))
- support c language ([d7c6b40](https://github.com/HancomAC/HANA/commit/d7c6b408f08b1674968c4ffcf93fc3045444ea88))
- support subtask judge ([682e352](https://github.com/HancomAC/HANA/commit/682e352d182abbc8d8987132e8cb14c17a4c6451))

### Bug Fixes

* add source type ([3cee25a](https://github.com/HancomAC/HANA/commit/3cee25a8aab9312f2ca34459412295cccf6d4c05))
* automatically trim output and compare ([0a3e9c3](https://github.com/HancomAC/HANA/commit/0a3e9c3f92b1f146fbec7957380b378443263515))
* build source with user permission ([5461f91](https://github.com/HancomAC/HANA/commit/5461f91a393e78bd901487d1762b93637dad9f95))
* change temp folder ([8d05436](https://github.com/HancomAC/HANA/commit/8d054360802a8b3685e5023a0fad67ddd264fd70))
* do not show compile error for python & pypy ([6cf9005](https://github.com/HancomAC/HANA/commit/6cf9005c6caf9961f14f564ae05be11af1408d74))
* enhance exception when unknown input given ([de14c6e](https://github.com/HancomAC/HANA/commit/de14c6e057e2768c9d5d256bbfd23c8a2514912a))
* enhance test page design ([4fd1388](https://github.com/HancomAC/HANA/commit/4fd1388c3462a866e0ff1b4208d108db7fb19dc9))
* enhance test page design ([05988f3](https://github.com/HancomAC/HANA/commit/05988f36d424348dd4beeab83f4b08ed12404862))
* fix for cwd error ([43a2d84](https://github.com/HancomAC/HANA/commit/43a2d84aabd8ae43d1da7629b6b0ecd799498c41))
* fix for timeout ([b35dbe5](https://github.com/HancomAC/HANA/commit/b35dbe51c32b404f79eba83c32e1514158c47bfd))
* fix vm memory error ([170d5c0](https://github.com/HancomAC/HANA/commit/170d5c0c8f7c706bf240a6d194eac4ca2ec3850f))
* fixed behavior for timeout ([1eb6947](https://github.com/HancomAC/HANA/commit/1eb69479f8388244bc27d5ecde8fbda372783878))
* fixed bug that crashes when judge finished immediately ([d17f5e0](https://github.com/HancomAC/HANA/commit/d17f5e0f71ecccb3f78f58804c99abceb3886917))
* fixed bug that process not quiting ([6b4c3ee](https://github.com/HancomAC/HANA/commit/6b4c3ee4c7c7b8cc3a2a73e96d9372c998703fa8))
* fixed bug that process not quiting ([26cde9a](https://github.com/HancomAC/HANA/commit/26cde9a635bedbce48d9789075e095fa6a990e79))
* fixed bug that progress not working ([b043862](https://github.com/HancomAC/HANA/commit/b0438623b510b82e4b3db124f10e648b62d84539))
* fixed bug with stdioError ([20e14ff](https://github.com/HancomAC/HANA/commit/20e14ffb38d0001382de7d7438bfe846a688f845))
* fixed bug with stdioError ([e2a0eac](https://github.com/HancomAC/HANA/commit/e2a0eac029ce10a547e0794cf149b1fb70715366))
* fixed cpu restriction bug ([807f38b](https://github.com/HancomAC/HANA/commit/807f38b1bb6bf4ac89fb060901b15407999a542d))
* fixed progress indication bug ([d25f8ee](https://github.com/HancomAC/HANA/commit/d25f8ee01c473d25986702d4ac5ad1acd42012f8))
* fixed socket behavior ([e03fa85](https://github.com/HancomAC/HANA/commit/e03fa857fe61af1f5ba290c88f252bc1a056a798))
* fixed stdin bug ([c01cf00](https://github.com/HancomAC/HANA/commit/c01cf0046291e3d1896977c8aadaaa3677e5a1d8))
* hide temp path on error message ([d747870](https://github.com/HancomAC/HANA/commit/d747870da40428fef9707af35369bf8f405152ac))
* kill process more properly ([ec8b608](https://github.com/HancomAC/HANA/commit/ec8b608c4c776dbce8088a9233c74b059844ac04))
* limit execution process ([06653cd](https://github.com/HancomAC/HANA/commit/06653cd943dab566bab4ee87887a15df0d3cfd6e))
* minor fix ([1354803](https://github.com/HancomAC/HANA/commit/1354803877153c3a771aba32da15c689c771a380))
- add source type ([3cee25a](https://github.com/HancomAC/HANA/commit/3cee25a8aab9312f2ca34459412295cccf6d4c05))
- automatically trim output and compare ([0a3e9c3](https://github.com/HancomAC/HANA/commit/0a3e9c3f92b1f146fbec7957380b378443263515))
- build source with user permission ([5461f91](https://github.com/HancomAC/HANA/commit/5461f91a393e78bd901487d1762b93637dad9f95))
- change temp folder ([8d05436](https://github.com/HancomAC/HANA/commit/8d054360802a8b3685e5023a0fad67ddd264fd70))
- do not show compile error for python & pypy ([6cf9005](https://github.com/HancomAC/HANA/commit/6cf9005c6caf9961f14f564ae05be11af1408d74))
- enhance exception when unknown input given ([de14c6e](https://github.com/HancomAC/HANA/commit/de14c6e057e2768c9d5d256bbfd23c8a2514912a))
- enhance test page design ([4fd1388](https://github.com/HancomAC/HANA/commit/4fd1388c3462a866e0ff1b4208d108db7fb19dc9))
- enhance test page design ([05988f3](https://github.com/HancomAC/HANA/commit/05988f36d424348dd4beeab83f4b08ed12404862))
- fix for cwd error ([43a2d84](https://github.com/HancomAC/HANA/commit/43a2d84aabd8ae43d1da7629b6b0ecd799498c41))
- fix for timeout ([b35dbe5](https://github.com/HancomAC/HANA/commit/b35dbe51c32b404f79eba83c32e1514158c47bfd))
- fix vm memory error ([170d5c0](https://github.com/HancomAC/HANA/commit/170d5c0c8f7c706bf240a6d194eac4ca2ec3850f))
- fixed behavior for timeout ([1eb6947](https://github.com/HancomAC/HANA/commit/1eb69479f8388244bc27d5ecde8fbda372783878))
- fixed bug that crashes when judge finished immediately ([d17f5e0](https://github.com/HancomAC/HANA/commit/d17f5e0f71ecccb3f78f58804c99abceb3886917))
- fixed bug that process not quiting ([6b4c3ee](https://github.com/HancomAC/HANA/commit/6b4c3ee4c7c7b8cc3a2a73e96d9372c998703fa8))
- fixed bug that process not quiting ([26cde9a](https://github.com/HancomAC/HANA/commit/26cde9a635bedbce48d9789075e095fa6a990e79))
- fixed bug that progress not working ([b043862](https://github.com/HancomAC/HANA/commit/b0438623b510b82e4b3db124f10e648b62d84539))
- fixed bug with stdioError ([20e14ff](https://github.com/HancomAC/HANA/commit/20e14ffb38d0001382de7d7438bfe846a688f845))
- fixed bug with stdioError ([e2a0eac](https://github.com/HancomAC/HANA/commit/e2a0eac029ce10a547e0794cf149b1fb70715366))
- fixed cpu restriction bug ([807f38b](https://github.com/HancomAC/HANA/commit/807f38b1bb6bf4ac89fb060901b15407999a542d))
- fixed progress indication bug ([d25f8ee](https://github.com/HancomAC/HANA/commit/d25f8ee01c473d25986702d4ac5ad1acd42012f8))
- fixed socket behavior ([e03fa85](https://github.com/HancomAC/HANA/commit/e03fa857fe61af1f5ba290c88f252bc1a056a798))
- fixed stdin bug ([c01cf00](https://github.com/HancomAC/HANA/commit/c01cf0046291e3d1896977c8aadaaa3677e5a1d8))
- hide temp path on error message ([d747870](https://github.com/HancomAC/HANA/commit/d747870da40428fef9707af35369bf8f405152ac))
- kill process more properly ([ec8b608](https://github.com/HancomAC/HANA/commit/ec8b608c4c776dbce8088a9233c74b059844ac04))
- limit execution process ([06653cd](https://github.com/HancomAC/HANA/commit/06653cd943dab566bab4ee87887a15df0d3cfd6e))
- minor fix ([1354803](https://github.com/HancomAC/HANA/commit/1354803877153c3a771aba32da15c689c771a380))
Loading

0 comments on commit 0d283a5

Please sign in to comment.