Skip to content

feat: 🎸 Set up route with gcloud store for list studies#1069

Merged
swederik merged 16 commits into
masterfrom
issue-1056-gcloud-list-route
Oct 25, 2019
Merged

feat: 🎸 Set up route with gcloud store for list studies#1069
swederik merged 16 commits into
masterfrom
issue-1056-gcloud-list-route

Conversation

@ladeirarodolfo

@ladeirarodolfo ladeirarodolfo commented Oct 21, 2019

Copy link
Copy Markdown
Collaborator

Includes

  • New route logic for gcloud list studies (deep link for store)

Closes

#1056

@codecov

codecov Bot commented Oct 21, 2019

Copy link
Copy Markdown

Codecov Report

Merging #1069 into master will increase coverage by 4.01%.
The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1069      +/-   ##
==========================================
+ Coverage    9.59%   13.61%   +4.01%     
==========================================
  Files         251      154      -97     
  Lines        6273     4371    -1902     
  Branches     1170      888     -282     
==========================================
- Hits          602      595       -7     
+ Misses       4608     2994    -1614     
+ Partials     1063      782     -281
Flag Coverage Δ
#core 13.61% <50%> (+0.01%) ⬆️
#viewer ?
Impacted Files Coverage Δ
platform/core/src/utils/urlUtil.js 28.57% <50%> (+0.44%) ⬆️
...viewer/src/components/SimpleDialog/SimpleDialog.js
platform/viewer/src/store/layout/reducers.js
platform/viewer/src/routes/NotFound.js
...latform/viewer/src/googleCloud/DicomStorePicker.js
platform/viewer/src/googleCloud/utils/helpers.js
platform/viewer/src/components/StudyPrefetcher.js
...atform/viewer/src/context/WhiteLabellingContext.js
...viewer/src/components/ViewportGrid/ViewportGrid.js
platform/viewer/src/context/UserManagerContext.js
... and 82 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3bbeb1c...a5203f0. Read the comment docs.

Comment thread platform/viewer/src/customHooks/useServer.js Outdated
Comment thread platform/core/src/utils/urlUtil.js Outdated
dannyrb and others added 12 commits October 22, 2019 15:10
* ci: first attempt at adding a gated docker PR Publish (#1038)

* ci: first attempt at adding a gated docker PR Publish

* See if we can use contexts to inject variables after approval

* fix build command

* try alternative context

* docs: pull request template that spells out PR checklist

* change context back to Docker Hub

* Switch optional approval to another workflow

* Make docker builds faster

* Update .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
 - @ohif/extension-vtk@0.52.14
 - @ohif/ui@0.56.0
 - @ohif/viewer@1.11.0
 - @ohif/viewer@1.11.1
 - @ohif/extension-vtk@0.52.15
 - @ohif/viewer@1.11.2
 - @ohif/extension-vtk@0.52.16
 - @ohif/viewer@1.11.3
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.


Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is your PR even changing this file? Remove this.


const newServer = urlBasedServers[0];

let exists = _.some(servers, server => {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

es6 Arrays can do this already, so you can remove Lodash for this: https://youmightnotneed.com/lodash/#some

@swederik swederik merged commit 21b586b into master Oct 25, 2019
@swederik swederik deleted the issue-1056-gcloud-list-route branch October 25, 2019 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants