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

v2.8 vs v2.9 #3406

Closed
wants to merge 196 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
196 commits
Select commit Hold shift + click to select a range
f03cda6
Update getting-started.md (#2872)
ntwrkguru Apr 28, 2020
c0143d3
feat: Add metric retention policy (#2836)
simster7 Apr 28, 2020
c3e30c5
fix(swagger): Generate correct Swagger for inline objects. Fixes #283…
alexec Apr 28, 2020
e378ca4
fix: Cannot create WorkflowTemplate with un-supplied inputs (#2869)
sarabala1979 Apr 28, 2020
e0ad7de
test: Fixes various tests (#2874)
simster7 Apr 28, 2020
56143eb
feat(ui): Add pagination to workflow list. Fixes #1080 and #976 (#2863)
alexec Apr 28, 2020
c05c385
ci: Build less and therefore faster (#2839)
alexec Apr 29, 2020
a0035dd
fix: ConfigMap syntax (#2889)
rguichard Apr 29, 2020
9e4ac9b
feat(cli): Tolerate deleted workflow when running `argo delete`. Fixe…
alexec Apr 30, 2020
9a33aa2
docs(users): Adding Habx to the users list (#2781)
fclairamb Apr 30, 2020
db52e7b
fix(controller): Add mutex to nameEntryIDMap in cron controller. Fix …
shibataka000 Apr 30, 2020
e013f29
ci: Remove context to stop unauthozied errors on test jobs (#2910)
alexec Apr 30, 2020
7d8818c
fix(controller): Workflow stop and resume by node didn't properly sup…
markterm May 1, 2020
9ecd522
docs: Document node field selector. Closes #2860 (#2882)
markterm May 1, 2020
3afa7b2
fix(ui): Use LogsViewer for container logs (#2825)
dtaniwaki May 1, 2020
c71116d
feat: Windows Container Support. Fixes #1507 and #1383 (#2747)
lippertmarkus May 1, 2020
a06cb5e
fix: remove doubled entry in server cluster role deployment (#2904)
saschagrunert May 1, 2020
f311a5a
build: Fix Darwin build (#2920)
alexec May 1, 2020
1c45d5e
test: Use argoproj/argosay:v1 (#2917)
alexec May 1, 2020
03ad694
feat(cli): Refactor `argo list --chunk-size` and add `argo archive li…
alexec May 1, 2020
99858ea
feat(controller): Remove the excessive logging of node data (#2925)
alexec May 1, 2020
9773cfe
docs: Add docs/scaling.md (#2918)
alexec May 1, 2020
f32cec3
fix default null value for timestamp column - MySQL 5.7 (#2933)
hashkanna May 2, 2020
20d69c7
Detect ctrl key when a link is clicked (#2935)
changhc May 3, 2020
7b0739e
Fix typo (#2939)
changhc May 4, 2020
023f233
fix(argo-server)!: Implement missing instanceID code. Fixes #2780 (#2…
alexec May 4, 2020
6735537
fix(swagger)!: Fixes invalid K8S definitions in `swagger.json`. Fixes…
alexec May 4, 2020
e3ed686
fix(cli): Re-establish watch on EOF (#2944)
alexec May 4, 2020
c8bd0bb
fix(ui): Change default pagination to all and sort workflows (#2943)
alexec May 5, 2020
f281199
docs: Update README with new features (#2807)
simster7 May 5, 2020
fe9f901
fix: Display Workflow finish time in UI (#2896)
simster7 May 5, 2020
3413a5d
fix(cli): Remove info logging from watches. Fixes #2955 (#2958)
alexec May 6, 2020
93bf660
fix: Don't update backoff message to save operations (#2951)
simster7 May 6, 2020
849d876
Fixes error with unknown flag: --show-all (#2960)
caulagi May 6, 2020
5f01c4a
Upgraded to Node 14.0.0 (#2816)
sootysec May 6, 2020
ca4e08f
build: Build dev images from cache (#2968)
alexec May 6, 2020
8a511e1
fix: Nodes with pods deleted out-of-band should be Errored, not Faile…
simster7 May 7, 2020
d8ab13f
fix: Consider Shutdown when assesing DAG Phase for incomplete Retry n…
simster7 May 7, 2020
3c44223
fix: Remove duplicate node event. Fixes #2961 (#2964)
alexec May 7, 2020
14b7a45
docs: Fix typo with WorkflowTemplates link (#2977)
caulagi May 7, 2020
d8cb66e
feat: Add Argo variable {{retries}} to track retry attempt (#2911)
seddonm1 May 8, 2020
76aca49
build: Fix Docker build. Fixes #2983 (#2984)
alexec May 9, 2020
60d5fdc
fix: Begin counting maxDuration from first child start (#2976)
simster7 May 11, 2020
46b11e1
docs: Use keyFormat instead of keyPrefix in docs (#2997)
tvalasek May 11, 2020
47472f7
chore: Update Mockery (#3000)
simster7 May 11, 2020
eefe120
test: Upgrade to argosay:v2 (#3001)
alexec May 11, 2020
2a9ee21
feat(ui): Add Suspend and Resume to CronWorkflows in UI (#2982)
changhc May 11, 2020
f952df5
fix(executor/pns): remove sleep before sigkill (#2995)
May 11, 2020
fa3801a
feat(ui): Render 2000+ nodes DAG acceptably. (#2959)
alexec May 12, 2020
d5d6f75
feat(controller)!: Updates the resource duration calculation. Fixes #…
alexec May 12, 2020
cc0fe43
fix(events): Correct event API Version. Fixes #2994 (#2999)
alexec May 12, 2020
8412526
docs: Fix Deprecated formatting (#3010)
simster7 May 12, 2020
a04d8f2
docs: Add StatefulSet and Service doc (#3008)
simster7 May 12, 2020
b516098
build: Mockery v1.1.1 (#3015)
alexec May 12, 2020
cdcba3c
fix(ui): Displays command args correctl pre-formatted. (#3018)
alexec May 12, 2020
052e6c5
Fix isTarball to handle the small gzipped file (#3014)
youngjoon-lee May 12, 2020
c0ee1eb
docs: Add Ravelin as a user of Argo (#3020)
grantstephens May 13, 2020
cb71d58
refactor(metrics)!: Refactor Metric interface (#2979)
simster7 May 13, 2020
9f86a4e
feat(ui): Enable CSP, HSTS, X-Frame-Options. Fixes #2760, #1376, #276…
alexec May 13, 2020
3717dd6
fix: Improve robustness of releases. Fixes #3004 (#3009)
alexec May 13, 2020
3d216ae
fix: Consider missing optional input/output artifacts with same name …
simster7 May 13, 2020
f17e946
fix(executor): Save script results before artifacts in case of error.…
alexec May 14, 2020
202d4ab
fix(executor): Optional input artifacts. Fixes #2990 (#3019)
alexec May 14, 2020
d10e949
fix: Consider metric nodes that were created and completed in the sam…
simster7 May 14, 2020
f12d79c
fix(controller)!: Correctly format workflow.creationTimepstamp as RFC…
alexec May 14, 2020
a1ac8bc
fix(artifacts): Allow tar check to be ignored. Fixes #2140 (#3024)
alexec May 14, 2020
38a995b
fix(executor): Properly handle empty resource results, like for a mis…
dmayle May 14, 2020
b7ff9f0
chore: Add ability to configure maximum DB connection lifetime (#3032)
markterm May 15, 2020
ada2209
Revert "fix(artifacts): Allow tar check to be ignored. Fixes #2140 (#…
alexec May 15, 2020
51dd05b
fix(artifacts): Explicit archive strategy. Fixes #2140 (#3052)
alexec May 19, 2020
4c3387b
fix: Linters should error if nothing was validated (#3011)
simster7 May 19, 2020
2b038ed
feat: Enhanced depends logic (#2673)
simster7 May 21, 2020
5b5bae9
docs: Add Isbank to users.md (#3068)
cgulseni May 21, 2020
784c138
build: Use goreman for starting locally. (#3074)
alexec May 21, 2020
0709ad2
feat: Enhanced filters for argo {watch,get,submit} (#2450)
simster7 May 21, 2020
6df0b2d
feat: Support Top level workflow template reference (#2912)
sarabala1979 May 21, 2020
bd40b80
docs: Document work avoidance. (#3066)
alexec May 22, 2020
6c369e6
chore: Rename files that include 'top-level' terminology (#3076)
simster7 May 22, 2020
6464bd1
fix(controller): Implement offloading for workflow updates that are r…
alexec May 23, 2020
50ad3ce
adds millisecond-level timestamps to argoexec (#2950)
aistein May 23, 2020
fa69c1b
feat: Add CronWorkflowConditions to report errors (#3055)
simster7 May 24, 2020
e4e0dfb
test: fix TestContinueOnFailDag (#3101)
vmanucharyan May 25, 2020
4fd27c3
build(swagger): Fix Swagger build problems (#3084)
alexec May 26, 2020
bb2ce9f
fix: Graceful error handling of malformatted log lines in watch (#3071)
simster7 May 26, 2020
8491e00
docs: Add link to USERS.md in PR template (#3086)
terrytangyuan May 26, 2020
6229353
chore: goimports (#3107)
alexec May 26, 2020
4de9974
feat: Added Label selector and Field selector in Argo list (#3088)
sarabala1979 May 26, 2020
a93968f
docs: Document how to backfill a cron workflow (#3094)
alexec May 26, 2020
132b947
fix: Differentiate between Fulfilled and Completed (#3083)
simster7 May 27, 2020
e88124d
fix(controller): Do not panic of woc.orig in not hydrated. Fixes #311…
alexec May 28, 2020
9229165
feat(ui): Add cost optimisation nudges. (#3089)
alexec May 28, 2020
1967b45
support sso (#3079)
wangzhipeng May 28, 2020
6e5dd2e
Add Alibaba OSS to the list of supported artifacts (#3108)
terrytangyuan May 28, 2020
257355e
feat: Add 'submit --from' to CronWorkflow and WorkflowTemplate in UI.…
simster7 May 28, 2020
2f3aca8
add AppDirect to the list of users (#3124)
leoluz May 28, 2020
69c9e5f
fix: Remove unnecessary panic (#3123)
simster7 May 28, 2020
2d9a74d
docs: Document cost optimizations. Fixes #1139 (#2972)
alexec May 28, 2020
0909214
fix(ui): Display error message instead of DAG when DAG cannot be rend…
alexec May 28, 2020
12b7254
fix: Panic on invalid WorkflowTemplateRef (#3127)
sarabala1979 May 28, 2020
1814ea2
fix(item): Support ItemValue.Type == List. Fixes #2660 (#3129)
alexec May 28, 2020
8715050
fix(ui): Fix label error (#3130)
alexec May 29, 2020
c0d59cc
feat: Persist DAG rendering options in local storage (#3126)
simster7 May 29, 2020
df725bb
fix(ui): Input artifacts labelled in UI. Fixes #3098 (#3131)
rbreeze May 29, 2020
1469991
fix: Update container delete grace period to match Kubernetes default…
matveybrant Jun 2, 2020
a0062ad
feat(ui): Add Alibaba Cloud OSS related models in UI (#3140)
terrytangyuan Jun 2, 2020
3318c11
chore: Move default metrics server port/path to consts (#3135)
terrytangyuan Jun 2, 2020
70b56f2
enhancement(ui): Add workflow labels column to workflow list. Fixes #…
rbreeze Jun 2, 2020
be42551
chore: Master needs lint (#3152)
simster7 Jun 3, 2020
cad84ca
chore: Remove unused nodeType in initializeNodeOrMarkError() (#3153)
terrytangyuan Jun 3, 2020
06ca71d
build: Fix path to staticfiles and goreman binaries (#3159)
terrytangyuan Jun 3, 2020
c6565d7
fix(controller): Maybe bug with nil woc.wfSpec. Fixes #3121 (#3160)
alexec Jun 3, 2020
b62184c
feat(cli): More `argo list` and `argo delete` options (#3117)
alexec Jun 3, 2020
8831e4e
feat(argo-server): Add support for SSO. See #1813 (#2745)
alexec Jun 3, 2020
edfa5b9
feat(metrics): Report controller error counters via metrics. Closes #…
simster7 Jun 3, 2020
e36fe66
docs: Add instructions on using Minikube as an alternative to K3D (#3…
terrytangyuan Jun 3, 2020
c42e4d3
feat(metrics): Add node-level resources duration as Argo variable for…
simster7 Jun 4, 2020
a9ec4d0
docs: Fix api swagger file path in docs (#3167)
maguowei Jun 4, 2020
138af59
fix(cli): Sort expanded nodes by index. Closes #3145 (#3146)
simster7 Jun 4, 2020
fa84e20
fix: Do not use alphabetical order if index exists (#3174)
simster7 Jun 4, 2020
a130d48
feat(ui): Add drawer with more details for each workflow in Workflow …
rbreeze Jun 4, 2020
81846d4
build: Only check Dex in hosts file when SSO is enabled (#3177)
terrytangyuan Jun 5, 2020
0c38e66
chore: Update Community Meeting link and specify Go@v1.13 (#3178)
simster7 Jun 5, 2020
04c77f4
fix(server): Allow field selection for workflow-event endpoint (fixes…
rbreeze Jun 6, 2020
47bfea5
docs: Add Graviti as official Argo user (#3187)
CadenOf Jun 8, 2020
e26d2f0
docs: Update Getting Started (#3099)
yunhailuo Jun 8, 2020
b86949f
fix: Ensure stable desc/hash for metrics (#3196)
simster7 Jun 8, 2020
f1cdba1
feat(controller): Add `--qps` and `--burst` flags to controller (#3180)
alexec Jun 8, 2020
8e1d56c
feat(controller): Add default name for artifact repository ref. (#3060)
alexec Jun 8, 2020
285eda6
chore: Remove unused pod in addArchiveLocation() (#3200)
terrytangyuan Jun 9, 2020
591f649
refactor: Refactor assesDAGPhase logic (#3035)
simster7 Jun 9, 2020
c89a81f
feat: Add '--schedule' flag to 'argo cron create' (#3199)
simster7 Jun 9, 2020
0ee5e11
feat: Only process significant pod changes (#3181)
alexec Jun 10, 2020
c930d2e
Update manifests to v2.9.0-rc1
alexec Jun 10, 2020
723e9d5
fix: Ensrue image name is present in containers (#3215)
simster7 Jun 11, 2020
15885d3
feat(sso): Allow reading SSO clientID from a secret. (#3207)
vladlosev Jun 11, 2020
a37d0a7
build: Change "DB=..." to "PROFILE=..." (#3216)
alexec Jun 11, 2020
a7d8546
feat(controller): Improve throughput of many workflows. Fixes #2908 (…
alexec Jun 11, 2020
3460859
fix(ui): Correctly update workflow list when workflow are modified/de…
alexec Jun 12, 2020
e5e6456
feat(cli): Add --latest flag for argo get command as per #3128 (#3179)
rbreeze Jun 12, 2020
4470a8a
fix(ui/server): Fix broken label filter functionality on UI due to bu…
rbreeze Jun 15, 2020
eae8f68
feat: Validate CronWorkflows before execution (#3223)
simster7 Jun 15, 2020
ff1627b
fix(events): Adds config flag. Reduce number of dupe events emitted. …
alexec Jun 16, 2020
ef159f9
feat: Tick CLI Workflow watch even if there are no new events (#3219)
simster7 Jun 16, 2020
c25e288
build: Migrate to Github Actions (#3233)
simster7 Jun 16, 2020
47f5069
feat(logging): Made more controller err/warn logging structured (#3240)
alexec Jun 16, 2020
4db1c4c
fix: Support the TTLStrategy for WorkflowTemplateRef (#3239)
sarabala1979 Jun 16, 2020
8fdbfe5
Merge branch 'master' into release-2.9
alexec Jun 17, 2020
abf02c3
Update manifests to v2.9.0-rc2
alexec Jun 17, 2020
495dc89
docs: Correct available fields in {{workflow.failures}} (#3238)
simster7 Jun 17, 2020
17108df
fix: Ensure subscription is closed in log viewer (#3247)
simster7 Jun 17, 2020
4bd33c6
chore(cli): Add examples of @latest alias for relevant commands. Fixe…
rbreeze Jun 17, 2020
23ca07a
chore: Covered steps.<STEPNAME>.outputs.parameters in variables docum…
markterm Jun 18, 2020
04bc549
build: Disable Circle CI and Sonar (#3253)
simster7 Jun 18, 2020
5467c89
fix(controller): set pod finish timestamp when it is deleted (#3230)
Jun 18, 2020
fb50263
feat: Configure ArchiveLabelSelector for Workflow Archive (#3249)
sarabala1979 Jun 18, 2020
54dd72c
update mysql yaml port (#3258)
yeya24 Jun 19, 2020
56694ab
Fixed onexit on workflowtempalteRef (#3263)
sarabala1979 Jun 20, 2020
2dae724
feat: Add mode to require Workflows to use workflowTemplateRef (#3149)
simster7 Jun 20, 2020
55e1370
feat: Append previous workflow name as label to resubmitted workflow …
terrytangyuan Jun 20, 2020
acba084
fix: Avoid unnecessary nil check for annotations of resubmitted workf…
terrytangyuan Jun 22, 2020
f2381a5
fix(controller): More structured logging. Fixes #3260 (#3262)
alexec Jun 22, 2020
c7e4c18
fix(ui): Update workflow drawer with new duration format (#3256)
rbreeze Jun 22, 2020
d1cb199
fixed archiveLabelSelector nil (#3270)
sarabala1979 Jun 22, 2020
f30c05c
build: Add warning to ensure 'v' is present on release versions (#3273)
simster7 Jun 22, 2020
f458016
fix(ui): Allow render of templates without entrypoint. Fixes #2891 (#…
alexec Jun 23, 2020
e6aab60
fix(jqFilter)!: remove extra quotes around output parameter value (#3…
TTRh Jun 23, 2020
2bcfafb
fix: Add {{workflow.status}} to workflow-metrics (#3271)
simster7 Jun 23, 2020
9eb182c
build: Allow to change k8s namespace for installation (#3281)
terrytangyuan Jun 23, 2020
acee573
docs: Update CI Badges (#3282)
simster7 Jun 23, 2020
61ca07e
Merge branch 'master' into release-2.9
alexec Jun 23, 2020
2e95ff4
Update manifests to v2.9.0-rc3
alexec Jun 23, 2020
d5a4807
Update releasing.md (#3283)
alexec Jun 23, 2020
a91cea5
fix: Fix delete --complete (#3278)
alexec Jun 23, 2020
cce666b
docs: Add example for handling large output resutls (#3276)
crenshaw-dev Jun 24, 2020
86401ba
docs: ArchiveLabelSelector document (#3284)
sarabala1979 Jun 24, 2020
dc65faa
docs: Updated WorkflowTemplateRef on WFT and CWFT (#3137)
sarabala1979 Jun 23, 2020
9af98a5
Fixes validation of overridden ref template parameters. (#3286)
vladlosev Jun 24, 2020
a2a1fba
fix: Reapply Update if CronWorkflow resource changed (#3272)
simster7 Jun 24, 2020
2bb2cdf
build: Upload E2E diagnostics after failure (#3294)
simster7 Jun 24, 2020
5395ad3
Clean up unused constants (#3298)
sarabala1979 Jun 25, 2020
f7e13a3
build: Remove generated Swagger files. (#3297)
alexec Jun 25, 2020
888c9b8
ci: Remove CircleCI (#3302)
alexec Jun 25, 2020
9f93449
build: Pin `goimports` to working version (#3311)
alexec Jun 25, 2020
011f136
fix(controller): Fix panic logging. (#3315)
alexec Jun 25, 2020
00ad29b
docs: Rename Ant Financial to Ant Group (#3304)
terrytangyuan Jun 25, 2020
36cbcfb
docs: Document access token creation and usage (#3316)
alexec Jun 25, 2020
5b109bc
Update manifests to v2.9.0-rc4
alexec Jun 26, 2020
52be71b
fix: Remove broken SSO from quick-starts (#3327)
alexec Jun 29, 2020
71d2958
fix(controller): Allow events to be sent to non-argo namespace. Fixes…
alexec Jun 30, 2020
248643d
fix: Ensure child pods respect maxDuration (#3280)
simster7 Jun 30, 2020
813122f
fix: Fix UI bug in DAGs (#3368)
simster7 Jul 1, 2020
9c52c1b
fix: Don't double-count metric events (#3350)
simster7 Jul 1, 2020
d67d3b1
Update manifests to v2.9.0
alexec Jul 2, 2020
6bf5fb3
fix: Running pods are garaged in PodGC onSuccess
sarabala1979 Jul 2, 2020
6b967d0
Update manifests to v2.9.1
alexec Jul 3, 2020
6378a58
fix: Fix concurrency issues with metrics (#3401)
simster7 Jul 7, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
239 changes: 0 additions & 239 deletions .circleci/config.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Checklist:
* [ ] I've signed the CLA.
* [ ] I have written unit and/or e2e tests for my change. PRs without these are unlikely to be merged.
* [ ] My builds are green. Try syncing with master if they are not.
* [ ] My organization is added to USERS.md.
* [ ] My organization is added to [USERS.md](https://github.com/argoproj/argo/blob/master/USERS.md).
Loading