Skip to content

Add docker registry management#7269

Merged
bramkragten merged 8 commits intodevfrom
registry-management
Oct 16, 2020
Merged

Add docker registry management#7269
bramkragten merged 8 commits intodevfrom
registry-management

Conversation

@ludeeus
Copy link
Member

@ludeeus ludeeus commented Oct 8, 2020

Proposed change

Adds a dialog to manage docker registries.
Needs home-assistant/core#41500

Type of change

  • Dependency upgrade
  • Bugfix (non-breaking change which fixes an issue)
  • New feature (thank you!)
  • Breaking change (fix/feature causing existing functionality to break)
  • Code quality improvements to existing code or addition of tests

Additional information

  • This PR fixes or closes issue: fixes #
  • This PR is related to issue:
  • Link to documentation pull request:

image
image

Checklist

  • The code change is tested and works locally.
  • There is no commented out code in this PR.
  • Tests have been added to verify that the new code works.

If user exposed functionality or configuration variables are added/changed:

Co-authored-by: Bram Kragten <mail@bramkragten.nl>
};

try {
await addHassioDockerRegistry(this.hass, data);
Copy link
Member

Choose a reason for hiding this comment

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

if thas call returns the newly created entry, the next call would not be needed and it could just be appended?

Copy link
Member Author

Choose a reason for hiding this comment

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

It does not, most of the supervisor API does not return for POST calls

@bramkragten bramkragten merged commit a56ce62 into dev Oct 16, 2020
@bramkragten bramkragten deleted the registry-management branch October 16, 2020 15:25
@bramkragten bramkragten mentioned this pull request Oct 21, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Jul 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla-signed hacktoberfest Supervisor Related to the supervisor panel

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants