Skip to content

Pull requests: knative/func

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

refactor(mcp): call pkg/functions directly for list tool needs-ok-to-test 🤖 Needs an org member to approve testing size/L 🤖 PR changes 100-499 lines, ignoring generated files.
#3778 opened May 17, 2026 by xenonnn4w Contributor Loading…
3 tasks done
fix: forward CLI overrides to in-cluster deploy for Git-based remote deploys needs-ok-to-test 🤖 Needs an org member to approve testing size/L 🤖 PR changes 100-499 lines, ignoring generated files.
#3777 opened May 17, 2026 by Ankitsinghsisodya Contributor Loading…
feat: enable volume mounts for local func run needs-ok-to-test 🤖 Needs an org member to approve testing size/L 🤖 PR changes 100-499 lines, ignoring generated files.
#3776 opened May 17, 2026 by Ankitsinghsisodya Contributor Loading…
cleanup: replace docker.io image references with ghcr.io mirrors needs-ok-to-test 🤖 Needs an org member to approve testing size/XS 🤖 PR changes 0-9 lines, ignoring generated files.
#3775 opened May 17, 2026 by Ankitsinghsisodya Contributor Loading…
feat: add --json output mode to all func subcommands needs-ok-to-test 🤖 Needs an org member to approve testing size/XXL 🤖 PR changes 1000+ lines, ignoring generated files.
#3774 opened May 17, 2026 by Ankitsinghsisodya Contributor Loading…
7 tasks
Cleanup: Extend CLI error wrapping to describe and invoke commands needs-ok-to-test 🤖 Needs an org member to approve testing size/L 🤖 PR changes 100-499 lines, ignoring generated files.
#3773 opened May 17, 2026 by cubaseuser123 Contributor Loading…
fix(k8s): thread caller ctx into DialContext exec goroutine kind/bug Bugs ok-to-test 🤖 Non-member PR verified by an org member that is safe to test. size/XS 🤖 PR changes 0-9 lines, ignoring generated files.
#3772 opened May 17, 2026 by SarthakB11 Loading…
fix: use non-root group for dialer and volume-uploader pods needs-ok-to-test 🤖 Needs an org member to approve testing size/XS 🤖 PR changes 0-9 lines, ignoring generated files.
#3767 opened May 16, 2026 by Itx-Psycho0 Contributor Loading…
feat(mcp): add repository list/add/rename/remove tools kind/enhancement Feature additions or improvements to existing needs-ok-to-test 🤖 Needs an org member to approve testing size/XL 🤖 PR changes 500-999 lines, ignoring generated files.
#3766 opened May 16, 2026 by Ankitsinghsisodya Contributor Loading…
refactor(mcp): remove writeEnabled param from Server.Start needs-ok-to-test 🤖 Needs an org member to approve testing size/M 🤖 PR changes 30-99 lines, ignoring generated files.
#3765 opened May 16, 2026 by Ankitsinghsisodya Contributor Loading…
docs(mcp): fix delete tool instructions — no-args CWD mode not supported needs-ok-to-test 🤖 Needs an org member to approve testing size/XS 🤖 PR changes 0-9 lines, ignoring generated files.
#3764 opened May 16, 2026 by Ankitsinghsisodya Contributor Loading…
fix(mcp): use result in error message instead of nil err in create test needs-ok-to-test 🤖 Needs an org member to approve testing size/XS 🤖 PR changes 0-9 lines, ignoring generated files.
#3763 opened May 16, 2026 by Ankitsinghsisodya Contributor Loading…
fix(cmd): return error when config add flags are partially provided needs-ok-to-test 🤖 Needs an org member to approve testing size/M 🤖 PR changes 30-99 lines, ignoring generated files.
#3762 opened May 16, 2026 by Ankitsinghsisodya Contributor Loading…
fix(mcp): prevent hang in config add/remove handlers when required fields are omitted needs-ok-to-test 🤖 Needs an org member to approve testing size/L 🤖 PR changes 100-499 lines, ignoring generated files.
#3761 opened May 16, 2026 by Ankitsinghsisodya Contributor Loading…
fix(mcp): remove writeEnabled from Start() to prevent readonly state desync approved 🤖 PR has been approved by an approver from all required OWNERS files. lgtm 🤖 PR is ready to be merged. needs-ok-to-test 🤖 Needs an org member to approve testing needs-rebase Cannot be merged due to conflicts with HEAD. size/M 🤖 PR changes 30-99 lines, ignoring generated files.
#3758 opened May 16, 2026 by Elvand-Lie Contributor Loading…
feat: func clusters - dev cluster creation approved 🤖 PR has been approved by an approver from all required OWNERS files. size/XXL 🤖 PR changes 1000+ lines, ignoring generated files.
#3754 opened May 16, 2026 by lkingland Member Loading…
feat: Add CA certificate bundle support for builds needs-ok-to-test 🤖 Needs an org member to approve testing size/L 🤖 PR changes 100-499 lines, ignoring generated files.
#3751 opened May 15, 2026 by Itx-Psycho0 Contributor Loading…
[main] Upgrade to latest dependencies size/XS 🤖 PR changes 0-9 lines, ignoring generated files. skip-review PR may be merged without full review.
#3748 opened May 15, 2026 by knative-automation Contributor Loading…
feat(mcp): add describe tool for deployed functions needs-ok-to-test 🤖 Needs an org member to approve testing size/L 🤖 PR changes 100-499 lines, ignoring generated files.
#3744 opened May 15, 2026 by Ankitsinghsisodya Contributor Loading…
1 task done
fix(mcp): block build --push in read-only MCP mode needs-ok-to-test 🤖 Needs an org member to approve testing size/XS 🤖 PR changes 0-9 lines, ignoring generated files.
#3741 opened May 14, 2026 by Ankitsinghsisodya Contributor Loading…
mcp: add invoke tool to test deployed Functions from agent context kind/enhancement Feature additions or improvements to existing needs-ok-to-test 🤖 Needs an org member to approve testing size/L 🤖 PR changes 100-499 lines, ignoring generated files.
#3739 opened May 14, 2026 by thonmay Loading…
mcp: add func-workflow prompt for guided Function lifecycle kind/enhancement Feature additions or improvements to existing needs-ok-to-test 🤖 Needs an org member to approve testing size/L 🤖 PR changes 100-499 lines, ignoring generated files.
#3737 opened May 14, 2026 by thonmay Loading…
mcp: add describe tool for Function inspection kind/enhancement Feature additions or improvements to existing needs-ok-to-test 🤖 Needs an org member to approve testing size/L 🤖 PR changes 100-499 lines, ignoring generated files.
#3736 opened May 14, 2026 by thonmay Loading…
git/gitlab: enable SSL verification for project webhooks ok-to-test 🤖 Non-member PR verified by an org member that is safe to test. size/M 🤖 PR changes 30-99 lines, ignoring generated files.
#3735 opened May 14, 2026 by Vi-shub Loading…
feat: add TLS certificate support for Docker contexts ok-to-test 🤖 Non-member PR verified by an org member that is safe to test. size/XL 🤖 PR changes 500-999 lines, ignoring generated files.
#3728 opened May 14, 2026 by Itx-Psycho0 Contributor Loading…
ProTip! Add no:assignee to see everything that’s not assigned.