Skip to content

Releases: pepkit/pepdbagent

v0.12.2

28 Mar 00:08
ebde3a5
Compare
Choose a tag to compare

Changes:

  • minor bug fixes for schema assignments

v0.12.1

27 Mar 19:08
627b651
Compare
Choose a tag to compare

Changes:

  • added alembic for migrations
  • Fixed error in getting stars

v0.12.0

27 Mar 16:16
dae71fb
Compare
Choose a tag to compare

Changes:

  • New database model for schemas
  • Added schema version and schema record
  • Added tags to schemas

v0.11.1

18 Sep 16:37
ac31c13
Compare
Choose a tag to compare

Changes:

  • Added namespace tar metadata table and methods
  • Fixed #145

v0.11.0

25 Jul 16:43
7fe1bc3
Compare
Choose a tag to compare

Changes:

  • Added validation schemas to pephub

v0.10.0

18 Jul 16:14
d4a535c
Compare
Choose a tag to compare

Changes:

  • Added user delete method
  • Added history tables and methods while updating project

v0.9.0

02 Jul 17:19
f28d401
Compare
Choose a tag to compare

Changes:

  • Improved efficiency of updating sample table by adding linked list (guid and parent_guid) to sample table. [#133]
  • Improved efficiency for forking projects.
  • Added number_of_projects to user table [#127]
  • Cleaned code, and fixed minor bugs
  • Added submission and updated date to the sample table [#134]

v0.8.0

26 Feb 19:05
723e2d2
Compare
Choose a tag to compare
  • Fixed forking schema
  • Improved forking efficiency #129
  • Added uploading project from dict
  • Added get_config, get_smaples, get_subsamples methods to project module #128
  • Fixed error handling in views API #130
  • Added no_fail to views API

v0.7.3

08 Feb 18:27
895eb86
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.2...v0.7.3

v0.7.2

02 Feb 22:20
f5257a1
Compare
Choose a tag to compare

Fixed minor bugs in project update functionality.