Skip to content

feat: WIP Use is Ancestor and git log pagination #634

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

Draft
wants to merge 24 commits into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
99e04e5
[gitops-operator]feat: WIP Use is Ancestor and git log pagination
codefresh-v2-pipelines[bot] Jul 31, 2025
e542fa7
[gitops-operator]feat: WIP Use is Ancestor and git log pagination
codefresh-v2-pipelines[bot] Jul 31, 2025
621f8cd
[gitops-operator]feat: WIP Use is Ancestor and git log pagination
codefresh-v2-pipelines[bot] Jul 31, 2025
913d42e
[gitops-operator]feat: WIP Use is Ancestor and git log pagination
codefresh-v2-pipelines[bot] Jul 31, 2025
128aa20
[gitops-operator]feat: WIP Use is Ancestor and git log pagination
codefresh-v2-pipelines[bot] Jul 31, 2025
4f1387c
[gitops-operator]feat: WIP Use is Ancestor and git log pagination
codefresh-v2-pipelines[bot] Aug 1, 2025
b24beb9
[gitops-operator]feat: WIP Use is Ancestor and git log pagination
codefresh-v2-pipelines[bot] Aug 1, 2025
8d6dc0f
[gitops-operator]feat: WIP Use is Ancestor and git log pagination
codefresh-v2-pipelines[bot] Aug 1, 2025
4760dd9
[gitops-operator]feat: WIP Use is Ancestor and git log pagination
codefresh-v2-pipelines[bot] Aug 1, 2025
603f281
[gitops-operator]feat: WIP Use is Ancestor and git log pagination
codefresh-v2-pipelines[bot] Aug 1, 2025
1139d69
[gitops-operator]feat: WIP Use is Ancestor and git log pagination
codefresh-v2-pipelines[bot] Aug 1, 2025
dc40fab
[gitops-operator]feat: Use isAncestor endpoint and git log pagination
codefresh-v2-pipelines[bot] Aug 2, 2025
d8e9a54
[gitops-operator]feat: Use isAncestor endpoint and git log pagination
codefresh-v2-pipelines[bot] Aug 3, 2025
a18932f
[gitops-operator]feat: Use isAncestor endpoint and git log pagination
codefresh-v2-pipelines[bot] Aug 4, 2025
d989525
[gitops-operator]feat: Use isAncestor endpoint and git log pagination
codefresh-v2-pipelines[bot] Aug 4, 2025
1a8d28d
[gitops-operator]feat: Use isAncestor endpoint and git log pagination
codefresh-v2-pipelines[bot] Aug 4, 2025
3bae87c
[gitops-operator]feat: Use isAncestor endpoint and git log pagination
codefresh-v2-pipelines[bot] Aug 4, 2025
6264415
[gitops-operator]feat: Use isAncestor endpoint and git log pagination
codefresh-v2-pipelines[bot] Aug 4, 2025
87f3d17
[gitops-operator]feat: Use isAncestor endpoint and git log pagination
codefresh-v2-pipelines[bot] Aug 4, 2025
e38086f
[gitops-operator]feat: Use isAncestor endpoint and git log pagination
codefresh-v2-pipelines[bot] Aug 5, 2025
8f015c4
[gitops-operator]feat: Use isAncestor endpoint and git log pagination
codefresh-v2-pipelines[bot] Aug 5, 2025
465e0ac
[gitops-operator]feat: Use isAncestor endpoint and git log pagination
codefresh-v2-pipelines[bot] Aug 5, 2025
d503f7f
[gitops-operator]feat: Use isAncestor endpoint and git log pagination
codefresh-v2-pipelines[bot] Aug 5, 2025
287f740
[gitops-operator]feat: Use isAncestor endpoint and git log pagination
codefresh-v2-pipelines[bot] Aug 5, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/gitops-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ gitops-operator:
# -- defaults
registry: quay.io
repository: codefresh/codefresh-gitops-operator
tag: v0.8.13
tag: v0.9.0
serviceAccount:
create: true
annotations: {}
Expand Down