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
27.11.2017 16:35:39
-3,600
7464dae111b19d9bc709f8838d261a9b885b71c9
adds instrumentation to poolmanagers
[ { "change_type": "MODIFY", "old_path": "pkg/controller/launch/controller.go", "new_path": "pkg/controller/launch/controller.go", "diff": "@@ -138,6 +138,12 @@ func (lr *LaunchReconciler) newNodePoolManager(kluster *v1.Kluster, pool *models\npm = &ConcretePoolManager{lr.Clients, kluster, pool, logger...
Go
Apache License 2.0
sapcc/kubernikus
adds instrumentation to poolmanagers
596,240
27.11.2017 16:43:41
-3,600
59039075265c856351c48fcd3e93fb871245612f
detangles reconciler and pool manager
[ { "change_type": "MODIFY", "old_path": "pkg/controller/launch/controller.go", "new_path": "pkg/controller/launch/controller.go", "diff": "@@ -3,24 +3,14 @@ package launch\nimport (\n\"github.com/sapcc/kubernikus/pkg/api/models\"\n\"github.com/sapcc/kubernikus/pkg/apis/kubernikus/v1\"\n- \"github.com...
Go
Apache License 2.0
sapcc/kubernikus
detangles reconciler and pool manager
596,240
27.11.2017 16:50:24
-3,600
3ea6413899488bfd9441d663994577d3852ea2d3
break out of switch and loop to persist status for display
[ { "change_type": "MODIFY", "old_path": "pkg/controller/launch/controller.go", "new_path": "pkg/controller/launch/controller.go", "diff": "@@ -69,26 +69,26 @@ func (lr *LaunchReconciler) reconcilePool(kluster *v1.Kluster, pool *models.Node\nfor _, node := range status.Nodes {\nrequeue = true\nif err ...
Go
Apache License 2.0
sapcc/kubernikus
break out of switch and loop to persist status for display
596,240
27.11.2017 17:00:00
-3,600
a804121a1280abfef5bc8feeadd318426472471c
reverts optimization
[ { "change_type": "MODIFY", "old_path": "pkg/controller/launch/controller.go", "new_path": "pkg/controller/launch/controller.go", "diff": "@@ -69,26 +69,26 @@ func (lr *LaunchReconciler) reconcilePool(kluster *v1.Kluster, pool *models.Node\nfor _, node := range status.Nodes {\nrequeue = true\nif err ...
Go
Apache License 2.0
sapcc/kubernikus
reverts optimization
596,240
27.11.2017 17:01:32
-3,600
f4c7ac5e99721fef724ec532e3b7a71bff6e77ff
removes fake event
[ { "change_type": "MODIFY", "old_path": "pkg/controller/base/logging.go", "new_path": "pkg/controller/base/logging.go", "diff": "package base\nimport (\n- \"fmt\"\n\"time\"\n\"github.com/go-kit/kit/log\"\n@@ -15,15 +14,6 @@ type LoggingReconciler struct {\nLogger log.Logger\n}\n-type EventingReconcil...
Go
Apache License 2.0
sapcc/kubernikus
removes fake event
596,240
27.11.2017 17:02:01
-3,600
4322d8214325b0428561750e9295c4d77a4c0738
unifies log message
[ { "change_type": "MODIFY", "old_path": "pkg/controller/launch/logging.go", "new_path": "pkg/controller/launch/logging.go", "diff": "@@ -30,7 +30,7 @@ func (npm *LoggingPoolManager) GetStatus() (status *PoolStatus, err error) {\nfunc (npm *LoggingPoolManager) SetStatus(status *PoolStatus) (err error)...
Go
Apache License 2.0
sapcc/kubernikus
unifies log message
596,240
28.11.2017 10:41:25
-3,600
3d9c90dfbf60ed56a24bd1a12643402f583a7daa
removes default return. this caused the status to always be out-of-date
[ { "change_type": "MODIFY", "old_path": "pkg/controller/launch/controller.go", "new_path": "pkg/controller/launch/controller.go", "diff": "@@ -92,8 +92,6 @@ func (lr *LaunchReconciler) reconcilePool(kluster *v1.Kluster, pool *models.Node\nrequeue = true\ncase status.Stopping > 0:\nrequeue = true\n- d...
Go
Apache License 2.0
sapcc/kubernikus
removes default return. this caused the status to always be out-of-date
596,240
28.11.2017 12:43:16
-3,600
35270210edab92db968a376323a5a3b25b1e4cda
unswallows error
[ { "change_type": "MODIFY", "old_path": "pkg/client/openstack/client.go", "new_path": "pkg/client/openstack/client.go", "diff": "@@ -552,7 +552,7 @@ func (c *client) GetNodes(kluster *kubernikus_v1.Kluster, pool *models.NodePool)\nprefix := fmt.Sprintf(\"%v-%v-\", kluster.Spec.Name, pool_id)\nopts :=...
Go
Apache License 2.0
sapcc/kubernikus
unswallows error
596,240
04.12.2017 11:37:47
-3,600
b9ca0b5d3c0c3fb08896e79406e28956964b295b
defaults to v=0 for log levels
[ { "change_type": "MODIFY", "old_path": "pkg/cmd/kubernikus/operator.go", "new_path": "pkg/cmd/kubernikus/operator.go", "diff": "@@ -93,7 +93,7 @@ func (o *Options) Run(c *cobra.Command) error {\nvar logger log.Logger\nlogger = log.NewLogfmtLogger(log.NewSyncWriter(os.Stderr))\nlogger = logutil.NewTr...
Go
Apache License 2.0
sapcc/kubernikus
defaults to v=0 for log levels
596,240
05.12.2017 15:26:12
-3,600
689fe983a4f4769b11be79435a156eedad48ebcd
fixes logging panic
[ { "change_type": "MODIFY", "old_path": "pkg/controller/launch/pool_manager.go", "new_path": "pkg/controller/launch/pool_manager.go", "diff": "@@ -60,7 +60,7 @@ func (cpm *ConcretePoolManager) GetStatus() (status *PoolStatus, err error) {\nstatus = &PoolStatus{}\nnodes, err := cpm.Clients.Openstack.G...
Go
Apache License 2.0
sapcc/kubernikus
fixes logging panic
596,240
05.12.2017 18:17:29
-3,600
9ffa1c45868f470e0579115869c76907144db47d
abort abort. doesn't work
[ { "change_type": "MODIFY", "old_path": "pkg/cmd/kubernikus/operator.go", "new_path": "pkg/cmd/kubernikus/operator.go", "diff": "@@ -93,7 +93,7 @@ func (o *Options) Run(c *cobra.Command) error {\nvar logger log.Logger\nlogger = log.NewLogfmtLogger(log.NewSyncWriter(os.Stderr))\nlogger = logutil.NewTr...
Go
Apache License 2.0
sapcc/kubernikus
abort abort. doesn't work
596,240
05.12.2017 18:19:05
-3,600
3f08e02d497fe1d0714b24771dd85e7e8bcab634
removes glog
[ { "change_type": "MODIFY", "old_path": "pkg/cmd/kubernikus/operator.go", "new_path": "pkg/cmd/kubernikus/operator.go", "diff": "@@ -9,7 +9,6 @@ import (\n\"syscall\"\n\"github.com/go-kit/kit/log\"\n- \"github.com/golang/glog\"\n\"github.com/spf13/cobra\"\n\"github.com/spf13/pflag\"\n@@ -104,7 +103,7...
Go
Apache License 2.0
sapcc/kubernikus
removes glog
596,230
06.12.2017 13:36:36
-3,600
db9b613ec6b214a9cf95b7a7c38a1b693b397c23
disable non-masquerade-cidr and apply masquerade via iptables-restore
[ { "change_type": "MODIFY", "old_path": "pkg/templates/node.go", "new_path": "pkg/templates/node.go", "diff": "@@ -15,6 +15,8 @@ locksmith:\nsystemd:\nunits:\n+ - name: iptables-restore.service\n+ enable: true\n- name: ccloud-metadata.service\ncontents: |\n[Unit]\n@@ -79,7 +81,7 @@ systemd:\n--cluste...
Go
Apache License 2.0
sapcc/kubernikus
-- disable non-masquerade-cidr and apply masquerade via iptables-restore
596,240
06.12.2017 13:53:54
-3,600
30e4be72793c48aaa039d22333c03fcc4d570a2b
sets log levels
[ { "change_type": "MODIFY", "old_path": "pkg/controller/base/controller.go", "new_path": "pkg/controller/base/controller.go", "diff": "@@ -77,6 +77,7 @@ func (c *controller) Run(threadiness int, stopCh <-chan struct{}, wg *sync.WaitG\nc.logger.Log(\n\"msg\", \"starting run loop\",\n\"threadiness\", t...
Go
Apache License 2.0
sapcc/kubernikus
sets log levels
596,240
06.12.2017 14:22:40
-3,600
28c60ebe580ece5f54e972c0ee9dde6188a952c9
enriches caller with package path
[ { "change_type": "MODIFY", "old_path": "pkg/cmd/kubernikus/operator.go", "new_path": "pkg/cmd/kubernikus/operator.go", "diff": "@@ -3,12 +3,14 @@ package kubernikus\nimport (\n\"errors\"\ngoflag \"flag\"\n+ \"fmt\"\n\"os\"\n\"os/signal\"\n\"sync\"\n\"syscall\"\n\"github.com/go-kit/kit/log\"\n+ \"git...
Go
Apache License 2.0
sapcc/kubernikus
enriches caller with package path
596,240
07.12.2017 09:46:27
-3,600
e9fb5890f7e01179eb2082b074df39dd0f98ca16
locks docker down to 1.2 until upgrade to k8s 1.8
[ { "change_type": "MODIFY", "old_path": "pkg/templates/node.go", "new_path": "pkg/templates/node.go", "diff": "@@ -188,6 +188,10 @@ storage:\ncontents:\ninline: |-\nnet.ipv4.conf.all.accept_redirects=1\n+ - path: /etc/coreos/docker-1.12\n+ filesystem: root\n+ contents:\n+ inline: yes\n- path: /etc/ku...
Go
Apache License 2.0
sapcc/kubernikus
locks docker down to 1.2 until upgrade to k8s 1.8
596,230
11.12.2017 10:31:20
-3,600
c97fcc303948987bb8a9fd3a859e0421556a89f1
add icmp to masquerade rules
[ { "change_type": "MODIFY", "old_path": "pkg/templates/node.go", "new_path": "pkg/templates/node.go", "diff": "@@ -180,6 +180,7 @@ storage:\n:POSTROUTING ACCEPT [0:0]\n-A POSTROUTING -p tcp ! -d {{ .ClusterCIDR }} -m addrtype ! --dst-type LOCAL -j MASQUERADE --to-ports 32000-65000\n-A POSTROUTING -p ...
Go
Apache License 2.0
sapcc/kubernikus
-- add icmp to masquerade rules
596,240
06.12.2017 13:53:54
-3,600
34c02deb60b3a6cf3c2388b76319ed6a74b519d1
implements structured logging
[ { "change_type": "MODIFY", "old_path": "cmd/apiserver/main.go", "new_path": "cmd/apiserver/main.go", "diff": "@@ -3,16 +3,17 @@ package main\nimport (\ngoflag \"flag\"\n\"fmt\"\n- \"log\"\n\"os\"\n- \"github.com/golang/glog\"\n+ kitLog \"github.com/go-kit/kit/log\"\n+ \"github.com/go-stack/stack\"\n...
Go
Apache License 2.0
sapcc/kubernikus
implements structured logging
596,240
11.12.2017 15:28:16
-3,600
53fac3a585e9c1e6916ecc98b03ba973a8ea7538
implements tracing id
[ { "change_type": "MODIFY", "old_path": "pkg/api/handlers/get_openstack_metadata.go", "new_path": "pkg/api/handlers/get_openstack_metadata.go", "diff": "@@ -30,7 +30,7 @@ func (d *getOpenstackMetadata) Handle(params operations.GetOpenstackMetadataPara\n},\n}\n- client, err := scoped.NewClient(authOpt...
Go
Apache License 2.0
sapcc/kubernikus
implements tracing id
596,240
13.12.2017 17:23:52
-3,600
207b04340d83d023a12adb9c1dd20bdf9b3a2a35
adds special self-signed root cert
[ { "change_type": "MODIFY", "old_path": "pkg/templates/node.go", "new_path": "pkg/templates/node.go", "diff": "@@ -149,6 +149,20 @@ systemd:\nRestartSec=10s\n[Install]\nWantedBy=multi-user.target\n+ - name: updatecertificates.service\n+ command: start\n+ enable: true\n+ contents: |\n+ [Unit]\n+ Descr...
Go
Apache License 2.0
sapcc/kubernikus
adds special self-signed root cert
596,240
13.12.2017 17:24:47
-3,600
f5b1deaca381da09a70a0422f0ae2332a464cf16
fixes iptables-restore error
[ { "change_type": "MODIFY", "old_path": "pkg/templates/node.go", "new_path": "pkg/templates/node.go", "diff": "@@ -224,8 +224,7 @@ storage:\n- path: /var/lib/iptables/rules-save\nfilesystem: root\nmode: 0644\n- contents:\n- inline: |-\n+ contents: |\n*nat\n:PREROUTING ACCEPT [0:0]\n:INPUT ACCEPT [0:0...
Go
Apache License 2.0
sapcc/kubernikus
fixes iptables-restore error
596,240
13.12.2017 18:23:03
-3,600
a6abecb26a642cd2d99024a51292ba2b04992238
fixes inlines
[ { "change_type": "MODIFY", "old_path": "pkg/templates/node.go", "new_path": "pkg/templates/node.go", "diff": "@@ -184,7 +184,8 @@ storage:\nfiles:\n- path: /etc/ssl/certs/SAPNetCA_G2.pem\nmode: 0644\n- contents: |\n+ contents:\n+ inline: |-\n-----BEGIN CERTIFICATE-----\nMIIGPTCCBCWgAwIBAgIKYQ4GNwAAA...
Go
Apache License 2.0
sapcc/kubernikus
fixes inlines
596,240
14.12.2017 15:27:56
-3,600
e5f2d7ecb4319492909a29b06bd6e02eaa245405
fixes local docs development
[ { "change_type": "MODIFY", "old_path": "Makefile", "new_path": "Makefile", "diff": "@@ -63,6 +63,11 @@ push:\ndocker push sapcc/kubernikus-kubectl:$(VERSION)\ndocker push sapcc/kubernikus-kubectl:latest\n+documentation:\n+ docker build $(BUILD_ARGS) -t sapcc/kubernikus-docs-builder:$(VERSION) --cach...
Go
Apache License 2.0
sapcc/kubernikus
fixes local docs development
596,240
19.12.2017 14:22:39
-3,600
857118af135aa46be3c87959ac1add2268eda124
fixes panic due to missing logger initialization
[ { "change_type": "MODIFY", "old_path": "pkg/wormhole/server.go", "new_path": "pkg/wormhole/server.go", "diff": "@@ -37,6 +37,9 @@ type Server struct {\nfunc NewServer(options *ServerOptions) (*Server, error) {\ns := &Server{Logger: log.With(options.Logger, \"wormhole\", \"server\")}\n+ if options.Tu...
Go
Apache License 2.0
sapcc/kubernikus
fixes panic due to missing logger initialization
596,233
21.12.2017 00:41:07
28,800
4ed63464123c7df56da763b741fd1226e2a106db
fix default backend and use it only for 502,503,504
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/charts/nginx-ingress/templates/controller-configmap.yaml", "new_path": "charts/kubernikus-system/charts/nginx-ingress/templates/controller-configmap.yaml", "diff": "@@ -10,7 +10,7 @@ metadata:\nname: {{ template \"controller.fullname\"...
Go
Apache License 2.0
sapcc/kubernikus
fix default backend and use it only for 502,503,504 (#134)
596,240
22.12.2017 10:29:19
-3,600
375b3c07cacd17909162e429d503c28e18a10a43
Kubernetes v1.9.0 Support This adds support for Kubernetes v1.9.0. No major surprises so far. The usual nginx smoke test and exposing via LB works. The Openstack cloud-provider now only supports Cinder v3. The expected major pain didn't actually kick in. It just works. TM. Famous last words.
[ { "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.8.5-kubernikus.0\n+version: 1.9.0-kubernikus.0\n" }, { "change_type": "MODIFY...
Go
Apache License 2.0
sapcc/kubernikus
Kubernetes v1.9.0 Support (#135) This adds support for Kubernetes v1.9.0. No major surprises so far. The usual nginx smoke test and exposing via LB works. The Openstack cloud-provider now only supports Cinder v3. The expected major pain didn't actually kick in. It just works. TM. Famous last words.
596,240
22.12.2017 11:28:51
-3,600
e3df9babb0c4fd229980700fcf2e2f8f14646237
silences keystone auth log spam using a log adapter
[ { "change_type": "MODIFY", "old_path": "glide.lock", "new_path": "glide.lock", "diff": "@@ -50,7 +50,7 @@ imports:\nsubpackages:\n- group\n- name: github.com/databus23/keystone\n- version: 12c566d59fdb198f5a6d7ad7dfbf99f2a7e09929\n+ version: f642ecf9fb5eacb10ed79d7e7fc17e5933a296ed\nsubpackages:\n- ...
Go
Apache License 2.0
sapcc/kubernikus
silences keystone auth log spam using a log adapter
596,246
23.12.2017 15:28:42
25,200
913d2540e96cf7b972559385fb859288a436232d
Correct Test Option to use correct name. Replace duplicate IsTestNetwork with proper IsTestVolume
[ { "change_type": "MODIFY", "old_path": "test/e2e/main.go", "new_path": "test/e2e/main.go", "diff": "@@ -20,7 +20,7 @@ func init() {\npflag.StringVar(&options.ConfigFile, \"configFile\", \"test/e2e/e2e_config.yaml\", \"Path to configuration file\")\npflag.BoolVar(&options.IsTestCreate, \"create\", fa...
Go
Apache License 2.0
sapcc/kubernikus
Correct Test Option to use correct name. Replace duplicate IsTestNetwork with proper IsTestVolume
596,232
10.01.2018 15:56:51
-3,600
2abfdb30e0773e9cc57ca95dd72148af97514d9a
add preseed RBAC RoleBinding kubernikus member
[ { "change_type": "MODIFY", "old_path": "pkg/controller/ground/bootstrap.go", "new_path": "pkg/controller/ground/bootstrap.go", "diff": "@@ -24,6 +24,9 @@ func SeedKluster(client clientset.Interface, kluster *v1.Kluster) error {\nif err := SeedKubernikusAdmin(client); err != nil {\nreturn err\n}\n+ i...
Go
Apache License 2.0
sapcc/kubernikus
add preseed RBAC RoleBinding kubernikus member (#138)
596,240
10.01.2018 17:26:12
-3,600
c06c3f388d02cb5b990e809cebef3ba73da1f8c3
Adds Public-Key to GetMetadata Call
[ { "change_type": "MODIFY", "old_path": "pkg/api/models/openstack_metadata.go", "new_path": "pkg/api/models/openstack_metadata.go", "diff": "@@ -220,6 +220,9 @@ type KeyPair struct {\n// name\nName string `json:\"name,omitempty\"`\n+\n+ // public key\n+ PublicKey string `json:\"publicKey,omitempty\"`...
Go
Apache License 2.0
sapcc/kubernikus
Adds Public-Key to GetMetadata Call
596,240
12.01.2018 15:07:35
-3,600
d00cc7398dbde714fb7b2f9933a8f6ecc7364cbc
fixes stateful id logging
[ { "change_type": "MODIFY", "old_path": "pkg/util/log/middleware.go", "new_path": "pkg/util/log/middleware.go", "diff": "@@ -33,12 +33,14 @@ func LoggingHandler(logger kitlog.Logger, next http.Handler) http.Handler {\nreturn http.HandlerFunc(func(rw http.ResponseWriter, request *http.Request) {\nwrap...
Go
Apache License 2.0
sapcc/kubernikus
fixes stateful id logging
596,240
12.01.2018 16:18:20
-3,600
3517d21d96274a4ccdae41cc22105e19ec5bce1d
removes dublicate id
[ { "change_type": "MODIFY", "old_path": "pkg/util/log/middleware.go", "new_path": "pkg/util/log/middleware.go", "diff": "@@ -51,10 +51,6 @@ func LoggingHandler(logger kitlog.Logger, next http.Handler) http.Handler {\n\"took\", time.Since(begin),\n)\n- if id != \"\" {\n- keyvals = append(keyvals, \"id...
Go
Apache License 2.0
sapcc/kubernikus
removes dublicate id
596,240
08.01.2018 15:07:38
-3,600
d1b75854ebf39913e3360cdbf9d578cf763d7fdf
makes GITHUB_TOKEN configurable
[ { "change_type": "MODIFY", "old_path": "Makefile", "new_path": "Makefile", "diff": "@@ -64,9 +64,13 @@ push:\ndocker push sapcc/kubernikus-kubectl:latest\nCHANGELOG.md:\n+ifndef GITHUB_TOKEN\n+ $(error you need to set KUBERNIKUS_TOKEN to a personal access token that has repo:read permission)\n+else\...
Go
Apache License 2.0
sapcc/kubernikus
makes GITHUB_TOKEN configurable
596,240
08.01.2018 15:09:03
-3,600
c448c673f93743983919e71d2e2e7a93c35e3e51
fixes wrong ENV variable in error message
[ { "change_type": "MODIFY", "old_path": "Makefile", "new_path": "Makefile", "diff": "@@ -65,7 +65,7 @@ push:\nCHANGELOG.md:\nifndef GITHUB_TOKEN\n- $(error you need to set KUBERNIKUS_TOKEN to a personal access token that has repo:read permission)\n+ $(error set GITHUB_TOKEN to a personal access token...
Go
Apache License 2.0
sapcc/kubernikus
fixes wrong ENV variable in error message
596,240
15.01.2018 16:11:03
-3,600
9e36b4dbe19e4b7ef13c5e6eb57bdbd0a5b2cef3
adds at least 4 eyes as code owner
[ { "change_type": "MODIFY", "old_path": ".github/CODEOWNERS", "new_path": ".github/CODEOWNERS", "diff": "* @bugroger @databus23 @edda @auhlig @schwarzm @jonathanschwarze @vonneudeck\n/charts @databus23 @bugroger @vonneudeck @auhlig\n-/charts/k8sniff @auhlig\n+/charts/k8sniff @auhlig @databus23\n/char...
Go
Apache License 2.0
sapcc/kubernikus
adds at least 4 eyes as code owner
596,233
18.01.2018 13:12:49
-3,600
d2750c29eb55299ddecb09ca452ed7913abda682
scrape kubelets, cadvisor scrapes cadvisor metrics from kubelets
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/charts/prometheus/templates/_prometheus.yaml.tpl", "new_path": "charts/kubernikus-system/charts/prometheus/templates/_prometheus.yaml.tpl", "diff": "@@ -202,8 +202,46 @@ scrape_configs:\naction: replace\nreplacement: ${1}\n+- job_name:...
Go
Apache License 2.0
sapcc/kubernikus
scrape kubelets, cadvisor (#180) scrapes cadvisor metrics from kubelets
596,232
18.01.2018 13:51:40
-3,600
26b5b6fee6d0574ea42aec63bf4ccc3dce7d25a1
Documentation files (new) updates documentation
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -46,8 +46,8 @@ More documentation can be found at:\n## Contact\n-https://convergedcloud.slack.com\n+https://convergedcloud.slack.com/app_redirect?channel=kubernikus-users\n## License\n-This project is licensed u...
Go
Apache License 2.0
sapcc/kubernikus
Documentation files (new) (#181) updates documentation
596,240
18.01.2018 14:02:03
-3,600
d9a1a99b970edf4b23ef4ac4d6e15e0e67e605ab
Uses DeepCopy Instead of Backend Call This refactors away a few backend calls that are unneeded now that we have the generated DeepCopy helpers. It helps us to save some traffic against the control plane kubernetes API.
[ { "change_type": "MODIFY", "old_path": "pkg/controller/ground.go", "new_path": "pkg/controller/ground.go", "diff": "@@ -328,12 +328,9 @@ func (op *GroundControl) klusterUpdate(cur, old interface{}) {\n}\nfunc (op *GroundControl) updatePhase(kluster *v1.Kluster, phase models.KlusterPhase, message str...
Go
Apache License 2.0
sapcc/kubernikus
Uses DeepCopy Instead of Backend Call (#176) This refactors away a few backend calls that are unneeded now that we have the generated DeepCopy helpers. It helps us to save some traffic against the control plane kubernetes API.
596,240
18.01.2018 14:29:28
-3,600
3f8ce84a0775dab29ab9a180fd3a83f611038cb8
updates for v1.5.0
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "## [Unreleased](https://github.com/sapcc/kubernikus/tree/HEAD)\n-[Full Changelog](https://github.com/sapcc/kubernikus/compare/v1.4.0...HEAD)\n+[Full Changelog](https://github.com/sapcc/kubernikus/compare/rm.....
Go
Apache License 2.0
sapcc/kubernikus
updates for v1.5.0
596,240
18.01.2018 14:40:38
-3,600
2a512be0c0a152612b6f447f08b5339fcbdfaae2
updates for v1.5.0+
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "# Change Log\n-## [Unreleased](https://github.com/sapcc/kubernikus/tree/HEAD)\n-\n-[Full Changelog](https://github.com/sapcc/kubernikus/compare/rm...HEAD)\n-\n-**Implemented enhancements:**\n-\n-- Allows to S...
Go
Apache License 2.0
sapcc/kubernikus
updates for v1.5.0+
596,246
18.01.2018 08:33:22
25,200
3d210e89747c31ae5a9744a7b88986afc0e04d18
remove internal slack link from readme remove internal slack link, github issue tracker is fine for contact.
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -44,10 +44,6 @@ More documentation can be found at:\n* [Kubernikus Docs](./docs/)\n-## Contact\n-\n-https://convergedcloud.slack.com/app_redirect?channel=kubernikus-users\n-\n## License\nThis project is licensed...
Go
Apache License 2.0
sapcc/kubernikus
remove internal slack link from readme (#185) remove internal slack link, github issue tracker is fine for contact.
596,240
18.01.2018 17:24:10
-3,600
98f5fae1e200a0e31672401fce6fb9e46232f34a
reverts deep-copy change
[ { "change_type": "MODIFY", "old_path": "pkg/controller/ground.go", "new_path": "pkg/controller/ground.go", "diff": "@@ -329,7 +329,10 @@ func (op *GroundControl) klusterUpdate(cur, old interface{}) {\nfunc (op *GroundControl) updatePhase(kluster *v1.Kluster, phase models.KlusterPhase, message string...
Go
Apache License 2.0
sapcc/kubernikus
reverts deep-copy change
596,232
18.01.2018 17:25:09
-3,600
1b3b5ffd4927290f3ec40529b8dc5e5e0e9ade89
delete slack section
[ { "change_type": "MODIFY", "old_path": "docs/guide/getting_started.md", "new_path": "docs/guide/getting_started.md", "diff": "@@ -38,19 +38,3 @@ combine VM and cloud-native workloads.\n[![Kubernikus Demo](http://img.youtube.com/vi/1dPxPU9fHTg/0.jpg)](http://www.youtube.com/watch?v=1dPxPU9fHTg)\n-###...
Go
Apache License 2.0
sapcc/kubernikus
delete slack section
596,232
22.01.2018 18:11:12
-3,600
77eff82b12f26db05b6365417c0ca8945fb10011
general information for kubernikus CI system integration
[ { "change_type": "MODIFY", "old_path": "docs/guide/best_practices.md", "new_path": "docs/guide/best_practices.md", "diff": "@@ -8,4 +8,28 @@ title: Best Practices\n## Automating Authentication Refresh\n-## Integrationn for CI Systems\n+## Integration for CI Systems\n+\n+ * Add credentials to a build...
Go
Apache License 2.0
sapcc/kubernikus
general information for kubernikus CI system integration
596,240
02.02.2018 14:29:04
-3,600
f2e74e78aa5a65d962012b84cf11464b4a579689
add helm repo for forked charts
[ { "change_type": "MODIFY", "old_path": "ci/task_helm_kubernikus-system.yaml", "new_path": "ci/task_helm_kubernikus-system.yaml", "diff": "@@ -25,6 +25,7 @@ run:\n#helm dep up --skip-refresh charts.git/charts/kubernikus-system/\n#helm upgrade kubernikus-system charts.git/charts/kubernikus-system/ --n...
Go
Apache License 2.0
sapcc/kubernikus
add helm repo for forked charts
596,240
06.02.2018 17:24:13
-3,600
52b096db2b7077573291032a0bc8da2255a550d2
splits ingress specs. adds authentication via tls
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/charts/nginx-ingress/templates/controller-deployment.yaml", "new_path": "charts/kubernikus-system/charts/nginx-ingress/templates/controller-deployment.yaml", "diff": "@@ -39,7 +39,7 @@ spec:\n{{- if (contains \"0.9\" .Values.controller...
Go
Apache License 2.0
sapcc/kubernikus
splits ingress specs. adds authentication via tls
596,240
07.02.2018 16:18:20
-3,600
f1735344d84e9fb71403d76ff5bab88d9a83ebb3
removes all usermgmt. it's bugged. See:
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/values.yaml", "new_path": "charts/kubernikus-system/values.yaml", "diff": "@@ -85,7 +85,7 @@ grafana:\nsocket = /tmp/grafana.sock\n[users]\n- allow_sign_up = true\n+ allow_sign_up = false\nallow_org_create = false\nauto_assign_org = tr...
Go
Apache License 2.0
sapcc/kubernikus
removes all usermgmt. it's bugged. See: https://github.com/grafana/grafana/issues/10276
596,240
08.02.2018 09:31:05
-3,600
7c5feeaf2cd6a9254859d8f6ca746ba5f47d7569
read kubeconfig from tmpfile
[ { "change_type": "MODIFY", "old_path": "test/e2e/kubeCtlBuilder.go", "new_path": "test/e2e/kubeCtlBuilder.go", "diff": "@@ -3,7 +3,9 @@ package main\nimport (\n\"bytes\"\n\"fmt\"\n+ \"io/ioutil\"\n\"log\"\n+ \"os\"\n\"os/exec\"\n\"strings\"\n\"time\"\n@@ -20,11 +22,28 @@ func NewKubectlCommand(args ...
Go
Apache License 2.0
sapcc/kubernikus
read kubeconfig from tmpfile
596,233
08.02.2018 13:24:33
-3,600
a4b14abbfa246541d43e4905b14680adb8be6490
Blackbox Blackbox probing
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/charts/blackbox-exporter/templates/configmap.yaml", "new_path": "charts/kubernikus-system/charts/blackbox-exporter/templates/configmap.yaml", "diff": "@@ -11,40 +11,34 @@ data:\nmodules:\nhttp_2xx:\nprober: http\n- http_post_2xx:\n+ ht...
Go
Apache License 2.0
sapcc/kubernikus
Blackbox (#222) Blackbox probing
596,240
08.02.2018 14:09:03
-3,600
2b6519fa083a55f548e53313fa057c89ef0af83b
adds some extra debug
[ { "change_type": "MODIFY", "old_path": "test/e2e/setupSmokeTest.go", "new_path": "test/e2e/setupSmokeTest.go", "diff": "@@ -134,7 +134,7 @@ func (s *E2ETestSuite) getReadyNodes() {\nnodes, err := s.clientSet.CoreV1().Nodes().List(meta_v1.ListOptions{})\ns.handleError(err)\nfor _, node := range nodes...
Go
Apache License 2.0
sapcc/kubernikus
adds some extra debug
596,240
08.02.2018 17:21:16
-3,600
e66c8ffe8d174828b8dd01daaf59500eaf9a389a
fixes ephemeral port ranges
[ { "change_type": "MODIFY", "old_path": "pkg/templates/node_1.7.go", "new_path": "pkg/templates/node_1.7.go", "diff": "@@ -234,8 +234,8 @@ storage:\n:INPUT ACCEPT [0:0]\n:OUTPUT ACCEPT [0:0]\n:POSTROUTING ACCEPT [0:0]\n- -A POSTROUTING -p tcp ! -d {{ .ClusterCIDR }} -m addrtype ! --dst-type LOCAL -j ...
Go
Apache License 2.0
sapcc/kubernikus
fixes ephemeral port ranges
596,240
08.02.2018 19:34:26
-3,600
c843c31992cb41f4610ff053aae3f611f2e053e8
try to coarse e2e tests to kubernikus.staging
[ { "change_type": "MODIFY", "old_path": "ci/task_e2e_tests.yaml", "new_path": "ci/task_e2e_tests.yaml", "diff": "@@ -16,7 +16,8 @@ run:\nargs:\n- -c\n- |\n- export KUBERNETES_VERSION=v1.7.7\n+ export KUBERNIKUS_API_SERVER=kubernikus.staging.cloud.sap\n+ export KUBERNETES_VERSION=v1.9.0\nexport GOPATH...
Go
Apache License 2.0
sapcc/kubernikus
try to coarse e2e tests to kubernikus.staging
596,240
09.02.2018 09:15:22
-3,600
5a865e1f7fe88a9d90b19ccdaeebc02fd67c1efe
use kubernikus staging for e2e tests
[ { "change_type": "MODIFY", "old_path": "ci/pipeline.yaml", "new_path": "ci/pipeline.yaml", "diff": "@@ -159,13 +159,13 @@ jobs:\n- task: e2e_tests\nfile: pipeline.git/ci/task_e2e_tests.yaml\nparams:\n- OS_AUTH_URL: https://identity-3.eu-nl-1.cloud.sap/v3\n- OS_USERNAME: {{kubernikus-eu-nl-1-username...
Go
Apache License 2.0
sapcc/kubernikus
use kubernikus staging for e2e tests
596,240
12.02.2018 14:46:07
-3,600
4759e9582dec298fa9552375b5119f59388fab65
adds goroutine panel for operator
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/values.yaml", "new_path": "charts/kubernikus-system/values.yaml", "diff": "@@ -134,7 +134,8 @@ grafana:\n\"editable\": true,\n\"gnetId\": null,\n\"graphTooltip\": 0,\n- \"iteration\": 1517997489021,\n+ \"id\": 1,\n+ \"iteration\": 1518...
Go
Apache License 2.0
sapcc/kubernikus
adds goroutine panel for operator
596,233
13.02.2018 14:03:29
-3,600
c27424532131d488176aad8c3e1d15484185a5dc
grafana responds with 200
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/templates/grafana-ingress.yaml", "new_path": "charts/kubernikus-system/templates/grafana-ingress.yaml", "diff": "@@ -6,7 +6,6 @@ metadata:\nannotations:\nvice-president: \"true\"\nprometheus.io/probe: \"true\"\n- prometheus.io/probe_co...
Go
Apache License 2.0
sapcc/kubernikus
grafana responds with 200
596,240
15.02.2018 09:22:05
-3,600
a13a769a50217a2d385506827a9b8d7144eda6f9
adds quantiles to kubernikus api response graph
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/values.yaml", "new_path": "charts/kubernikus-system/values.yaml", "diff": "@@ -121,6 +121,7 @@ grafana:\n\"annotations\": {\n\"list\": [\n{\n+ \"$$hashKey\": \"object:269\",\n\"builtIn\": 1,\n\"datasource\": \"default\",\n\"enable\": t...
Go
Apache License 2.0
sapcc/kubernikus
adds quantiles to kubernikus api response graph
596,240
15.02.2018 10:47:44
-3,600
72ed2bacc6d8c75fc748441cfbe16ff14e96578b
makes e2e read Kubernikus options from ENV
[ { "change_type": "MODIFY", "old_path": "test/e2e/config.go", "new_path": "test/e2e/config.go", "diff": "@@ -32,7 +32,7 @@ func ReadConfig(filePath string) (Config, error) {\nfunc ReadFromEnv() Config {\nreturn Config{\n- APIURL: os.Getenv(\"KUBERNIKUS_API_SERVER\"),\n+ APIURL: os.Getenv(\"KUBERNIKUS...
Go
Apache License 2.0
sapcc/kubernikus
makes e2e read Kubernikus options from ENV
596,240
15.02.2018 10:51:17
-3,600
b7354ea74a085a5e0d67b39cf2e7958692104c3d
updates values location
[ { "change_type": "MODIFY", "old_path": "ci/task_helm_kubernikus-system.yaml", "new_path": "ci/task_helm_kubernikus-system.yaml", "diff": "@@ -22,12 +22,11 @@ run:\n# recent helm versions fails with `invalid cross-device link` when trying to rename charts.git\n# rename(2) for a directory is allowed o...
Go
Apache License 2.0
sapcc/kubernikus
updates values location
596,240
15.02.2018 11:33:57
-3,600
fb30ea3d419ef752693fc7505bdf15973d317296
renames charts repo
[ { "change_type": "MODIFY", "old_path": "ci/task_helm_kubernikus-system.yaml", "new_path": "ci/task_helm_kubernikus-system.yaml", "diff": "@@ -8,7 +8,7 @@ image_resource:\ntag: 'latest'\ninputs:\n- - name: charts.git\n+ - name: kubernikus.builds\n- name: secrets.git\nrun:\n@@ -22,11 +22,11 @@ run:\n#...
Go
Apache License 2.0
sapcc/kubernikus
renames charts repo
596,240
15.02.2018 11:39:35
-3,600
bae64f68f728783cabe361a95ac1f2c8927e9875
builds feature branch as well
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -4,6 +4,7 @@ sudo: required\nbranches:\nonly:\n- master\n+ - feature\nenv:\n- VERSION=$TRAVIS_COMMIT\n@@ -16,7 +17,7 @@ script:\n- make pull build gh-pages\nafter_success:\n- - if [ \"$TRAVIS_BRANCH\" == \"m...
Go
Apache License 2.0
sapcc/kubernikus
builds feature branch as well
596,240
15.02.2018 14:10:13
-3,600
009093263a521a20142b07320cc6dedfc0a2a03a
allows to pass Kubernikus URL
[ { "change_type": "MODIFY", "old_path": "test/e2e/auth.go", "new_path": "test/e2e/auth.go", "diff": "@@ -111,9 +111,6 @@ func (c *OpenStackCredentials) Verify() error {\nc.AuthURL += \"/\"\n}\n}\n- if c.RegionName == \"\" {\n- errorString += \"missing OS_REGION_NAME\\n\"\n- }\nif errorString != \"\" ...
Go
Apache License 2.0
sapcc/kubernikus
allows to pass Kubernikus URL
596,240
15.02.2018 16:07:21
-3,600
e0acdbce4581d4e16c0a024c9fbdaa14c8b9c648
force installation
[ { "change_type": "MODIFY", "old_path": "ci/task_helm_kubernikus-system.yaml", "new_path": "ci/task_helm_kubernikus-system.yaml", "diff": "@@ -26,7 +26,7 @@ run:\nhelm repo add forked https://raw.githubusercontent.com/BugRoger/charts/repo\nhelm dep up --skip-refresh kubernikus-copy.builds/charts/kube...
Go
Apache License 2.0
sapcc/kubernikus
force installation
596,240
16.02.2018 15:33:26
-3,600
1d0d78d10ebc6402cfa8b38cb0bee79255cce0b6
reworked smoother pipeline
[ { "change_type": "MODIFY", "old_path": "ci/pipeline.yaml", "new_path": "ci/pipeline.yaml", "diff": "@@ -9,16 +9,69 @@ post_failure_to_slack: &post_failure_to_slack\n:boom: <$ATC_EXTERNAL_URL/teams/$BUILD_TEAM_NAME/pipelines/$BUILD_PIPELINE_NAME/jobs/$BUILD_JOB_NAME/builds/$BUILD_NAME|$BUILD_PIPELINE...
Go
Apache License 2.0
sapcc/kubernikus
reworked smoother pipeline
596,233
16.02.2018 17:37:14
-3,600
13e34a3ed133c777bb75cbf527f7f2a4c41b0ce1
add alerts * add alerts for operation error spikes * add operator hanging alerts * include all *.rules,*.alerts automatically * detect goroutine leaks fixes
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/charts/prometheus/kubernikus.alerts", "new_path": "charts/kubernikus-system/charts/prometheus/kubernikus.alerts", "diff": "@@ -12,3 +12,65 @@ groups:\nannotations:\ndescription: Kluster {{ $labels.kluster_id }} is stuck in {{ $labels.p...
Go
Apache License 2.0
sapcc/kubernikus
add alerts (#227) * add alerts for operation error spikes * add operator hanging alerts * include all *.rules,*.alerts automatically * detect goroutine leaks fixes #218 #219 #220
596,240
19.02.2018 09:29:24
-3,600
6a1908e4b8abdc38a3b44bf9ce8a771873c2c674
retries wget connections - waiting for ASR sync
[ { "change_type": "MODIFY", "old_path": "test/e2e/constants.go", "new_path": "test/e2e/constants.go", "diff": "@@ -17,7 +17,8 @@ const (\nNginxPort = 80\nNamespace = \"default\"\n- TimeoutWGET = 10\n+ WGETRetries = 12\n+ WGETTimeout = 10\nPVCSize = \"1Gi\"\nPVCName = \"e2e-nginx-pvc\"\n" }, { ...
Go
Apache License 2.0
sapcc/kubernikus
retries wget connections - waiting for ASR sync
596,240
20.02.2018 10:03:01
-3,600
f997cb8a3eff0cb64a19d721ab2074717c247475
refactors chart to use global values only
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/templates/grafana-ingress.yaml", "new_path": "charts/kubernikus-system/templates/grafana-ingress.yaml", "diff": "@@ -17,9 +17,9 @@ metadata:\nspec:\ntls:\n- secretName: grafana\n- hosts: [grafana.{{ required \"domain missing\" .Values....
Go
Apache License 2.0
sapcc/kubernikus
refactors chart to use global values only
596,240
20.02.2018 10:03:25
-3,600
b7b76d530ea362a870d84a0d47049033689966de
dry up global values
[ { "change_type": "MODIFY", "old_path": "ci/task_helm-admin_kubernikus.yaml", "new_path": "ci/task_helm-admin_kubernikus.yaml", "diff": "@@ -19,7 +19,12 @@ run:\nset -exo pipefail\nVERSION=$(cat kubernikus.builds/.git/HEAD)\nhelm dep up --skip-refresh kubernikus.builds/charts/kubernikus/\n- helm upgr...
Go
Apache License 2.0
sapcc/kubernikus
dry up global values
596,240
20.02.2018 10:03:44
-3,600
2f0e87cb6fc5bb653f58a6ccf32f8eb17131cc4c
keep e2e klusters in case of errors
[ { "change_type": "MODIFY", "old_path": "test/e2e/util.go", "new_path": "test/e2e/util.go", "diff": "@@ -216,9 +216,9 @@ func (s *E2ETestSuite) handleError(err error) {\n}\nlog.Print(err)\n// cleanup\n- if !s.IsNoTeardown {\n- s.tearDownCluster()\n- }\n+ //if !s.IsNoTeardown {\n+ // s.tearDownCluster...
Go
Apache License 2.0
sapcc/kubernikus
keep e2e klusters in case of errors
596,240
20.02.2018 13:31:31
-3,600
11dd9b2f6ab58ae1315864ef8ba5efd1697487f8
waits for kube-dns to become ready
[ { "change_type": "MODIFY", "old_path": "test/e2e/setupSmokeTest.go", "new_path": "test/e2e/setupSmokeTest.go", "diff": "@@ -139,6 +139,19 @@ func (s *E2ETestSuite) getReadyNodes() {\ns.readyNodes = nodes.Items\n}\n+func (s *E2ETestSuite) waitForKubeDNS() {\n+ log.Printf(\"waiting for kube-system/kub...
Go
Apache License 2.0
sapcc/kubernikus
waits for kube-dns to become ready
596,240
20.02.2018 14:09:41
-3,600
2c27b972dec9324fb1c427af345576019096ed18
wait for endpoints to be ready
[ { "change_type": "MODIFY", "old_path": "test/e2e/constants.go", "new_path": "test/e2e/constants.go", "diff": "@@ -7,6 +7,7 @@ const (\nCheckInterval = 10 * time.Second\nTimeoutPod = 5 * time.Minute\n+ TimeoutKubeDNS = 2 * time.Minute\nClusterName = \"e2e\"\nClusterSmallNodePoolSize = 2\n" }, { ...
Go
Apache License 2.0
sapcc/kubernikus
wait for endpoints to be ready
596,240
20.02.2018 16:28:56
-3,600
6c15c6ae20a9819edcdf0332a124657f2f64a6ff
adds ssh key to e2e cluster
[ { "change_type": "MODIFY", "old_path": "test/e2e/util.go", "new_path": "test/e2e/util.go", "diff": "@@ -130,6 +130,7 @@ func newE2ECluster(klusterName string) *models.Kluster {\nreturn &models.Kluster{\nName: klusterName,\nSpec: models.KlusterSpec{\n+ SSHPublicKey: \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQAB...
Go
Apache License 2.0
sapcc/kubernikus
adds ssh key to e2e cluster
596,240
20.02.2018 16:29:05
-3,600
eac8d792595916d1a3fdd5bbc89dd6c5dd526ee2
updates dashboard
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/values.yaml", "new_path": "charts/kubernikus-system/values.yaml", "diff": "@@ -134,7 +134,7 @@ grafana:\n\"editable\": true,\n\"gnetId\": null,\n\"graphTooltip\": 0,\n- \"iteration\": 1519055723950,\n+ \"iteration\": 1519059007733,\n\"...
Go
Apache License 2.0
sapcc/kubernikus
updates dashboard
596,240
20.02.2018 17:08:32
-3,600
5a7f57de3499894e681348447a8c65f756c3699b
dries up admin values even more
[ { "change_type": "MODIFY", "old_path": "ci/task_helm-admin_kubernikus.yaml", "new_path": "ci/task_helm-admin_kubernikus.yaml", "diff": "@@ -22,6 +22,7 @@ run:\nhelm upgrade $KUBERNIKUS_NAME kubernikus.builds/charts/kubernikus/ \\\n--namespace=$KUBERNIKUS_NAME \\\n--values secrets.git/global/values/k...
Go
Apache License 2.0
sapcc/kubernikus
dries up admin values even more
596,240
21.02.2018 09:37:35
-3,600
f28969545da54c787c64d29c86cf0f1ab4d2f73a
updated pipeline with additional regions
[ { "change_type": "MODIFY", "old_path": "ci/pipeline.yaml", "new_path": "ci/pipeline.yaml", "diff": "@@ -11,8 +11,8 @@ post_failure_to_slack: &post_failure_to_slack\nauth_master: &auth_master\nOS_AUTH_URL: https://identity-3.eu-nl-1.cloud.sap/v3\n- OS_USERNAME: {{kubernikus-eu-nl-1-username}}\n- OS_P...
Go
Apache License 2.0
sapcc/kubernikus
updated pipeline with additional regions
596,240
21.02.2018 11:09:40
-3,600
eb0b588aeba765eace72b93dae3c93f4b18643d9
rename to avoid conflicts
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus/templates/clusterrolebinding.yaml", "new_path": "charts/kubernikus/templates/clusterrolebinding.yaml", "diff": "apiVersion: rbac.authorization.k8s.io/v1beta1\nkind: ClusterRoleBinding\nmetadata:\n- name: kubernikus-system-default\n+ name: kub...
Go
Apache License 2.0
sapcc/kubernikus
rename to avoid conflicts
596,240
21.02.2018 11:11:11
-3,600
8e0aae27e57647e2b257ca148e3f07a8e26a714a
removes forceful helm installation
[ { "change_type": "MODIFY", "old_path": "ci/task_helm_kubernikus.yaml", "new_path": "ci/task_helm_kubernikus.yaml", "diff": "@@ -25,8 +25,7 @@ run:\n--values secrets.git/global/values/kubernikus.yaml \\\n--values secrets.git/kubernikus/$KUBERNIKUS_NAME/values/kubernikus.yaml \\\n--set imageTag=$VERSI...
Go
Apache License 2.0
sapcc/kubernikus
removes forceful helm installation
596,240
21.02.2018 15:52:50
-3,600
3e03006b44cc250d75cfb9a6f07a061fb7aba094
adds usage plots
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/values.yaml", "new_path": "charts/kubernikus-system/values.yaml", "diff": "@@ -131,10 +131,10 @@ grafana:\n}\n]\n},\n- \"editable\": true,\n+ \"editable\": false,\n\"gnetId\": null,\n\"graphTooltip\": 0,\n- \"iteration\": 1519059007733...
Go
Apache License 2.0
sapcc/kubernikus
adds usage plots
596,240
21.02.2018 15:56:19
-3,600
b51aa1ef170ae5261e438f65c01cafcaf27c64fc
tuning for cpu usage
[ { "change_type": "MODIFY", "old_path": "charts/kube-master/charts/etcd/values.yaml", "new_path": "charts/kube-master/charts/etcd/values.yaml", "diff": "@@ -14,7 +14,7 @@ persistence:\n# existingClaim: claimName\nresources:\nrequests:\n- cpu: 250m\n+ cpu: 100m\nmemory: 256Mi\nlimits:\ncpu: 500m\n" ...
Go
Apache License 2.0
sapcc/kubernikus
tuning for cpu usage
596,240
21.02.2018 15:56:46
-3,600
298bd562162a0946b3f0dcd3d99d9d51f20ed11d
adds sophistication to the buildup docs
[ { "change_type": "ADD", "old_path": null, "new_path": "docs/operations/buildup.md", "diff": "+---\n+title: ControlPlane\n+---\n+\n+## Prepare Values\n+\n+In the secret repository create values:\n+\n+ * `admin/values/$REGION.yaml`\n+ * `kubernikus/$REGION/values/kubernikus.yaml`\n+ * `kubernikus/$REG...
Go
Apache License 2.0
sapcc/kubernikus
adds sophistication to the buildup docs
596,230
23.02.2018 10:00:42
-3,600
a6bf2165d43e8f213c1bee7fc6dfe0f7afca5ce9
rename sysctl conf file to .conf
[ { "change_type": "MODIFY", "old_path": "pkg/templates/node_1.7.go", "new_path": "pkg/templates/node_1.7.go", "diff": "@@ -238,7 +238,7 @@ storage:\n-A POSTROUTING -p udp ! -d {{ .ClusterCIDR }} -m addrtype ! --dst-type LOCAL -j MASQUERADE --to-ports 32678-65535\n-A POSTROUTING -p icmp ! -d {{ .Clust...
Go
Apache License 2.0
sapcc/kubernikus
-- rename sysctl conf file to .conf
596,232
23.02.2018 15:35:58
-3,600
8b9379ff51606c41c21b486c54cbd529f11e891c
add target-port to expose command
[ { "change_type": "MODIFY", "old_path": "docs/guide/common_addons.md", "new_path": "docs/guide/common_addons.md", "diff": "@@ -51,7 +51,7 @@ In order to expose the Dashboard without the local proxy, we need to:\nLet's create the service:\n```\n-kubectl expose deployment kubernetes-dashboard --namespa...
Go
Apache License 2.0
sapcc/kubernikus
add target-port to expose command
596,240
25.02.2018 10:13:27
-3,600
09764824e395b7864e4f49db1a359b32c30ada96
adds chnaged servicecidr for control plane installations
[ { "change_type": "MODIFY", "old_path": "docs/operations/buildup.md", "new_path": "docs/operations/buildup.md", "diff": "@@ -95,6 +95,14 @@ Use the UI to create a cluster with the `k-$region` naming scheme in the\n`ccadmin/kubernikus` project. Create a `default` pool with 3 nodes in\n`m2.xlarge`. Add...
Go
Apache License 2.0
sapcc/kubernikus
adds chnaged servicecidr for control plane installations
596,230
01.03.2018 15:58:47
-3,600
81886f4e775ab4bedd94db0b8d2ea16213e262df
use configdrive to create nodes
[ { "change_type": "MODIFY", "old_path": "pkg/client/openstack/client.go", "new_path": "pkg/client/openstack/client.go", "diff": "@@ -613,6 +613,7 @@ func (c *client) CreateNode(kluster *kubernikus_v1.Kluster, pool *models.NodePoo\nname = SimpleNameGenerator.GenerateName(fmt.Sprintf(\"%v-%v-\", kluste...
Go
Apache License 2.0
sapcc/kubernikus
-- use configdrive to create nodes
596,233
02.03.2018 13:26:46
-3,600
71befdc9750ac1c668a3d32389fc231677a8ee53
add kubernikus_node_pool_status metric
[ { "change_type": "MODIFY", "old_path": "pkg/controller/launch/pool_manager.go", "new_path": "pkg/controller/launch/pool_manager.go", "diff": "@@ -97,6 +97,16 @@ func (cpm *ConcretePoolManager) SetStatus(status *PoolStatus) error {\nSchedulable: int64(schedulable),\n}\n+ metrics.SetMetricNodePoolStat...
Go
Apache License 2.0
sapcc/kubernikus
add kubernikus_node_pool_status metric (#250)
596,230
02.03.2018 14:54:34
-3,600
247271b9e987327b7aba446eff1f9c040a09a443
update default clusterrole to allow csr deletions
[ { "change_type": "MODIFY", "old_path": "pkg/controller/ground/bootstrap.go", "new_path": "pkg/controller/ground/bootstrap.go", "diff": "@@ -29,6 +29,9 @@ func SeedKluster(client clientset.Interface, kluster *v1.Kluster) error {\nif err := SeedCinderStorageClass(client); err != nil {\nreturn err\n}\n...
Go
Apache License 2.0
sapcc/kubernikus
-- update default clusterrole to allow csr deletions
596,230
02.03.2018 16:47:25
-3,600
b7467eaadb1e0620e13801c68a63fb889edea1b8
add liveness to controller manager
[ { "change_type": "MODIFY", "old_path": "charts/kube-master/templates/controller-manager.yaml", "new_path": "charts/kube-master/templates/controller-manager.yaml", "diff": "@@ -81,6 +81,13 @@ spec:\n- --service-account-private-key-file=/etc/kubernetes/certs/apiserver-clients-ca-key.pem\n- --service-c...
Go
Apache License 2.0
sapcc/kubernikus
-- add liveness to controller manager
596,230
02.03.2018 16:53:56
-3,600
f039c19c728ebc796bec2ddb235325511ab3df54
increase initialdelay
[ { "change_type": "MODIFY", "old_path": "charts/kube-master/templates/controller-manager.yaml", "new_path": "charts/kube-master/templates/controller-manager.yaml", "diff": "@@ -86,7 +86,7 @@ spec:\nhost: 127.0.0.1\npath: /healthz\nport: 10252\n- initialDelaySeconds: 15\n+ initialDelaySeconds: 120\nti...
Go
Apache License 2.0
sapcc/kubernikus
-- increase initialdelay
596,240
05.03.2018 09:12:59
-3,600
88c123915a0d23f3404970cbf0daeaec7f08869b
removes obsolete project call
[ { "change_type": "MODIFY", "old_path": "pkg/client/openstack/client.go", "new_path": "pkg/client/openstack/client.go", "diff": "@@ -10,7 +10,6 @@ import (\n\"github.com/gophercloud/gophercloud/openstack\"\n\"github.com/gophercloud/gophercloud/openstack/compute/v2/servers\"\n\"github.com/gophercloud/...
Go
Apache License 2.0
sapcc/kubernikus
removes obsolete project call
596,230
05.03.2018 14:35:19
-3,600
a65f2189f3c50dd8a20014d3f8613ba508da5485
change SAPNET cert hash to ensure it has run
[ { "change_type": "MODIFY", "old_path": "pkg/templates/node_1.7.go", "new_path": "pkg/templates/node_1.7.go", "diff": "@@ -156,7 +156,7 @@ systemd:\ncontents: |\n[Unit]\nDescription=Update the certificates w/ self-signed root CAs\n- ConditionPathIsSymbolicLink=!/etc/ssl/certs/48b11003.0\n+ ConditionP...
Go
Apache License 2.0
sapcc/kubernikus
-- change SAPNET cert hash to ensure it has run (#253)
596,230
08.03.2018 10:57:46
-3,600
affe3d49e864a84f408ae344afa5d5e9a977a378
add quotes to KS_PASSWORD to allow spaces
[ { "change_type": "MODIFY", "old_path": "Procfile", "new_path": "Procfile", "diff": "-operator: 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-domain=$KS_PROJECT_DOMAIN_NAME --a...
Go
Apache License 2.0
sapcc/kubernikus
-- add quotes to KS_PASSWORD to allow spaces
596,240
06.03.2018 18:05:31
-3,600
9ecb71e79253b94747ac3f9ea8b5ebbbaa2f905f
fixes nodepool update overwriting securitygroup
[ { "change_type": "MODIFY", "old_path": "pkg/api/handlers/update_cluster.go", "new_path": "pkg/api/handlers/update_cluster.go", "diff": "@@ -31,7 +31,10 @@ func (d *updateCluster) Handle(params operations.UpdateClusterParams, principal\n// Update nodepool\nkluster.Spec.NodePools = nodePools\nkluster....
Go
Apache License 2.0
sapcc/kubernikus
fixes nodepool update overwriting securitygroup
596,240
15.03.2018 10:16:29
-3,600
5a6a89defc16c85014e32f6b2206a6debc5e8500
fixes ephemeral port range
[ { "change_type": "MODIFY", "old_path": "pkg/templates/node_1.7.go", "new_path": "pkg/templates/node_1.7.go", "diff": "@@ -234,8 +234,8 @@ storage:\n:INPUT ACCEPT [0:0]\n:OUTPUT ACCEPT [0:0]\n:POSTROUTING ACCEPT [0:0]\n- -A POSTROUTING -p tcp ! -d {{ .ClusterCIDR }} -m addrtype ! --dst-type LOCAL -j ...
Go
Apache License 2.0
sapcc/kubernikus
fixes ephemeral port range
596,240
19.03.2018 16:04:52
-3,600
5c1d18fb632ce675142af1cea1cc70e73212f35f
enables smoke test deletion again. adds asr soaktest
[ { "change_type": "MODIFY", "old_path": "ci/pipeline.yaml", "new_path": "ci/pipeline.yaml", "diff": "@@ -39,6 +39,16 @@ auth_e2e: &auth_e2e\nKUBERNIKUS_NAME: e2e\nKUBERNIKUS_URL: https://kubernikus-master.eu-nl-1.cloud.sap\n+auth_e2e_qa-de-1: &auth_e2e_qa-de-1\n+ OS_AUTH_URL: https://identity-3.qa-de...
Go
Apache License 2.0
sapcc/kubernikus
enables smoke test deletion again. adds asr soaktest
596,240
19.03.2018 16:19:53
-3,600
c1b16a08bcec63dfaeafe09ac3590143500421c1
fixes cleanup call
[ { "change_type": "MODIFY", "old_path": "ci/pipeline.yaml", "new_path": "ci/pipeline.yaml", "diff": "@@ -402,8 +402,8 @@ jobs:\n- aggregate:\n- get: secrets.git\n- get: kubernikus.builds\n- resource: feature.builds\n- passed: [qa]\n+ resource: master.builds\n+ passed: [master]\n- get: hourly\ntrigger...
Go
Apache License 2.0
sapcc/kubernikus
fixes cleanup call
596,240
19.03.2018 16:21:51
-3,600
ca267ce6bb7dfff961859297371f2ffb480e5cd2
soak tests using e2e tested suite
[ { "change_type": "MODIFY", "old_path": "ci/pipeline.yaml", "new_path": "ci/pipeline.yaml", "diff": "@@ -403,7 +403,7 @@ jobs:\n- get: secrets.git\n- get: kubernikus.builds\nresource: master.builds\n- passed: [master]\n+ passed: [e2e]\n- get: hourly\ntrigger: true\n- task: e2e_tests\n" } ]
Go
Apache License 2.0
sapcc/kubernikus
soak tests using e2e tested suite
596,240
20.03.2018 17:21:12
-3,600
f6e69f6e361244d06d70e9e567b32c382734b474
soak all regions in nice e2e testing
[ { "change_type": "MODIFY", "old_path": "ci/pipeline.yaml", "new_path": "ci/pipeline.yaml", "diff": "@@ -29,26 +29,6 @@ auth_feature: &auth_feature\nKUBERNIKUS_NAME: k-feature\nKUBERNIKUS_URL: https://k-feature.admin.cloud.sap\n-auth_e2e: &auth_e2e\n- OS_AUTH_URL: https://identity-3.eu-nl-1.cloud.sap...
Go
Apache License 2.0
sapcc/kubernikus
soak all regions in nice e2e testing
596,240
21.03.2018 17:02:40
-3,600
ecdf9ecbf78735203362b70910de1c62cb244c7d
emergency fix for emergency fix
[ { "change_type": "MODIFY", "old_path": "pkg/client/openstack/factory.go", "new_path": "pkg/client/openstack/factory.go", "diff": "@@ -47,7 +47,7 @@ func NewSharedOpenstackClientFactory(secrets core_v1.SecretInterface, klusters c\nlogger: logger,\n}\n- if klusrers != nil {\n+ if klusters != nil {\nkl...
Go
Apache License 2.0
sapcc/kubernikus
emergency fix for emergency fix
596,240
21.03.2018 17:29:39
-3,600
44b76c53c51feb0f2bfd1daee7f9a31eb8548a5d
fixes service client foo
[ { "change_type": "MODIFY", "old_path": "pkg/client/openstack/factory.go", "new_path": "pkg/client/openstack/factory.go", "diff": "@@ -99,7 +99,7 @@ func (f *factory) KlusterClientFor(kluster *kubernikus_v1.Kluster) (openstack_kl\n}\nvar client openstack_kluster.KlusterClient\n- client = openstack_kl...
Go
Apache License 2.0
sapcc/kubernikus
fixes service client foo
596,240
22.03.2018 09:36:40
-3,600
97927e757e8afaf190a1471d65917e10ec6ba756
removes premature termination of nodes
[ { "change_type": "MODIFY", "old_path": "test/e2e/APITests.go", "new_path": "test/e2e/APITests.go", "diff": "@@ -109,9 +109,6 @@ func (s *E2ETestSuite) TestGetClusterInfo() {\n// TestTerminateCluster tests kluster deletion and waits until the kluster is gone\nfunc (s *E2ETestSuite) TestTerminateClust...
Go
Apache License 2.0
sapcc/kubernikus
removes premature termination of nodes
596,240
23.03.2018 10:05:31
-3,600
5655c734c6018ea0791edd5b499e89656c6f4223
fixes startup error while finding proxier mode for kube-proxy
[ { "change_type": "MODIFY", "old_path": "pkg/templates/node_1.7.go", "new_path": "pkg/templates/node_1.7.go", "diff": "@@ -350,7 +350,7 @@ storage:\nminSyncPeriod: 0s\nsyncPeriod: 30s\nmetricsBindAddress: 127.0.0.1:10249\n- mode: \"\"\n+ mode: \"iptables\"\noomScoreAdj: -999\nportRange: \"\"\nresourc...
Go
Apache License 2.0
sapcc/kubernikus
fixes startup error while finding proxier mode for kube-proxy