Skip to content

Conversation

@IanButterworth
Copy link
Contributor

What are you trying to accomplish?

Finish the incomplete support for custom julia registries.

Work in progress!

Anything you want to highlight for special attention from reviewers?

How will you know you've accomplished your goal?

Checklist

  • I have run the complete test suite to ensure all tests and linters pass.
  • I have thoroughly tested my code changes to ensure they work as expected, including adding additional tests for new functionality.
  • I have written clear and descriptive commit messages.
  • I have provided a detailed description of the changes in the pull request, including the problem it addresses, how it fixes the problem, and any relevant details about the implementation.
  • I have ensured that the code is well-documented and easy to understand.

Add support for custom registries in job files by:
- Adding 'registries' to PERMITTED_KEYS in Job class
- Adding registries instance variable and accessor method
- Creating new 'options' method that combines experiments + registries
- Updating all callers to use job.options instead of job.experiments

This enables ecosystems like Julia to access custom registry
configuration via options.dig(:registries, :julia).
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.

1 participant