Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Sep 14:34
f4c0bf1

1.0.0 (2022-09-07)

Features

  • add auth (a201f13)
  • add axios (88448c2)
  • add equinor design system (b96d4da)
  • add equinor typeface (53a7423)
  • add eslint to pre-commit (20c872d)
  • Add extra checks to pre-commit and run safety in venv (27a6cbe)
  • add flake8, safety and pytests to pre-commit (1917997)
  • add mypy type checking to pre-commit (437cedd)
  • add prettier (b1ce63a)
  • autogenerate release changelog (e463ae2)
  • build and push images in ci (477ad85)
  • create-react-app with typescript and equinor icons (2cfa523)
  • init todo example (8beaf08)
  • official nginx image running unprivileged (fab0c14)
  • pre-commit in CI from pre-commit-config.yaml (5d806b5)
  • pre-commit: Add autoflake to pre-commits (8d97b34), closes #31
  • response decorator takes Response type as parameter (9a7f228)
  • reusable gh actions workflows (d557ebc)
  • show changelog in documentation (6da9b86)
  • tutorial on authentication (fd789c0)

Bug Fixes

  • add missing decorators (54fd2f8)
  • add required additional dependecies to eslint pre-commit env (cca8509)
  • add venv (d682b08)
  • cast variable that cannot be undefined to boolean (372f781)
  • dev: env_file in docker-compose.override.yml (PR #39) (2aa80bd)
  • disable pull (de2d045)
  • duplicated pre-commit hook (a21f5a6)
  • fix mypy errors (d9543c1)
  • fix pytest_plugin import error (b521819)
  • lock cryptography dependency since a bad new release. Set authentication scheme to allow for no tokens. Exclude some file from pre-commit (ea6a931)
  • move Response decorator to controllers (bd36b4a)
  • only run safety hook once (bc33372)
  • poetry command (ccbb2e1)
  • pre-commit (5192d0e)
  • python-version (a934109)
  • remove encryption.py (a500444)
  • set correct base path for docs (0dda0b2)
  • set correct type on todo local state (2a4020c)
  • turn off eslint rules that are unnecessary or might conflict with prettier (d6beaf7)
  • typo (fb557b8)
  • use const on variable that is never reassigned (9f7c543)
  • web: correct base path (a3872d5)
  • yarn build again (dfc48fd)