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

feat: Create job action (#12174 and #4116) #12925

Merged
merged 67 commits into from
Jun 23, 2023
Merged
Changes from 1 commit
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
f9d79b0
Kind wildcard support in health customizations
reggie-k Oct 10, 2022
aff1d44
Updated health customizations docs to using the correct field with a /
reggie-k Oct 10, 2022
0654777
Updated health customizations docs to using the correct field with a /
reggie-k Oct 10, 2022
eedcd09
Document resource kind wildcard for custom health check
reggie-k Oct 10, 2022
a01a85e
Merge branch 'master' into master
reggie-k Oct 10, 2022
df70776
Merge branch 'master' into master
reggie-k Oct 11, 2022
e98d753
Implemented wildcard * support in API Group and Resource Kind and upd…
reggie-k Oct 12, 2022
90004c8
Merge branch 'master' of https://github.com/reggie-k/argo-cd
reggie-k Oct 12, 2022
a51f39a
Merge branch 'argoproj:master' into master
reggie-k Oct 12, 2022
55e2a0a
Merge branch 'master' of https://github.com/reggie-k/argo-cd
reggie-k Oct 12, 2022
1117332
Implemented wildcard * support in API Group and Resource Kind and upd…
reggie-k Oct 12, 2022
28d7d31
Implemented wildcard * support in API Group and Resource Kind and upd…
reggie-k Oct 12, 2022
1b603e4
Merge branch 'argoproj:master' into master
reggie-k Oct 13, 2022
390c71a
Added a custom create-from CronJob action
reggie-k Oct 14, 2022
82eba74
Merge branch 'argoproj:master' into create-job-action
reggie-k Oct 15, 2022
c2e5094
upstream sync
reggie-k Jan 13, 2023
5b8583e
Merge branch 'master' of https://github.com/argoproj/argo-cd into cre…
reggie-k Jan 14, 2023
53f43c4
Merge branch 'master' of https://github.com/argoproj/argo-cd into cre…
reggie-k Jan 27, 2023
3188376
Merge branch 'master' of https://github.com/argoproj/argo-cd into cre…
reggie-k Feb 1, 2023
76be5a6
in progress
reggie-k Feb 1, 2023
2e72471
in progress
reggie-k Feb 1, 2023
6c9cf61
in progress
reggie-k Feb 10, 2023
581d089
in progress
reggie-k Feb 23, 2023
13cdd0e
Merge branch 'master' of https://github.com/argoproj/argo-cd into cre…
reggie-k Feb 23, 2023
41be919
Merge branch 'master' of https://github.com/argoproj/argo-cd into cre…
reggie-k Feb 24, 2023
84f0b33
added a ns in the action.lua and fixed tests
reggie-k Feb 24, 2023
e6c0788
create-job
reggie-k Mar 3, 2023
512068d
in progress
reggie-k Mar 4, 2023
0ca42dd
upstream sync
reggie-k Mar 7, 2023
ea71a0e
more changes
reggie-k Mar 11, 2023
b28298e
full unit tests and action returning an array
reggie-k Mar 18, 2023
d41b64a
master sync
reggie-k Mar 18, 2023
fa757a9
cleanup
reggie-k Mar 18, 2023
a35891b
fix the custom tests
reggie-k Mar 20, 2023
c9bdc62
Merge branch 'master' of https://github.com/argoproj/argo-cd into cre…
reggie-k Mar 20, 2023
abdae1b
e2e tests
reggie-k Mar 20, 2023
aea1d86
Merge branch 'master' of https://github.com/argoproj/argo-cd into cre…
reggie-k Mar 20, 2023
9429865
json marshaling annotations ImpactedResource, e2e tests and docs
reggie-k Mar 21, 2023
063cacf
more docs and tests
reggie-k Mar 24, 2023
752333e
upstream sync
reggie-k Mar 24, 2023
6708f49
Merge branch 'master' of https://github.com/argoproj/argo-cd into cre…
reggie-k Mar 24, 2023
2a0b3c7
upstream sync
reggie-k Mar 24, 2023
e99e097
fix wrong return upon going over the impacted resources + docs + fixi…
reggie-k Mar 25, 2023
3d271c0
docs
reggie-k Mar 25, 2023
6df8f23
better error handling
reggie-k Mar 25, 2023
58893d4
K8SOperation as an enum
reggie-k Apr 13, 2023
8dabaf3
added dry-run for create operation
reggie-k Apr 14, 2023
d8c22bb
Merge branch 'master' of https://github.com/argoproj/argo-cd into cre…
reggie-k Apr 14, 2023
d956180
merge upstream
crenshaw-dev May 27, 2023
73d2cdd
small changes
crenshaw-dev May 27, 2023
9632537
Merge pull request #2 from crenshaw-dev/create-job-action-changes
reggie-k May 28, 2023
e19d400
Merge remote-tracking branch 'origin/master' into create-job-action
crenshaw-dev May 29, 2023
f8dc6f7
Merge branch 'master' of https://github.com/argoproj/argo-cd into cre…
reggie-k May 30, 2023
b1e845b
ref to my gitops-engine fork out
reggie-k May 30, 2023
872630c
ref to my gitops-engine fork out
reggie-k May 30, 2023
128d78b
ref to my gitops-engine fork out
reggie-k May 30, 2023
89f2dcf
ref to my gitops-engine fork out
reggie-k May 30, 2023
c139cea
ref to my gitops-engine fork out
reggie-k May 30, 2023
44726ee
Merge branch 'master' of https://github.com/argoproj/argo-cd into cre…
reggie-k May 30, 2023
84bb8a3
gitops engine dependency and test fixes
reggie-k Jun 2, 2023
d43a014
upstream sync
reggie-k Jun 2, 2023
76c0aa2
add workflows action
crenshaw-dev Jun 5, 2023
aa07050
cronworkflow and workflowtemplate actions
crenshaw-dev Jun 22, 2023
6fb165f
Merge pull request #3 from crenshaw-dev/create-job-action
reggie-k Jun 22, 2023
99e0d45
Merge remote-tracking branch 'origin/master' into create-job-action
crenshaw-dev Jun 22, 2023
fff31f1
Merge branch 'master' into create-job-action
reggie-k Jun 23, 2023
cd2302f
update gitops-engine
crenshaw-dev Jun 23, 2023
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
Prev Previous commit
Next Next commit
Merge branch 'master' of https://github.com/argoproj/argo-cd into cre…
…ate-job-action
  • Loading branch information
reggie-k committed Feb 24, 2023
commit 41be9192526c10a7519970596f1cfc75307ae2d9

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.