Commit Graph

2859 Commits

Author SHA1 Message Date
dannyrb
67e2fd39a3 Add projects to split by flags 2019-07-18 12:53:24 -04:00
dannyrb
253620650b Try once relying on codecov yaml to split w/ flags 2019-07-18 12:43:03 -04:00
dannyrb
31357ea9b5 Run and report individually and in parallel 2019-07-18 10:26:33 -04:00
dannyrb
b8baae7c25 Get all platform unit tests to run 2019-07-17 14:57:50 -04:00
dannyrb
5544c57c37 Use cpx so our copying finishes? 2019-07-16 14:58:40 -04:00
dannyrb
6b523cb50d Add codecov flags 2019-07-16 14:51:04 -04:00
dannyrb
579c2b41d1 Set path and enable workspaces 2019-07-16 14:27:22 -04:00
dannyrb
9449ae4314 Try alternative jest transform 2019-07-16 14:23:41 -04:00
dannyrb
4386b5c960 Run version command instead of calling node directly 2019-07-16 14:14:34 -04:00
dannyrb
fe3ee3010f Try alternative jest-canvas-mock location and version file syntax 2019-07-16 14:06:02 -04:00
dannyrb
ee5530183e Lower version to match circleci image 2019-07-16 13:43:55 -04:00
dannyrb
413214786d Change copy syntax; try running tests on viewers from root for circleci 2019-07-16 13:31:52 -04:00
dannyrb
0b62b720c5 Attempt to fix ticks/escapes 2019-07-16 13:24:46 -04:00
dannyrb
c3fead1ca9 We need to pull cornerstone-wado-image-loader files from hoisted node_modules 2019-07-16 13:11:16 -04:00
dannyrb
bc8d505a0a We may have figured it out johnny, boy 2019-07-16 12:57:37 -04:00
dannyrb
ab4067144f and again 2019-07-16 12:50:33 -04:00
dannyrb
575d11ac5b Annd let's try again 2019-07-16 12:42:40 -04:00
dannyrb
aa53d3258c Try bash -l instead of exec bash 2019-07-16 12:19:51 -04:00
dannyrb
dc672bf38d Try swapping bash with a new shell 2019-07-16 12:11:21 -04:00
dannyrb
65a855d99b try again to set bin path 2019-07-16 11:12:19 -04:00
dannyrb
99c1d0220d Follow deploy log output advice 2019-07-16 10:43:01 -04:00
dannyrb
dab0b5e0e3 More agressive with modifying PATH 2019-07-16 10:35:06 -04:00
dannyrb
ea3f7d5657 Export node_modules path 2019-07-16 10:01:33 -04:00
dannyrb
3c812792bb Try to use global gitbook-cli 2019-07-16 09:55:34 -04:00
dannyrb
ff21408440 push workspace enabled to initial command; remove second yarn install; use npx to call gitbook cli commands 2019-07-16 09:42:43 -04:00
dannyrb
fd720bd4d7 Attempt to fix deploy preview build 2019-07-16 09:32:14 -04:00
dannyrb
2279e555a3 First attempt at a netlify deploy preview 2019-07-16 09:24:24 -04:00
dannyrb
91ee615aee Shift links to bottom of doc 2019-07-15 15:56:07 -04:00
dannyrb
f8d9bbef8a Rename example extension folder 2019-07-15 15:51:36 -04:00
dannyrb
4fcf544abe Begin providing basic readme info 2019-07-15 15:51:24 -04:00
dannyrb
2ba0e95fe8 Specify additional lerna config props 2019-07-15 15:51:10 -04:00
dannyrb
91564bfa06 Shift docs to root 2019-07-15 15:50:47 -04:00
dannyrb
83e627e5c9 Fix ESM symlink build for Viewers 2019-07-15 13:03:29 -04:00
dannyrb
2fbbb4a8e2 Push changes up to switch PCs 2019-07-11 13:12:37 -04:00
dannyrb
c05058a0f5 Better entrypoint for extensions 2019-07-09 12:56:08 -04:00
dannyrb
2429294dda Provide WebPack build options for microscopy, vtk, and ui 2019-07-09 12:39:15 -04:00
dannyrb
2234869b11 Add Webpack Stylus loader 2019-07-09 12:38:12 -04:00
dannyrb
96686850cb Target for UMD bundle 2019-07-09 12:37:58 -04:00
dannyrb
35dc82e120 Resolve viewer's modules 2019-07-09 12:37:02 -04:00
dannyrb
f5d6674b62 Make it possible to pass in extensions as App props 2019-07-08 10:18:03 -04:00
dannyrb
f3009c7a45 Consolidate how/where we specify file/module type entrypoints 2019-07-08 09:38:16 -04:00
dannyrb
e8969fba11 Split packages into platform and extensions 2019-07-08 00:41:25 -04:00
dannyrb
f175d4b96b Commit changes before a long weekend 2019-07-05 22:58:25 -04:00
dannyrb
e250ac0c50 Begin updating dependent libraries to use sync'd webpack builds w/ watches 2019-07-05 13:28:49 -04:00
dannyrb
3e1e456cc2 Move @babel dependencies up to workspace root 2019-07-04 20:35:30 -04:00
dannyrb
e58ba39a60 more shifting 2019-07-04 16:19:28 -04:00
dannyrb
b73ea99971 init 2019-07-04 16:12:43 -04:00
Danny Brown
5ac9048ef0
feat: extension panels
* Snapshot -- Switching branches
* fix classes and hooks for panel componet
* Restore button functionality
* feat: support for expandableToolMenu
* Shift cornerstoneTools config up a layer, and use globalToolSync
* Remaining initCornerstoneTools changes
* Pull in Segmentation Plugin
* Shift MeasurementsPanel to an extension
* Note regarding where data is coming from
* Make sure measurement callback is available
* Bump core version
* Shift MeasurementsTable to a local extensions directory
* Register appCommands as an extension
* Update package dependencies and yarn lock
* Support for panel width
* Ability to pass props to our panel component
* Add a safety check around calling our tacked on method for tool options
* Left sidebar plugins + fix activeIndex prop passed to sidebar.
* fix: viewer height
Now in a shared container w/ top bar, so we need to factor that in when calculating height
* lock file latest
* Update thumbnails if studies has changes
* bump cornerstone version to resolve globalToolSynch history issue
* Default panel to open; studies optional
* Bump minor version for ohif-cornestone-extension
* Simplify button logic
* Accommodate odd roundedButtonGroup value change emit
* Map viewers + selectedViewport instead of pulling off the window
2019-07-04 14:09:13 -04:00
Danny Brown
514609708d
chore: set codecov commit status threshold (#623)
* chore: set codecov commit status threshold

* Test new code doesn't fail threshold

* Turn off patch status

* Undo test threshold code
2019-07-02 22:18:50 -04:00
Erik Ziegler
c30b88d48a
docs(translating.md): Add Locize logo for their open source sponsorship (#612) 2019-07-01 12:10:56 +02:00