7b43b9e272
build: fixes release problems.
2019-01-14 16:23:48 +01:00
b1f5a232da
build: build specific enterprise version when releasing.
2019-01-14 13:43:59 +01:00
a82f0ed393
build: tags arm as well as amd64 as latest.
2019-01-10 14:41:02 +01:00
702d449001
Docker image for ARM
2019-01-10 14:41:02 +01:00
13a962cc50
Revert "Docker image for ARM"
...
This reverts commit 5f7e6a5c7378ebf4fa534e3b3de8b7f293c1f0a3.
2019-01-09 16:25:07 +01:00
5f7e6a5c73
Docker image for ARM
2019-01-09 15:09:13 +01:00
ad61bff377
build: deploys enterprise to its own repo.
2019-01-09 11:42:55 +01:00
76e9607b25
build: inline docs
2019-01-09 11:42:55 +01:00
b9c4eb70b1
build: publishes beta releases to separate repos.
2019-01-09 11:42:55 +01:00
8f5886e6d4
refactoring
2019-01-09 11:42:55 +01:00
bbbeb78c17
build: makes repo update enterprise compatible.
2019-01-09 11:42:55 +01:00
a98c75121f
build: adds aptly and createrepo to deploy tools.
2019-01-09 11:42:55 +01:00
31066aebb4
build: handles unexpected cases.
2019-01-09 11:42:55 +01:00
919617ef96
build: only adds the correct packages to the repo.
2019-01-09 11:42:55 +01:00
c3e23d7574
build: rpm repo deploy.
2019-01-09 11:42:55 +01:00
a26a10cfd1
build: repo update input error.
2019-01-09 11:42:55 +01:00
7fea1f84c0
build: release of debs to our debian repo.
2019-01-09 11:42:55 +01:00
e4771a88dd
Fix other misspell issues
...
See,
$ find . -type f | xargs misspell -locale US | grep -vi -e vendor -e node_modules -e devenv -e unknwon -e destory -e yarn -e adn -e Spindel
2018-11-29 18:15:16 +01:00
ce9e1a8f38
build: explaining the linux build.
2018-11-28 09:25:48 +01:00
82c98a5ff4
build: packages linked to dl.grafana.com.
2018-11-23 16:51:01 +01:00
e421c387ea
update release publish script links
2018-11-20 16:23:24 +01:00
1a554e2421
linters.
2018-11-20 09:01:52 +01:00
7e2298ce31
build: correct filters for ge build artifacts.
2018-11-20 09:01:52 +01:00
84832cb6cb
build: releaser supports releasing only some artifacts.
2018-11-20 09:01:52 +01:00
b041ad4134
linter.
2018-11-19 14:32:39 +01:00
ac55aeff95
build: minor refactor.
2018-11-19 14:12:04 +01:00
8f0d3ff7ea
build: fixes a bug where nightly rpm builds would be handled as stable.
2018-11-19 14:06:18 +01:00
2d361eeabf
builds: introduces enum for relase type.
2018-11-19 13:26:35 +01:00
e2007733f4
build: table-driven tests for publisher.
2018-11-19 11:20:44 +01:00
ac8731b9fb
build: enabled darwin build.
2018-11-16 14:50:27 +01:00
8c04926326
Fix gofmt issues
...
See,
$ gometalinter --disable-all --enable=gofmt --deadline 10m --vendor ./...
build.go:1:⚠️ file is not gofmted with -s (gofmt)
scripts/build/release_publisher/externalrelease.go:1:⚠️ file is not gofmted with -s (gofmt)
scripts/build/release_publisher/localrelease.go:1:⚠️ file is not gofmted with -s (gofmt)
scripts/build/release_publisher/main.go:1:⚠️ file is not gofmted with -s (gofmt)
scripts/build/release_publisher/publisher_test.go:1:⚠️ file is not gofmted with -s (gofmt)
2018-11-12 10:47:27 +01:00
960651e510
scripts/build/release_publisher/publisher_test.go: Fix trivial megacheck warning.
...
See,
$ gometalinter --vendor --deadline 6m --disable-all --enable=megacheck ./...
scripts/build/release_publisher/publisher_test.go:14:2⚠️ should merge variable declaration with assignment on next line (S1021) (megacheck)
2018-11-09 19:36:14 +01:00
d88693fd6d
build: removes unused.
2018-11-07 17:03:24 +01:00
34f531e113
build: fixes
2018-11-06 09:52:53 +01:00
c9a4da4270
build: publisher handles nightly builds.
2018-11-06 09:41:31 +01:00
272c43f7b7
build: minor publisher fixes.
2018-11-05 16:57:30 +01:00
1de35c43a7
build: publishes grafana enterprise to grafana.com
2018-11-05 16:26:19 +01:00
d728a3c521
build: publisher uses local time.
...
Previously the local day was used but the timestamp
was set to midnight.
2018-11-05 15:06:52 +01:00
5da9760aeb
build: publisher supports both local and remote.
2018-11-05 15:06:52 +01:00
d9eaec99e2
build: publisher can find artifacts from local sources.
2018-11-05 15:06:52 +01:00
c5c3e08442
build: refactor releaser.
2018-11-05 15:06:51 +01:00
e2d3382470
build: prepares release tool for finding local releases.
2018-11-05 15:06:51 +01:00
7e093a32a2
build: improved release publisher dry-run.
2018-11-05 15:06:51 +01:00
a1dca2117d
build: use build workflow id instead of build number. ( #13965 )
...
* build: use build workflow id instead of build number.
The workflow id is unique across the whole workflow
while the build number is unique to every job in the
workflow. This change means that jobs that build
artifacts for the same commit but in different jobs
will now have the same id.
* build: fixes pkgver generation.
2018-11-05 15:05:12 +01:00
3d452e5a46
build: deployment ci container. ( #13902 )
2018-10-30 15:56:52 +01:00
30cb28df55
build: correctly adds enterprise to the filename. ( #13831 )
2018-10-25 16:55:27 +02:00
d505d83ee1
Merge pull request #13679 from mjtrangoni/fix-megacheck-issues
...
Fix megacheck issues
2018-10-25 16:31:53 +02:00
6c473d33f4
Enterprise crosscompilation ( #13783 )
...
* build: crosscompilation and release of enterprise.
2018-10-22 14:33:19 +02:00
9108966fcb
scripts/build/publish.go: Fix warning on err variable.
...
See,
$ gometalinter --vendor --deadline 10m --disable-all --enable=megacheck ./...
scripts/build/publish.go:126:48⚠️ argument err is overwritten before first use (SA4009) (megacheck)
2018-10-19 19:49:04 +02:00
96a0c9c56d
build: fix for invalid pathing for release publisher
2018-10-03 16:47:37 +02:00