Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix: Reverse order of posts in gitops changelog#1344

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
olegt-codefresh merged 1 commit intomasterfromCR-29380
Jun 30, 2025

Conversation

@olegt-codefresh
Copy link
Contributor

Fixes post sorting within year groups in the GitOps changelog. Posts are now correctly sorted by date in descending order within each group.

@codefresh-git-integration


>To subscribe to an RSS / Atom feed for our SaaS release notes, please[click here]({{ site.baseurl }}/changelog/gitops.xml).
{% assign posts_by_year = site.posts-gitops | group_by_exp: "post", "post.date | date: '%Y'" %}
Copy link
Contributor

Choose a reason for hiding this comment

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

do you really need to do | reverse twice? here and in line 16

Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

Yes, the first one if for the years group and the second one is for the items inside the group.

@olegt-codefresholegt-codefresh merged commit4912635 intomasterJun 30, 2025
1 check passed
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@alinashklyaralinashklyaralinashklyar approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@olegt-codefresh@alinashklyar

[8]ページ先頭

©2009-2025 Movatter.jp