-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #199 from Caleydo/release_v5.0.0
Release v5.0.0
- Loading branch information
Showing
22 changed files
with
252 additions
and
212 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
language: node_js | ||
|
||
node_js: | ||
- 6 | ||
- 8 | ||
|
||
addons: | ||
firefox: 49.0.1 | ||
|
||
before_install: | ||
- export DISPLAY=:99.0 | ||
- sh -e /etc/init.d/xvfb start | ||
- if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi | ||
|
||
script: npm run dist | ||
script: npm run dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "ordino", | ||
"description": "Target discovery platform for exploring rankings of genes, disease models, and other entities.", | ||
"homepage": "https://phovea.caleydo.org", | ||
"version": "4.0.1", | ||
"version": "5.0.0", | ||
"author": { | ||
"name": "The Caleydo Team", | ||
"email": "[email protected]", | ||
|
@@ -29,7 +29,7 @@ | |
"predocker": "npm run build", | ||
"docker": "docker build -t ordino -f deploy/Dockerfile .", | ||
"compile": "tsc", | ||
"lint": "tslint -c tslint.json src/**.ts tests/**.ts", | ||
"lint": "tslint -c tslint.json -p .", | ||
"docs": "typedoc --options typedoc.json src/**.ts", | ||
"prebuild": "node -e \"process.exit(process.env.PHOVEA_SKIP_TESTS === undefined?1:0)\" || npm run test", | ||
"pretest": "npm run compile", | ||
|
@@ -47,47 +47,47 @@ | |
"dist": "mkdirp dist && cd build && tar cvzf ../dist/ordino.tar.gz *" | ||
}, | ||
"devDependencies": { | ||
"@types/jasmine": "2.5.41", | ||
"awesome-typescript-loader": "3.0.3", | ||
"cache-loader": "1.2.0", | ||
"css-loader": "0.26.1", | ||
"extract-text-webpack-plugin": "2.0.0-rc.3", | ||
"@types/jasmine": "2.5.47", | ||
"awesome-typescript-loader": "3.1.2", | ||
"css-loader": "0.28.0", | ||
"extract-loader": "0.1.0", | ||
"file-loader": "0.10.0", | ||
"fork-ts-checker-webpack-plugin": "0.2.9", | ||
"html-loader": "0.4.4", | ||
"imports-loader": "0.7.0", | ||
"extract-text-webpack-plugin": "2.1.0", | ||
"file-loader": "0.11.1", | ||
"html-loader": "0.4.5", | ||
"imports-loader": "0.7.1", | ||
"jasmine": "2.5.3", | ||
"json-loader": "0.5.4", | ||
"karma": "1.4.0", | ||
"karma": "1.5.0", | ||
"karma-chrome-launcher": "2.0.0", | ||
"karma-firefox-launcher": "1.0.0", | ||
"karma-firefox-launcher": "1.0.1", | ||
"karma-jasmine": "1.1.0", | ||
"karma-junit-reporter": "2.0.0", | ||
"karma-sourcemap-loader": "0.3.7", | ||
"karma-webpack": "2.0.2", | ||
"karma-webpack": "2.0.3", | ||
"mkdirp": "0.5.1", | ||
"node-sass": "4.5.0", | ||
"node-sass": "4.7.2", | ||
"null-loader": "0.1.1", | ||
"raw-loader": "0.5.1", | ||
"sass-loader": "5.0.0", | ||
"style-loader": "0.13.1", | ||
"thread-loader": "1.1.2", | ||
"ts-loader": "3.1.1", | ||
"tslib": "1.5.0", | ||
"tslint": "4.4.2", | ||
"typedoc": "0.5.5", | ||
"typescript": "2.2.0", | ||
"url-loader": "0.5.7", | ||
"webpack": "2.2.1", | ||
"sass-loader": "6.0.7", | ||
"style-loader": "0.16.1", | ||
"tslib": "1.9.0", | ||
"tslint": "5.9.1", | ||
"typedoc": "0.11.1", | ||
"typescript": "2.7.2", | ||
"url-loader": "0.5.8", | ||
"webpack": "2.3.3", | ||
"webpack-dev-server": "2.4.2", | ||
"ifdef-loader": "2.0.0" | ||
"cache-loader": "1.2.0", | ||
"ifdef-loader": "2.0.0", | ||
"fork-ts-checker-webpack-plugin": "0.4.1", | ||
"thread-loader": "1.1.2", | ||
"ts-loader": "4.0.1" | ||
}, | ||
"dependencies": { | ||
"@types/jquery.scrollto": "1.4.27", | ||
"jquery.scrollto": "2.1.2", | ||
"@types/jquery": "2.0.33", | ||
"jquery": "3.1.1", | ||
"tdp_core": "github:datavisyn/tdp_core#v4.0.1" | ||
"tdp_core": "github:datavisyn/tdp_core#semver:^5.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import WelcomeViewTemplate from 'html-loader!./welcome_view.html'; | ||
|
||
export interface IWelcomeView { | ||
build(); | ||
} | ||
|
||
export default class WelcomeView implements IWelcomeView { | ||
|
||
constructor(private parent: HTMLElement) { | ||
// | ||
} | ||
|
||
build() { | ||
this.parent.innerHTML = WelcomeViewTemplate; | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,4 @@ import './style.scss'; | |
|
||
import Ordino from './Ordino'; | ||
|
||
new Ordino(); | ||
const _ = new Ordino(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.