Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: e2e base url #179

Merged
merged 1 commit into from
Oct 28, 2021
Merged

fix: e2e base url #179

merged 1 commit into from
Oct 28, 2021

Conversation

tihuan
Copy link
Contributor

@tihuan tihuan commented Oct 28, 2021

Reviewers

Functional:

Readability:


Changes

  • add
  • remove
  • modify

@tihuan tihuan requested a review from danieljhegeman October 28, 2021 23:17
@tihuan tihuan enabled auto-merge (squash) October 28, 2021 23:17
const pageUrl = [appUrlBase, defaultBaseUrl, DATASET].join("/");
const pageUrl = appUrlBase.includes("localhost")
? [appUrlBase, defaultBaseUrl, DATASET].join("/")
: appUrlBase;

Choose a reason for hiding this comment

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

thanks Timmy!

Copy link

@danieljhegeman danieljhegeman left a comment

Choose a reason for hiding this comment

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

👌 🎉 🙇‍♂️

@codecov
Copy link

codecov bot commented Oct 28, 2021

Codecov Report

Merging #179 (bbcb85e) into main (a0beac8) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #179   +/-   ##
=======================================
  Coverage   71.71%   71.71%           
=======================================
  Files         126      126           
  Lines       10098    10098           
=======================================
  Hits         7242     7242           
  Misses       2856     2856           
Flag Coverage Δ
frontend 71.71% <ø> (ø)
javascript 71.71% <ø> (ø)
smokeTest ?
unitTest 71.71% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out 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 a0beac8...bbcb85e. Read the comment docs.

@tihuan tihuan merged commit 3d240c8 into main Oct 28, 2021
@tihuan tihuan deleted the thuang-fix-smoke-test-base-url branch October 28, 2021 23:23
Bento007 added a commit that referenced this pull request Nov 4, 2021
* main:
  Delete schema_guide.md (#131)
  chore(deps): bump urllib3 from 1.25.9 to 1.26.5 in /hosted (#186)
  chore(deps): bump jinja2 from 2.11.2 to 2.11.3 in /hosted (#185)
  fix: dont cache dataset metadata (#177)
  explorer rdev (#144)
  Updated load indicator to match skeleton. (#139) (#171)
  Always show scrollbar on dataset menu if scrollable. (#138) (#173)
  fix: e2e base url (#179)

# Conflicts:
#	hosted/requirements.txt
#	server/app/app.py
#	server/tests/unit/common/apis/test_api_v2.py
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.

2 participants