text stringlengths 0 277 | files_count int64 0 300 | additions int64 0 187k | deletions int64 0 2.35M | changed_tests int64 0 286 | changed_docs int64 0 300 | changed_source int64 0 300 | has_tests bool 2
classes | has_docs bool 2
classes | extensions listlengths 0 105 | directories listlengths 0 11 | label stringclasses 11
values |
|---|---|---|---|---|---|---|---|---|---|---|---|
(gerrit) stubbing out Gerrit provider methods | 8 | 194 | 0 | 1 | 0 | 8 | true | false | [
"go"
] | [
"pkg"
] | feature |
try fix previews on our CI/CD infra | 1 | 1 | 0 | 0 | 0 | 1 | false | false | [
"go"
] | [
"pkg"
] | chore |
bad error message | 1 | 1 | 1 | 0 | 0 | 1 | false | false | [
"go"
] | [
"pkg"
] | bugfix |
added `jx delete team` helper command | 2 | 134 | 0 | 0 | 0 | 2 | false | false | [
"go"
] | [
"pkg"
] | feature |
fix helm missing test to not expect an error when a valid repo is missing | 1 | 1 | 1 | 1 | 0 | 1 | true | false | [
"go"
] | [
"pkg"
] | test |
do not return an error if no repository is found | 1 | 1 | 2 | 0 | 0 | 1 | false | false | [
"go"
] | [
"pkg"
] | bugfix |
wrap all errors from helm common with a message | 2 | 31 | 23 | 0 | 0 | 2 | false | false | [
"go"
] | [
"pkg"
] | bugfix |
wrap with a message all errors from step helm release | 1 | 12 | 10 | 0 | 0 | 1 | false | false | [
"go"
] | [
"pkg"
] | bugfix |
(install) set also the dev namespace | 1 | 1 | 0 | 0 | 0 | 1 | false | false | [
"go"
] | [
"pkg"
] | bugfix |
(common) wrap more errors with messages | 2 | 8 | 6 | 0 | 0 | 2 | false | false | [
"go"
] | [
"pkg"
] | chore |
(install) wrap all the errors from install with a specific message | 1 | 43 | 42 | 0 | 0 | 1 | false | false | [
"go"
] | [
"pkg"
] | chore |
(helm) configure the helm binary dynamically for install command | 2 | 3 | 2 | 0 | 0 | 1 | false | false | [
"go"
] | [
"pkg"
] | bugfix |
temporary change to debug the pipeline | 1 | 2 | 0 | 0 | 0 | 0 | false | false | [] | [] | chore |
(helm) overwrite the values with the content of myvaules.yaml file from the current folder | 1 | 20 | 2 | 0 | 0 | 1 | false | false | [
"go"
] | [
"pkg"
] | bugfix |
(util) add the command output to the error message when command execution fails | 1 | 7 | 3 | 0 | 0 | 1 | false | false | [
"go"
] | [
"pkg"
] | bugfix |
(helm) add the myvalues files only if exists | 1 | 3 | 7 | 0 | 0 | 1 | false | false | [
"go"
] | [
"pkg"
] | bugfix |
doc:(helm) add godoc comments to helm CLI methods | 2 | 27 | 0 | 0 | 0 | 2 | false | false | [
"go"
] | [
"pkg"
] | docs |
(helm) integrate the helm command into the version command | 5 | 15 | 19 | 1 | 0 | 5 | true | false | [
"go"
] | [
"pkg"
] | refactor |
(helm) parse the release status in the helm interface | 7 | 51 | 25 | 1 | 0 | 7 | true | false | [
"go"
] | [
"pkg"
] | refactor |
(helm) find the latest application version using the helm interface | 1 | 13 | 24 | 0 | 0 | 1 | false | false | [
"go"
] | [
"pkg"
] | refactor |
(helm) integrate the hlem interface into all commands | 13 | 35 | 55 | 5 | 0 | 13 | true | false | [
"go"
] | [
"pkg"
] | refactor |
(helm) add a method which packages a chart | 4 | 15 | 2 | 1 | 0 | 4 | true | false | [
"go"
] | [
"pkg"
] | refactor |
(helm) integrate the helm interface into the install command | 4 | 29 | 22 | 1 | 0 | 4 | true | false | [
"go"
] | [
"pkg"
] | refactor |
provide the helm value files in install and upgrade methods | 4 | 19 | 11 | 1 | 0 | 4 | true | false | [
"go"
] | [
"pkg"
] | refactor |
integrate new helm interface in common_helm | 6 | 80 | 169 | 0 | 0 | 6 | false | false | [
"go"
] | [
"pkg"
] | refactor |
error formatting | 1 | 3 | 1 | 0 | 0 | 1 | false | false | [
"go"
] | [
"pkg"
] | bugfix |
(helm) add some test for helm commands | 2 | 238 | 11 | 1 | 0 | 2 | true | false | [
"go"
] | [
"pkg"
] | test |
(helm) inject the helm runner to make the code more testable | 1 | 24 | 2 | 0 | 0 | 1 | false | false | [
"go"
] | [
"pkg"
] | refactor |
(helm) implement the helm provider for CLI | 2 | 254 | 7 | 0 | 0 | 2 | false | false | [
"go"
] | [
"pkg"
] | feature |
(helm) define the helm version | 1 | 8 | 1 | 0 | 0 | 1 | false | false | [
"go"
] | [
"pkg"
] | refactor |
(helm) define an interface for common helm actions within Jenkins X platform | 2 | 208 | 187 | 0 | 0 | 2 | false | false | [
"go"
] | [
"pkg"
] | refactor |
update oce to oke | 5 | 43 | 43 | 0 | 0 | 5 | false | false | [
"go"
] | [
"pkg"
] | chore |
(rsh) use bash if is available in the remote container | 1 | 43 | 9 | 0 | 0 | 1 | false | false | [
"go"
] | [
"pkg"
] | bugfix |
corrected role mapping for gcs storage buckets | 4 | 31 | 8 | 1 | 0 | 4 | true | false | [
"go"
] | [
"pkg"
] | bugfix |
Update create_cluster_oce.go | 1 | 3 | 3 | 0 | 0 | 1 | false | false | [
"go"
] | [
"pkg"
] | chore |
add prerequisite for oci cli | 1 | 5 | 2 | 0 | 0 | 1 | false | false | [
"go"
] | [
"pkg"
] | feature |
(delete apps) rephrase the log message when no application is picked to be deleted | 1 | 3 | 3 | 0 | 0 | 1 | false | false | [
"go"
] | [
"pkg"
] | bugfix |
better diagnostics and hopefully a fix for the main BDD tests | 2 | 4 | 8 | 0 | 0 | 2 | false | false | [
"go"
] | [
"pkg"
] | bugfix |
create the ECR registry on import/create of project | 2 | 57 | 9 | 0 | 0 | 2 | false | false | [
"go"
] | [
"pkg"
] | bugfix |
allow the --image on the `jx step pre build` | 2 | 16 | 8 | 0 | 0 | 2 | false | false | [
"go"
] | [
"pkg"
] | bugfix |
install helm secrets plugin | 1 | 15 | 2 | 0 | 0 | 1 | false | false | [
"go"
] | [
"pkg"
] | bugfix |
jx create cluster eks | 9 | 341 | 13 | 0 | 0 | 9 | false | false | [
"go"
] | [
"pkg"
] | bugfix |
fix(pipeline) lets lowecase placeholder substitution else chartmuseum and teh registry have issues | 1 | 3 | 3 | 0 | 0 | 1 | false | false | [
"go"
] | [
"pkg"
] | bugfix |
fix(gc) use correct serviceaccount name in clusterrolebinding too | 1 | 1 | 1 | 0 | 0 | 0 | false | false | [
"yaml"
] | [
"charts"
] | bugfix |
get logs from a non dev namespace | 1 | 3 | 2 | 0 | 0 | 1 | false | false | [
"go"
] | [
"pkg"
] | bugfix |
wrong if condition | 1 | 1 | 1 | 0 | 0 | 1 | false | false | [
"go"
] | [
"pkg"
] | bugfix |
update deps | 1 | 1 | 1 | 0 | 0 | 0 | false | false | [
"lock"
] | [] | build |
update vendoring and fix tests | 300 | 187,460 | 32,897 | 0 | 0 | 275 | false | false | [
"com/emirpasic/gods/license",
"com/go/contributors",
"com/go/license",
"com/gogo/protobuf/authors",
"com/gogo/protobuf/contributors",
"com/google/btree/license",
"com/modern-go/concurrent/license",
"com/modern-go/reflect2/license",
"com/petar/gollrb/authors",
"com/petar/gollrb/license",
"go",
... | [
"pkg",
"vendor"
] | chore |
(multicluster) prompting user which cluster to install jx | 2 | 89 | 96 | 0 | 0 | 2 | false | false | [
"go"
] | [
"pkg"
] | feature |
fix up error message | 1 | 1 | 1 | 0 | 0 | 1 | false | false | [
"go"
] | [
"pkg"
] | chore |
lazily create a default storage class for AWS / EKS | 3 | 66 | 4 | 0 | 0 | 3 | false | false | [
"go"
] | [
"pkg"
] | bugfix |
install of eksctl | 3 | 21 | 6 | 0 | 0 | 3 | false | false | [
"go"
] | [
"pkg"
] | bugfix |
refactored terraform/gsutil methods into utility package | 4 | 105 | 24 | 1 | 0 | 4 | true | false | [
"go"
] | [
"pkg"
] | chore |
installing jx in named cluster | 1 | 19 | 6 | 0 | 0 | 1 | false | false | [
"go"
] | [
"pkg"
] | feature |
extracted Cluster into an interface | 4 | 63 | 32 | 1 | 0 | 4 | true | false | [
"go"
] | [
"pkg"
] | chore |
BDD tests on PRs | 1 | 3 | 0 | 0 | 0 | 0 | false | false | [] | [] | bugfix |
initial spike of `jx create cluster eks` | 3 | 229 | 1 | 0 | 0 | 3 | false | false | [
"go"
] | [
"pkg"
] | chore |
fix GC rolebinding | 1 | 1 | 1 | 0 | 0 | 0 | false | false | [
"yaml"
] | [
"charts"
] | bugfix |
fix #1187 | 1 | 27 | 7 | 0 | 0 | 1 | false | false | [
"go"
] | [
"pkg"
] | bugfix |
refactor to extract Cluster interface from GKECluster | 2 | 139 | 65 | 1 | 0 | 2 | true | false | [
"go"
] | [
"pkg"
] | chore |
enable read:org for github so we can query the orgs a user belongs | 1 | 1 | 1 | 0 | 0 | 1 | false | false | [
"go"
] | [
"pkg"
] | bugfix |
remove temporary version hack while the skaffold upgrade was done | 1 | 1 | 1 | 0 | 0 | 0 | false | false | [] | [] | chore |
lets add retries around jenkins create folder/project | 1 | 59 | 46 | 0 | 0 | 1 | false | false | [
"go"
] | [
"pkg"
] | bugfix |
cleanup the comments | 1 | 0 | 20 | 0 | 0 | 1 | false | false | [
"go"
] | [
"pkg"
] | refactor |
add oce provider support | 6 | 577 | 2 | 0 | 0 | 6 | false | false | [
"go"
] | [
"pkg"
] | feature |
Merge pull request #1164 from ccojocar/refactor_cmd_package | 191 | 403 | 596 | 1 | 0 | 191 | true | false | [
"go"
] | [
"cmd",
"pkg"
] | refactor |
update the new commands to the new package structure | 3 | 6 | 9 | 0 | 0 | 3 | false | false | [
"go"
] | [
"pkg"
] | refactor |
remove the util package from cmd | 178 | 185 | 376 | 0 | 0 | 178 | false | false | [
"go"
] | [
"cmd",
"pkg"
] | refactor |
move the helper functions into the cmd package | 173 | 183 | 181 | 0 | 0 | 173 | false | false | [
"go"
] | [
"pkg"
] | refactor |
move pom helper functions to util | 2 | 3 | 3 | 0 | 0 | 2 | false | false | [
"go"
] | [
"pkg"
] | refactor |
move color functions to util | 3 | 12 | 14 | 0 | 0 | 3 | false | false | [
"go"
] | [
"pkg"
] | refactor |
move user detials functions to kube package | 3 | 3 | 3 | 0 | 0 | 3 | false | false | [
"go"
] | [
"pkg"
] | refactor |
move the table package out of cmd package because is more broadly used | 9 | 11 | 10 | 1 | 0 | 9 | true | false | [
"go"
] | [
"pkg"
] | refactor |
allow post preview jobs to be registered on a team | 16 | 541 | 22 | 0 | 0 | 16 | false | false | [
"go"
] | [
"pkg"
] | feature |
avoid spaces in option names | 1 | 1 | 1 | 0 | 0 | 1 | false | false | [
"go"
] | [
"pkg"
] | bugfix |
avoid spaces in option names | 1 | 1 | 1 | 0 | 0 | 1 | false | false | [
"go"
] | [
"pkg"
] | bugfix |
`jx edit helmbin` should lazily registry the Environment CRD | 1 | 7 | 0 | 0 | 0 | 1 | false | false | [
"go"
] | [
"pkg"
] | bugfix |
allow multiple kube config files to be combined with $KUBECONFIG | 1 | 10 | 14 | 0 | 0 | 1 | false | false | [
"go"
] | [
"pkg"
] | bugfix |
minor improvements to make command idempotent | 2 | 18 | 17 | 1 | 0 | 2 | true | false | [
"go"
] | [
"pkg"
] | chore |
minor refactor of skip-terraform-apply | 1 | 6 | 5 | 0 | 0 | 1 | false | false | [
"go"
] | [
"pkg"
] | chore |
implement a fake git provider | 2 | 551 | 0 | 0 | 0 | 2 | false | false | [
"go"
] | [
"pkg"
] | test |
BDD tests should use the latest jx binary | 1 | 4 | 2 | 0 | 0 | 0 | false | false | [] | [] | bugfix |
temporary hack to use the latest skaffold images | 1 | 1 | 1 | 0 | 0 | 0 | false | false | [] | [] | chore |
commiting and push cluster changes before applying terraform | 1 | 4 | 6 | 0 | 0 | 1 | false | false | [
"go"
] | [
"pkg"
] | chore |
slight refactor to reduce code duplication | 1 | 24 | 43 | 0 | 0 | 1 | false | false | [
"go"
] | [
"pkg"
] | chore |
(multicluster) can skip terraform apply | 2 | 24 | 19 | 1 | 0 | 2 | true | false | [
"go"
] | [
"pkg"
] | feature |
switch to new default build pack | 1 | 1 | 1 | 0 | 0 | 1 | false | false | [
"go"
] | [
"pkg"
] | bugfix |
jx get app for helm3 | 1 | 13 | 0 | 0 | 0 | 1 | false | false | [
"go"
] | [
"pkg"
] | bugfix |
handle KUBECONFIG with multiple paths | 1 | 14 | 6 | 0 | 0 | 1 | false | false | [
"go"
] | [
"pkg"
] | bugfix |
lets not fail BDD tests if there's no external chart museum URL | 1 | 2 | 1 | 0 | 0 | 1 | false | false | [
"go"
] | [
"pkg"
] | bugfix |
minimise the footprint of BDD tests per PR | 1 | 1 | 1 | 0 | 0 | 0 | false | false | [
"template"
] | [] | bugfix |
minimise the footprint of BDD tests per PR | 1 | 22 | 1 | 0 | 0 | 0 | false | false | [
"template"
] | [] | bugfix |
inject the git object into the test configuration | 6 | 15 | 9 | 5 | 0 | 6 | true | false | [
"go"
] | [
"pkg"
] | chore |
(uninstall) cleanup the namespaces even when the helm delete fails for jenkins-x platform | 1 | 33 | 7 | 0 | 0 | 1 | false | false | [
"go"
] | [
"pkg"
] | bugfix |
corrected autorepair flag for terraform command | 1 | 1 | 1 | 0 | 0 | 1 | false | false | [
"go"
] | [
"pkg"
] | bugfix |
removed debugging statements from Jenkinsfile | 1 | 1 | 7 | 0 | 0 | 0 | false | false | [] | [] | bugfix |
os_user.Current fix on linux | 1 | 4 | 2 | 0 | 0 | 1 | false | false | [
"go"
] | [
"pkg"
] | bugfix |
resolved merge issues | 1 | 1 | 1 | 0 | 0 | 1 | false | false | [
"go"
] | [
"pkg"
] | bugfix |
lets tear down the BDD tests team on successful PR build | 1 | 3 | 0 | 0 | 0 | 0 | false | false | [] | [] | bugfix |
allow uninstall to be invoked from batch mode with confirm | 1 | 31 | 17 | 0 | 0 | 1 | false | false | [
"go"
] | [
"pkg"
] | bugfix |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.