Skip to content

Releases: atlas-bi/Hub

v2.3.1-alpha.1

22 Aug 14:53
Compare
Choose a tag to compare
v2.3.1-alpha.1 Pre-release
Pre-release

2.3.1-alpha.1 (2022-08-22)

Bug Fixes

  • executor: changed executor version to test with flask 2.2 (76bc427)
  • python: fixed issue in python runner where tasks repeatedly retry (0499fe3), closes #221

v2.3.0-alpha.3

22 Aug 14:50
Compare
Choose a tag to compare
v2.3.0-alpha.3 Pre-release
Pre-release

2.3.0-alpha.3 (2022-08-22)

Bug Fixes

  • executor: changed executor version to test with flask 2.2 (76bc427)

v2.3.0-alpha.2

16 Aug 19:13
Compare
Choose a tag to compare
v2.3.0-alpha.2 Pre-release
Pre-release

2.3.0-alpha.2 (2022-08-16)

Bug Fixes

  • python: fixed issue in python runner where tasks repeatedly retry (0499fe3), closes #221

v2.3.0

11 Jul 16:03
Compare
Choose a tag to compare

2.3.0 (2022-07-11)

Features

  • copy project: added a button to duplicate projects (2a02403), closes #210

v2.3.0-alpha.1

06 Jul 20:12
Compare
Choose a tag to compare
v2.3.0-alpha.1 Pre-release
Pre-release

2.3.0-alpha.1 (2022-07-06)

Features

  • copy project: added a button to duplicate projects (2a02403), closes #210

v2.2.2

28 Jun 15:46
Compare
Choose a tag to compare

2.2.2 (2022-06-28)

Bug Fixes

  • py runner: fixed a bug where pyprocesser has the wrong file name (1ac8ed2)

v2.2.2-alpha.1

28 Jun 15:23
Compare
Choose a tag to compare
v2.2.2-alpha.1 Pre-release
Pre-release

2.2.2-alpha.1 (2022-06-28)

Bug Fixes

  • py runner: fixed a bug where pyprocesser has the wrong file name (1ac8ed2)

v2.2.1

22 Jun 20:08
Compare
Choose a tag to compare

2.2.1 (2022-06-22)

Bug Fixes

  • project ownership: fixed project ownership button (0c3ec6d), closes #201

v2.2.1-alpha.1

22 Jun 20:05
Compare
Choose a tag to compare
v2.2.1-alpha.1 Pre-release
Pre-release

2.2.1-alpha.1 (2022-06-22)

Bug Fixes

  • project ownership: fixed project ownership button (0c3ec6d), closes #201

v2.2.0

22 Jun 13:05
Compare
Choose a tag to compare

2.2.0 (2022-06-22)

Bug Fixes

  • python: fixed temp file name for python processer scripts (c01aa75), closes #193
  • ssh connections: fixed hanging ssh connections (8939761), closes #188

Features

  • edited time: added last update time to projects and task headers (011d993), closes #98
  • git branch: allow selection of git branch on python tasks (3c0a719), closes #197
  • python: install deps from requirements.txt or pyproject.toml before guessing (4bc3f58), closes #159