the-grey-group / datalab

datalab is a place to store experimental data and the connections between them.
https://the-datalab.readthedocs.io/en/latest
MIT License
37 stars 15 forks source link

Add `API_URL` as a `meta` tag in HTML header of all UI responses #750

Closed ml-evs closed 1 month ago

ml-evs commented 1 month ago

This will allow the API package to smoothly redirect to the correct API URL (see https://github.com/datalab-org/datalab-api/commit/97a654a6e72e6d7f1cd2fbf766e9c526831e71ec).

Closes #637

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 67.27%. Comparing base (4ed1cf2) to head (ab3270b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #750 +/- ## ======================================= Coverage 67.27% 67.27% ======================================= Files 62 62 Lines 3746 3746 ======================================= Hits 2520 2520 Misses 1226 1226 ```
cypress[bot] commented 1 month ago

Passing run #1839 ↗︎

0 40 0 0 Flakiness 0

Details:

Merge ab3270b8835ca126671c680c4f188bd1af27f00d into 4ed1cf29cc954b4fb01b36532815...
Project: datalab Commit: d2bef98c2f ℹ️
Status: Passed Duration: 02:00 💡
Started: May 27, 2024 3:56 PM Ended: May 27, 2024 3:58 PM

Review all test suite changes for PR #750 ↗︎

ml-evs commented 1 month ago

This is working well in the client, will merge