Skip to content

Releases: znamlab/flexilims

Flexilims v0.9

27 Sep 09:58
f266a5a
Compare
Choose a tag to compare

Add an offline mode to emulate database access from a YAML file

Flexilims v0.8

02 Feb 16:58
cae4367
Compare
Choose a tag to compare

Minor release, removing some warnings

flexilims v0.7

31 Jan 12:50
19f64dd
Compare
Choose a tag to compare

v0.7

  • Add a safe_execute method to Flexilims.Session to token refresh. This method
    is used inside all other methods to ensure that the token is valid before
    executing the request. If the token is invalid, the method will try to refresh
    it and execute the request again. If the token cannot be refreshed, the method
    will raise an error.

v0.6

01 Jun 11:03
cfb8901
Compare
Choose a tag to compare
  • Add offline module to download a JSON file version of the database
  • Refactor functions useful in both online and offline mode into a utils module
  • Create an OffFlexilims class to handle offline mode
  • Flexilims.Session can be given a token at creation

v0.5

19 Apr 09:14
c45f739
Compare
Choose a tag to compare

What's Changed

  • Update handling of null values. by @ablot in #8
  • Add access to project_info by @ablot in #9
  • Add delete endpoint

Full Changelog: https://github.com/znamlab/flexilims/commits/v0.5