Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nicedexter committed Apr 30, 2020
1 parent 456ec0e commit 2cbe5c7
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 32 deletions.
47 changes: 26 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
# Changelog

## 6.1.4 - 04.16.2020
## 6.1.4.1 - 2020/04/30

- Fixed Terms Of Service form for local instances.
- Fixed Galaxy access

## 6.1.4 - 2020/04/16

- Keycloak and Galaxy Error handling

## 6.1.3 - 04.07.2020
## 6.1.3 - 2020/04/07

- Bug fix for enumerations without a label
- Reworked filter comparison, fixes a refresh bug in filters

## 6.1.2 - 04.03.2020
## 6.1.2 - 2020/04/03

- Added dataset, amyloid42_status, p_tau_status to filters
- Error message for Galaxy
Expand All @@ -18,21 +23,21 @@
- Tests refactoring
- mip-deployment stack added as a git submodule

## 6.1.1 - 26.03.2020
## 6.1.1 - 2020/03/26

- Longitudinal bug fix

## 6.1.0 - 26.03.2020
## 6.1.0 - 2020/03/26

- ROHAN Service link (Ontologies for Neurosciences)
- Kaplan Meyer and longitudinal datasets integration
- Exareme 20.0.0 integration

## 6.0.1 - 23.03.2020
## 6.0.1 - 2020/03/23

- Added alert message for Keycloack Forbidden 403 response

## 6.0.0 - 14.03.2020
## 6.0.0 - 2020/03/14

- polynominal => multinominal change

Expand All @@ -41,7 +46,7 @@
- Reworked Histogram variables
- Reworked Cart last node + center zoom

## dev_5.2.4 - 10.03.2020
## dev_5.2.4 - 2020/03/10

- Cart algorithm integrated
- Updated Typescript & d3.js librairies
Expand All @@ -53,7 +58,7 @@
- Added Annotation module for Highcharts
- Reverted x<->y for multiple histograms

## 5.2.0 - 27.02.2020
## 5.2.0 - 2020/02/27

- New API for Galaxy integration
- Dockerized tests - (run-test.sh)
Expand All @@ -65,13 +70,13 @@
- Bug fixes
- UI improvements

## 5.1.18 - 30.01.2020
## 5.1.18 - 2020/01/30

- Added more static filters for dementia
- Bug fixes
- PCA integrated

## 13.12.2019
## 2019/12/13

- Multiple Histogram integrated
- NaiveBayes integrated
Expand All @@ -81,7 +86,7 @@
- Better tooltip on algorithms
- Default parameters and enum from Exareme integrated

## 04.12.2019
## 2019/04/12

- Prevent user to perform an experiment without any selected dataset
- Logout button in Profile, call GET /logout
Expand All @@ -91,7 +96,7 @@
- CircleCI script, not working, as their docker service logs doesn't produce outputs on CircleCI and local CircleCI doesn't have the same implementation
- Tests updated

## 5.1.11 - 12.11.2019
## 5.1.11 - 2019/11/12

- Galaxy Workflow Engine embedded in Federation Mode
- Workflow error handling for Galaxy based algorithms
Expand All @@ -112,7 +117,7 @@
- Naive Bayes with cross validation
- Removed unused visjs library

## 5.0.0 - 08.10.2019
## 5.0.0 - 2019/10/08

- Navigation reworked
- Explore layout redesigned
Expand All @@ -127,7 +132,7 @@
- Switched React Linter from TSLint to ESLint
- See [ESLint and Prettier in a TypeScript Project](https://dev.to/robertcoopercode/using-eslint-and-prettier-in-a-typescript-project-53jb)

## 4.0.0 - 05.07.2019
## 4.0.0 - 2019/07/05

- Removed ID3 and Naive Bayes standalone ( => 5.0 )
- Histograms:
Expand All @@ -136,7 +141,7 @@
- Galaxy Workflow Error handling
- Exareme histograms error handling

## 4.0.0-beta.1 - 20.06.2019
## 4.0.0-beta.1 - 2019/06/20

- Galaxy Workflow POC
- Naive Bayes
Expand All @@ -155,27 +160,27 @@
- Homepage draft (/v3/home)
- Types cleanup

## 3.0.4 - 29.05.2019
## 3.0.4 - 2019/05/29

- Bug fixes

## 3.0.3 - 10.05.2019
## 3.0.3 - 2019/05/10

- Enabled KNN
- Filter tests by plateform in CI, do `yarn test woken` or `yarn test exareme`

## 3.0.2 - 08.05.2019
## 3.0.2 - 2019/05/08

- Fixed Mime type bug due to Mime type bug on on [Woken see](https://jira.chuv.ch/browse/HBPLD-256?filter=-6)
- Fixed config.mode for federation
- Removed Heatmaply (Too heavy ~7 mo)

## 3.0.1 - 08.05.2019
## 3.0.1 - 2019/05/08

- Test suite can now run as a standalone docker to test any live installation, see [/app/v3/README.md](./app/v3/README.md)
- Fixed footer

## 3.0.0 - 30.04.2019
## 3.0.0 - 2019/04/30

- Tag release, no changes

Expand Down
22 changes: 11 additions & 11 deletions test-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
- You can launch the script with `yarn test`
- Regex: pick your algorithm with `yarn test multiple`

`docker run --rm -it -e TOKEN=token -e JSESSIONID=session -e BACKEND_URL=http://148.187.98.92 hbpmip/portal-frontend:testing-federated yarn test multiple`
`TOKEN=yourtoken; JSESSIONID=yoursession; docker run --rm -it -e TOKEN=${TOKEN} -e JSESSIONID=${JSESSIONID} -e BACKEND_URL=http://148.187.98.92 hbpmip/portal-frontend:testing-federated yarn test multiple`

## Test install from [mip-deployement](https://github.com/HBPMedical/mip-deployment) repository

- Same procedure but the docker image is different

`docker run --rm -it -e TOKEN=token -e JSESSIONID=session -e BACKEND_URL=http://148.187.97.159 hbpmip/portal-frontend:testing-deployment yarn test multiple`
`TOKEN=yourtoken; JSESSIONID=yoursession; docker run --rm -it -e TOKEN=${TOKEN} -e JSESSIONID=${JSESSIONID} -e BACKEND_URL=http://148.187.97.159 hbpmip/portal-frontend:testing-deployment yarn test multiple`

# Expected Output

PASS src/components/API/**tests**/Integration/ExaremeCart.test.tsx (94.219s)
PASS src/components/API/**tests**/Integration/GalaxyNaiveBayesCrossValidation.test.tsx (68.621s)
PASS src/components/API/**tests**/Integration/ExaremeMultipleHistograms.test.tsx (14.817s)
PASS src/components/API/**tests**/Integration/Core.test.tsx
PASS src/components/API/**tests**/Integration/ExaremeID3.test.tsx (95.13s)
PASS src/components/API/**tests**/Integration/ExaremeHistograms.test.tsx (13.154s)
Test Suites: 19 passed, 19 total
Tests: 58 passed, 58 total
Snapshots: 0 total
PASS src/components/API/**tests**/Integration/ExaremeCart.test.tsx (94.219s)
PASS src/components/API/**tests**/Integration/GalaxyNaiveBayesCrossValidation.test.tsx (68.621s)
PASS src/components/API/**tests**/Integration/ExaremeMultipleHistograms.test.tsx (14.817s)
PASS src/components/API/**tests**/Integration/Core.test.tsx
PASS src/components/API/**tests**/Integration/ExaremeID3.test.tsx (95.13s)
PASS src/components/API/**tests**/Integration/ExaremeHistograms.test.tsx (13.154s)
Test Suites: 19 passed, 19 total
Tests: 58 passed, 58 total
Snapshots: 0 total
Time: 219.955s

0 comments on commit 2cbe5c7

Please sign in to comment.