Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Releases: biocompute-objects/portal

22.02

18 Mar 13:07
67e0109
Compare
Choose a tag to compare

What's Changed

Full Changelog: 22.01...22.02

22.01

09 Feb 21:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: 21.12.1...22.01

21.12.1

04 Jan 15:40
faf3796
Compare
Choose a tag to compare

What's Changed

Full Changelog: 21.12...21.12.1

21.12

28 Dec 16:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.96.3...21.12

3.96.3

31 Oct 14:41
9a69e64
Compare
Choose a tag to compare

REQUIRED:

  1. UserDB 1.1.0
  2. BCODB 1.2.0
  • Suppressed fields to fix broken rendering

suppressed fields in ['description_domain']['pipeline_steps'][['uri']]
Changes to be committed:
modified: .env.example
modified: src/App.js
modified: src/views/builder/BuilderView/ColorCoded/DescriptionDomain.js
modified: src/views/builder/BuilderView/ColorCoded/ProvenanceDomain.js
modified: src/views/objects/ObjectsListView/index.js

  • Fix Description Domain errors
    On branch 3.96.3
    Changes to be committed:
    modified: src/App.js
    modified: src/views/builder/BuilderView/ColorCoded/DescriptionDomain.js
    modified: src/views/builder/BuilderView/ColorCoded/index.js
    modified: src/views/builder/BuilderView/index.js

  • [WIP] Review Object fix
    On branch 3.96.3

Changes to be committed:
modified: src/views/builder/BuilderView/ColorCoded/index.js
modified: src/views/objects/ObjectView/ColorCoded/ProvenanceDomain.js
modified: src/views/objects/ObjectView/ColorCoded/index.js

  • Add review to published object view
    Changes to be committed:
    modified: src/views/objects/ObjectView/ColorCoded/ProvenanceDomain.js

3.96.2

30 Sep 15:45
735f599
Compare
Choose a tag to compare

Suppressed fields to fix broken rendering (#55)
suppressed fields in ['description_domain']['pipeline_steps'][['uri']]
Changes to be committed:
modified: .env.example
modified: src/App.js
modified: src/views/builder/BuilderView/ColorCoded/DescriptionDomain.js
modified: src/views/builder/BuilderView/ColorCoded/ProvenanceDomain.js
modified: src/views/objects/ObjectsListView/index.js

3.96.1

14 Sep 16:57
Compare
Choose a tag to compare
Add versioning to bottom bar

App.js now has a version object to indicate the version for each of the repositories associated with BCO portal and db
Changes to be committed:
	modified:   App.js
	deleted:    layouts/DashboardLayout/index.js
	deleted:    layouts/ObjectViewLayout/BottomBar.js
	modified:   layouts/shared/BottomBar.js
	modified:   routes.js

3.96.0

13 Sep 15:31
776974c
Compare
Choose a tag to compare

UI bugs (#44)

  • Linting
    Changes to be committed:
    deleted: .eslintcache
    deleted: public/oldfavicon.ico
    modified: src/App.js
    modified: src/components/Logo.js
    modified: src/layouts/
    modified: src/routes.js
    deleted: src/scratch.js
    modified: src/theme/index.js
    modified: src/views/account/
    deleted: src/views/archive/
    modified: src/views/auth/LoginView.js
    modified: src/views/auth/RegisterView.js
    modified: src/views/builder/
    modified: src/views/community/
    modified: src/views/home/HomeView/
    modified: src/views/objects/
    modified: src/views/validator/

  • Update Documentation link/routs
    Changes to be committed:
    modified: src/layouts/MainLayout/index.js
    modified: src/layouts/shared/BottomBar.js
    modified: src/layouts/shared/TopBar.js
    modified: src/routes.js
    modified: src/views/home/HomeView/About.js
    modified: src/views/resources/Resources/Packages.js

  • ObjectList view fixes

Changes to be committed:
modified: src/App.js
modified: src/views/objects/ObjectsListView/Linker.js
deleted: src/views/objects/ObjectsListView/ProductCard.js
modified: src/views/objects/ObjectsListView/Results.js
deleted: src/views/objects/ObjectsListView/ServerInfoMini.js
modified: src/views/objects/ObjectsListView/Toolbar.js
modified: src/views/objects/ObjectsListView/index.js

  • update annon tokens
    Changes to be committed:
    modified: src/App.js

  • update contact us to docs.biocompute
    Changes to be committed:
    modified: src/layouts/shared/BottomBar.js
    modified: src/theme/index.js
    modified: src/views/builder/BuilderView/ColorCoded/ParametricDomain.js
    modified: src/views/builder/BuilderView/ColorCoded/index.js

  • Suppress non-working buttons

Removed or suppressed various buttons and tool bars that are not functional.
Will remove or fix as individual issues going further.

Stable beta portal

27 Jun 17:51
Compare
Choose a tag to compare
Stable beta portal Pre-release
Pre-release

This is beta portal that is stable on BioCompute's servers. Close to production ready, although some bugs need fixed.