Skip to content

Latest commit

 

History

History
83 lines (63 loc) · 7.01 KB

File metadata and controls

83 lines (63 loc) · 7.01 KB

Changelog

All notable changes to this project will be documented in this file.

[unreleased]

Bug Fixes

  • Ensure tracer is initialized for auth cli command (683354a)
  • Ensure the CI variable is not unbound (bf444b6)

Documentation

  • Ensure best practices (#142) (ff38476)
  • Replace badges and extend contributing guide (dec6bb2)
  • Improve tone of CODE_OF_CONDUCT.md (#248) (c60b125)

Features

  • Initial commit (35cb9fc)
  • Add todo service (3b4194d)
  • Add repository response caching (#9) (af37fbd)
  • Add asynq workers (#35) (200974b)
  • Implement todo list (#39) (6faecc1)
  • Add due_date for todo items (ba2a9da)
  • Sending emails from templates (#40) (54a3f1b)
  • Add email service and task scheduler (#43) (470c76a)
  • Add organization service (#45) (88f9857)
  • Add permission service (#62) (76adc7e)
  • Add role service (#127) (346bbd4)
  • In-app notifications (#178) (f5eb706)

Miscellaneous Tasks

  • Bump front-end dependencies (#34) (43ac423)
  • Drop unnecessary license decisions (#41) (37cfce2)
  • Update dependencies and set update frequency (#42) (c3014d0)
  • Ensure commit lint ignores dependencies (d976979)
  • Suppress ld warning (7ae6258)
  • Ensure commit lint ignores dependencies (77ef2fd)
  • Switch license to AGPL-3.0-or-later (#165) (2f20bec)
  • Update dependencies (3d7b83b)
  • Parse quotaValue with ParseUint instead of Atoi (#177) (b73e816)
  • Bump @storybook/addon-viewport in /web (#184) (051bc7e)
  • Bump backend and frontend dependencies (#205) (d05d616)

Refactor

  • Enhance todo list (#44) (d4798eb)
  • Revamp UI and related API (#60) (abc4fe3)
  • Prepare for open sourcing (#128) (9be5a86)
  • Update front-end dependencies (#143) (8996c02)
  • Separate async tasks from handlers (#153) (9a3b5f0)
  • Simplify getting started for newcomers (#160) (f9b716b)
  • Use the built-in datetime function for updating resources (#181) (5dd8d6e)
  • Improve contributing experience (#182) (db5a6cf)
  • Rewrite the cartesian products (#249) (324b2f1)
  • Migrate the frontend to modern foundations (#244) (0831d61)

Testing

  • Refactor test env file usage (2b8d9f4)
  • Fix linter configuration (618328b)

Build

  • Fix config generation and use (fbe6659)
  • Resolve codeql errors (1fd49b3)
  • Bump go and refactor build pipelines (#250) (d879ea9)

Ci

  • Bump paambaati/codeclimate-action from 3.2.0 to 4.0.0 (#6) (66ef67b)
  • Bump golangci/golangci-lint-action from 3 to 4 (#163) (ac97102)
  • Bump actions/setup-go from 4 to 5 (#162) (b162b70)
  • Bump actions/checkout from 3 to 4 (#161) (380108d)
  • Bump golangci/golangci-lint-action from 5 to 6 (#183) (b435210)
  • Ensure setup finishes in non-ci environment (b595bbb)
  • Disable dependabot (19860a2)
  • Fix upload asset path visibility (a4db42b)
  • Replace code coverage reporter (82e8534)