KarrLab / datanator_frontend

Graphical web-based interface for the Datanator toolkit for discovering data for modeling cells
https://datanator.info
MIT License
1 stars 1 forks source link

New endpoint and build configurations #297

Closed lzy7071 closed 4 years ago

lzy7071 commented 4 years ago
  1. All builds are now done on circleci before deploying to Netlify. Netlify builds is disabled.
  2. Changes to CircleCI workflow, where testing and building are now separated since Netlify requires manual publishing. This avoids timeout errors on CircleCI preventing deployment of builds.
  3. Depending on BUILD_ENV variable, the final build uses different API endpoints.
  4. MetaboliteSearchResultsList.js and ReactionSearchResultsList.js now take advantage of the projection functionality built into ftx/text_search/num_of_index/?includes={}&excludes={} endpoint.
coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 0b59d113-5f1c-4c40-95e0-a20be9bd00e3


Files with Coverage Reduction New Missed Lines %
src/services/RestApi.js 1 87.5%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build ff2b67cc-cd45-43d7-b957-9a38f45d00a0: 0.1%
Covered Lines: 1843
Relevant Lines: 2245

💛 - Coveralls