forked from fluxcd/flux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The *git.Repo state machine has a state for `RepoNoConfig` (meaning no repo URL supplied), but hitherto it was not reachable, because the constructor initialised the state to `RepoNew` (not cloned yet), and there is no transition from there to `RepoNoConfig`. We do want to distinguish the "no config" state from just not being ready, however. This commit makes the state reachable, and accounts for it in *git.Repo methods. Ultimately this is visible via the API, where "no config" is now treated as a reason for ListController results to be read-only.
- helm-0.6.0
- helm-0.5.3
- helm-0.5.2
- helm-0.5.1
- helm-0.5.0
- helm-0.4.0
- helm-0.3.0
- helm-0.2.1
- helm-0.2.0
- helm-0.1.1-alpha
- helm-0.1.0-alpha
- chart-0.6.3
- chart-0.6.2
- chart-0.6.1
- chart-0.6.0
- chart-0.5.2
- chart-0.5.1
- chart-0.5.0
- chart-0.4.1
- chart-0.4.0
- chart-0.3.4
- chart-0.3.3
- chart-0.3.2
- chart-0.3.0
- chart-0.2.2
- chart-0.2.1
- chart-0.2.0
- 1.10.1
- 1.10.0
- 1.9.0
- 1.8.2
- 1.8.1
- 1.8.0
- 1.7.1
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.1
- 1.3.0
Showing
3 changed files
with
48 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters