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

add jupyterlab git extension #35

Merged
merged 2 commits into from
Jun 24, 2024
Merged

add jupyterlab git extension #35

merged 2 commits into from
Jun 24, 2024

Conversation

Tianhao-Gu
Copy link
Collaborator

No description provided.

Copy link

codecov bot commented Jun 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 48.07%. Comparing base (95b7f18) to head (f4b781d).

Current head f4b781d differs from pull request most recent head 21990c4

Please upload reports for the commit 21990c4 to get more accurate results.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #35   +/-   ##
=======================================
  Coverage   48.07%   48.07%           
=======================================
  Files           4        4           
  Lines         104      104           
=======================================
  Hits           50       50           
  Misses         54       54           

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

@@ -163,7 +163,7 @@ services:
postgres:
image: postgres:16.3
restart: always
container_name: postgres
container_name: postgres_spark
Copy link
Member

Choose a reason for hiding this comment

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

I don't see any reason to do this - seems fine as is.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

so that we don't need to manually delete postgres container if we run docker-compose on this repo and on hive repo since they both have a postgres container.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

actually, I revert the container name changes. We need to update POSTGRES_URL for every other dependencies. It's not worth it.

Copy link
Member

Choose a reason for hiding this comment

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

Plus I suspect we'll need to use the hive only compose file rarely at best.

Copy link
Member

Choose a reason for hiding this comment

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

if we're going to change it we should change it there

@@ -15,6 +15,7 @@ sparkmonitor = "==3.0.2"
itables = "==2.1.1"
PyMySQL = "==1.1.1"
urllib3 = "==2.2.2"
jupyterlab-git = "==0.50.1"
Copy link
Member

Choose a reason for hiding this comment

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

Do docs need to be added to explain to users how to make use of this?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I think it's pretty self-explanatory as the extension added an UI component. Users don't need to do any extra steps to enable this.

Screenshot 2024-06-24 at 11 40 56 AM

Copy link
Member

Choose a reason for hiding this comment

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

👍

@Tianhao-Gu Tianhao-Gu merged commit 75c5e29 into main Jun 24, 2024
7 checks passed
@Tianhao-Gu Tianhao-Gu deleted the dev_jupyterlab_git branch June 24, 2024 17:24
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