Skip to content

web: Add env variable for setting up the frontend port#2838

Merged
phixMe merged 2 commits into
MarquezProject:mainfrom
bidlako:main
Aug 9, 2024
Merged

web: Add env variable for setting up the frontend port#2838
phixMe merged 2 commits into
MarquezProject:mainfrom
bidlako:main

Conversation

@bidlako

@bidlako bidlako commented Jun 20, 2024

Copy link
Copy Markdown
Contributor

Replacing the hardcoded port with env variable.

@boring-cyborg boring-cyborg Bot added the web label Jun 20, 2024
@boring-cyborg

boring-cyborg Bot commented Jun 20, 2024

Copy link
Copy Markdown

Thanks for opening your first pull request in the Marquez project! Please check out our contributing guidelines (https://github.com/MarquezProject/marquez/blob/main/CONTRIBUTING.md).

@netlify

netlify Bot commented Jun 20, 2024

Copy link
Copy Markdown

Deploy Preview for peppy-sprite-186812 canceled.

Name Link
🔨 Latest commit 63e1056
🔍 Latest deploy log https://app.netlify.com/sites/peppy-sprite-186812/deploys/66b64abae3de590008e268b7

@bidlako bidlako changed the title web: Add env variable for setting up the frontend port (#2239) web: Add env variable for setting up the frontend port Jun 20, 2024
Comment thread web/setupProxy.js

app.listen(3000, function() {
console.log('App listening on port 3000!')
app.listen(port, function() {

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.

Is there a default we need to set for this?

@wslulciuc wslulciuc left a comment

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.

LGTM 👍

@wslulciuc

wslulciuc commented Aug 9, 2024

Copy link
Copy Markdown
Member

@bidlako, changes look good to me, but to merge, you'll need to sign your commits to pass our DCO check.

@codecov

codecov Bot commented Aug 9, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.77%. Comparing base (9ab3d45) to head (63e1056).

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #2838   +/-   ##
=========================================
  Coverage     84.77%   84.77%           
  Complexity     1470     1470           
=========================================
  Files           256      256           
  Lines          6626     6626           
  Branches        308      308           
=========================================
  Hits           5617     5617           
  Misses          856      856           
  Partials        153      153           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@phixMe phixMe left a comment

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.

I pulled this down and verified, thanks for the change.

@phixMe phixMe merged commit 422fd43 into MarquezProject:main Aug 9, 2024
@boring-cyborg

boring-cyborg Bot commented Aug 9, 2024

Copy link
Copy Markdown

Great job! Congrats on your first merged pull request in the Marquez project!

alaturqua pushed a commit to alaturqua/marquez that referenced this pull request Aug 21, 2024
…t#2239) (MarquezProject#2838)

Co-authored-by: Willy Lulciuc <willy@datakin.com>
Signed-off-by: Isa Inalcik <isa.inalcik@gmail.com>
alaturqua pushed a commit to alaturqua/marquez that referenced this pull request Aug 21, 2024
…t#2239) (MarquezProject#2838)

Co-authored-by: Willy Lulciuc <willy@datakin.com>
Signed-off-by: Isa Inalcik <isa.inalcik@gmail.com>
jonathanpmoraes referenced this pull request in nubank/NuMarquez Feb 6, 2025
…t#2239) (#2838)

Co-authored-by: Willy Lulciuc <willy@datakin.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants