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

Update missing content API #167

Merged
merged 4 commits into from
Jul 25, 2023
Merged

Commits on Jul 24, 2023

  1. Add /content to .gitignore

    lann committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    603cebc View commit details
    Browse the repository at this point in the history
  2. client: Add RegistryUrl type

    This wraps a url::Url for a couple of purposes:
    
    - Asserts the invariant that the Url is a valid warg base URL
    - Provdies a `::safe_label` method which produces a mangled version of
      the URL appropriate for e.g. file paths
    
    This new type is used in client config and replaces the 'host' string
    used in keyring management.
    lann committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    30d900f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69986b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4f8640 View commit details
    Browse the repository at this point in the history