author int64 658 755k | date stringdate 2012-06-12 08:34:29 2024-07-22 14:51:21 | timezone int64 -46,800 43.2k | hash stringlengths 40 40 | message stringlengths 5 490 | mods listlengths 1 16 | language stringclasses 20
values | license stringclasses 3
values | repo stringlengths 5 68 | original_message stringlengths 12 491 |
|---|---|---|---|---|---|---|---|---|---|
596,240 | 23.03.2018 10:30:15 | -3,600 | 0cfda7ce4c551acb10b717af6f97cddea9e641eb | removes unneeded workaround | [
{
"change_type": "MODIFY",
"old_path": "pkg/templates/node_1.7.go",
"new_path": "pkg/templates/node_1.7.go",
"diff": "@@ -27,21 +27,6 @@ systemd:\nExecStart=/usr/bin/coreos-metadata --provider=openstack-metadata --attributes=/run/metadata/coreos --ssh-keys=core --hostname=/etc/hostname\nRestart=on-f... | Go | Apache License 2.0 | sapcc/kubernikus | removes unneeded workaround |
596,240 | 23.03.2018 11:31:33 | -3,600 | a123942ecf614b0e28499549fcf183edd1133723 | removes loop through sniffer for internal communication | [
{
"change_type": "MODIFY",
"old_path": "charts/kube-master/Chart.yaml",
"new_path": "charts/kube-master/Chart.yaml",
"diff": "apiVersion: v1\ndescription: A Helm chart for Kubernetes\nname: kube-master\n-version: 1.9.0-kubernikus.2\n+version: 1.9.0-kubernikus.3\n"
},
{
"change_type": "MODIFY... | Go | Apache License 2.0 | sapcc/kubernikus | removes loop through sniffer for internal communication |
596,240 | 23.03.2018 14:16:46 | -3,600 | a63a9fd222062156a7af41bc1b2a4bd650fa233a | fixes apiserver service configuration | [
{
"change_type": "MODIFY",
"old_path": "charts/kube-master/templates/configmap.yaml",
"new_path": "charts/kube-master/templates/configmap.yaml",
"diff": "@@ -14,7 +14,7 @@ data:\n- name: local\ncluster:\ncertificate-authority: /etc/kubernetes/certs/tls-ca.pem\n- server: https://{{ include \"master.f... | Go | Apache License 2.0 | sapcc/kubernikus | fixes apiserver service configuration |
596,240 | 09.04.2018 11:02:30 | -7,200 | b50002efddc8c771c6e66ecb07732eb0235d689a | fixes nodepool race creation/deletion. now without caching (tm) | [
{
"change_type": "MODIFY",
"old_path": "pkg/client/openstack/kluster/client.go",
"new_path": "pkg/client/openstack/kluster/client.go",
"diff": "@@ -94,13 +94,13 @@ func (c *klusterClient) DeleteNode(id string) (err error) {\n}\nfunc (c *klusterClient) ListNodes(pool *models.NodePool) (nodes []Node, ... | Go | Apache License 2.0 | sapcc/kubernikus | fixes nodepool race creation/deletion. now without caching (tm) |
596,233 | 13.04.2018 11:07:39 | -7,200 | 8dbf3c188c311183859b4088f059d356be28fea1 | add KubernikusKlusterUnavailable alert | [
{
"change_type": "MODIFY",
"old_path": "charts/kubernikus-system/charts/prometheus/kubernikus.alerts",
"new_path": "charts/kubernikus-system/charts/prometheus/kubernikus.alerts",
"diff": "@@ -25,14 +25,26 @@ groups:\ndescription: \"{{ $labels.instance }} is unavailable\"\nsummary: \"{{ $labels.insta... | Go | Apache License 2.0 | sapcc/kubernikus | add KubernikusKlusterUnavailable alert |
596,240 | 12.04.2018 14:20:58 | -7,200 | 23dcf921dc425b91d5c34bd8cae45e96456fe998 | fixes e2e tests name for qa soak tests | [
{
"change_type": "MODIFY",
"old_path": "ci/pipeline.yaml",
"new_path": "ci/pipeline.yaml",
"diff": "@@ -136,7 +136,7 @@ auth_e2e_qa-de-1: &auth_e2e_qa-de-1\nOS_USER_DOMAIN_NAME: ccadmin\nOS_PROJECT_NAME: kubernikus-e2e\nOS_PROJECT_DOMAIN_NAME: ccadmin\n- KUBERNIKUS_NAME: e2e_qa-de-1\n+ KUBERNIKUS_NA... | Go | Apache License 2.0 | sapcc/kubernikus | fixes e2e tests name for qa soak tests |
596,240 | 24.04.2018 13:55:04 | -7,200 | 09e1ef476176fc0016bf79ff049be170d0c0daab | updates pipeline for eu-de-2 | [
{
"change_type": "MODIFY",
"old_path": "ci/pipeline.yaml",
"new_path": "ci/pipeline.yaml",
"diff": "@@ -29,6 +29,10 @@ auth_feature: &auth_feature\nKUBERNIKUS_NAME: k-feature\nKUBERNIKUS_URL: https://k-feature.admin.cloud.sap\n+auth_feature: &auth_infra\n+ KUBERNIKUS_NAME: k-infra\n+ KUBERNIKUS_URL:... | Go | Apache License 2.0 | sapcc/kubernikus | updates pipeline for eu-de-2 |
596,240 | 24.04.2018 15:48:39 | -7,200 | af735c3df2d57edfcfb0274e40c0ed4e133f518d | adds auth info for infra kluster | [
{
"change_type": "MODIFY",
"old_path": "ci/pipeline.yaml",
"new_path": "ci/pipeline.yaml",
"diff": "@@ -29,7 +29,13 @@ auth_feature: &auth_feature\nKUBERNIKUS_NAME: k-feature\nKUBERNIKUS_URL: https://k-feature.admin.cloud.sap\n-auth_feature: &auth_infra\n+auth_infra: &auth_infra\n+ OS_AUTH_URL: http... | Go | Apache License 2.0 | sapcc/kubernikus | adds auth info for infra kluster |
596,240 | 26.04.2018 17:08:50 | -7,200 | 413461b9fa96460ed6870c79e8b640b36d0c2321 | increases timeout waiting for PVs | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/util.go",
"new_path": "test/e2e/util.go",
"diff": "@@ -287,7 +287,7 @@ func (s *E2ETestSuite) waitForPVC(pvc *v1.PersistentVolumeClaim) (*v1.Persistent\nreturn nil, err\n}\n- _, err = watch.Until(5*time.Minute, w, isPVCBound)\n+ _, err = watch.Until(1... | Go | Apache License 2.0 | sapcc/kubernikus | increases timeout waiting for PVs |
596,240 | 03.05.2018 14:44:29 | -7,200 | fc3226eb665936e9e302fb8c1fe12205a20f5db5 | lowercases node name for openstack | [
{
"change_type": "MODIFY",
"old_path": "pkg/util/namegenerator.go",
"new_path": "pkg/util/namegenerator.go",
"diff": "@@ -2,6 +2,7 @@ package util\nimport (\n\"fmt\"\n+ \"strings\"\nutilrand \"k8s.io/apimachinery/pkg/util/rand\"\n)\n@@ -32,5 +33,5 @@ func (simpleNameGenerator) GenerateName(base stri... | Go | Apache License 2.0 | sapcc/kubernikus | lowercases node name for openstack (#274) |
596,240 | 14.05.2018 16:19:32 | -7,200 | 93555887bc145011de01afee417d3d1e1b4dcee2 | less parallelism | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/kluster_test.go",
"new_path": "test/e2e/kluster_test.go",
"diff": "@@ -25,8 +25,6 @@ type KlusterTests struct {\n}\nfunc (k *KlusterTests) KlusterPhaseBecomesPending(t *testing.T) {\n- t.Parallel()\n-\nphase, err := k.Kubernikus.WaitForKlusterPhase(k.... | Go | Apache License 2.0 | sapcc/kubernikus | less parallelism |
596,240 | 14.05.2018 16:20:43 | -7,200 | 126c3a0cc6167b14a5caf853a27d7e2cfc535dc1 | no need for kubectl anymore | [
{
"change_type": "MODIFY",
"old_path": "ci/task_e2e_tests.yaml",
"new_path": "ci/task_e2e_tests.yaml",
"diff": "@@ -16,15 +16,10 @@ run:\nargs:\n- -c\n- |\n- export KUBERNETES_VERSION=v1.9.0\nexport GOPATH=$PWD/gopath\ncd gopath/src/github.com/sapcc/kubernikus\n- apk add --no-cache make git curl\n- ... | Go | Apache License 2.0 | sapcc/kubernikus | no need for kubectl anymore |
596,240 | 14.05.2018 16:49:57 | -7,200 | 9b1eb336bd2679fa4f4cd834ce2dd7c5c1019a73 | adds eu-de-2 smoketests | [
{
"change_type": "MODIFY",
"old_path": "ci/pipeline.yaml",
"new_path": "ci/pipeline.yaml",
"diff": "@@ -139,6 +139,16 @@ auth_e2e_eu-de-1: &auth_e2e_eu-de-1\nKUBERNIKUS_NAME: e2e\nKUBERNIKUS_URL: https://kubernikus.eu-de-1.cloud.sap\n+auth_e2e_eu-de-1: &auth_e2e_eu-de-2\n+ OS_AUTH_URL: https://ident... | Go | Apache License 2.0 | sapcc/kubernikus | adds eu-de-2 smoketests |
596,240 | 14.05.2018 16:53:10 | -7,200 | ff514f5412175ea954e4ac36ada1aed25d6f87e0 | no progress bar for tests | [
{
"change_type": "MODIFY",
"old_path": "ci/task_e2e_tests.yaml",
"new_path": "ci/task_e2e_tests.yaml",
"diff": "@@ -19,7 +19,7 @@ run:\nexport GOPATH=$PWD/gopath\ncd gopath/src/github.com/sapcc/kubernikus\n- apk add --no-cache make git\n+ apk add --no-progress --no-cache make git\nmake test-e2e\npar... | Go | Apache License 2.0 | sapcc/kubernikus | no progress bar for tests |
596,240 | 14.05.2018 16:55:01 | -7,200 | 5b688e660c48b732c6f8337fc898b31e5c691a5f | again less paralleism | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/setup_test.go",
"new_path": "test/e2e/setup_test.go",
"diff": "@@ -123,8 +123,6 @@ func TestRunner(t *testing.T) {\nrequire.NotEqual(t, len(nodes.Items), 1, \"There must be at least 2 nodes\")\nt.Run(\"Network\", func(t *testing.T) {\n- t.Parallel()\n... | Go | Apache License 2.0 | sapcc/kubernikus | again less paralleism |
596,240 | 14.05.2018 17:20:52 | -7,200 | 8428cfcfb7ba24a45a14390c1ca8f59afa269678 | adds timeout and kluster name | [
{
"change_type": "MODIFY",
"old_path": "Makefile",
"new_path": "Makefile",
"diff": "@@ -118,7 +118,7 @@ clean:\ntest-e2e:\n@cd test/e2e && \\\nset -o pipefail && \\\n- go test -v --kubernikus=kubernikus.eu-nl-1.cloud.sap | \\\n+ go test -v -timeout 20m --kubernikus=kubernikus.eu-nl-1.cloud.sap --klu... | Go | Apache License 2.0 | sapcc/kubernikus | adds timeout and kluster name |
596,240 | 14.05.2018 17:46:21 | -7,200 | 15c1156014c00703e03a6ce0b169afbc663b11e1 | new clusters for each test | [
{
"change_type": "MODIFY",
"old_path": "Makefile",
"new_path": "Makefile",
"diff": "@@ -118,7 +118,7 @@ clean:\ntest-e2e:\n@cd test/e2e && \\\nset -o pipefail && \\\n- go test -v -timeout 20m --kubernikus=kubernikus.eu-nl-1.cloud.sap --kluster=e2e | \\\n+ go test -v -timeout 55m --kubernikus=kuberni... | Go | Apache License 2.0 | sapcc/kubernikus | new clusters for each test |
596,240 | 14.05.2018 18:14:24 | -7,200 | 363f9b95dca2adaf94851827914927bb4f4ca79e | uses urls. fixes e2e pass through | [
{
"change_type": "MODIFY",
"old_path": "Makefile",
"new_path": "Makefile",
"diff": "@@ -116,10 +116,14 @@ clean:\n.PHONY: test-e2e\ntest-e2e:\n+ifndef KUBERNIKUS_URL\n+ $(error set KUBERNIKUS_URL)\n+else\n@cd test/e2e && \\\nset -o pipefail && \\\n- go test -v -timeout 55m --kubernikus=kubernikus.eu... | Go | Apache License 2.0 | sapcc/kubernikus | uses urls. fixes e2e pass through |
596,240 | 14.05.2018 18:39:20 | -7,200 | 9bddb52dba62b1a00ccc7260d4d8a83ffb4b103c | don't wait when deletion failed | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/setup_test.go",
"new_path": "test/e2e/setup_test.go",
"diff": "@@ -94,9 +94,10 @@ func TestRunner(t *testing.T) {\nif cleanup != nil && *cleanup == true {\ndefer t.Run(\"Cleanup\", func(t *testing.T) {\n- t.Run(\"TerminateCluster\", api.TerminateClust... | Go | Apache License 2.0 | sapcc/kubernikus | don't wait when deletion failed |
596,240 | 14.05.2018 19:09:20 | -7,200 | df1a327e68fae734826f10cd2d02a856cd4c6157 | 15m is the max time we wait for volumes | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/kluster_test.go",
"new_path": "test/e2e/kluster_test.go",
"diff": "@@ -14,7 +14,7 @@ import (\nconst (\nKlusterPhaseBecomesPendingTimeout = 1 * time.Minute\nKlusterPhaseBecomesCreatingTimeout = 1 * time.Minute\n- KlusterPhaseBecomesRunningTimeout = 5 ... | Go | Apache License 2.0 | sapcc/kubernikus | 15m is the max time we wait for volumes |
596,240 | 15.05.2018 10:17:11 | -7,200 | 8474740bf010c39f9071857ce2dc307724c9eb33 | extends timeout for PVC pods. parallelize smoketests | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/setup_test.go",
"new_path": "test/e2e/setup_test.go",
"diff": "@@ -26,11 +26,15 @@ func validate() error {\nreturn fmt.Errorf(\"You need to provide the --kubernikus flag\")\n}\n- _, err := url.Parse(*kubernikusURL)\n+ k, err := url.Parse(*kubernikusUR... | Go | Apache License 2.0 | sapcc/kubernikus | extends timeout for PVC pods. parallelize smoketests |
596,240 | 15.05.2018 14:29:53 | -7,200 | 9483dbc8cec20c431be30f58b5887df8dac6a9a2 | increases timeout for kube-dns to start properly | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/network_test.go",
"new_path": "test/e2e/network_test.go",
"diff": "@@ -24,7 +24,7 @@ const (\nTestPodTimeout = 1 * time.Minute\nTestServicesTimeout = 1 * time.Minute\n- TestServicesWithDNSTimeout = 1 * time.Minute\n+ TestServicesWithDNSTimeout = 5 * t... | Go | Apache License 2.0 | sapcc/kubernikus | increases timeout for kube-dns to start properly |
596,240 | 15.05.2018 21:02:42 | -7,200 | cbfa4899a1cd1334c9742465473a4bb2ccf985e5 | explicitly wait for kube-dns to become ready | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/network_test.go",
"new_path": "test/e2e/network_test.go",
"diff": "@@ -20,6 +20,7 @@ import (\nconst (\nTestWaitForPodsRunningTimeout = 5 * time.Minute\n+ TestWaitForKubeDNSRunningTimeout = 2 * time.Minute\nTestWaitForServiceEndpointsTimeout = 5 * tim... | Go | Apache License 2.0 | sapcc/kubernikus | explicitly wait for kube-dns to become ready |
596,240 | 15.05.2018 22:33:06 | -7,200 | 0b966ebcaf14de11c9866e68bcbbcf34472a3a5e | adds smoke tests that explictly check for node conditions | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/api_test.go",
"new_path": "test/e2e/api_test.go",
"diff": "@@ -15,6 +15,8 @@ import (\nconst (\nTestKlusterDeletedTimeout = 5 * time.Minute\nTestKlusterNodesReadyTimeout = 10 * time.Minute\n+\n+ SmokeTestNodeCount = 2\n)\ntype APITests struct {\n@@ -3... | Go | Apache License 2.0 | sapcc/kubernikus | adds smoke tests that explictly check for node conditions |
596,240 | 15.05.2018 23:04:23 | -7,200 | 03293a5c1c26320e2c56921b23c0ff1bf8749006 | fixes premature cleanup | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/setup_test.go",
"new_path": "test/e2e/setup_test.go",
"diff": "@@ -170,11 +170,12 @@ func TestRunner(t *testing.T) {\nt.Run(\"WaitForKubeDNS\", network.WaitForKubeDNSRunning)\n})\n})\n-\n+ t.Run(\"Connectivity\", func(t *testing.T) {\nt.Run(\"Connecti... | Go | Apache License 2.0 | sapcc/kubernikus | fixes premature cleanup |
596,240 | 15.05.2018 23:11:04 | -7,200 | 37242da2d110c778cc5d2ead0418a109f0e921d9 | delays node readyness tests to later | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/setup_test.go",
"new_path": "test/e2e/setup_test.go",
"diff": "@@ -61,9 +61,6 @@ func TestMain(m *testing.M) {\n}\nfunc TestRunner(t *testing.T) {\n- var kubernetes *framework.Kubernetes\n- var kubernikus *framework.Kubernikus\n-\nnamespaceNetwork := ... | Go | Apache License 2.0 | sapcc/kubernikus | delays node readyness tests to later |
596,240 | 16.05.2018 09:47:46 | -7,200 | fb60b18ed6e9553a1b4d0f3a9aadf725136c4905 | removes routebroken test | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/setup_test.go",
"new_path": "test/e2e/setup_test.go",
"diff": "@@ -134,7 +134,6 @@ func TestRunner(t *testing.T) {\nnodeTests := NodeTests{kubernetes, SmokeTestNodeCount}\nt.Run(\"Registered\", nodeTests.Registered)\n- t.Run(\"Condition/RouteBroken\",... | Go | Apache License 2.0 | sapcc/kubernikus | removes routebroken test |
596,240 | 17.05.2018 17:34:19 | -7,200 | 5fcb40f7203f99ab7e19f8fa8882243df9edc7e2 | adds node condition and state checks | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/api_test.go",
"new_path": "test/e2e/api_test.go",
"diff": "@@ -122,8 +122,3 @@ func (a *APITests) WaitForKlusterToBeDeleted(t *testing.T) {\nerr := a.Kubernikus.WaitForKlusterToBeDeleted(a.KlusterName, TestKlusterDeletedTimeout)\nrequire.NoError(t, er... | Go | Apache License 2.0 | sapcc/kubernikus | adds node condition and state checks |
596,240 | 17.05.2018 17:51:10 | -7,200 | e2824e702200d153f9d2309961d96f00a432743f | slight renaming for clarity | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/node_test.go",
"new_path": "test/e2e/node_test.go",
"diff": "@@ -18,9 +18,9 @@ import (\nconst (\n// Incremental Increasing TImeout\n- StateRunningTimeout = 15 * time.Minute\n- RegisteredTimeout = 5 * time.Minute\n- StateSchedulableTimeout = 1 * time.... | Go | Apache License 2.0 | sapcc/kubernikus | slight renaming for clarity |
596,240 | 18.05.2018 13:53:31 | -7,200 | fb19503f5840be2013d9ebecbdfc41f80c9cb493 | adds more flatteing | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/network_test.go",
"new_path": "test/e2e/network_test.go",
"diff": "@@ -52,8 +52,8 @@ func (n *NetworkTests) Run(t *testing.T) {\ndefer t.Run(\"Cleanup\", n.DeleteNamespace)\nt.Run(\"CreateNamespace\", n.CreateNamespace)\nt.Run(\"WaitNamespace\", n.Wai... | Go | Apache License 2.0 | sapcc/kubernikus | adds more flatteing |
596,232 | 18.06.2018 18:15:08 | -7,200 | 6c33640d075ccc69464544da35374378da38557b | add guide to deploy hana express on kubernikus | [
{
"change_type": "MODIFY",
"old_path": "docs/guide/common_addons.md",
"new_path": "docs/guide/common_addons.md",
"diff": "@@ -225,5 +225,158 @@ Now you can pull or push images\ndocker pull ${local_ip}:5000/<user>/<image>\n```\n+## Deploy HANA Express database on Kubernikus\n+\n+Create a Kubernetes c... | Go | Apache License 2.0 | sapcc/kubernikus | add guide to deploy hana express on kubernikus |
596,240 | 22.06.2018 13:23:04 | -7,200 | 531bdaa7b30a1738582dddbfac24fd90798cc541 | Update node_test.go
Adds more leeway for VM creations | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/node_test.go",
"new_path": "test/e2e/node_test.go",
"diff": "@@ -19,7 +19,7 @@ import (\nconst (\n// Incremental Increasing TImeout\n- StateRunningTimeout = 1 * time.Minute // Time from cluster ready to nodes being created\n+ StateRunningTimeout = 5 *... | Go | Apache License 2.0 | sapcc/kubernikus | Update node_test.go
Adds more leeway for VM creations |
596,240 | 27.06.2018 10:11:13 | -7,200 | 09a892f33b0de5e3b5d30d5009c542b7325b4eb8 | suspected fix for left-over pvs | [
{
"change_type": "MODIFY",
"old_path": "pkg/controller/deorbit/controller.go",
"new_path": "pkg/controller/deorbit/controller.go",
"diff": "@@ -113,17 +113,13 @@ func (d *DeorbitReconciler) doDeorbit(deorbiter Deorbiter) (err error) {\nreturn err\n}\n- if len(deletedPVCs) > 0 {\nif err := deorbiter.... | Go | Apache License 2.0 | sapcc/kubernikus | suspected fix for left-over pvs |
596,240 | 27.06.2018 12:49:14 | -7,200 | a6359e5272785ed213e722b5c804c4a29fec3b87 | Clean-Up Errored Instances
This commit adds functionality to the flight controller that deletes
instances in Error state. Recreation works in tandem with launch control
which just ignores errored VMs. | [
{
"change_type": "MODIFY",
"old_path": "pkg/client/openstack/kluster/node.go",
"new_path": "pkg/client/openstack/kluster/node.go",
"diff": "@@ -74,6 +74,14 @@ func (n *Node) Running() bool {\nreturn false\n}\n+func (n *Node) Erroring() bool {\n+ if n.TaskState == \"deleting\" {\n+ return false\n+ }\... | Go | Apache License 2.0 | sapcc/kubernikus | Clean-Up Errored Instances
This commit adds functionality to the flight controller that deletes
instances in Error state. Recreation works in tandem with launch control
which just ignores errored VMs. |
596,240 | 27.06.2018 15:31:32 | -7,200 | bcc1631e1e259f13369ffeeaa602c1c35953ecf6 | increases termination timeout. needs more time now for volume deletion | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/cleanup_test.go",
"new_path": "test/e2e/cleanup_test.go",
"diff": "@@ -17,7 +17,7 @@ import (\nconst (\nKlusterPhaseBecomesTerminatingTimeout = 1 * time.Minute\n- WaitForKlusterToBeDeletedTimeout = 5 * time.Minute\n+ WaitForKlusterToBeDeletedTimeout =... | Go | Apache License 2.0 | sapcc/kubernikus | increases termination timeout. needs more time now for volume deletion |
596,225 | 10.07.2018 14:29:31 | -7,200 | a2e5238d630382f74842598edf0cee68d27fc08d | add missing alt-name to apiserver cert
the x509 certs for apiserver lacked `kubernetes.default.svc` as alternative name | [
{
"change_type": "MODIFY",
"old_path": "pkg/util/certificates.go",
"new_path": "pkg/util/certificates.go",
"diff": "@@ -194,7 +194,7 @@ func CreateCertificates(kluster *v1.Kluster, apiURL, authURL, domain string) (ma\ncerts.ApiServer.Nodes.Universal = certs.signApiServerNode(\"universal\")\ncerts.Ku... | Go | Apache License 2.0 | sapcc/kubernikus | add missing alt-name to apiserver cert
the x509 certs for apiserver lacked `kubernetes.default.svc` as alternative name |
596,240 | 02.08.2018 16:31:20 | -7,200 | 898e789d0f66e838328f20fa7950b6ddc958e771 | add networks by flavor convention | [
{
"change_type": "MODIFY",
"old_path": "pkg/client/openstack/kluster/client.go",
"new_path": "pkg/client/openstack/kluster/client.go",
"diff": "@@ -2,6 +2,7 @@ package kluster\nimport (\n\"fmt\"\n+ \"strings\"\n\"time\"\n\"github.com/gophercloud/gophercloud\"\n@@ -63,11 +64,30 @@ func NewKlusterClie... | Go | Apache License 2.0 | sapcc/kubernikus | add networks by flavor convention |
596,240 | 08.08.2018 15:11:49 | -7,200 | d7e8e380d2da4404e16d4e7f3e1ac7bad2865f63 | bootstraps nvidia device-plugin and nvidia driver. fixes | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "contrib/nvidia-gpu/device-plugin-damonset.yaml",
"diff": "+apiVersion: apps/v1\n+kind: DaemonSet\n+metadata:\n+ name: nvidia-gpu-device-plugin\n+ namespace: kube-system\n+ labels:\n+ k8s-app: nvidia-gpu-device-plugin\n+ addonmanager.kubernetes.i... | Go | Apache License 2.0 | sapcc/kubernikus | bootstraps nvidia device-plugin and nvidia driver. fixes #307 |
596,240 | 10.08.2018 09:28:46 | -7,200 | 824b5fd03590dab88e8f3dc72b9571e308f2acf6 | uses latest nvidia-device-plugin. fixes hdriver ost-path | [
{
"change_type": "MODIFY",
"old_path": "contrib/nvidia-gpu/device-plugin-damonset.yaml",
"new_path": "contrib/nvidia-gpu/device-plugin-damonset.yaml",
"diff": "@@ -38,11 +38,11 @@ spec:\nhostPath:\npath: /dev\ncontainers:\n- - image: \"k8s.gcr.io/nvidia-gpu-device-plugin@sha256:0842734032018be107fa2... | Go | Apache License 2.0 | sapcc/kubernikus | uses latest nvidia-device-plugin. fixes hdriver ost-path |
596,240 | 22.08.2018 14:27:29 | -7,200 | bb8e8258706d4cc6fd50a6f5d0efa378f4ecbd09 | upgrade to v1.10.7 | [
{
"change_type": "MODIFY",
"old_path": "charts/kube-master/values.yaml",
"new_path": "charts/kube-master/values.yaml",
"diff": "# Declare variables to be passed into your templates.\nimage:\nrepository: sapcc/hyperkube\n- tag: v1.10.1\n+ tag: v1.10.7\npullPolicy: IfNotPresent\n# Settings for the ope... | Go | Apache License 2.0 | sapcc/kubernikus | upgrade to v1.10.7 |
596,240 | 22.08.2018 17:12:35 | -7,200 | 336d178dd6fb5499d1e50d21df5becdd35869dc5 | fix rkt root pathing issue | [
{
"change_type": "MODIFY",
"old_path": "pkg/templates/node_1.7.go",
"new_path": "pkg/templates/node_1.7.go",
"diff": "@@ -131,7 +131,7 @@ systemd:\n--stage1-from-dir=stage1-fly.aci \\\nquay.io/coreos/hyperkube:v1.7.5_coreos.0 \\\n--name=kube-proxy \\\n- --exec=hyperkube \\\n+ --exec=/hyperkube \\\n-... | Go | Apache License 2.0 | sapcc/kubernikus | fix rkt root pathing issue |
596,240 | 23.08.2018 11:18:30 | -7,200 | fa92b92eea3e6639f4eea3bbc3fb333b92c9511c | adds pyrolize tasks to terminate e2e klusters from previous incomplete test runs | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/framework/kubernikus.go",
"new_path": "test/e2e/framework/kubernikus.go",
"diff": "@@ -4,6 +4,7 @@ import (\n\"fmt\"\n\"net/url\"\n\"os\"\n+ \"strings\"\n\"time\"\n\"github.com/go-openapi/runtime\"\n@@ -124,3 +125,31 @@ func (k *Kubernikus) WaitForKlu... | Go | Apache License 2.0 | sapcc/kubernikus | adds pyrolize tasks to terminate e2e klusters from previous incomplete test runs |
596,240 | 27.08.2018 16:13:46 | -7,200 | 496b8db90b57dd17e1083148af4db5813c85fab1 | allows multi-tenant installations | [
{
"change_type": "MODIFY",
"old_path": "charts/kubernikus/templates/clusterrolebinding.yaml",
"new_path": "charts/kubernikus/templates/clusterrolebinding.yaml",
"diff": "+{{- if .Values.standalone}}\napiVersion: rbac.authorization.k8s.io/v1beta1\nkind: ClusterRoleBinding\nmetadata:\n@@ -10,3 +11,4 @... | Go | Apache License 2.0 | sapcc/kubernikus | allows multi-tenant installations |
596,240 | 24.08.2018 17:13:07 | -7,200 | 3208f1b30096c98bb74be8084afe63b6cf75a590 | add swift state backend, makefile, services and endpoints | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "terraform/Makefile",
"diff": "+TF_PLUGIN_DIR ?= \"$(GOPATH)/bin\"\n+\n+TF_AUTH_URL ?= \"https://identity-3.$(TF_REGION).cloud.sap/v3\"\n+TF_USER_DOMAIN := ccadmin\n+TF_DOMAIN_NAME := ccadmin\n+TF_TENANT := kubernikus\n+\n+TF_BACKEND_AUTH_URL ?= ... | Go | Apache License 2.0 | sapcc/kubernikus | add swift state backend, makefile, services and endpoints |
596,240 | 24.08.2018 17:19:30 | -7,200 | c973af5970e984e1d5346407ea485fa3521a5589 | adds mini-readme, gitignore and removes some variables | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "terraform/.gitignore",
"diff": "+.terraform\n"
},
{
"change_type": "ADD",
"old_path": null,
"new_path": "terraform/README.md",
"diff": "+# Usage\n+\n+```\n+export TF_REGION=ap-jp-1\n+export TF_USER=d038720\n+export TF_PASSWOR... | Go | Apache License 2.0 | sapcc/kubernikus | adds mini-readme, gitignore and removes some variables |
596,240 | 27.08.2018 15:44:43 | -7,200 | 0dadfac2f6862a7a76403662c8995ad0bf03c7a2 | adds creation of dns entries | [
{
"change_type": "MODIFY",
"old_path": "terraform/Makefile",
"new_path": "terraform/Makefile",
"diff": "@@ -48,6 +48,7 @@ plan: validate\n-var password=$(TF_PASSWORD) \\\n-var domain_name=$(TF_DOMAIN_NAME) \\\n-var tenant_name=$(TF_TENANT) \\\n+ -var-file=\"${TF_REGION}.tfvars\" \\\n-parallelism=0\n... | Go | Apache License 2.0 | sapcc/kubernikus | adds creation of dns entries |
596,240 | 27.08.2018 16:14:36 | -7,200 | 0e5d123e0e565e71105d4608c11dd99ae459e05f | adds pipeline user | [
{
"change_type": "MODIFY",
"old_path": "terraform/kubernikus.tf",
"new_path": "terraform/kubernikus.tf",
"diff": "@@ -99,6 +99,9 @@ data \"openstack_networking_network_v2\" \"external_network\" {\nname = \"FloatingIP-external-ccadmin\"\n}\n+data \"openstack_identity_user_v3\" \"pipeline\" {\n+ name ... | Go | Apache License 2.0 | sapcc/kubernikus | adds pipeline user |
596,240 | 28.08.2018 15:08:47 | -7,200 | 78debc9b598d68cb610e6b4cbaca90385cd882a2 | installs or upgrades tiller | [
{
"change_type": "MODIFY",
"old_path": "ci/task_tiller.yaml",
"new_path": "ci/task_tiller.yaml",
"diff": "@@ -18,9 +18,7 @@ run:\nset -exo pipefail\ntag=$(cat secrets.git/kubernikus/tiller.version)\nkubernikusctl auth init\n- helm version\n- kubectl set image --namespace=kube-system deployment/tille... | Go | Apache License 2.0 | sapcc/kubernikus | installs or upgrades tiller |
596,240 | 28.08.2018 15:09:13 | -7,200 | 5a86c61484d88e295c7d4e403c80798ad45dcbf5 | limits parallelism to 1 instead of infinity -.- | [
{
"change_type": "MODIFY",
"old_path": "terraform/Makefile",
"new_path": "terraform/Makefile",
"diff": "@@ -49,7 +49,7 @@ plan: validate\n-var domain_name=$(TF_DOMAIN_NAME) \\\n-var tenant_name=$(TF_TENANT) \\\n-var-file=\"${TF_REGION}.tfvars\" \\\n- -parallelism=0\n+ -parallelism=1\napply: validate... | Go | Apache License 2.0 | sapcc/kubernikus | limits parallelism to 1 instead of infinity -.- |
596,240 | 28.08.2018 15:09:38 | -7,200 | fcdcee503742a9160160880c41a6b1de1c801225 | adds kubernikus service user | [
{
"change_type": "MODIFY",
"old_path": "terraform/kubernikus.tf",
"new_path": "terraform/kubernikus.tf",
"diff": "@@ -65,11 +65,21 @@ terraform {\n}\n}\n-data \"openstack_identity_project_v3\" \"kubernikus_domain\" {\n+data \"openstack_identity_project_v3\" \"ccadmin\" {\nname = \"ccadmin\"\nis_doma... | Go | Apache License 2.0 | sapcc/kubernikus | adds kubernikus service user |
596,240 | 28.08.2018 15:27:21 | -7,200 | 2d71d18cea47e873b305232f654554ccd79703b8 | sets up sa and crb for tiller | [
{
"change_type": "MODIFY",
"old_path": "ci/task_tiller.yaml",
"new_path": "ci/task_tiller.yaml",
"diff": "@@ -18,6 +18,8 @@ run:\nset -exo pipefail\ntag=$(cat secrets.git/kubernikus/tiller.version)\nkubernikusctl auth init\n+ kubectl -n kube-system create sa tiller || true\n+ kubectl create clusterr... | Go | Apache License 2.0 | sapcc/kubernikus | sets up sa and crb for tiller |
596,240 | 29.08.2018 11:40:27 | -7,200 | 5ff0d01fe46178beeea5c3cd9e78cde3db8b6c66 | allows to pass in FIP for k8sniff loadbalancer | [
{
"change_type": "MODIFY",
"old_path": "charts/k8sniff/templates/service.yaml",
"new_path": "charts/k8sniff/templates/service.yaml",
"diff": "@@ -18,3 +18,7 @@ spec:\nexternalIPs:\n- {{ .Values.external_service_ip }}\n{{- end }}\n+{{- if .Values.loadbalancer_fip }}\n+ loadBalancerIP: {{ .Values.load... | Go | Apache License 2.0 | sapcc/kubernikus | allows to pass in FIP for k8sniff loadbalancer |
596,240 | 29.08.2018 13:27:41 | -7,200 | 2e16ee8274f19b2a5e0c2ffdff5a3977545b266f | fixes value test | [
{
"change_type": "MODIFY",
"old_path": "charts/k8sniff/templates/service.yaml",
"new_path": "charts/k8sniff/templates/service.yaml",
"diff": "@@ -18,7 +18,7 @@ spec:\nexternalIPs:\n- {{ .Values.external_service_ip }}\n{{- end }}\n-{{- if .Values.loadbalancer_fip }}\n+{{- if .Values.loadBalancerIP }}... | Go | Apache License 2.0 | sapcc/kubernikus | fixes value test |
596,240 | 31.08.2018 17:36:16 | -7,200 | d5c9dd3d7e9a76810b47311e5dea214ca8dd16f9 | contribs pipeline image for terraform jobs | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "contrib/kubernikus-terraform/Dockerfile",
"diff": "+FROM golang:alpine as builder\n+\n+ARG TERRAFORM_PROVIDER_OPENSTACK_VERSION\n+ARG TERRAFORM_PROVIDER_CCLOUD_VERSION\n+\n+RUN apk add --update git make bash\n+\n+WORKDIR /go/src/github.com/sapcc... | Go | Apache License 2.0 | sapcc/kubernikus | contribs pipeline image for terraform jobs |
596,240 | 31.08.2018 17:36:53 | -7,200 | 33ed3c87a2e649388524a326f51bd80091155815 | sets rbac policy for external floatingip network | [
{
"change_type": "MODIFY",
"old_path": "terraform/Makefile",
"new_path": "terraform/Makefile",
"diff": "@@ -49,7 +49,7 @@ plan: validate\n-var domain_name=$(TF_DOMAIN_NAME) \\\n-var tenant_name=$(TF_TENANT) \\\n-var-file=\"${TF_REGION}.tfvars\" \\\n- -parallelism=1\n+ -parallelism=10\napply: validat... | Go | Apache License 2.0 | sapcc/kubernikus | sets rbac policy for external floatingip network |
596,240 | 03.09.2018 16:49:58 | -7,200 | 8f667fd2cff1c3863ad4c1d5f3dcd777f51ea301 | terraforms automatically | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "ci/task_terraform.yaml",
"diff": "+---\n+platform: 'linux'\n+\n+image_resource:\n+ type: docker-image\n+ source:\n+ repository: sapcc/kubernikus-terraform\n+ tag: 'latest'\n+\n+inputs:\n+ - name: secrets.git\n+ - name: kubernikus.git\n+\n+\n+run... | Go | Apache License 2.0 | sapcc/kubernikus | terraforms automatically |
596,240 | 03.09.2018 18:03:56 | -7,200 | a4b2c0584c8ff5283f1307526114c4c2deeccffa | terraforms ap-jp-1 | [
{
"change_type": "MODIFY",
"old_path": "ci/pipeline.yaml",
"new_path": "ci/pipeline.yaml",
"diff": "@@ -402,6 +402,14 @@ resources:\nbranch: master\ndepth: 1\n+ - name: kubernikus.git\n+ type: git\n+ check_every: 1h\n+ source:\n+ uri: https://github.com/sapcc/kubernikus.git\n+ branch: master\n+ dept... | Go | Apache License 2.0 | sapcc/kubernikus | terraforms ap-jp-1 |
596,240 | 03.09.2018 18:04:16 | -7,200 | f704e48f8e130de0fbdc29c2aa18225b9966496d | fixes type, adds certificates | [
{
"change_type": "MODIFY",
"old_path": "contrib/kubernikus-terraform/Dockerfile",
"new_path": "contrib/kubernikus-terraform/Dockerfile",
"diff": "@@ -19,5 +19,5 @@ FROM alpine:3.8\nARG TERRAFORM_VERSION\n-RUN apk add --update make terraform=${TERRAFORM_VERSION}\n+RUN apk add --update make ca-certifi... | Go | Apache License 2.0 | sapcc/kubernikus | fixes type, adds certificates |
596,240 | 04.09.2018 10:58:14 | -7,200 | 590bd972cbd7d73936d278193db04bc6860e324f | allows to specify tfvar directory | [
{
"change_type": "MODIFY",
"old_path": "terraform/Makefile",
"new_path": "terraform/Makefile",
"diff": "TF_PLUGIN_DIR ?= \"$(GOPATH)/bin\"\n+TF_VARS_DIR ?= .\nTF_AUTH_URL ?= \"https://identity-3.$(TF_REGION).cloud.sap/v3\"\nTF_USER_DOMAIN := ccadmin\n@@ -48,7 +49,7 @@ plan: validate\n-var password=$... | Go | Apache License 2.0 | sapcc/kubernikus | allows to specify tfvar directory |
596,240 | 04.09.2018 15:56:13 | -7,200 | fe88c66cc3be9acde87ab9e538161625a3280dde | creates service user | [
{
"change_type": "MODIFY",
"old_path": "terraform/kubernikus.tf",
"new_path": "terraform/kubernikus.tf",
"diff": "@@ -147,16 +147,42 @@ data \"openstack_identity_user_v3\" \"pipeline\" {\n+resource \"openstack_identity_role_v3\" \"kubernetes_admin\" {\n+ name = \"kubernetes_admin\"\n+}\n+\n+resource... | Go | Apache License 2.0 | sapcc/kubernikus | creates service user |
596,240 | 05.09.2018 14:04:41 | -7,200 | 461c95d27c20cc0f5102a12d9968c86a82e57956 | uses forked terraform for proper swift authentication | [
{
"change_type": "MODIFY",
"old_path": "ci/pipeline.yaml",
"new_path": "ci/pipeline.yaml",
"diff": "@@ -1303,7 +1303,8 @@ jobs:\ntimeout: 45m\nparams:\nTF_REGION: ap-jp-1\n- <<: *auth_ap-jp-1\n+ TF_PASSWORD: ((kubernikus-terraform-password))\n+\ngroups:\n- name: deploy\n"
},
{
"change_type":... | Go | Apache License 2.0 | sapcc/kubernikus | uses forked terraform for proper swift authentication |
596,240 | 05.09.2018 14:15:04 | -7,200 | 510a148d902d410f2f5f119b41d4771421996835 | removes leaking passwords | [
{
"change_type": "MODIFY",
"old_path": "terraform/Makefile",
"new_path": "terraform/Makefile",
"diff": "@@ -26,11 +26,9 @@ endif\nall: validate init plan apply\n-validate:\n- env | grep \"TF_\\|OS_\"\n-init: validate\n- terraform init \\\n+init:\n+ @terraform init \\\n-plugin-dir=$(TF_PLUGIN_DIR) \\... | Go | Apache License 2.0 | sapcc/kubernikus | removes leaking passwords |
596,240 | 05.09.2018 14:51:57 | -7,200 | 22d1449008c4bce4a945003174ccdc61178c23bc | adds seed task | [
{
"change_type": "MODIFY",
"old_path": "ci/pipeline.yaml",
"new_path": "ci/pipeline.yaml",
"diff": "@@ -402,6 +402,15 @@ resources:\nbranch: master\ndepth: 1\n+ - name: kubernikus-ci.git\n+ type: git\n+ check_every: 1h\n+ source:\n+ uri: https://github.com/sapcc/kubernikus.git\n+ branch: master\n+ d... | Go | Apache License 2.0 | sapcc/kubernikus | adds seed task |
596,240 | 05.09.2018 15:04:06 | -7,200 | 408b33467b098993caeb81136dfff4900d9ab97c | uses global value | [
{
"change_type": "MODIFY",
"old_path": "ci/pipeline.yaml",
"new_path": "ci/pipeline.yaml",
"diff": "@@ -1323,6 +1323,52 @@ jobs:\nTF_PASSWORD: ((kubernikus-terraform-password))\n+\n+ - name: seed_ap-ae-1\n+ serial: true\n+ plan:\n+ - aggregate:\n+ - get: helm-charts-openstack-kubernikus.git\n+ - get... | Go | Apache License 2.0 | sapcc/kubernikus | uses global value |
596,240 | 05.09.2018 16:19:32 | -7,200 | 187a81118f4526854659940ae3cd19c2aeacf1d3 | voodoo shuffling | [
{
"change_type": "MODIFY",
"old_path": "terraform/Makefile",
"new_path": "terraform/Makefile",
"diff": "@@ -58,4 +58,4 @@ apply:\n-var domain_name=$(TF_PROJECT_DOMAIN) \\\n-var tenant_name=$(TF_PROJECT) \\\n-var-file=\"${TF_VARS_DIR}/kubernikus.tfvars\" \\\n- -parallelism=10\n+ -parallelism=10 \\\n"... | Go | Apache License 2.0 | sapcc/kubernikus | voodoo shuffling |
596,240 | 05.09.2018 16:45:30 | -7,200 | af0f3b7bf847b05d0755c947a80cd8f6109f9b6d | adds terraform user to kubernikus project as kubernikus admin | [
{
"change_type": "MODIFY",
"old_path": "terraform/kubernikus.tf",
"new_path": "terraform/kubernikus.tf",
"diff": "@@ -74,6 +74,10 @@ data \"ccloud_identity_group_v3\" \"ccadmin_domain_admins\" {\nname = \"CCADMIN_DOMAIN_ADMINS\"\n}\n+data \"openstack_identity_user_v3\" \"kubernikus_terraform\" {\n+ ... | Go | Apache License 2.0 | sapcc/kubernikus | adds terraform user to kubernikus project as kubernikus admin |
596,240 | 06.09.2018 17:02:41 | -7,200 | 1bf0201f13cb45177759dbbcd6f29f2334a0868d | pulls infrastructure pause image from dockerhub. required for download in china | [
{
"change_type": "MODIFY",
"old_path": "pkg/templates/node_1.10.go",
"new_path": "pkg/templates/node_1.10.go",
"diff": "@@ -104,6 +104,7 @@ systemd:\n--network-plugin=kubenet \\\n--non-masquerade-cidr=0.0.0.0/0 \\\n--lock-file=/var/run/lock/kubelet.lock \\\n+ --pod-infra-container-image=sapcc/pause-... | Go | Apache License 2.0 | sapcc/kubernikus | pulls infrastructure pause image from dockerhub. required for download in china |
596,240 | 07.09.2018 13:59:22 | -7,200 | d43a13d87b722627d6c22a72f9b64b48ad89e80d | work in progresss | [
{
"change_type": "MODIFY",
"old_path": "ci/pipeline.yaml",
"new_path": "ci/pipeline.yaml",
"diff": "@@ -21,47 +21,17 @@ auth_feature: &auth_feature\nKUBERNIKUS_NAME: k-feature\nKUBERNIKUS_URL: https://k-feature.admin.cloud.sap\n-auth_infra: &auth_infra\n- OS_AUTH_URL: https://identity-3.eu-nl-1.clou... | Go | Apache License 2.0 | sapcc/kubernikus | work in progresss |
596,240 | 07.09.2018 15:30:28 | -7,200 | e31a3aa18b2d8f423a4963707356b240d12aba92 | creates e2e project | [
{
"change_type": "MODIFY",
"old_path": "terraform/kubernikus.tf",
"new_path": "terraform/kubernikus.tf",
"diff": "@@ -135,7 +135,9 @@ data \"openstack_networking_network_v2\" \"external\" {\nname = \"FloatingIP-external-ccadmin\"\n}\n-\n+data \"openstack_networking_network_v2\" \"external_e2e\" {\n+... | Go | Apache License 2.0 | sapcc/kubernikus | creates e2e project |
596,240 | 07.09.2018 15:50:05 | -7,200 | e65d0e6e95d0650bf8106e44753dae146cc62740 | no paralleism for limes | [
{
"change_type": "MODIFY",
"old_path": "terraform/Makefile",
"new_path": "terraform/Makefile",
"diff": "@@ -45,7 +45,7 @@ plan:\n-var domain_name=$(TF_PROJECT_DOMAIN) \\\n-var tenant_name=$(TF_PROJECT) \\\n-var-file=\"${TF_VARS_DIR}/kubernikus.tfvars\" \\\n- -parallelism=10\n+ -parallelism=1\napply:... | Go | Apache License 2.0 | sapcc/kubernikus | no paralleism for limes |
596,240 | 11.09.2018 17:23:31 | -7,200 | 448b2ea93a2360b2159b5f390e984155f7b0e672 | fixes overlapping service/cluster cidrs | [
{
"change_type": "MODIFY",
"old_path": "terraform/kubernikus.tf",
"new_path": "terraform/kubernikus.tf",
"diff": "@@ -83,6 +83,10 @@ data \"openstack_identity_role_v3\" \"admin\" {\nname = \"admin\"\n}\n+data \"openstack_identity_role_v3\" \"member\" {\n+ name = \"member\"\n+}\n+\ndata \"openstack_i... | Go | Apache License 2.0 | sapcc/kubernikus | fixes overlapping service/cluster cidrs |
596,240 | 13.09.2018 10:24:04 | -7,200 | 87776ad31a4ddc1c387d8ee944a5a63587d4ac6a | fixes kube-dns image pull china regions | [
{
"change_type": "MODIFY",
"old_path": "pkg/controller/ground/bootstrap/dns/dns.go",
"new_path": "pkg/controller/ground/bootstrap/dns/dns.go",
"diff": "@@ -17,7 +17,7 @@ import (\nconst (\nSERVICE_ACCOUNT = \"kube-dns\"\nCONFIGMAP = \"kube-dns\"\n- DEFAULT_REPOSITORY = \"gcr.io/google_containers\"\n... | Go | Apache License 2.0 | sapcc/kubernikus | fixes kube-dns image pull china regions |
596,240 | 13.09.2018 10:54:02 | -7,200 | d36c4810e1b27b8fc957332dc446b2ca9c8349b5 | updates documentation for image republishing | [
{
"change_type": "MODIFY",
"old_path": "pkg/controller/ground/bootstrap/dns/dns.go",
"new_path": "pkg/controller/ground/bootstrap/dns/dns.go",
"diff": "@@ -18,6 +18,17 @@ const (\nSERVICE_ACCOUNT = \"kube-dns\"\nCONFIGMAP = \"kube-dns\"\nDEFAULT_REPOSITORY = \"sapcc\" // Used to be gcr.io/google_con... | Go | Apache License 2.0 | sapcc/kubernikus | updates documentation for image republishing |
596,240 | 13.09.2018 11:17:03 | -7,200 | 58f1de642e4b2e9c9a574f544027b0ded0a5bf62 | uses vendored etcd for china | [
{
"change_type": "MODIFY",
"old_path": "charts/kube-master/charts/etcd/values.yaml",
"new_path": "charts/kube-master/charts/etcd/values.yaml",
"diff": "# This is a YAML-formatted file.\n# Declare variables to be passed into your templates.\nimage:\n- repository: gcr.io/google_containers/etcd\n+ repo... | Go | Apache License 2.0 | sapcc/kubernikus | uses vendored etcd for china |
596,229 | 13.09.2018 13:50:29 | -7,200 | 873bf79e2bc65dcc08ec4b442beec9c63500531d | GPU node labels changed "ccloud.sap.com/nvidia-gpu" to "gpu" | [
{
"change_type": "MODIFY",
"old_path": "contrib/nvidia-gpu/device-plugin-damonset.yaml",
"new_path": "contrib/nvidia-gpu/device-plugin-damonset.yaml",
"diff": "@@ -23,7 +23,7 @@ spec:\nrequiredDuringSchedulingIgnoredDuringExecution:\nnodeSelectorTerms:\n- matchExpressions:\n- - key: ccloud.sap.com/n... | Go | Apache License 2.0 | sapcc/kubernikus | GPU node labels changed "ccloud.sap.com/nvidia-gpu" to "gpu" (#314) |
596,229 | 18.09.2018 09:49:51 | -7,200 | d7d59b133cd38bb6c4e5def44e6dfb7520d5d64b | Delete passwords from keyring if setup fails | [
{
"change_type": "MODIFY",
"old_path": "pkg/cmd/kubernikusctl/auth/init.go",
"new_path": "pkg/cmd/kubernikusctl/auth/init.go",
"diff": "@@ -102,6 +102,12 @@ func (o *InitOptions) Run(c *cobra.Command) (err error) {\n}\nif err := o.setup(); err != nil {\n+\n+ if o.openstack.Username != \"\" {\n+ fmt.... | Go | Apache License 2.0 | sapcc/kubernikus | Delete passwords from keyring if setup fails |
596,240 | 18.09.2018 11:45:59 | -7,200 | 5d7569f5f41be12a9d4688f0fddbdf3f36991fb6 | adds dual e2e projects for eu-nl-1 | [
{
"change_type": "MODIFY",
"old_path": "ci/pipeline.yaml",
"new_path": "ci/pipeline.yaml",
"diff": "auth_ap-ae-1: &auth_ap-ae-1\n+\n+\nOS_AUTH_URL: https://identity-3.ap-ae-1.cloud.sap/v3\nOS_USERNAME: kubernikus-pipeline\nOS_PASSWORD: ((kubernikus-pipeline-password))\n@@ -12,6 +14,10 @@ auth_ap-ae-... | Go | Apache License 2.0 | sapcc/kubernikus | adds dual e2e projects for eu-nl-1 |
596,240 | 18.09.2018 13:46:04 | -7,200 | 26ad26b9559ba1b5fa303ff43cd44bfd07cabf0a | uses mirrored serve-hostname image for china | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/network_test.go",
"new_path": "test/e2e/network_test.go",
"diff": "@@ -30,7 +30,7 @@ const (\nPollInterval = 6 * time.Second // DNS Timeout is 5s\n- ServeHostnameImage = \"gcr.io/kubernetes-e2e-test-images/serve-hostname-amd64:1.1\"\n+ ServeHostnameIm... | Go | Apache License 2.0 | sapcc/kubernikus | uses mirrored serve-hostname image for china |
596,240 | 18.09.2018 14:04:06 | -7,200 | 35366c2be337fa819f88dc0597ff9c7971215340 | allows auto-sign up for users signing in with certificate | [
{
"change_type": "MODIFY",
"old_path": "charts/kubernikus-system/values.yaml",
"new_path": "charts/kubernikus-system/values.yaml",
"diff": "@@ -178,7 +178,7 @@ grafana:\nenabled = true\nheader_name = X-REMOTE-USER\nheader_property = username\n- auto_sign_up = false\n+ auto_sign_up = true\n[auth.basi... | Go | Apache License 2.0 | sapcc/kubernikus | allows auto-sign up for users signing in with certificate |
596,240 | 18.09.2018 14:15:09 | -7,200 | 201afe0c994851c52deb905603dce478733350f5 | triggers continental rollout on promoted builds | [
{
"change_type": "MODIFY",
"old_path": "ci/pipeline.yaml",
"new_path": "ci/pipeline.yaml",
"diff": "@@ -1197,6 +1197,7 @@ jobs:\n- get: kubernikus.builds\nresource: master.builds\npassed: [admin]\n+ trigger: true\n- put: ASIA.tag\n@@ -1872,6 +1873,7 @@ jobs:\n- get: kubernikus.builds\nresource: mast... | Go | Apache License 2.0 | sapcc/kubernikus | triggers continental rollout on promoted builds |
596,240 | 18.09.2018 14:15:28 | -7,200 | 5170075621f1aa4afe733673908f22ca11013538 | allows port 22 for spore usage | [
{
"change_type": "MODIFY",
"old_path": "terraform/kubernikus.tf",
"new_path": "terraform/kubernikus.tf",
"diff": "@@ -383,6 +383,19 @@ resource \"openstack_networking_secgroup_rule_v2\" \"secgroup_rule_1\" {\ndepends_on = [\"ccloud_quota.kubernikus\"]\n}\n+resource \"openstack_networking_secgroup_ru... | Go | Apache License 2.0 | sapcc/kubernikus | allows port 22 for spore usage |
596,226 | 08.10.2018 14:46:58 | -7,200 | 63584621ad1cd456955bdda9f0b0eacc6bcc9d87 | Create swagger path on download, show glide error message | [
{
"change_type": "MODIFY",
"old_path": "Makefile",
"new_path": "Makefile",
"diff": "@@ -26,7 +26,7 @@ SWAGGER_BIN := bin/$(GOOS)/swagger-$(GO_SWAGGER_VERSION)\nall: $(BINARIES:%=bin/$(GOOS)/%)\nbin/$(GOOS)/swagger-%:\n- curl -f -z $@ -o $@ -L'#' https://github.com/go-swagger/go-swagger/releases/down... | Go | Apache License 2.0 | sapcc/kubernikus | Create swagger path on download, show glide error message (#323) |
596,240 | 11.10.2018 21:39:18 | -7,200 | 16b584767a3ad374095d4dc89447a669640f65a5 | adds alert for APIserver being killed due to OOM | [
{
"change_type": "MODIFY",
"old_path": "charts/kubernikus-system/charts/prometheus/kubernetes.alerts",
"new_path": "charts/kubernikus-system/charts/prometheus/kubernetes.alerts",
"diff": "@@ -90,3 +90,17 @@ groups:\nannotations:\nsummary: More than 3 OOM killed pods on a node within 24h\ndescription... | Go | Apache License 2.0 | sapcc/kubernikus | adds alert for APIserver being killed due to OOM |
596,240 | 13.10.2018 21:40:07 | -7,200 | 58611ed175716b22f305fdc07101d23a6aae029d | Only detect OOM kills on Running Apiservers | [
{
"change_type": "MODIFY",
"old_path": "charts/kubernikus-system/charts/prometheus/kubernetes.alerts",
"new_path": "charts/kubernikus-system/charts/prometheus/kubernetes.alerts",
"diff": "@@ -92,7 +92,8 @@ groups:\ndescription: More than 3 OOM killed pods on node {{ $labels.instance }} within 24h\n-... | Go | Apache License 2.0 | sapcc/kubernikus | Only detect OOM kills on Running Apiservers |
596,240 | 22.10.2018 11:15:59 | -7,200 | b38f7ea81878dff4eb2ff3e2415a5bc0b6c7319b | fixes missing line-break for SAP cert | [
{
"change_type": "MODIFY",
"old_path": "pkg/templates/node_1.10.go",
"new_path": "pkg/templates/node_1.10.go",
"diff": "@@ -217,7 +217,7 @@ storage:\nfilesystem: root\nmode: 0644\ncontents:\n- inline: |-\n+ inline: |\n-----BEGIN CERTIFICATE-----\nMIIGPTCCBCWgAwIBAgIKYQ4GNwAAAAAADDANBgkqhkiG9w0BAQsFA... | Go | Apache License 2.0 | sapcc/kubernikus | fixes missing line-break for SAP cert |
596,240 | 22.10.2018 11:36:20 | -7,200 | 0478439e9eceec6c433bd772200863019b60b883 | adds global root certificate | [
{
"change_type": "MODIFY",
"old_path": "pkg/templates/node_1.10.go",
"new_path": "pkg/templates/node_1.10.go",
"diff": "@@ -213,6 +213,47 @@ networkd:\nstorage:\nfiles:\n+ - path: /etc/ssl/certs/SAPGlobalRootCA.pem\n+ filesystem: root\n+ mode: 0644\n+ contents:\n+ inline: |\n+ -----BEGIN CERTIFICATE... | Go | Apache License 2.0 | sapcc/kubernikus | adds global root certificate |
596,226 | 30.10.2018 09:44:42 | -3,600 | f9a8784592763ace84195f35eefb72530c2227f6 | Fix procfile on linux, should work everywhere | [
{
"change_type": "MODIFY",
"old_path": "Procfile",
"new_path": "Procfile",
"diff": "-operator: env NODEPOOL_AFFINITY=true bin/darwin/kubernikus operator --auth-username=$KS_USERNAME --auth-domain=$KS_USER_DOMAIN_NAME --auth-password=\"$KS_PASSWORD\" --auth-project=$KS_PROJECT_NAME --auth-project-dom... | Go | Apache License 2.0 | sapcc/kubernikus | Fix procfile on linux, should work everywhere |
596,226 | 05.11.2018 14:14:21 | -3,600 | c9e6ae7c7c5ce038e2c85de97f8995786d5ab4a4 | Updates etcd to version 3.3.10, adds probes to deployment | [
{
"change_type": "MODIFY",
"old_path": "charts/kube-master/charts/etcd/templates/deployment.yaml",
"new_path": "charts/kube-master/charts/etcd/templates/deployment.yaml",
"diff": "@@ -40,7 +40,6 @@ metadata:\nlabels:\nchart: \"{{ .Chart.Name }}-{{ .Chart.Version | replace \"+\" \"_\" }}\"\nrelease: ... | Go | Apache License 2.0 | sapcc/kubernikus | Updates etcd to version 3.3.10, adds probes to deployment (#330) |
596,226 | 05.11.2018 09:42:02 | -3,600 | 4b7863874f7c59d124717798fe51a4d73e0984c1 | Set control plane kluster in env vars | [
{
"change_type": "MODIFY",
"old_path": "ci/pipeline.yaml",
"new_path": "ci/pipeline.yaml",
"diff": "@@ -31,6 +31,7 @@ auth_e2e_ap-ae-1: &auth_e2e_ap-ae-1\nCP_OS_PROJECT_NAME: kubernikus\nCP_OS_PROJECT_DOMAIN_NAME: ccadmin\nCP_KUBERNIKUS_URL: https://k-ap-ae-1.admin.cloud.sap\n+ CP_KLUSTER: k-ap-ae-1... | Go | Apache License 2.0 | sapcc/kubernikus | Set control plane kluster in env vars |
596,240 | 13.11.2018 15:49:07 | -3,600 | 4c09f83d554a26404537d38e16217232b1924290 | plan once and execute | [
{
"change_type": "MODIFY",
"old_path": "terraform/Makefile",
"new_path": "terraform/Makefile",
"diff": "@@ -51,7 +51,8 @@ plan:\n-var domain_name=$(TF_PROJECT_DOMAIN) \\\n-var tenant_name=$(TF_PROJECT) \\\n-var-file=\"${TF_VARS_DIR}/kubernikus.tfvars\" \\\n- -parallelism=1\n+ -parallelism=1 \\\n+ -o... | Go | Apache License 2.0 | sapcc/kubernikus | plan once and execute |
596,240 | 13.11.2018 15:49:54 | -3,600 | 4d42d44b13ec379adbf9a30a187d378c422d9077 | pull in updated ccloud provider | [
{
"change_type": "MODIFY",
"old_path": "contrib/kubernikus-terraform/Makefile",
"new_path": "contrib/kubernikus-terraform/Makefile",
"diff": "@@ -4,8 +4,8 @@ DATE := $(shell date +%Y%m%d%H%M%S)\nVERSION ?= v$(DATE)\nTERRAFORM_VERSION := 0.11.7-r0\n-TERRAFORM_PROVIDER_OPENSTACK_VERSION := 8a72ef5435e... | Go | Apache License 2.0 | sapcc/kubernikus | pull in updated ccloud provider |
596,240 | 13.11.2018 15:57:11 | -3,600 | 557a67f5284dd96b7393e757b8f1b4753a94f8ba | apparently variables are included in the plan | [
{
"change_type": "MODIFY",
"old_path": "terraform/Makefile",
"new_path": "terraform/Makefile",
"diff": "@@ -64,6 +64,5 @@ apply:\n-var password=$(TF_PASSWORD) \\\n-var domain_name=$(TF_PROJECT_DOMAIN) \\\n-var tenant_name=$(TF_PROJECT) \\\n- -var-file=\"${TF_VARS_DIR}/kubernikus.tfvars\" \\\n-parall... | Go | Apache License 2.0 | sapcc/kubernikus | apparently variables are included in the plan |
596,240 | 13.11.2018 16:02:58 | -3,600 | 60e0284a25e2804b3c8a199a4d1a3f6bc73485ea | apparently all variables are included in the plan | [
{
"change_type": "MODIFY",
"old_path": "terraform/Makefile",
"new_path": "terraform/Makefile",
"diff": "@@ -58,11 +58,5 @@ apply:\n@$(TERRAFORM_BIN) apply \\\n-input=false \\\n-auto-approve \\\n- -var region=$(TF_REGION) \\\n- -var user_name=$(TF_USER) \\\n- -var user_domain_name=$(TF_USER_DOMAIN) \... | Go | Apache License 2.0 | sapcc/kubernikus | apparently all variables are included in the plan |
596,226 | 20.11.2018 12:59:29 | -3,600 | a910f296e3c1900d76fccdfdcbe317d643735294 | Jump to etcdbrctl 0.3.1, raise deployment resource limits | [
{
"change_type": "MODIFY",
"old_path": "charts/kube-master/charts/etcd/templates/deployment.yaml",
"new_path": "charts/kube-master/charts/etcd/templates/deployment.yaml",
"diff": "@@ -84,13 +84,13 @@ spec:\n- /bin/sh\n- -ec\n- ETCDCTL_API=3 etcdctl get foo\n- initialDelaySeconds: 5\n+ initialDelaySe... | Go | Apache License 2.0 | sapcc/kubernikus | Jump to etcdbrctl 0.3.1, raise deployment resource limits |
596,226 | 16.11.2018 11:15:17 | -3,600 | 8b5431f788a110dcfad6676664458c228036ab80 | Fix pyrolisis test, wait for objects are actually deleted | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/pyrolisis_test.go",
"new_path": "test/e2e/pyrolisis_test.go",
"diff": "@@ -4,6 +4,7 @@ import (\n\"fmt\"\n\"strings\"\n\"testing\"\n+ \"time\"\n\"github.com/gophercloud/gophercloud\"\n\"github.com/gophercloud/gophercloud/openstack\"\n@@ -11,12 +12,18 ... | Go | Apache License 2.0 | sapcc/kubernikus | Fix pyrolisis test, wait for objects are actually deleted |
596,226 | 16.11.2018 16:01:17 | -3,600 | aebc1a4dc1559fe4e23b1f7ccd587a45ea209768 | Check for status code 409 in pyrolisis test | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/pyrolisis_test.go",
"new_path": "test/e2e/pyrolisis_test.go",
"diff": "@@ -98,10 +98,13 @@ func (p *PyrolisisTests) CleanupBackupStorageContainers(t *testing.T) {\nrequire.NoError(t, err, \"There should be no error while deleting object %s/%s\", conta... | Go | Apache License 2.0 | sapcc/kubernikus | Check for status code 409 in pyrolisis test |
596,226 | 20.11.2018 15:30:59 | -3,600 | 9158f5b59b874da056615efe5b9470b7dda4bad1 | Move etcd data to subfolder | [
{
"change_type": "MODIFY",
"old_path": "charts/kube-master/charts/etcd/templates/deployment.yaml",
"new_path": "charts/kube-master/charts/etcd/templates/deployment.yaml",
"diff": "@@ -8,6 +8,12 @@ metadata:\ndata:\nbootstrap.sh: |-\n#!/bin/sh\n+ if [ ! -d /var/lib/etcd/new.etcd ]; then\n+ mkdir /var... | Go | Apache License 2.0 | sapcc/kubernikus | Move etcd data to subfolder |
596,226 | 26.11.2018 11:08:58 | -3,600 | ef1522e5ba571da7995e7ee982c6ef29991b012b | Cleanup volumes in e2e test pyrolisis | [
{
"change_type": "MODIFY",
"old_path": "deps/deps.go",
"new_path": "deps/deps.go",
"diff": "@@ -5,6 +5,7 @@ package extra_dependencies\nimport (\n_ \"github.com/gophercloud/gophercloud/openstack/blockstorage/extensions/quotasets\"\n+ _ \"github.com/gophercloud/gophercloud/openstack/blockstorage/v3/v... | Go | Apache License 2.0 | sapcc/kubernikus | Cleanup volumes in e2e test pyrolisis |
596,226 | 26.11.2018 14:38:46 | -3,600 | ebf8749c1b6df6599120675f00466b54659058b4 | Fix etcd backup e2e test | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/etcdbr_test.go",
"new_path": "test/e2e/etcdbr_test.go",
"diff": "@@ -5,7 +5,7 @@ import (\n\"testing\"\n\"time\"\n- \"github.com/stretchr/testify/assert\"\n+ \"github.com/stretchr/testify/require\"\nmeta_v1 \"k8s.io/apimachinery/pkg/apis/meta/v1\"\n\"... | Go | Apache License 2.0 | sapcc/kubernikus | Fix etcd backup e2e test |
596,226 | 27.11.2018 10:34:45 | -3,600 | 7046560978ad014257ac32a35de4752ee9375ebc | Cleanup e2e test instances in pyrolisis | [
{
"change_type": "MODIFY",
"old_path": "deps/deps.go",
"new_path": "deps/deps.go",
"diff": "@@ -7,6 +7,7 @@ import (\n_ \"github.com/gophercloud/gophercloud/openstack/blockstorage/extensions/quotasets\"\n_ \"github.com/gophercloud/gophercloud/openstack/blockstorage/v3/volumes\"\n_ \"github.com/gophe... | Go | Apache License 2.0 | sapcc/kubernikus | Cleanup e2e test instances in pyrolisis |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.