Skip to content

Releases: dockstore/dockstore-ui2

2.2.0-rc.2

10 Sep 15:00
85d3333
Compare
Choose a tag to compare
2.2.0-rc.2 Pre-release
Pre-release
Merge pull request #452 from dockstore/feature/1802/removeDockstoreFr…

2.2.0-rc.1

07 Sep 20:02
fe3b350
Compare
Choose a tag to compare
2.2.0-rc.1 Pre-release
Pre-release
Feature/nextflow block test params (#447)

* hid test param path on info tab for nfl, also info alert about test params not existing for nfl on files tab

* alert for nextflow hosted workflow test param tab

* hide test param in version edit/view for nfl

2.2.0-rc.0

05 Sep 17:25
d9f155c
Compare
Choose a tag to compare
2.2.0-rc.0 Pre-release
Pre-release
Strip versions for update calls (#442)

* not needed for updating working paths

2.2.0-beta.4

31 Aug 18:46
0b0e3d9
Compare
Choose a tag to compare
2.2.0-beta.4 Pre-release
Pre-release
Don't create 2 instances of UserService (#437)

ga4gh/dockstore#1764

UserService is listed as a provider in app.module.ts. A second instance
of the UserService was getting loaded due to the 2 declarations, in
here and in app.module.ts, which led to odd behavior:

Logging in and out out would only update one of the instances of the
service, and then when the other instance came into play for some
components, that instances would still have a reference to the previous
user.

2.2.0-beta.3

28 Aug 14:52
1497a21
Compare
Choose a tag to compare
2.2.0-beta.3 Pre-release
Pre-release
Update .travis.yml (#431)

2.2.0-beta.2

24 Aug 20:53
6ae508e
Compare
Choose a tag to compare
2.2.0-beta.2 Pre-release
Pre-release
More prominent display of 409 error (#418)


ga4gh/dockstore#1713

Display the red box if there is an issue where the wrong user owns
a SAM resource.

I don't think we should display the status code in the message, but
that is discussed in ga4gh/dockstore#1729 and should be handled
generically.

Also waiting on the generic solution there for removing the error
message after success (although in this scenario, I think you can
only get success if you go to another page, as this problem
would require an admin to edit permissions).

2.2.0-beta.1

22 Aug 19:23
7da79d7
Compare
Choose a tag to compare
2.2.0-beta.1 Pre-release
Pre-release
Feature/1739/hosted entry copy download buttons (#414)

* get basic copy and download working for hosted entries

* some small style fixes

* used pipes so functions are called less

* fix ng test

* added toolbars for remote workflows and tools

* changed protected to public

* add return type for pipes

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)