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

refactor DoHostnamesMatch #1953

Merged
merged 10 commits into from
Aug 8, 2023
Merged

refactor DoHostnamesMatch #1953

merged 10 commits into from
Aug 8, 2023

Conversation

cmwylie19
Copy link
Contributor

Description

When using Zarf as a library for DoHostnamesMatch you get all of the message dependencies. This PR is a feature to remove those dependencies and still get the same functionality with a small footprint.

Related Issue

Fixes #1949

Relates to #1949

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Other (security config, docs update, etc)

Checklist before merging

Signed-off-by: Case Wylie <cmwylie19@defenseunicorns.com>
@netlify
Copy link

netlify bot commented Aug 7, 2023

Deploy Preview for zarf-docs canceled.

Name Link
🔨 Latest commit 63315ab
🔍 Latest deploy log https://app.netlify.com/sites/zarf-docs/deploys/64d2725e06972600079b48b6

cmwylie19 and others added 3 commits August 7, 2023 12:24
Co-authored-by: Lucas Rodriguez <lucas.rodriguez9616@gmail.com>
Signed-off-by: Case Wylie <cmwylie19@defenseunicorns.com>
Noxsios
Noxsios previously approved these changes Aug 7, 2023
Copy link
Contributor

@Noxsios Noxsios left a comment

Choose a reason for hiding this comment

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

lgtm

Signed-off-by: Case Wylie <cmwylie19@defenseunicorns.com>
@cmwylie19
Copy link
Contributor Author

had some feedback from Wayne around the new network package. Re-factoring to address that comment (avoiding spagetti type pattern)

Signed-off-by: Case Wylie <cmwylie19@defenseunicorns.com>
src/pkg/utils/helpers/url_test.go Outdated Show resolved Hide resolved
src/pkg/utils/helpers/url_test.go Outdated Show resolved Hide resolved
cmwylie19 and others added 3 commits August 8, 2023 11:21
Co-authored-by: Wayne Starr <Racer159@users.noreply.github.com>
Co-authored-by: Wayne Starr <Racer159@users.noreply.github.com>
Signed-off-by: Case Wylie <cmwylie19@defenseunicorns.com>
Copy link
Contributor

@Racer159 Racer159 left a comment

Choose a reason for hiding this comment

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

lgtm

@Racer159 Racer159 merged commit d0da732 into main Aug 8, 2023
@Racer159 Racer159 deleted the 1949 branch August 8, 2023 18:38
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.

Refactor utils around doHostnamesMatch
4 participants