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!: remove 24-host path function in favour of sybling key functions #7016

Merged
merged 6 commits into from
Aug 1, 2024

Conversation

colin-axner
Copy link
Contributor

Description

closes: #6882


Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.

  • Targeted PR against the correct branch (see CONTRIBUTING.md).
  • Linked to GitHub issue with discussion and accepted design, OR link to spec that describes this work.
  • Code follows the module structure standards and Go style guide.
  • Wrote unit and integration tests.
  • Updated relevant documentation (docs/).
  • Added relevant godoc comments.
  • Provide a conventional commit message to follow the repository standards.
  • Include a descriptive changelog entry when appropriate. This may be left to the discretion of the PR reviewers. (e.g. chores should be omitted from changelog)
  • Re-reviewed Files changed in the GitHub PR explorer.
  • Review SonarCloud Report in the comment section below once CI passes.

@@ -1,21 +1,46 @@
package host

import "fmt"

const (
Copy link
Contributor Author

Choose a reason for hiding this comment

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

full copy/paste from _path.go


// ChannelCapabilityPath defines the path under which capability keys associated
// with a channel are stored
func ChannelCapabilityPath(portID, channelID string) string {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

ported over, will be removed in v10

@colin-axner colin-axner added the priority PRs that need prompt reviews label Aug 1, 2024
Copy link

sonarqubecloud bot commented Aug 1, 2024

Copy link
Contributor

@DimitrisJim DimitrisJim left a comment

Choose a reason for hiding this comment

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

Thanks so much for knocking this one out!

@DimitrisJim DimitrisJim merged commit f4eba71 into main Aug 1, 2024
69 of 72 checks passed
@DimitrisJim DimitrisJim deleted the colin/6882-host-path branch August 1, 2024 21:51
mergify bot pushed a commit that referenced this pull request Aug 1, 2024
…tions (#7016)

* refactor: remove all Path functions from 24-host in favour of Key functions

* docs: migration + changelog

* Update docs/docs/05-migrations/13-v8-to-v9.md

* lint

(cherry picked from commit f4eba71)

# Conflicts:
#	CHANGELOG.md
#	docs/docs/05-migrations/13-v8-to-v9.md
DimitrisJim added a commit that referenced this pull request Aug 5, 2024
…tions (backport #7016) (#7034)

* refactor!: remove 24-host path function in favour of sybling key functions (#7016)

* refactor: remove all Path functions from 24-host in favour of Key functions

* docs: migration + changelog

* Update docs/docs/05-migrations/13-v8-to-v9.md

* lint

(cherry picked from commit f4eba71)

# Conflicts:
#	CHANGELOG.md
#	docs/docs/05-migrations/13-v8-to-v9.md

* chore: fix CHANGELOG conflict, completely remove docs folder.

* nit: remove linkcheck workflow.

---------

Co-authored-by: colin axnér <[email protected]>
Co-authored-by: DimitrisJim <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-to-v9.0.x priority PRs that need prompt reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove 24-host path functions
3 participants