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

Remove Conda flag #500

Merged
merged 7 commits into from
Oct 18, 2023
Merged

Remove Conda flag #500

merged 7 commits into from
Oct 18, 2023

Conversation

sagerb
Copy link
Contributor

@sagerb sagerb commented Oct 17, 2023

Intent

Experimental support for Conda environment was added to rsconnect-python. Connect does not support restoring Conda environments. This PR will remove the Conda references from rsconnect-python.

resolves: #412

Type of Change

  • Bug Fix
  • New Feature
  • Breaking Change

Approach

  • Searched for conda in all forms through the codebase and removed appropriate parameters and functions.
  • Updated the tests
  • Updated the CHANGELOG
  • Ran all of the workflow steps, including tests

Directions for Reviewers

Per conversation w/ Mike:

I think if CI passes you are OK. We also run a full set of deployment tests in Connect CI using latest rsconnect-python master.

Checklist

  • I have updated CHANGELOG.md to cover notable changes.
  • I have updated all related GitHub issues to reflect their current state.

@sagerb sagerb requested a review from mmarchetti October 17, 2023 20:50
@sagerb sagerb self-assigned this Oct 17, 2023
@github-actions
Copy link

github-actions bot commented Oct 17, 2023

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
4231 2775 66% 0% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
rsconnect/actions.py 34% 🟢
rsconnect/api.py 69% 🟢
rsconnect/bundle.py 80% 🟢
rsconnect/environment.py 81% 🟢
rsconnect/main.py 55% 🟢
TOTAL 64% 🟢

updated for commit: dde06a5 by action🐍

Copy link
Contributor

@mmarchetti mmarchetti left a comment

Choose a reason for hiding this comment

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

Looks good. Seems we had some files requiring formatting; need to look into that (but should not block merging this PR).

CONTRIBUTING.md Outdated
@@ -22,7 +22,7 @@ cd rsconnect-python
python3 -m venv .venv
# Activate the virtual environment
source .venv/bin/activate
# install our requirements into the virtual environment
# install our requirements into the virtual environment based
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: seems like this might have been incompletely edited

Copy link
Contributor Author

Choose a reason for hiding this comment

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

updated

@@ -0,0 +1,361 @@
### GNU GENERAL PUBLIC LICENSE
Copy link
Contributor

Choose a reason for hiding this comment

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

This directory seems like it should be gitignored.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

added to .gitignore

@sagerb
Copy link
Contributor Author

sagerb commented Oct 17, 2023

Looks good. Seems we had some files requiring formatting; need to look into that (but should not block merging this PR).

Weird. I run make fmt again before pushing my final commits, but no changes from my system.

@sagerb sagerb merged commit a1134fd into master Oct 18, 2023
14 checks passed
@sagerb sagerb deleted the sagerb-remove-conda branch October 18, 2023 20:53
@mmarchetti mmarchetti mentioned this pull request Oct 23, 2023
5 tasks
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.

Remove Conda references
2 participants