Commit Graph

42 Commits

Author SHA1 Message Date
Danny Brown
b7f100f601
Merge branch 'react' into docs/orthanc-proxy 2019-05-09 12:10:16 -04:00
dannyrb
f495ccfa3f Clean up oidc config 2019-05-07 15:42:11 -04:00
Evren Ozkan
c9ddb23d9c
Add measurement table functions (#415)
* fix(measurements): Add measurement table functions
- Support for labeling measurements and adding measurement description
- Jump to measurement when clicked on measurement table

* fix(layout): Fix the issues with layout when switched with different plugins

* fix(measurements): Support for deleting measurements in measurement table

* fix(measurements): Add context menu for measurements

* fix(dependencies): Bump ohif-core to 0.4.2
2019-05-02 17:12:06 -04:00
Evren Ozkan
4532d2fe7f bump(dependencies): Bump ohif-cornerstone-extension to 0.0.28 and react-viewerbase to 0.3.2 2019-04-30 16:47:14 -04:00
dannyrb
686f613fd0 Use absolute path for webworker scripts 2019-04-30 16:11:06 -04:00
dannyrb
81cf8cbd7c Set ENV variables in scripts instead of in build 2019-04-30 13:36:25 -04:00
dannyrb
b5cac7191d add .js to app config 2019-04-30 10:08:10 -04:00
biharck
b186e86906 adding --max_old_space_size=4096 to the build:web task 2019-04-30 10:35:35 -03:00
biharck
e39e3dd5d5 merge from ract and adding docker-compose PACs configuration files 2019-04-30 10:32:53 -03:00
dannyrb
88733202de Use default config when building for scripts package 2019-04-29 16:17:02 -04:00
dannyrb
6177a02f18 Shift default config to own file 2019-04-29 13:29:37 -04:00
dannyrb
0d5ac9ce4c Fix build script to point at /demo 2019-04-29 13:21:14 -04:00
dannyrb
4127126388 remove homepage key 2019-04-29 12:58:57 -04:00
dannyrb
e43139eec5 Be a bit more explicit with homepage url 2019-04-29 09:50:31 -04:00
dannyrb
6286893eb8 Rollup support for dynamic import 2019-04-29 08:58:15 -04:00
dannyrb
a7f77ca543 Send over everything, not just top level dir 2019-04-29 08:35:58 -04:00
dannyrb
f02559c778 Try an all-in-one script 2019-04-29 07:03:54 -04:00
dannyrb
5aba221957 Try to limit heap size during build 2019-04-28 19:12:51 -04:00
dannyrb
5cdfc64ccf Set PUBLIC_URL to demo 2019-04-28 15:35:10 -04:00
dannyrb
3447c80a6a Split build command; one for web, one for package source 2019-04-28 14:59:47 -04:00
biharck
bfedc907bb merging with react branch 2019-04-26 22:34:57 -03:00
dannyrb
5a91b5704b fix(package.json): Test automatic build and release w/ semantic-release 2019-04-26 14:39:03 -04:00
dannyrb
e55787e184 ci(package.json): Support for yarn run cm via commitizen for well formatted commit messages 2019-04-26 14:37:25 -04:00
dannyrb
6038546f52 prep --> preBuild 2019-04-26 13:00:24 -04:00
dannyrb
5b15d39871 Shuffle some test coverage setting around 2019-04-26 12:58:43 -04:00
dannyrb
e9952a7511 Try removing max-old-space-size now that we've removed bad directories 2019-04-26 12:50:13 -04:00
dannyrb
28d1fde2ed Attempt to set NODE_OPTIONS before running tests 2019-04-26 12:33:17 -04:00
dannyrb
8a0915c49f Update scripts to match CI memory limits 2019-04-26 12:25:23 -04:00
dannyrb
895f13257a Use exact version of ohif-core 2019-04-26 11:50:07 -04:00
dannyrb
62de1a3721 Add codecov dev dependency 2019-04-25 16:50:44 -04:00
dannyrb
256ba0d42f Configure jest -- fix a few common issues 2019-04-25 16:44:41 -04:00
dannyrb
ad8b554f04 add semantic-release dev dependency 2019-04-25 15:46:48 -04:00
dannyrb
15cfe428df Remove unused deploys 2019-04-17 14:33:13 -04:00
dannyrb
6a44da2d16 Use yarn run 2019-04-16 16:48:51 -04:00
dannyrb
f7a55ae382 Shift to prebuild 2019-04-16 16:36:20 -04:00
dannyrb
09291acbd5 Make sure version.js exists before we build 2019-04-16 16:34:52 -04:00
dannyrb
822ee3143d Remove sha file creation (contained most recent commit hash) 2019-04-16 16:29:09 -04:00
dannyrb
c7539184aa Re-order dependencies 2019-04-16 12:19:14 -04:00
dannyrb
038d807d08 OS safe copy command 2019-04-16 12:15:40 -04:00
dannyrb
bd605b9752 More shifting 2019-04-15 16:55:51 -04:00
Erik Ziegler
aca17e4d38
feat(netlify) Add static site deployment from Netlify (add /viewer to the deploy preview URL) (#232) 2018-07-23 10:19:52 +02:00
Erik Ziegler
71053b91e3 Add Travis CI setup with Gitbook build / deploy to gh-pages, StandaloneViewer build / deploy to AWS S3, and ohif/viewer docker image build / push to dockerhub 2018-07-05 21:55:03 +02:00