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 Conda Support #1028

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Conversation

lamarrr
Copy link

@lamarrr lamarrr commented Nov 21, 2023

Website Implementation for clearlydefined/crawler#532

Copy link

netlify bot commented Nov 21, 2023

Deploy Preview for blissful-goodall-fa23f6 ready!

Name Link
🔨 Latest commit deb6b05
🔍 Latest deploy log https://app.netlify.com/sites/blissful-goodall-fa23f6/deploys/66a147b0cb25e5000826aff4
😎 Deploy Preview https://deploy-preview-1028--blissful-goodall-fa23f6.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@lamarrr lamarrr marked this pull request as ready for review November 24, 2023 13:14
update

removed logging
{request.provider === 'anaconda-r' && (
<CondaVersionPicker request={request} onChange={this.condaVersionChanged.bind(this, request)} />
)}
{request.provider === 'cratesio' && (
Copy link
Collaborator

@qtomlinson qtomlinson Jul 30, 2024

Choose a reason for hiding this comment

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

This is a duplicate of line 124

@@ -108,6 +111,8 @@ const curateFilters = [
const types = [
{ value: 'composer', label: 'Composer', provider: 'packagist' },
{ value: 'pod', label: 'Pod', provider: 'cocoapods' },
{ value: 'conda', label: 'Conda', provider: 'conda-forge' },
{ value: 'condasrc', label: 'Conda Sources', provider: 'conda-forge' },
Copy link
Collaborator

@qtomlinson qtomlinson Jul 31, 2024

Choose a reason for hiding this comment

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

Currently, the drop file feature in the workspace view (base-url/workspace) only allows for one provider (conda-forge) per type (conda) of components. An example of json file content can be found at

Exposing multiple providers for conda in the ui may not work well with this.

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.

4 participants