Skip to content

Latest commit

 

History

History
36 lines (36 loc) · 4.94 KB

CHANGELOG.md

File metadata and controls

36 lines (36 loc) · 4.94 KB

Unreleased (e9fc4a0..4935211)

Bug Fixes

  • Fix fmt and clippy error - (5e932ef) - maemreyo
  • Fix cargo clippy warning - (6d00406) - maemreyo
  • Fix errors on GraphQL query string format - (9bc2653) - maemreyo

Features

  • (.githooks) Add .githooks folder - (d84bb26) - maemreyo
  • (Makefile) Add Makefile to share .githooks folder - (2278d18) - maemreyo
  • (src/git) Add a function to get recent commits by user - (4935211) - maemreyo
  • Add dotenv to manage env variables - (d463f5f) - maemreyo
  • Add graphql and create a function to call user's latest commits - (684d51e) - maemreyo

Miscellaneous Chores

  • (.githooks/pre-push) Update pre-commit hook - (8fdaf03) - maemreyo
  • (CONTRIBUTING.md) Fix typo error for CONTRIBUTING.md - (b325687) - maemreyo
  • (Makefile) Update Makefile - (494e711) - maemreyo
  • (README.md) Update TODO - (bca3d80) - maemreyo
  • (docs) Update env file and tell us how to run this project - (5bdf2c2) - maemreyo
  • Change config to hide .git folder on vscode - (fdee5bb) - maemreyo
  • Add a work to workspace dictionary - (ff4f892) - maemreyo
  • Add vscode's configuration to show .git folder - (709ee24) - maemreyo
  • Update TODO - (618a189) - maemreyo
  • Update TODO - (87024b5) - maemreyo
  • Update TODO - (2bd587e) - maemreyo
  • Update process on readme - (77c83eb) - maemreyo
  • Update what I did section - (9928f07) - maemreyo
  • Remove unused dependency and update requirement, readme - (633e941) - maemreyo
  • Add a new word to workspace dic - (a708239) - maemreyo
  • Change gitignore to ignore .env - (d1c2171) - maemreyo
  • Add TODO tasks - (5d981cf) - maemreyo
  • Change rustfmt and re-format codes - (b4598dd) - maemreyo
  • Change configs for editor - (5c438fe) - maemreyo
  • Add some new words to workspace - (3d6fd0a) - maemreyo
  • Add requirements - (7c7d1bc) - maemreyo

Refactoring

  • Restructure folder and add a command to get recent active repos - (f16fd28) - maemreyo
  • Change defination of Graphql's types - (a28f578) - maemreyo