Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • 8.1.1
  • 8.1.0
  • 8.0.6
  • 8.0.5
  • 8.0.4
  • 8.0.3
  • 8.0.2
  • 8.0.1
  • 8.0.0
  • 7.9.0
  • 7.8.1
  • 7.8.0
  • 7.7.1
  • 7.6.3
  • 7.7.0
  • 7.6.2
  • 7.6.1
  • 7.6.0
  • 7.5.4
  • 7.5.3
21 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.018Jun16119415Jan1411829Dec2317118329Nov19181713121110629Oct232015147218Sep18Jun14May54121Apr161398631Mar27Feb251918151312831Jan3029282723201615149727Dec18139429Nov221211654130Oct11107429Sep20191094Jul5Jun28May242321201018Apr121110925Mar20522Feb2014825Jan24232221Dec18138Nov20Jun22May2120191815144230Apr27262524232019181610321Mar2017161575228Feb23222019161514128131Jan30292823329Dec2718171514131211548Nov6225Oct2413109611Sep16Aug1411Jul7627Jun2615May1198215Apr23Jan11109622Dec161514875230Nov29211514111097328Oct2720Merge pull request #22 from HBPMedical/Bug-482/output_error_on_old_experiments7.0.27.0.2Updated ssl-requiredAdded visualzationImplemented adaptor for get /algorithms from MIPEngine and post /algorithms/{alogrithm_name}Merge branch 'master' of https://github.com/HBPMedical/portal-backend into dev/MIP-62/MIPEngine_integration_with_the_MIP_portalbackendMerge pull request #21 from HBPMedical/Bug-482/output_error_on_old_experiments7.0.17.0.1Removing tabsReverting back changes to 7_0 migration script.Adding the new changes to a new 7_1 migration script.Merge branch 'Bug-482/output_error_on_old_experiments' of https://github.com/HBPMedical/portal-backend into dev/MIP-62/MIPEngine_integration_with_the_MIP_portalbackendSmall fix in migration scriptMerge pull request #20 from HBPMedical/Bug-482/output_error_on_old_experimentsRevert the change in galaxy algorithm's results format in the migration script.Fixed the result of old experiments to be in the proper format and properly be shown in the UIMip engine integration first touceMerge pull request #19 from HBPMedical/feat/186_experiment_refactor7.0.07.0.0Merge with master.Set the ssl-required to noneRemove a log and small change to 7.0 migration script.Reverting results to result and accessing only the first result from galaxy.Updated result to results to be able to save multiple results and fixed agreedNDA so the property is up to date even when you logout and login again.Added ssl-required.Added lombok.Updated claim utils to match the qakeycloakUpdated the migration so that is backwards compatible.Update the ClaimUtils according to the keycloak refactoring.Made so the transient endpoint will work with any algorithm.Documentation about the algorithm name column that will be stored in the database.Updated database calls to be case insensitive.Removed the algorithm name from experimentDTO so it wont be required or will return algorithm name twice but the algorithm name still exists in the database to help with the filtering on the GET /experiments request.Added badrequest in case algorithm type is null and fix the convertion of the json that exareme provides to a list of results.Fix for CORS allowed requests.CORS Filter added when authentication is disabled.Application.yml can always be included.Merge.Remove article from database.Made GET /experiments return only my experiments or the shared and wont print the result of the experiment.Removing deployed on production env variable, not needed.XSRF protection added.Removed uneccessary dependency.Env variables cleanup.User updated if info changed and csrf disabled on development.Merge with keycloak security.