Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
  •  
  •  
  •  
58 changes: 0 additions & 58 deletions .chglog/CHANGELOG.tpl.md

This file was deleted.

40 changes: 0 additions & 40 deletions .chglog/config.yml

This file was deleted.

1 change: 0 additions & 1 deletion .codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ ignore:
- "docs"
- "plugin"
- "schema"
- "third_party"
2 changes: 0 additions & 2 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,11 @@ linters:
# )
text: 'SA9004:'
paths:
- third_party$
- builtin$
- examples$
formatters:
exclusions:
generated: lax
paths:
- third_party$
- builtin$
- examples$
16 changes: 0 additions & 16 deletions .versionrc

This file was deleted.

743 changes: 0 additions & 743 deletions CHANGELOG.md

This file was deleted.

4 changes: 4 additions & 0 deletions docs/generator/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ func main() {
Use: rootName,
}

// Include feature-flagged commands so their reference pages stay in sync.
// `func config ci` is only registered when this is set.
os.Setenv(cmd.ConfigCIFeatureFlag, "true")

// Create the root command
var root = cmd.NewRootCmd(cmd.RootCommandConfig{Name: rootName})

Expand Down
34 changes: 0 additions & 34 deletions docs/reference/func_cluster.md

This file was deleted.

63 changes: 0 additions & 63 deletions docs/reference/func_cluster_create.md

This file was deleted.

36 changes: 0 additions & 36 deletions docs/reference/func_cluster_delete.md

This file was deleted.

22 changes: 0 additions & 22 deletions docs/reference/func_cluster_list.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/reference/func_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ func config
### SEE ALSO

* [func](func.md) - func manages Knative Functions
* [func config ci](func_config_ci.md) - Generate a GitHub Workflow for function deployment
* [func config envs](func_config_envs.md) - List and manage configured environment variable for a function
* [func config git](func_config_git.md) - Manage Git configuration of a function
* [func config labels](func_config_labels.md) - List and manage configured labels for a function
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/func_config_ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func config ci
--registry-user-variable-name string Use a custom registry user variable name in the workflow, e.g. vars.YOUR_REGISTRY_USER (default "REGISTRY_USERNAME")
--remote Build the function on a Tekton-enabled cluster
--self-hosted-runner Use a 'self-hosted' runner instead of the default 'ubuntu-latest' for local runner execution
--test-step Add a language-specific test step (supported: go, node, python) (default true)
--test-step Add a language-specific test step (supported: go, node, typescript, python, quarkus) (default true)
-v, --verbose Print verbose logs ($FUNC_VERBOSE)
--workflow-name string Use a custom workflow name (default "Func Deploy")
```
Expand Down
47 changes: 0 additions & 47 deletions docs/reference/func_info.md

This file was deleted.

2 changes: 1 addition & 1 deletion hack/test-full.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#
# This script presumes a local testing environment set up using:
# func cluster create - Creates test cluster with Knative, registry, etc.
# func cluster create --dapr - Also installs Dapr (needed for some integration tests)
# hack/cluster.sh - Older cluster path; installs Dapr and other extras
# hack/gitlab.sh - Installs GitLab in-cluster
# hack/git-server.sh - Starts a git server in-cluster
#
Expand Down
Loading
Loading