Skip to content

Releases: drahamim/invenflask

v2.4.1

25 Feb 07:12
dfb9371
Compare
Choose a tag to compare

v2.4.0

25 Feb 06:32
0f3d347
Compare
Choose a tag to compare

v2.3.0

25 Feb 06:15
d42fc35
Compare
Choose a tag to compare

v2.2.0

22 Feb 20:04
45faf64
Compare
Choose a tag to compare
  • 45faf64 Merge pull request #29 from drahamim/21-ability-to-create-staff-that-are-outside-regular-org
  • 00fd6db style: remove unused import and linting
  • a9be8fb fix: check that staff id doesn't already exist
  • 6361da9 chore: add create staff to nav bar
  • e5d620a refactor: staff create route matches standard
  • 6351bdb feat: add ability to add staff and edit staff
  • 69c4508 ci: add full changelog link to releases
  • 04ffe39 ci: better changelogs based on correct tag
  • 1c065ce Merge pull request #28 from drahamim/fix_ci_changelog
  • 0140898 Merge branch 'main' into fix_ci_changelog
  • 38df7f9 ci: fix output of changelogscript
  • 5cdcfcf Merge pull request #27 from drahamim/fix_ci_changelog
  • 62cf2e1 ci: add changelog echo step
  • 0e4f406 ci: fix changelog generator
    https://github.com/org/repo/compare/v2.2.0...v2.2.0

v2.1.1

18 Feb 22:42
3669744
Compare
Choose a tag to compare

What's Changed

  • 3669744 Merge pull request #26 from drahamim/23-make-status-pages-more-pretty
  • 385437e fix: edit asset now defaults type to current type
  • 6b58fbe style: home shows asset status summary by type
  • 587f06a style: add table boarders to improve readability

Full Changelog: v2.1.0...v2.1.1

v2.1.0

17 Feb 22:55
0f8ef68
Compare
Choose a tag to compare
  • 0f8ef68 Merge pull request #25
  • 7c9ebd4 Revert "20 bulk import staff (#22)" (#24)
  • 0463c26 20 bulk import staff (#22)
  • e0e0af4 chore: update dependencies list
  • 92bdcaa chore: update readme to new import instructions
  • 3f2e623 feat: bulk imports support staff and assets
  • be505fa refactor: normalize schema for staffs table
  • cd8b626 3 bulk create page for adding inventory quickly (#19)
  • 6641daa Create dependabot.yml
  • 3318ce2 Merge pull request #17 from drahamim/10-db-connections-leak
  • 5020f34 style: lint check
  • 7694c3a fix: db connections close after context close
  • 4b3a4b1 fix: close db conn on app context teardown
  • 2387e2f WIP: app.py db connection work
  • 7bffbb2 chore: remove database.db from git

v2.0.2

05 Jan 02:17
3318ce2
Compare
Choose a tag to compare
  • 3318ce2 Merge pull request #17 from drahamim/10-db-connections-leak
  • 5020f34 style: lint check
  • 7694c3a fix: db connections close after context close
  • 4b3a4b1 fix: close db conn on app context teardown
  • 2387e2f WIP: app.py db connection work
  • 7bffbb2 chore: remove database.db from git
  • f679338 Merge pull request #15 from drahamim/fix_config_file
  • 995316b fix: config.toml not loaded with packaged flask
  • 1beb968 Merge pull request #13 from drahamim/fix_rel_assets_upload
  • b163a6b build: change release assets to be more flexible
  • 4fc0892 build: fix asset upload for releases

v2.0.1

29 Dec 04:46
f679338
Compare
Choose a tag to compare
  • f679338 Merge pull request #15 from drahamim/fix_config_file
  • 995316b fix: config.toml not loaded with packaged flask
  • 1beb968 Merge pull request #13 from drahamim/fix_rel_assets_upload
  • b163a6b build: change release assets to be more flexible
  • 4fc0892 build: fix asset upload for releases
  • f1e9c23 Merge pull request #12 from cite-reader/packaging
  • 4042326 feat!: pip-installable package
  • 58f2d5f chore: add IntelliJ project config dir to gitignore

v2.0.0

28 Dec 07:39
f1e9c23
Compare
Choose a tag to compare
  • f1e9c23 Merge pull request #12 from cite-reader/packaging
  • 4042326 feat!: pip-installable package
  • 58f2d5f chore: add IntelliJ project config dir to gitignore
  • 6c5144a fix: move secret key to config file (#7)

v1.0.3

26 Dec 02:56
6c5144a
Compare
Choose a tag to compare
  • 6c5144a fix: move secret key to config file (#7)
  • fe97bb0 fix: typo in existing checkout (#6)
  • 25f1f71 ci: add commit lint to PR checks