Skip to content

Sort components and update to go-1.27 - #56

Open
majst01 wants to merge 2 commits into
mainfrom
sort-components
Open

Sort components and update to go-1.27#56
majst01 wants to merge 2 commits into
mainfrom
sort-components

Conversation

@majst01

@majst01 majst01 commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

Description

  • Components are sorted now
  • go-1.27

Used AI-Tools ✨

  • none used for generation

@majst01
majst01 requested a review from a team as a code owner August 24, 2026 05:58
@majst01
majst01 requested a review from vknabel August 24, 2026 05:58
Comment thread cmd/sorters/component.go
"identifier": func(a, b *apiv2.Component, descending bool) multisort.CompareResult {
return multisort.Compare(a.Identifier, b.Identifier, descending)
},
"started": func(a, b *apiv2.Component, descending bool) multisort.CompareResult {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Maybe by expiration would also be useful.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

2 participants