Releases: dockstore/dockstore-ui2
Releases · dockstore/dockstore-ui2
2.2.0-rc.2
Merge pull request #452 from dockstore/feature/1802/removeDockstoreFr…
2.2.0-rc.1
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
Strip versions for update calls (#442) * not needed for updating working paths
2.2.0-beta.4
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
Update .travis.yml (#431)
2.2.0-beta.2
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
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
Update dockstore webservice version (#403) * Update .travis.yml * Is the webservice rejecting malformed CWL?
2.2.0-alpha.8
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
changed descriptor dropdown to radio buttons (#382)