Skip to content

Releases: dockstore/dockstore-ui2

2.2.0-beta.0

20 Aug 16:00
3bac299
Compare
Choose a tag to compare
2.2.0-beta.0 Pre-release
Pre-release
Update dockstore webservice version (#403)

* Update .travis.yml
* Is the webservice rejecting malformed CWL?

2.2.0-alpha.8

13 Aug 21:23
a4cef7a
Compare
Choose a tag to compare
2.2.0-alpha.8 Pre-release
Pre-release
Feature/onboarding wizard cleanup (#388)

* changed onboarding to be a stepper, also some clean up of accounts page

* accounts list is now nicer

* some changes to navbar and homepage buttons

* added step and component for updating username

* some cleanup of change username page

* cleaned up the install cli page

* fixed failing ng test

* added some tooltips; more verification for username

* Prototype for register vs login

* needs cleanup and better appearance

* can now update username if valid

* use extended user data to determine if user can change their username

* swapped navbar order

* very basic test for change username

* cleanup of the new account page

2.2.0-alpha.7

03 Aug 20:13
6faa4ea
Compare
Choose a tag to compare
2.2.0-alpha.7 Pre-release
Pre-release
changed descriptor dropdown to radio buttons (#382)

2.2.0-alpha.6

27 Jul 18:05
9e3a806
Compare
Choose a tag to compare
2.2.0-alpha.6 Pre-release
Pre-release
WIP: Better Handling for Permissions (#367)

* Better Handling for Permissions

UI portion of ga4gh/dockstore#1589

This has a dependency on PR ga4gh/dockstore#1638, which has a new
endpoint.

Call new endpoint to get allowable actions. If SHARE action is one
of the actions, then user is an owner, and go ahead and fetch all
permissions for the workflow.

Unfortunately, generated TS code doesn't generate a type for the enum
returned by Actions.

2.2.0-alpha.5

20 Jul 19:18
671e3dc
Compare
Choose a tag to compare
2.2.0-alpha.5 Pre-release
Pre-release
Feature/download workflow zip (#354)

* download zip file for tools and workflows
* update travis version

2.2.0-alpha.4

12 Jul 20:02
Compare
Choose a tag to compare
2.2.0-alpha.4 Pre-release
Pre-release
Revert "Feature/rxjs6 lint (#335)" (#345)

This reverts commit 2113e0b0e835b9c15b04fb5139a7460a5c8eaa31.

2.1.6

10 Jul 16:06
71eb2ea
Compare
Choose a tag to compare
  • display warning for DNAstack and Firecloud which can have problems with http or file based imports

  • fixes incorrectly generated wget test parameter command

  • makes version selection more intuitive after refresh

  • fixes odd back button issue

  • See https://github.com/ga4gh/dockstore/milestone/21?closed=1 for more details

2.1.5

09 Jul 18:20
56a4b0c
Compare
Choose a tag to compare
2.1.5 Pre-release
Pre-release
2.1.5

2.2.0-alpha.3

18 Jun 19:54
2abee78
Compare
Choose a tag to compare
2.2.0-alpha.3 Pre-release
Pre-release
Fix lint issue

2.2.0-alpha.2

18 Jun 18:48
0b2e382
Compare
Choose a tag to compare
2.2.0-alpha.2 Pre-release
Pre-release
ability to cancel label changes (#308)