245 Commits

Author SHA1 Message Date
37e917939a moved script and added exit_if_fail 2019-01-21 13:07:28 +01:00
d5e49845f3 Moved gometalinter to a script instead of seperate commands in circleci file, removed megacheck and added staticcheck 2019-01-21 13:03:05 +01:00
dce180e8ac Merge pull request #14924 from xlson/repo-update-improvements
Repo update stability improvements
2019-01-17 16:56:10 +01:00
aafa66f644 build: usage instruction for repo test. 2019-01-17 16:55:12 +01:00
a95fe15437 build: comments 2019-01-17 16:42:27 +01:00
9ecfc39ba5 build: fixes the path for gsutil and gcloud. 2019-01-17 14:02:10 +01:00
18004562a6 build: fixes permissions issue. 2019-01-17 13:40:40 +01:00
d71f1bf4bc build: only build amd64 for enterprise. 2019-01-17 11:00:34 +01:00
7ac859715d build: test script for rpm repo. 2019-01-17 10:17:59 +01:00
cae2bdf994 build: deb repo update test usage instructions. 2019-01-16 16:18:10 +01:00
38bcb88d8a build: uploads binaries before metadata in deb repo. 2019-01-16 16:05:45 +01:00
b3512f43a3 build: repo update testable and more robus.
- adds script for integration testing
- package path parameterized
- more robust updates
2019-01-16 11:11:00 +01:00
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
322a3efb25 Merge pull request #14779 from grafana/tooling/ignore-not-found-export-warnings
Removes unnecessary warnings from webpack output about missing exports
2019-01-10 07:25:35 +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
0571ad5ad7 Removes unnecessary warnings from webpack output about missing exports
This should not break anything as ForkTsCheckerWebpackPlugin takes care of that
2019-01-09 11:33:08 +01:00
c39dc1fb15 Some cleanup 2019-01-05 15:25:07 +01:00
ce0dcd5cab Husky and sasslint fixes, fixes #14638 2018-12-25 20:20:59 +01:00
66a13b281c Merge branch 'grafana-lib' 2018-12-25 19:26:46 +01:00
21a25f2c27 Don't do a full frontend release build in test-frontend job, added typescheck (tsc noEmit) instead, fixes #14639 2018-12-24 07:12:49 +01:00
7268f16c54 grunt test task update 2018-12-21 14:37:38 +01:00
52f583fee7 @grafana/ui lib now contains one components, seperate lint & tsc steps 2018-12-21 14:23:32 +01:00
dbcc2e868d adds integration tests to ci build 2018-12-17 16:36:57 +01:00
180ca021b5 Merge branch 'master' into develop 2018-12-05 10:17:22 +01:00
6c46a1c8ea Merge pull request #13873 from grafana/davkal/babel-7
JS tooling: upgrade to babel 7
2018-12-04 21:16:35 +01:00
d150b62d06 Stick to .tsx? for babel file test 2018-12-03 16:32:50 +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
39a1b11cb3 minor fixes 2018-11-23 15:01:36 +01:00
5038efe09e Merge branch 'master' into davkal/babel-7 2018-11-23 13:44:59 +01:00
fd71abc301 fixed issue with babel plugin proposal class properties that initiated
properties to void 0. This breaks angularjs preAssignBinding which
applies bindings to this before constructor is called. Fixed by
using fork of babel plugin.

https://github.com/babel/babel/issues/8417
2018-11-23 13:41:45 +01:00
a5947e820c Merge branch 'master' into develop 2018-11-22 13:43:25 +01:00
e421c387ea update release publish script links 2018-11-20 16:23:24 +01:00
34c70ca7ce fix for issue with error view in production builds 2018-11-20 13:47:45 +01:00