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
19.10.2017 17:36:49
-7,200
ddf978df9cfe1c6c239390a53f8c6984fd8c1e24
fixes loading behaviour of default starting config
[ { "change_type": "MODIFY", "old_path": "pkg/cmd/kubernikusctl/credenitals.go", "new_path": "pkg/cmd/kubernikusctl/credenitals.go", "diff": "@@ -133,9 +133,16 @@ func (o *CredentialsOptions) Run(c *cobra.Command) error {\nif o.kubeconfigPath != \"\" {\nif err := o.loadKubeconfig(); err != nil {\nglog...
Go
Apache License 2.0
sapcc/kubernikus
fixes loading behaviour of default starting config
596,240
19.10.2017 17:54:09
-7,200
c1debdf65ad324cdaf565b74df3cc214d022397a
fixes loading another behaviour of default starting config
[ { "change_type": "MODIFY", "old_path": "pkg/cmd/kubernikusctl/credenitals.go", "new_path": "pkg/cmd/kubernikusctl/credenitals.go", "diff": "@@ -126,10 +126,6 @@ func (o *CredentialsOptions) Run(c *cobra.Command) error {\n// fetch credentials\n// update kubeconfigs\n- if o.kubeconfigPath == \"\" {\n-...
Go
Apache License 2.0
sapcc/kubernikus
fixes loading another behaviour of default starting config
596,240
20.10.2017 18:16:28
-7,200
238ac105576d36167a1281168fae7ca12a928f9b
prompts for password if missing
[ { "change_type": "MODIFY", "old_path": "pkg/cmd/kubernikusctl/auth/init.go", "new_path": "pkg/cmd/kubernikusctl/auth/init.go", "diff": "@@ -6,6 +6,7 @@ import (\n\"os\"\n\"github.com/golang/glog\"\n+ \"github.com/howeyc/gopass\"\n\"github.com/imdario/mergo\"\n\"github.com/pkg/errors\"\n\"github.com/...
Go
Apache License 2.0
sapcc/kubernikus
prompts for password if missing
596,240
20.10.2017 22:05:34
-7,200
963079f05a35c31ee4b54dcf06b10a24ae3b4c8b
renames credentials command
[ { "change_type": "MODIFY", "old_path": "ci/task_helm_kubernikus-system.yaml", "new_path": "ci/task_helm_kubernikus-system.yaml", "diff": "@@ -17,7 +17,7 @@ run:\n- -c\n- |\nset -exo pipefail\n- kubernikusctl credentials\n+ kubernikusctl auth init\nhelm dep up --skip-refresh charts.git/charts/kuberni...
Go
Apache License 2.0
sapcc/kubernikus
renames credentials command
596,240
20.10.2017 22:06:00
-7,200
23b23f49c8a0efa888f14a1155a8338584b633f4
burns kubernikus entrypoint into ca certificates
[ { "change_type": "MODIFY", "old_path": "pkg/util/certificates.go", "new_path": "pkg/util/certificates.go", "diff": "@@ -277,7 +277,7 @@ func createEnrichedCA(kluster *v1.Kluster, kubernikusAPIURL, authURL, common_nam\nCommonName: common_name,\nOrganizationalUnit: []string{CA_ISSUER_KUBERNIKUS_IDENTI...
Go
Apache License 2.0
sapcc/kubernikus
burns kubernikus entrypoint into ca certificates
596,240
20.10.2017 22:32:08
-7,200
edd1b85b3a0a39796d8743ce3eb451fd3217c0b6
fixes certificate expiration check
[ { "change_type": "MODIFY", "old_path": "pkg/cmd/kubernikusctl/auth/refresh.go", "new_path": "pkg/cmd/kubernikusctl/auth/refresh.go", "diff": "@@ -6,6 +6,7 @@ import (\n\"fmt\"\n\"net/url\"\n\"strings\"\n+ \"time\"\n\"github.com/golang/glog\"\n\"github.com/howeyc/gopass\"\n@@ -93,15 +94,6 @@ func (o ...
Go
Apache License 2.0
sapcc/kubernikus
fixes certificate expiration check
596,240
20.10.2017 22:53:38
-7,200
49b2431fc583bc648f0dcc2bac18b4b57a45fb5b
smartens kubernikus context detection
[ { "change_type": "MODIFY", "old_path": "pkg/cmd/kubernikusctl/auth/refresh.go", "new_path": "pkg/cmd/kubernikusctl/auth/refresh.go", "diff": "@@ -87,10 +87,12 @@ func (o *RefreshOptions) Complete(args []string) (err error) {\nglog.V(2).Infof(\"Using context %v\", o.context)\nif isKubernikusContext, ...
Go
Apache License 2.0
sapcc/kubernikus
smartens kubernikus context detection
596,240
21.10.2017 10:45:37
-7,200
fa5cf345bd569843b010d6a607fe8d30dd13919a
reorders initialization logic to remove double context validation
[ { "change_type": "MODIFY", "old_path": "pkg/cmd/kubernikusctl/auth/refresh.go", "new_path": "pkg/cmd/kubernikusctl/auth/refresh.go", "diff": "@@ -85,6 +85,10 @@ func (o *RefreshOptions) Complete(args []string) (err error) {\nreturn errors.Errorf(\"The context you provided does not exist\")\n}\n+ ret...
Go
Apache License 2.0
sapcc/kubernikus
reorders initialization logic to remove double context validation
596,240
23.10.2017 13:08:28
-7,200
5f701dd6f6eef281de06f103788ac42f2e00a6cb
adds info path to expose info about this kubernikus instance
[ { "change_type": "ADD", "old_path": null, "new_path": "pkg/api/handlers/info.go", "diff": "+package handlers\n+\n+import (\n+ \"github.com/go-openapi/runtime/middleware\"\n+ \"github.com/sapcc/kubernikus/pkg/api\"\n+ \"github.com/sapcc/kubernikus/pkg/api/models\"\n+ \"github.com/sapcc/kubernikus/pkg...
Go
Apache License 2.0
sapcc/kubernikus
adds info path to expose info about this kubernikus instance
596,240
23.10.2017 18:08:03
-7,200
a2e3167b9d27b24f274be6c1ea7e40a176dbc7f2
includes download links into info structs
[ { "change_type": "MODIFY", "old_path": "pkg/api/handlers/info.go", "new_path": "pkg/api/handlers/info.go", "diff": "@@ -19,6 +19,23 @@ type info struct {\nfunc (d *info) Handle(params operations.InfoParams) middleware.Responder {\ninfo := &models.Info{\n+ Binaries: []*models.InfoBinariesItems0{\n+ {...
Go
Apache License 2.0
sapcc/kubernikus
includes download links into info structs
596,240
23.10.2017 18:08:47
-7,200
d5ee99d914f7038e0753e0976b0a156efa4eddef
adds middleware that serves static content
[ { "change_type": "MODIFY", "old_path": "pkg/api/rest/configure_kubernikus.go", "new_path": "pkg/api/rest/configure_kubernikus.go", "diff": "@@ -5,6 +5,7 @@ import (\n\"fmt\"\n\"net/http\"\n\"os\"\n+ \"strings\"\nerrors \"github.com/go-openapi/errors\"\nruntime \"github.com/go-openapi/runtime\"\n@@ -...
Go
Apache License 2.0
sapcc/kubernikus
adds middleware that serves static content
596,240
23.10.2017 18:11:53
-7,200
7258f0932384262639d039d582776ff840762303
updates linux path
[ { "change_type": "MODIFY", "old_path": "pkg/api/handlers/info.go", "new_path": "pkg/api/handlers/info.go", "diff": "@@ -30,7 +30,7 @@ func (d *info) Handle(params operations.InfoParams) middleware.Responder {\n},\n{\nPlatform: \"linux\",\n- Arch: \"x86\",\n+ Arch: \"amd64\",\nLink: \"static/binaries...
Go
Apache License 2.0
sapcc/kubernikus
updates linux path
596,240
23.10.2017 18:17:43
-7,200
8843c3a66b50692290f7b1c64407cea502ac6bd2
adds authentication info
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -52,3 +52,33 @@ users:\ntokenFile: /var/run/secrets/kubernetes.io/serviceaccount/token\nEOF\n```\n+\n+## Authenticating at the Control Planes\n+\n+Initial kubeconfig setup:\n+```\n+kubernikusctl auth init --url ...
Go
Apache License 2.0
sapcc/kubernikus
adds authentication info
596,240
23.10.2017 18:25:37
-7,200
b104487e883da97a92fe099734c85e70fb09448d
fixes wrong platform for linux download link
[ { "change_type": "MODIFY", "old_path": "pkg/api/handlers/info.go", "new_path": "pkg/api/handlers/info.go", "diff": "@@ -31,7 +31,7 @@ func (d *info) Handle(params operations.InfoParams) middleware.Responder {\n{\nPlatform: \"linux\",\nArch: \"amd64\",\n- Link: \"static/binaries/linux/x86/kubernikusc...
Go
Apache License 2.0
sapcc/kubernikus
fixes wrong platform for linux download link
596,240
24.10.2017 14:26:46
-7,200
c03d005eb15256d63f1737f7490e803975cba6a2
renames /version to /info
[ { "change_type": "MODIFY", "old_path": "pkg/api/handlers/get_cluster_info.go", "new_path": "pkg/api/handlers/get_cluster_info.go", "diff": "@@ -42,7 +42,7 @@ func (d *getClusterInfo) Handle(params operations.GetClusterInfoParams, principa\nfunc createSetupCommand(principal *models.Principal) string ...
Go
Apache License 2.0
sapcc/kubernikus
renames /version to /info
596,240
25.10.2017 17:52:34
-7,200
9483a03a01aa46a6ece6f988bc4b94efe2b881aa
fixes missing variable
[ { "change_type": "MODIFY", "old_path": "contrib/kubernikus-docs-builder/Dockerfile", "new_path": "contrib/kubernikus-docs-builder/Dockerfile", "diff": "FROM alpine:3.6\n-ARG HUGO_VERSION\n+ARG HUGO_VERSION=0.30.2\nRUN apk add --no-cache curl\nRUN curl -Lo hugo.tar.gz https://github.com/gohugoio/hugo...
Go
Apache License 2.0
sapcc/kubernikus
fixes missing variable
596,240
25.10.2017 17:52:46
-7,200
ff1bc5b7a4ed17db8c132185fa1f96337b409cd3
adds more styling
[ { "change_type": "MODIFY", "old_path": "contrib/kubernikus-docs-builder/data/layouts/index.html", "new_path": "contrib/kubernikus-docs-builder/data/layouts/index.html", "diff": "<div class=\"sapbanner\"></div>\n<div class=\"saplogo\"></div>\n<div class=\"saplinks\">\n- <div><a href=\"/docs\">/user</...
Go
Apache License 2.0
sapcc/kubernikus
adds more styling
596,240
25.10.2017 20:54:49
-7,200
8a1783ddf8d193e3b0ee91e57426b197d4076e7f
adds helper task for converting image properties to json for usage as docker build args
[ { "change_type": "ADD", "old_path": null, "new_path": "ci/task_image_properties.yaml", "diff": "+---\n+platform: 'linux'\n+\n+image_resource:\n+ type: docker-image\n+ source:\n+ repository: sapcc/kubernikus-kubectl\n+ tag: 'latest'\n+\n+inputs:\n+ - name: image\n+\n+run:\n+ path: /bin/sh\n+ args:\n+...
Go
Apache License 2.0
sapcc/kubernikus
adds helper task for converting image properties to json for usage as docker build args
596,240
25.10.2017 21:10:07
-7,200
8cc8a78dff8bdf9ef2b6c42b60116a7235b8faaa
adds more complexity because concourse
[ { "change_type": "MODIFY", "old_path": "ci/task_image_properties.yaml", "new_path": "ci/task_image_properties.yaml", "diff": "@@ -4,12 +4,15 @@ platform: 'linux'\nimage_resource:\ntype: docker-image\nsource:\n- repository: sapcc/kubernikus-kubectl\n- tag: 'latest'\n+ repository: alpine\n+ tag: '3.6'...
Go
Apache License 2.0
sapcc/kubernikus
adds more complexity because concourse
596,240
25.10.2017 21:39:42
-7,200
c81275542fa6175cf540684c3a4330c0b8a1f7d3
fallback and prefixing logic for version and digest
[ { "change_type": "MODIFY", "old_path": "Dockerfile.docs", "new_path": "Dockerfile.docs", "diff": "-ARG DIGEST=latest\n-ARG VERSION=${DIGEST}\n-FROM sapcc/kubernikus-docs-builder:${VERSION}\n+ARG DIGEST\n+ARG VERSION=latest # default to latest\n+ARG PDIGEST=${DIGEST:+@}$DIGEST # Prefix wuth @ if set\...
Go
Apache License 2.0
sapcc/kubernikus
fallback and prefixing logic for version and digest
596,240
25.10.2017 21:44:47
-7,200
0f73542a7f62fa2855154abc1ff22395a65a4710
moves comments to individual lines
[ { "change_type": "MODIFY", "old_path": "Dockerfile.docs", "new_path": "Dockerfile.docs", "diff": "ARG DIGEST\n-ARG VERSION=latest # default to latest\n-ARG PDIGEST=${DIGEST:+@}$DIGEST # Prefix wuth @ if set\n-ARG PVERSION=${VERSION:+:}$VERSION # Prefix wuth : if set\n-ARG TAG=${PDIGEST:-$PVERSION} #...
Go
Apache License 2.0
sapcc/kubernikus
moves comments to individual lines
596,240
25.10.2017 21:52:54
-7,200
2f613e3a89bc0b116fba0f63fb54c0309a8ce4ac
uses a less obvious variable name to avoid clashes
[ { "change_type": "MODIFY", "old_path": "Dockerfile.docs", "new_path": "Dockerfile.docs", "diff": "@@ -9,6 +9,6 @@ ARG PDIGEST=${DIGEST:+@}$DIGEST\nARG PVERSION=${VERSION:+:}$VERSION\n# Use digest if set. Version otherwise.\n-ARG TAG=${PDIGEST:-$PVERSION}\n+ARG COMBINED=${PDIGEST:-$PVERSION}\n-FROM s...
Go
Apache License 2.0
sapcc/kubernikus
uses a less obvious variable name to avoid clashes
596,240
25.10.2017 23:23:49
-7,200
0d3e300294ec336620c55e876d502ed02a107692
combines multiple images into image properties
[ { "change_type": "MODIFY", "old_path": "Dockerfile.kubernikus", "new_path": "Dockerfile.kubernikus", "diff": "-ARG VERSION=latest\n-FROM sapcc/kubernikus-binaries:$VERSION as kubernikus-binaries\n+ARG KUBERNIKUS_BINARIES_VERSION=:latest\n+FROM sapcc/kubernikus-binaries$KUBERNIKUS_BINARIES_VERSION as...
Go
Apache License 2.0
sapcc/kubernikus
combines multiple images into image properties
596,240
25.10.2017 23:29:04
-7,200
7563767dbf67e7ea809ce81a42811b2270219bfd
adds missing inputs even if it makes no sense
[ { "change_type": "MODIFY", "old_path": "ci/pipeline.yaml", "new_path": "ci/pipeline.yaml", "diff": "@@ -217,6 +217,7 @@ jobs:\nfile: kubernetes.git/ci/task_image_properties.yaml\ninput_mapping:\nimage0: kubernikus-binaries.image\n+ image1: kubernikus-binaries.image\noutput_mapping:\nimage.properties...
Go
Apache License 2.0
sapcc/kubernikus
adds missing inputs even if it makes no sense
596,240
25.10.2017 23:47:53
-7,200
166547f029ae4f7ea99712b83224b3a39e2f6f53
fixes trailing comma
[ { "change_type": "MODIFY", "old_path": "ci/task_image_properties.yaml", "new_path": "ci/task_image_properties.yaml", "diff": "@@ -31,6 +31,6 @@ run:\n\"${image0}_TAG\": \"$(cat image0/tag 2>/dev/null|| true)\",\n\"${image1}_TAG\": \"$(cat image1/tag 2>/dev/null|| true)\",\n\"${image0}_DIGEST\": \"$(...
Go
Apache License 2.0
sapcc/kubernikus
fixes trailing comma
596,240
26.10.2017 09:30:34
-7,200
baf89f0d669e7a7d8a41cbb0d72ad32edbfc06c7
publishes docs under /docs. moves swagger to /swagger
[ { "change_type": "MODIFY", "old_path": "pkg/api/handlers/root.go", "new_path": "pkg/api/handlers/root.go", "diff": "@@ -8,7 +8,8 @@ var RootContent = `{\n\"/api/v1\",\n\"/docs\",\n\"/info\",\n- \"/static\"\n+ \"/static\",\n+ \"/swagger\"\n]\n}`\n" }, { "change_type": "MODIFY", "old_path"...
Go
Apache License 2.0
sapcc/kubernikus
publishes docs under /docs. moves swagger to /swagger
596,240
26.10.2017 10:31:21
-7,200
fe11e5ab719e2ec686f148706a66d8f39d50d216
adds .travis build
[ { "change_type": "ADD", "old_path": null, "new_path": ".travis.yml", "diff": "+dist: trusty\n+sudo: required\n+\n+before_script:\n+ - curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -\n+ - sudo apt-key fingerprint 0EBFCD88\n+ - sudo add-apt-repository \"deb [arch=amd64] ht...
Go
Apache License 2.0
sapcc/kubernikus
adds .travis build
596,240
26.10.2017 10:32:01
-7,200
e7464f2086ef7dfb1a8ff341cb9355c66e382a01
adds correct docs base-url
[ { "change_type": "MODIFY", "old_path": "pkg/api/rest/configure_kubernikus.go", "new_path": "pkg/api/rest/configure_kubernikus.go", "diff": "@@ -97,7 +97,7 @@ func setupGlobalMiddleware(handler http.Handler) http.Handler {\nfunc StaticFiles(next http.Handler) http.Handler {\nreturn http.HandlerFunc(f...
Go
Apache License 2.0
sapcc/kubernikus
adds correct docs base-url
596,240
26.10.2017 11:04:22
-7,200
4295490a59a00f00dff6398e6235d0cdf8750f06
optimizes image build
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -10,6 +10,7 @@ before_script:\n- docker login -u=\"$DOCKER_USERNAME\" -p=\"$DOCKER_PASSWORD\"\nscript:\n+ - make pull\n- make build\nafter_success:\n" }, { "change_type": "MODIFY", "old_path": "D...
Go
Apache License 2.0
sapcc/kubernikus
optimizes image build
596,240
26.10.2017 11:20:49
-7,200
0307a5b403d87f962d2b84af6788824ef02c8448
replaces date version with git commit
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "dist: trusty\nsudo: required\n+env:\n+ - VERSION=$TRAVIS_COMMIT\n+\nbefore_script:\n- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -\n- sudo apt-key fingerprint 0EBFCD88\n- sudo ad...
Go
Apache License 2.0
sapcc/kubernikus
replaces date version with git commit
596,240
26.10.2017 11:47:48
-7,200
a806d328ce5bbb66afbf19e9677d851cb9b2b6ad
shuffles Dockerfiles around
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -18,6 +18,5 @@ script:\nafter_success:\n- if [ \"$TRAVIS_BRANCH\" == \"master\" ]; then\ndocker login -u=\"$DOCKER_USERNAME\" -p=\"$DOCKER_PASSWORD\";\n- make tag\n- make push\n+ make tag push;\nfi\n" }, ...
Go
Apache License 2.0
sapcc/kubernikus
shuffles Dockerfiles around
596,240
26.10.2017 11:50:33
-7,200
4dff1c6cf23fd2e42017359a3c63f056c241d85a
simplifies docker installation
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -5,11 +5,8 @@ env:\n- VERSION=$TRAVIS_COMMIT\nbefore_script:\n- - curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -\n- - sudo apt-key fingerprint 0EBFCD88\n- - sudo add-apt-reposit...
Go
Apache License 2.0
sapcc/kubernikus
simplifies docker installation
596,240
26.10.2017 12:47:10
-7,200
aa2a07b1097334e1d2279765bc099286e4a41cbc
activates image push
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -9,11 +9,10 @@ before_script:\n- sudo apt-get -y -o Dpkg::Options::=\"--force-confnew\" install docker-ce\nscript:\n- - make pull\n- - make build\n+ - make pull build\nafter_success:\n- if [ \"$TRAVIS_BRANCH...
Go
Apache License 2.0
sapcc/kubernikus
activates image push
596,240
26.10.2017 13:49:53
-7,200
98600597b066e950d257df8adace343ac1f1b918
enables debugging to track down text/html responder
[ { "change_type": "MODIFY", "old_path": "pkg/client/kubernikus_generated/kubernikus_client.go", "new_path": "pkg/client/kubernikus_generated/kubernikus_client.go", "diff": "@@ -47,6 +47,7 @@ func NewHTTPClientWithConfig(formats strfmt.Registry, cfg *TransportConfig) *Kub\n// create transport and clie...
Go
Apache License 2.0
sapcc/kubernikus
enables debugging to track down text/html responder
596,240
26.10.2017 13:50:16
-7,200
915231f2a403be06d84bdf5f895a5124533683e7
simplifies pipeline by moving build out of concourse
[ { "change_type": "MODIFY", "old_path": "ci/pipeline.yaml", "new_path": "ci/pipeline.yaml", "diff": "@@ -31,28 +31,6 @@ resources:\nparams:\npaths: [\"charts\"]\n- - name: contrib.git\n- type: git\n- source:\n- username: sapcc-bot\n- password: ((github-com-access-token))\n- uri: https://github.com/sa...
Go
Apache License 2.0
sapcc/kubernikus
simplifies pipeline by moving build out of concourse
596,230
18.10.2017 17:46:18
-7,200
059635c04b69a9a0ee1aef3a88b52a3e049d7925
implements list and get cluster
[ { "change_type": "MODIFY", "old_path": ".gitignore", "new_path": ".gitignore", "diff": "bin/\n_scratch\n_output\n+*.swp\n" }, { "change_type": "ADD", "old_path": null, "new_path": "pkg/client/models/cluster_print.go", "diff": "+package models\n+\n+import (\n+ \"fmt\"\n+ \"github....
Go
Apache License 2.0
sapcc/kubernikus
-- implements list and get cluster
596,240
26.10.2017 14:06:43
-7,200
9c4332311caff32f4c016795b81068b017b50851
removes version dependencies
[ { "change_type": "MODIFY", "old_path": "ci/task_helm-admin_kubernikus.yaml", "new_path": "ci/task_helm-admin_kubernikus.yaml", "diff": "@@ -9,7 +9,6 @@ image_resource:\ninputs:\n- name: kubernikus.git\n- - name: version\n- name: secrets.git\nrun:\n@@ -18,7 +17,7 @@ run:\n- -c\n- |\nset -exo pipefail...
Go
Apache License 2.0
sapcc/kubernikus
removes version dependencies
596,240
26.10.2017 14:12:10
-7,200
8276597bf8ddaf04e5fb514ba037148ad20c621e
fixes ref path
[ { "change_type": "MODIFY", "old_path": "ci/task_helm-admin_kubernikus.yaml", "new_path": "ci/task_helm-admin_kubernikus.yaml", "diff": "@@ -17,7 +17,7 @@ run:\n- -c\n- |\nset -exo pipefail\n- VERSION=$(cat kubernikus.git/ref)\n+ VERSION=$(cat kubernikus.git/.git/ref)\nhelm dep up --skip-refresh kube...
Go
Apache License 2.0
sapcc/kubernikus
fixes ref path
596,240
26.10.2017 14:45:32
-7,200
b6c03619ec63fc82231fceae922a872c52a53bab
fixed api gateway timeouts
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus/templates/api.yaml", "new_path": "charts/kubernikus/templates/api.yaml", "diff": "@@ -15,6 +15,9 @@ spec:\napp: kubernikus\ntype: api\nspec:\n+ strategy:\n+ rollingUpdate:\n+ maxSurge: 1\ncontainers:\n- name: api\nimage: \"{{ .Values.image }}...
Go
Apache License 2.0
sapcc/kubernikus
fixed api gateway timeouts
596,240
26.10.2017 14:54:29
-7,200
88ee2b1a42a2d6c70477609980d04b7df6a0aea6
moves strategy into deployment spec
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus/templates/api.yaml", "new_path": "charts/kubernikus/templates/api.yaml", "diff": "@@ -8,6 +8,9 @@ metadata:\ntype: api\nspec:\n+ strategy:\n+ rollingUpdate:\n+ maxSurge: 1\nrevisionHistoryLimit: {{ .Values.revisionHistoryLimit }}\ntemplate:\n...
Go
Apache License 2.0
sapcc/kubernikus
moves strategy into deployment spec
596,240
26.10.2017 15:42:53
-7,200
e892afc5ab6898c957de28f2677919aeca42f824
relative baseUrl for relative links
[ { "change_type": "MODIFY", "old_path": "contrib/kubernikus-docs-builder/data/config.toml", "new_path": "contrib/kubernikus-docs-builder/data/config.toml", "diff": "-baseurl = \"/docs\"\n+baseURL = \"docs\"\nlanguageCode = \"en-us\"\ntitle = \"Kubernikus\"\ntheme = \"hugo-material-docs\"\nmetadatafor...
Go
Apache License 2.0
sapcc/kubernikus
relative baseUrl for relative links
596,240
26.10.2017 16:02:32
-7,200
35d3d9304c075c446264c24b37bbd253bafa7696
canonifies urls after all
[ { "change_type": "MODIFY", "old_path": "contrib/kubernikus-docs-builder/data/config.toml", "new_path": "contrib/kubernikus-docs-builder/data/config.toml", "diff": "@@ -3,7 +3,7 @@ languageCode = \"en-us\"\ntitle = \"Kubernikus\"\ntheme = \"hugo-material-docs\"\nmetadataformat = \"yaml\"\n-canonifyur...
Go
Apache License 2.0
sapcc/kubernikus
canonifies urls after all
596,240
26.10.2017 16:23:48
-7,200
3f52dcf20f4d1f378cc1f17a8bd550024726b605
redirects to /docs when text/html to api-info otherwise
[ { "change_type": "MODIFY", "old_path": "pkg/api/handlers/root.go", "new_path": "pkg/api/handlers/root.go", "diff": "package handlers\n-import \"net/http\"\n+import (\n+ \"net/http\"\n+ \"strings\"\n+)\nvar RootContent = `{\n\"paths\": [\n@@ -16,6 +19,13 @@ var RootContent = `{\nfunc RootHandler(next...
Go
Apache License 2.0
sapcc/kubernikus
redirects to /docs when text/html to api-info otherwise
596,240
26.10.2017 16:24:02
-7,200
f78a7fc360cec9d54571a75d0d413aef5835e2c2
uses url functions to generate relative links
[ { "change_type": "MODIFY", "old_path": "contrib/kubernikus-docs-builder/data/layouts/index.html", "new_path": "contrib/kubernikus-docs-builder/data/layouts/index.html", "diff": "<span>Managed Kubernetes Clusters</span>\n</div>\n</div>\n- <img src=\"images/logo.png\" class=\"promologo\" />\n+ <img sr...
Go
Apache License 2.0
sapcc/kubernikus
uses url functions to generate relative links
596,240
26.10.2017 16:42:54
-7,200
d5b48a7254c70317ed0075411b424e4905fb22fa
i have no idea what i'm doing \o/
[ { "change_type": "MODIFY", "old_path": "contrib/kubernikus-docs-builder/data/config.toml", "new_path": "contrib/kubernikus-docs-builder/data/config.toml", "diff": "-baseURL = \"docs\"\n+baseURL = \"/docs\"\nlanguageCode = \"en-us\"\ntitle = \"Kubernikus\"\ntheme = \"hugo-material-docs\"\nmetadatafor...
Go
Apache License 2.0
sapcc/kubernikus
i have no idea what i'm doing \o/
596,240
26.10.2017 17:47:16
-7,200
6fc009fd41ca849fb547f4e858f4095eedc50ae0
fixes relative entry link into docs
[ { "change_type": "MODIFY", "old_path": "contrib/kubernikus-docs-builder/data/layouts/index.html", "new_path": "contrib/kubernikus-docs-builder/data/layouts/index.html", "diff": "<div class=\"sapbanner\"></div>\n<div class=\"saplogo\"></div>\n<div class=\"saplinks\">\n- <div><a href=\"/user\">docs</a...
Go
Apache License 2.0
sapcc/kubernikus
fixes relative entry link into docs
596,240
26.10.2017 18:06:19
-7,200
7ecdf39f54a2b8bbb0229c14e3220c8cecf778ac
fixes relative link in css
[ { "change_type": "MODIFY", "old_path": "contrib/kubernikus-docs-builder/data/static/stylesheets/homepage.css", "new_path": "contrib/kubernikus-docs-builder/data/static/stylesheets/homepage.css", "diff": "}\n.saplogo {\n- background: url(\"{{ \"images/sapcc.png\" | relURL }}\") no-repeat;\n+ backgrou...
Go
Apache License 2.0
sapcc/kubernikus
fixes relative link in css
596,240
26.10.2017 18:08:18
-7,200
cbd7fc3480a1cddc6f2b5c3e763d768b3400c43c
triggers staging builds. fixes path parameters
[ { "change_type": "MODIFY", "old_path": "ci/pipeline.yaml", "new_path": "ci/pipeline.yaml", "diff": "@@ -19,6 +19,7 @@ resources:\naccess_token: ((github-com-access-token))\nbranch: master\ndepth: 1\n+ ignore_paths: [\"charts\", \"ci\"]\n- name: charts.git\ntype: git\n@@ -28,7 +29,6 @@ resources:\nur...
Go
Apache License 2.0
sapcc/kubernikus
triggers staging builds. fixes path parameters
596,240
26.10.2017 18:17:51
-7,200
b8cf9df08f5222cf878c65f946cc688eeb76202b
adds missing slack notification hooks
[ { "change_type": "MODIFY", "old_path": "ci/pipeline.yaml", "new_path": "ci/pipeline.yaml", "diff": "@@ -175,6 +175,8 @@ jobs:\nREGION: admin\nKUBERNIKUS_NAME: k-staging\nGITHUB_TOKEN: ((github-access-token))\n+ on_failure:\n+ <<: *post_failure_to_slack\n- name: rollout_admin\nserial: true\n@@ -225,6...
Go
Apache License 2.0
sapcc/kubernikus
adds missing slack notification hooks
596,240
26.10.2017 21:24:58
-7,200
660ebb0c01c4aa31bce27f82a8824bd0901a112f
deploys gh-pages
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -13,7 +13,7 @@ before_script:\n- sudo apt-get -y -o Dpkg::Options::=\"--force-confnew\" install docker-ce\nscript:\n- - make pull build\n+ - make pull build docs\nafter_success:\n- if [ \"$TRAVIS_BRANCH\" ==...
Go
Apache License 2.0
sapcc/kubernikus
deploys gh-pages
596,240
26.10.2017 21:25:28
-7,200
44c37b17c42bb8ab3d41cef0eb8aa54536bbf8a7
uses correct target for gh-pages
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -13,7 +13,7 @@ before_script:\n- sudo apt-get -y -o Dpkg::Options::=\"--force-confnew\" install docker-ce\nscript:\n- - make pull build docs\n+ - make pull build gh-pages\nafter_success:\n- if [ \"$TRAVIS_BR...
Go
Apache License 2.0
sapcc/kubernikus
uses correct target for gh-pages
596,240
27.10.2017 09:19:13
-7,200
703beefb3d6f4798e210e5c84df57abe2a038dfb
uses relative urls for gh-pages and self-hosted demo at different baseurls
[ { "change_type": "MODIFY", "old_path": "contrib/kubernikus-docs-builder/data/config.toml", "new_path": "contrib/kubernikus-docs-builder/data/config.toml", "diff": "-baseURL = \"/docs\"\n+baseURL = \"\"\nlanguageCode = \"en-us\"\ntitle = \"Kubernikus\"\ntheme = \"hugo-material-docs\"\nmetadataformat ...
Go
Apache License 2.0
sapcc/kubernikus
uses relative urls for gh-pages and self-hosted demo at different baseurls
596,240
27.10.2017 09:38:42
-7,200
f81248b510ad448150b1750db21f9367283cf891
next try for dual base urls
[ { "change_type": "MODIFY", "old_path": "Makefile", "new_path": "Makefile", "diff": "@@ -53,7 +53,7 @@ push:\ngh-pages:\ndocker run --name gh-pages sapcc/kubernikus-docs:$(VERSION) /bin/true\n- docker cp gh-pages:/public gh-pages\n+ docker cp gh-pages:/public/kubernikus gh-pages\ndocker rm gh-pages\n...
Go
Apache License 2.0
sapcc/kubernikus
next try for dual base urls
596,240
27.10.2017 09:50:25
-7,200
eaca09bc8bf28f12bc47684e944227c4603cd4d6
adds inital docs dev docs
[ { "change_type": "ADD", "old_path": null, "new_path": "docs/dev/documentation.md", "diff": "+## Editting Self-Hosted Docs\n+\n+The self-hosted documentation served by the apiserver is generated using Hugo.\n+\n+It constists of 2 parts:\n+\n+ * Hugo Theme in `contrib/kubernikus-docs-builder/data`\n+ ...
Go
Apache License 2.0
sapcc/kubernikus
adds inital docs dev docs
596,240
27.10.2017 09:51:52
-7,200
12f7e9aaa707a18cb5212c07b3abc5f4fd8a529c
copies only relevant docs
[ { "change_type": "MODIFY", "old_path": "Dockerfile", "new_path": "Dockerfile", "diff": "@@ -12,6 +12,6 @@ RUN curl -Lo /bin/dumb-init https://github.com/Yelp/dumb-init/releases/download/\nCOPY charts/ /etc/kubernikus/charts\nCOPY --from=kubernikus-binaries /apiserver /kubernikus /wormhole /usr/local...
Go
Apache License 2.0
sapcc/kubernikus
copies only relevant docs
596,230
27.10.2017 14:22:51
-7,200
25f46d41da32a16650fa2436cde10b6bdb5de60c
implements create cluster in kubernikusctl
[ { "change_type": "MODIFY", "old_path": "pkg/cmd/kubernikusctl/common/kubernikus.go", "new_path": "pkg/cmd/kubernikusctl/common/kubernikus.go", "diff": "@@ -56,6 +56,19 @@ func (k *KubernikusClient) GetCredentials(name string) (string, error) {\nreturn ok.Payload.Kubeconfig, nil\n}\n+func (k *Kuberni...
Go
Apache License 2.0
sapcc/kubernikus
-- implements create cluster in kubernikusctl
596,230
27.10.2017 15:59:51
-7,200
56543b4d61b4946151c7ac51bc3b1f2652ed7dc4
implements kubernikusctl delete cluster
[ { "change_type": "MODIFY", "old_path": "pkg/cmd/kubernikusctl/common/kubernikus.go", "new_path": "pkg/cmd/kubernikusctl/common/kubernikus.go", "diff": "@@ -69,6 +69,19 @@ func (k *KubernikusClient) CreateCluster(cluster *models.Cluster) error {\nreturn nil\n}\n+func (k *KubernikusClient) DeleteClust...
Go
Apache License 2.0
sapcc/kubernikus
-- implements kubernikusctl delete cluster
596,237
01.11.2017 17:18:42
-3,600
886f50dcd3ae44383c8bf5fde65f6ac17d344728
kubernikus logo svg
[ { "change_type": "ADD", "old_path": null, "new_path": "assets/kubernikus.svg", "diff": "+<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"150.4\" height=\"168.5\" viewBox=\"0 0 150.4 168.5\"><path fill=\"#B8DBFB\" d=\"M74.8 165.1L3 129.3l.2-89.6 71.6 36.6\"/><path fill=\"#CCE5FC\" d=\"M74.8 165.1l7...
Go
Apache License 2.0
sapcc/kubernikus
kubernikus logo svg
596,230
27.10.2017 16:25:33
-7,200
01ece52af657f07b1691d3f52e013e92d5fbd44d
prevent deletion of kluster as long as nodepools are present
[ { "change_type": "MODIFY", "old_path": "pkg/api/handlers/terminate_cluster.go", "new_path": "pkg/api/handlers/terminate_cluster.go", "diff": "@@ -8,6 +8,7 @@ import (\n\"github.com/sapcc/kubernikus/pkg/apis/kubernikus/v1\"\napierrors \"k8s.io/apimachinery/pkg/api/errors\"\n+ metav1 \"k8s.io/apimachi...
Go
Apache License 2.0
sapcc/kubernikus
-- prevent deletion of kluster as long as nodepools are present
596,230
02.11.2017 12:50:42
-3,600
da1ed09d1a46c34a90dd7221755a6913592c8747
refactor into temp variable
[ { "change_type": "MODIFY", "old_path": "pkg/api/handlers/terminate_cluster.go", "new_path": "pkg/api/handlers/terminate_cluster.go", "diff": "@@ -21,7 +21,8 @@ type terminateCluster struct {\nfunc (d *terminateCluster) Handle(params operations.TerminateClusterParams, principal *models.Principal) mid...
Go
Apache License 2.0
sapcc/kubernikus
-- refactor into temp variable
596,230
02.11.2017 16:15:37
-3,600
50cd40e4009b275b8d6f35a0faea030dafeed0f9
remove double check for not found
[ { "change_type": "MODIFY", "old_path": "pkg/api/handlers/terminate_cluster.go", "new_path": "pkg/api/handlers/terminate_cluster.go", "diff": "@@ -38,11 +38,7 @@ func (d *terminateCluster) Handle(params operations.TerminateClusterParams, prin\nkluster.Status.Kluster.Message = \"Cluster terminating\"\...
Go
Apache License 2.0
sapcc/kubernikus
-- remove double check for not found
596,230
03.11.2017 11:12:31
-3,600
258ba89ad3268b57f5a07a6d5dee4f918cd8dcb0
do not test on nodepools but on their size instead
[ { "change_type": "MODIFY", "old_path": "pkg/api/handlers/terminate_cluster.go", "new_path": "pkg/api/handlers/terminate_cluster.go", "diff": "@@ -30,7 +30,11 @@ func (d *terminateCluster) Handle(params operations.TerminateClusterParams, prin\nreturn NewErrorResponse(&operations.TerminateClusterDefau...
Go
Apache License 2.0
sapcc/kubernikus
-- do not test on nodepools but on their size instead
596,230
03.11.2017 15:12:57
-3,600
2368f1b1a1a76b1f435f9ea90e0d36303f43b6c5
not size but running
[ { "change_type": "MODIFY", "old_path": "pkg/api/handlers/terminate_cluster.go", "new_path": "pkg/api/handlers/terminate_cluster.go", "diff": "@@ -31,7 +31,7 @@ func (d *terminateCluster) Handle(params operations.TerminateClusterParams, prin\n}\nif k.Status.NodePools != nil && len(k.Status.NodePools)...
Go
Apache License 2.0
sapcc/kubernikus
-- not size but running
596,230
06.11.2017 11:23:51
-3,600
dedd0800d800c6387fbeb23f401ba8733f1e8796
add node pool status to human readable form of cluster print
[ { "change_type": "MODIFY", "old_path": "pkg/client/models/cluster_print.go", "new_path": "pkg/client/models/cluster_print.go", "diff": "@@ -34,6 +34,23 @@ func (c *Cluster) printHuman(options printers.PrintOptions) {\nfor _, pool := range (*c).Spec.NodePools {\npool.print()\n}\n+ fmt.Println(\"Clust...
Go
Apache License 2.0
sapcc/kubernikus
-- add node pool status to human readable form of cluster print
596,240
06.11.2017 11:24:52
-3,600
9c4a3ff3f1d7200898ac6025eb3eb545850e23ab
renders sitenav 'properly'
[ { "change_type": "DELETE", "old_path": "contrib/kubernikus-docs-builder/data/archetypes/default.md", "new_path": null, "diff": "----\n-title: \"{{ replace .TranslationBaseName \"-\" \" \" | title }}\"\n-date: {{ .Date }}\n-draft: true\n----\n-\n" }, { "change_type": "MODIFY", "old_path":...
Go
Apache License 2.0
sapcc/kubernikus
renders sitenav 'properly'
596,230
06.11.2017 11:28:51
-3,600
c521d50710769ad747bce855b9d2b2674d78750e
add service and cluster cidr to human readable form of cluster print
[ { "change_type": "MODIFY", "old_path": "pkg/client/models/cluster_print.go", "new_path": "pkg/client/models/cluster_print.go", "diff": "@@ -30,6 +30,8 @@ func (c *Cluster) Print(format printers.PrintFormat, options printers.PrintOptio\nfunc (c *Cluster) printHuman(options printers.PrintOptions) {\nf...
Go
Apache License 2.0
sapcc/kubernikus
-- add service and cluster cidr to human readable form of cluster print
596,240
06.11.2017 11:31:39
-3,600
5e3b04a652bf8d6e33ff773f2ccdb88f5cd28a0c
adds more skelleton content
[ { "change_type": "MODIFY", "old_path": "contrib/kubernikus-docs-builder/data/layouts/index.html", "new_path": "contrib/kubernikus-docs-builder/data/layouts/index.html", "diff": "<div class=\"sapbanner\"></div>\n<div class=\"saplogo\"></div>\n<div class=\"saplinks\">\n- <div><a href=\"{{ ref \"guide\...
Go
Apache License 2.0
sapcc/kubernikus
adds more skelleton content
596,240
06.11.2017 11:31:56
-3,600
00e1c3411ed374c5993b61d7f7b90e1e1a88c826
moves content to docs
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "Converged Cloud goes Containers\n-## Setting up a new Region\n-### Prepare Tiller with RBAC\n-```\n-kubectl -n kube-system create sa tiller\n-kubectl create clusterrolebinding tiller --clusterrole cluster-admin --s...
Go
Apache License 2.0
sapcc/kubernikus
moves content to docs
596,230
06.11.2017 12:52:49
-3,600
9d3ff89ce322282526b996712eff6ae8524b25ca
add net.ipv4.conf.all.accept_redirects to sysctl.d, fixes
[ { "change_type": "MODIFY", "old_path": "pkg/templates/node.go", "new_path": "pkg/templates/node.go", "diff": "@@ -164,6 +164,12 @@ networkd:\nstorage:\nfiles:\n+ - path: /etc/sysctl.d/10-enable-icmp-redirects\n+ filesystem: root\n+ mode: 0644\n+ contents:\n+ inline: |-\n+ net.ipv4.conf.all.accept_re...
Go
Apache License 2.0
sapcc/kubernikus
-- add net.ipv4.conf.all.accept_redirects to sysctl.d, fixes #65
596,240
06.11.2017 11:36:08
-3,600
5a27455cc8c82be6dffd6dcf578bc8592ead2d06
updates live preview command
[ { "change_type": "MODIFY", "old_path": "docs/development/changing_docs.md", "new_path": "docs/development/changing_docs.md", "diff": "@@ -15,11 +15,14 @@ A live preview for development can be started with:\n```\ndocker run --rm -ti -p 1313:1313 \\\n- -v $PWD/contrib/kubernikus-docs-builder/data:/dat...
Go
Apache License 2.0
sapcc/kubernikus
updates live preview command
596,240
06.11.2017 16:16:44
-3,600
f044288f6d5daf34f122f9290ca5e774d8adee7a
initializes README
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "# Kubernikus\n+[![Kubernikus](blob/assets/kubernikus.svg)](https://github.com/sapcc/kubernikus)\n+\n[![Build Status](https://travis-ci.org/sapcc/kubernikus.svg?branch=master)](https://travis-ci.org/sapcc/kubernikus...
Go
Apache License 2.0
sapcc/kubernikus
initializes README
596,230
07.11.2017 10:31:36
-3,600
f390b376c109c540e5ffb78e3dad3960b0ecf94f
implements get nodepool
[ { "change_type": "MODIFY", "old_path": "pkg/api/models/cluster_print.go", "new_path": "pkg/api/models/cluster_print.go", "diff": "@@ -34,28 +34,50 @@ func (c *Cluster) printHuman(options printers.PrintOptions) {\nfmt.Println(\"Service CIDR: \", (*c).Spec.ServiceCIDR)\nfmt.Println(\"Cluster node pool...
Go
Apache License 2.0
sapcc/kubernikus
-- implements get nodepool
596,240
07.11.2017 10:13:59
-3,600
d9957a95ed3f7e113d077391123ff7d6773ae808
fixes css hacks to be templatable
[ { "change_type": "MODIFY", "old_path": "contrib/kubernikus-docs-builder/data/config.toml", "new_path": "contrib/kubernikus-docs-builder/data/config.toml", "diff": "@@ -19,7 +19,7 @@ pluralizelisttitles = false\npermalink = \"#\"\n# Custom assets\n- custom_css = [\"stylesheets/homepage.css\"]\n+ cust...
Go
Apache License 2.0
sapcc/kubernikus
fixes css hacks to be templatable
596,240
07.11.2017 10:52:18
-3,600
210a843666ca898a6d047dc2f52ae9aff0dfc390
fixes titles
[ { "change_type": "MODIFY", "old_path": "contrib/kubernikus-docs-builder/data/layouts/index.css", "new_path": "contrib/kubernikus-docs-builder/data/layouts/index.css", "diff": "#title {\nposition: relative;\n- top: 20px;\n- left: 0;\n- right: 0;\n+ top: 25px;\ncolor: #FFF;\ntext-align: center;\n- fon...
Go
Apache License 2.0
sapcc/kubernikus
fixes titles
596,230
07.11.2017 14:01:36
-3,600
300f7e15ded6e32ed77403831b3f57c5a5f53770
make auth init respect --kubeconfig
[ { "change_type": "MODIFY", "old_path": "pkg/cmd/kubernikusctl/auth/init.go", "new_path": "pkg/cmd/kubernikusctl/auth/init.go", "diff": "@@ -122,7 +122,7 @@ func (o *InitOptions) Run(c *cobra.Command) (err error) {\nreturn errors.Wrapf(err, \"Couldn't merge existing kubeconfig with fetched credential...
Go
Apache License 2.0
sapcc/kubernikus
-- make auth init respect --kubeconfig
596,240
07.11.2017 11:13:35
-3,600
04e34e9f970fd63592dd929b8039ae5aa862f3fa
uses svg logo for pixel perfection
[ { "change_type": "MODIFY", "old_path": "contrib/kubernikus-docs-builder/data/layouts/index.css", "new_path": "contrib/kubernikus-docs-builder/data/layouts/index.css", "diff": ".promologo {\nposition: relative;\n- top: 70px;\n- width: 365px;\n- left: 413px;\n+ top: 106px;\n+ width: 281px;\n+ left: 47...
Go
Apache License 2.0
sapcc/kubernikus
uses svg logo for pixel perfection
596,240
07.11.2017 14:26:47
-3,600
56fed55cf2cf51f5c3ac607d0fe563933a7c7929
prettifies the landing page
[ { "change_type": "MODIFY", "old_path": "contrib/kubernikus-docs-builder/data/layouts/index.css", "new_path": "contrib/kubernikus-docs-builder/data/layouts/index.css", "diff": "top: 106px;\nwidth: 281px;\nleft: 470px;\n+ z-index: 100;\n}\n#title {\n" }, { "change_type": "MODIFY", "old_pat...
Go
Apache License 2.0
sapcc/kubernikus
prettifies the landing page
596,240
07.11.2017 16:51:06
-3,600
98208c9c5f50894ec4aeb5d8b3a8cc3d377ee461
renders swagger api docs into gh-pages as well
[ { "change_type": "MODIFY", "old_path": "contrib/kubernikus-docs-builder/Dockerfile", "new_path": "contrib/kubernikus-docs-builder/Dockerfile", "diff": "@@ -5,9 +5,14 @@ ARG HUGO_VERSION=0.30.2\nRUN apk add --no-cache curl\nRUN curl -Lo hugo.tar.gz https://github.com/gohugoio/hugo/releases/download/v...
Go
Apache License 2.0
sapcc/kubernikus
renders swagger api docs into gh-pages as well
596,240
07.11.2017 16:59:45
-3,600
df76f8c986feeacadde2a0114b8459501a371b4a
uses different yaml converter
[ { "change_type": "MODIFY", "old_path": "contrib/kubernikus-docs-builder/Dockerfile", "new_path": "contrib/kubernikus-docs-builder/Dockerfile", "diff": "@@ -5,8 +5,8 @@ ARG HUGO_VERSION=0.30.2\nRUN apk add --no-cache curl\nRUN curl -Lo hugo.tar.gz https://github.com/gohugoio/hugo/releases/download/v$...
Go
Apache License 2.0
sapcc/kubernikus
uses different yaml converter
596,240
09.11.2017 16:47:55
-3,600
2d5a8fa1728be2b8a9c1c2d71384716130f2afff
adds na-us-1 as productive region
[ { "change_type": "MODIFY", "old_path": "ci/pipeline.yaml", "new_path": "ci/pipeline.yaml", "diff": "@@ -77,16 +77,19 @@ groups:\n- e2e\n- rollout\n- eu-nl-1\n+ - na-us-1\n- name: admin\njobs:\n- admin_staging\n- rollout_admin\n- admin_eu-nl-1\n+ - admin_na-us-1\n- name: kubernikus-system\njobs:\n- s...
Go
Apache License 2.0
sapcc/kubernikus
adds na-us-1 as productive region
596,240
09.11.2017 16:48:06
-3,600
46198c0ccc0c7e9466c26a4c2fa95a8eb3404646
adds inital regional setup
[ { "change_type": "MODIFY", "old_path": "docs/operations/controlplane.md", "new_path": "docs/operations/controlplane.md", "diff": "@@ -4,6 +4,21 @@ title: ControlPlane\n## Setting up a new Region\n+ * Create a new Openstack project, e.g. `ccadmin/kubernikus`\n+ * Create service user: `openstack user ...
Go
Apache License 2.0
sapcc/kubernikus
adds inital regional setup
596,230
13.11.2017 11:35:53
-3,600
ee59e190f89149e07ce2cabbbb9aca149691dff4
expose override url of get
[ { "change_type": "MODIFY", "old_path": "pkg/cmd/kubernikusctl/get.go", "new_path": "pkg/cmd/kubernikusctl/get.go", "diff": "@@ -22,7 +22,7 @@ func NewGetCommand() *cobra.Command {\nRun: getRun,\n}\n- o.Openstack.BindFlags(c.PersistentFlags())\n+ o.BindFlags(c.PersistentFlags())\ncluster := get.NewCl...
Go
Apache License 2.0
sapcc/kubernikus
-- expose override url of get
596,230
13.11.2017 11:45:46
-3,600
5bbcc56fd5810b595566bff4a8c31190a6ef7143
expose override url for create and delete
[ { "change_type": "MODIFY", "old_path": "pkg/cmd/kubernikusctl/create.go", "new_path": "pkg/cmd/kubernikusctl/create.go", "diff": "@@ -21,7 +21,7 @@ func NewCreateCommand() *cobra.Command {\nPersistentPreRun: o.PersistentPreRun,\nRun: createRun,\n}\n- o.Openstack.BindFlags(c.PersistentFlags())\n+ o.B...
Go
Apache License 2.0
sapcc/kubernikus
-- expose override url for create and delete
596,230
13.11.2017 14:19:29
-3,600
ce3ba190df9e8a64eb4c2aaaedc462638820e95d
refactor NewCommand logic to use options directly
[ { "change_type": "MODIFY", "old_path": "pkg/cmd/kubernikusctl/create.go", "new_path": "pkg/cmd/kubernikusctl/create.go", "diff": "@@ -22,7 +22,6 @@ func NewCreateCommand() *cobra.Command {\nRun: createRun,\n}\no.BindFlags(c.PersistentFlags())\n- cluster := create.NewClusterCommand(o)\n- c.AddCommand...
Go
Apache License 2.0
sapcc/kubernikus
-- refactor NewCommand logic to use options directly
596,240
13.11.2017 09:27:37
-3,600
4ae9b333d5814fbe5898e09e50aa5583d9bd2462
fixes swagger link
[ { "change_type": "MODIFY", "old_path": "contrib/kubernikus-docs-builder/data/layouts/index.html", "new_path": "contrib/kubernikus-docs-builder/data/layouts/index.html", "diff": "<div class=\"saplogo\"></div>\n<div class=\"saplinks\">\n<div><a href=\"{{ \"guide/getting_started\" | relURL }}\">Docs</a...
Go
Apache License 2.0
sapcc/kubernikus
fixes swagger link
596,240
13.11.2017 13:07:16
-3,600
caf8b91d9a944b02e25c652b86a18813dcd1e526
adds notes for openstack setup
[ { "change_type": "MODIFY", "old_path": "docs/operations/controlplane.md", "new_path": "docs/operations/controlplane.md", "diff": "@@ -8,6 +8,7 @@ title: ControlPlane\n* Create service user: `openstack user create kubernikus --domain Default t--password abc123`\n* Create a new network: `openstack net...
Go
Apache License 2.0
sapcc/kubernikus
adds notes for openstack setup
596,240
13.11.2017 16:08:18
-3,600
89f93669eea1019661ccff5a8c9a7a4a5f2a7a94
removes non-functional link to internal slack
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -43,7 +43,6 @@ It allows to easily manage Kubernetes clusters that are natively integrated with\nMore documentation can be found at:\n* [blob/master/docs/](blob/master/docs/)\n- * [https://sapcc.github.io/kubern...
Go
Apache License 2.0
sapcc/kubernikus
removes non-functional link to internal slack
596,240
13.11.2017 16:10:10
-3,600
e73c95efb407f81d9e9259663ee0f71bb142266f
adds version link
[ { "change_type": "MODIFY", "old_path": "contrib/kubernikus-docs-builder/data/layouts/index.html", "new_path": "contrib/kubernikus-docs-builder/data/layouts/index.html", "diff": "<div class=\"saplogo\"></div>\n<div class=\"saplinks\">\n<div><a href=\"{{ \"guide/getting_started\" | relURL }}\">Docs</a...
Go
Apache License 2.0
sapcc/kubernikus
adds version link
596,240
13.11.2017 16:40:25
-3,600
1444e17ce345bb2e63c8a72c73ccc8aa9269a093
works around helm bug. see:
[ { "change_type": "DELETE", "old_path": "charts/kubernikus/templates/namespace.yaml", "new_path": null, "diff": "-apiVersion: v1\n-kind: Namespace\n-metadata:\n- name: kubernikus\n" }, { "change_type": "MODIFY", "old_path": "pkg/controller/ground.go", "new_path": "pkg/controller/groun...
Go
Apache License 2.0
sapcc/kubernikus
works around helm bug. see: https://github.com/kubernetes/helm/issues/2013
596,240
13.11.2017 17:22:58
-3,600
08736e20cb0ae9df68cb8de4155b3949f41dec8c
initializes status with default values
[ { "change_type": "MODIFY", "old_path": "pkg/api/spec/embedded_spec.go", "new_path": "pkg/api/spec/embedded_spec.go", "diff": "@@ -439,19 +439,23 @@ func init() {\n\"type\": \"object\",\n\"properties\": {\n\"healthy\": {\n- \"type\": \"integer\"\n+ \"type\": \"integer\",\n+ \"default\": 0\n},\n\"name...
Go
Apache License 2.0
sapcc/kubernikus
initializes status with default values
596,240
14.11.2017 10:12:36
-3,600
32f2a1f901c94e65d9f359a56cb78729dd43bf72
tries again to fix travis notifications
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -23,10 +23,10 @@ after_success:\nnotifications:\nslack:\n- on_success: always\n+ on_success: change\non_failure: always\nrooms:\n- - secure: $SLACK_KUBERNIKUS\n+ secure: VnsgHYsE5CLoKD8pSrY7i587YHeB6aGQUDUKB...
Go
Apache License 2.0
sapcc/kubernikus
tries again to fix travis notifications
596,240
14.11.2017 15:22:47
-3,600
95894a14601e546a78d1a28b5206d6daa309c94d
tries again to pass no security group at all
[ { "change_type": "MODIFY", "old_path": "pkg/client/openstack/client.go", "new_path": "pkg/client/openstack/client.go", "diff": "@@ -585,7 +585,6 @@ func (c *client) CreateNode(kluster *kubernikus_v1.Kluster, pool *models.NodePoo\nImageName: pool.Image,\nNetworks: []servers.Network{servers.Network{UU...
Go
Apache License 2.0
sapcc/kubernikus
tries again to pass no security group at all
596,240
14.11.2017 16:01:31
-3,600
6cce0b9dbbce9fa4ad666431cd475c070684d281
tightens node pool detection. also fixes
[ { "change_type": "MODIFY", "old_path": "pkg/client/openstack/client.go", "new_path": "pkg/client/openstack/client.go", "diff": "@@ -549,7 +549,7 @@ func (c *client) GetNodes(kluster *kubernikus_v1.Kluster, pool *models.NodePool)\nreturn nodes, err\n}\n- prefix := fmt.Sprintf(\"%v-%v\", kluster.Spec....
Go
Apache License 2.0
sapcc/kubernikus
tightens node pool detection. also fixes #79
596,230
17.11.2017 16:30:04
-3,600
3b744559515fa40fccd85b297d5c91536a36b7c0
first throw
[ { "change_type": "ADD", "old_path": null, "new_path": "docs/development/helm_dev.md", "diff": "+---\n+title: Developing Helm Charts\n+---\n+\n+## Helm value generation\n+\n+When developing on the Helm charts you can generate the values file (including certs) via\n+```kubernikus helm --with --many --...
Go
Apache License 2.0
sapcc/kubernikus
-- first throw
596,240
27.11.2017 08:59:20
-3,600
0fa98fdf6481a240d748e174c0188bdcce71b0b8
adds pre-scaled logos
[ { "change_type": "ADD", "old_path": "assets/kubernikus_14x14.png", "new_path": "assets/kubernikus_14x14.png", "diff": "Binary files /dev/null and b/assets/kubernikus_14x14.png differ\n" }, { "change_type": "ADD", "old_path": "assets/kubernikus_192x192.png", "new_path": "assets/kubern...
Go
Apache License 2.0
sapcc/kubernikus
adds pre-scaled logos
596,240
27.11.2017 14:38:10
-3,600
3ae3e57fbb119c0503d2d8da6b2b1d609ab89d8f
adds basic launchctl metrics
[ { "change_type": "MODIFY", "old_path": "pkg/cmd/kubernikus/operator.go", "new_path": "pkg/cmd/kubernikus/operator.go", "diff": "@@ -12,6 +12,7 @@ import (\n\"github.com/golang/glog\"\n\"github.com/sapcc/kubernikus/pkg/cmd\"\n\"github.com/sapcc/kubernikus/pkg/controller\"\n+ \"github.com/sapcc/kubern...
Go
Apache License 2.0
sapcc/kubernikus
adds basic launchctl metrics
596,240
27.11.2017 15:13:33
-3,600
71ad34718dfbbdb862c8daf12ca670154d8a3a3d
uses summary instead of histogram
[ { "change_type": "MODIFY", "old_path": "pkg/controller/base/instrumenting.go", "new_path": "pkg/controller/base/instrumenting.go", "diff": "@@ -10,7 +10,7 @@ import (\ntype InstrumentingReconciler struct {\nReconciler\nReconciliationCount *prometheus.CounterVec\n- ReconciliationLatency *prometheus.H...
Go
Apache License 2.0
sapcc/kubernikus
uses summary instead of histogram
596,240
27.11.2017 16:24:48
-3,600
70e1503ee5af097f6a346121df8bc7f3dee3f0b0
removes klusters and ids from metrics
[ { "change_type": "MODIFY", "old_path": "pkg/controller/base/instrumenting.go", "new_path": "pkg/controller/base/instrumenting.go", "diff": "@@ -9,22 +9,36 @@ import (\ntype InstrumentingReconciler struct {\nReconciler\n- ReconciliationCount *prometheus.CounterVec\n- ReconciliationLatency *prometheus...
Go
Apache License 2.0
sapcc/kubernikus
removes klusters and ids from metrics
596,240
27.11.2017 16:31:48
-3,600
1f96644b0a5e03aaa5b9132fff28da673e16a929
unifies kluster values for logging
[ { "change_type": "MODIFY", "old_path": "pkg/controller/base/logging.go", "new_path": "pkg/controller/base/logging.go", "diff": "@@ -28,7 +28,8 @@ func (r *LoggingReconciler) Reconcile(kluster *v1.Kluster) (requeue bool, err er\ndefer func(begin time.Time) {\nr.Logger.Log(\n\"msg\", \"reconciled klus...
Go
Apache License 2.0
sapcc/kubernikus
unifies kluster values for logging
596,240
27.11.2017 16:34:01
-3,600
3a574b045b3c71041192232aa8e36c4ffab56f82
fixes label name
[ { "change_type": "MODIFY", "old_path": "pkg/controller/metrics/launch.go", "new_path": "pkg/controller/metrics/launch.go", "diff": "@@ -6,7 +6,7 @@ var LaunchOperationsLatency = prometheus.NewSummaryVec(\nprometheus.SummaryOpts{\nNamespace: \"kubernikus\",\nSubsystem: \"launch\",\n- Name: \"operatio...
Go
Apache License 2.0
sapcc/kubernikus
fixes label name