Ryan McKinley
e43aa220c0
Fix: Build report the correct directives before failing ( #16312 )
2019-03-30 06:21:24 +01:00
Hugo Häggmark
8368576249
Chore: breaks build if certain FrontEnd limits are exceeded ( #16301 )
...
Build: breaks build if certain FrontEnd limits are exceeded
2019-03-29 15:32:58 +01:00
Oleg Gaidarenko
1d955a8762
Chore: Implement gosec ( #16261 )
...
See https://github.com/securego/gosec for more info.
Disabled a lot of rules. I guess we should go through them
and recheck if we really need to disable some
Fixes #16204
2019-03-28 14:17:07 +01:00
Oleg Gaidarenko
04b3afcd15
Chore: Implement revive ( #16200 )
...
Since we do not like some of the default golint rules,
this commit proposes to use https://github.com/mgechev/revive .
And potential revive speed-up should't hurt :).
Right now, presented config (./conf/revive.toml) is permissive,
we might improve it over time however. Fixes for found revive
issues in the code are very limited so it wouldn't be large to review.
Also in this commit:
* Add annotations for makefile commands and declare phony targets
* Rename "gometalinter" script and CI command to "lint"
since we are doing there a bit more then using gometalinter package
* Add Makefile rules to .editorconfig
* Documentation which mentioned "golint" replaced with revive
Fixes #16109
Ref #16160
2019-03-27 17:53:49 +01:00
Daniel Lee
3146500de5
Fix: scripts changelog cli per page set to 100
...
GitHub pagination was limiting the result to 30 issues.
This fix makes the changelog script return up to 100
issues. Will have to add a loop to fetch more once we
merge more than 100 PR's that should be added to the
changelog.
Also, fixes a bug where issues that were not included
in the milestone were being returned.
2019-03-27 09:38:28 +01:00
Torkel Ödegaard
6ef11872f7
Docs: Updated changelog for 6.1 release ( #16224 )
...
* Docs: Updated changelog for 6.1 release
Also Updates the changelog cli task to group issues into bug fixes
and not bug fixes.
* Minor changelog fixes
2019-03-26 13:26:20 +01:00
Leonard Gram
8dfa1f4c12
build: fixes publishing version.
2019-03-25 15:01:45 +01:00
Leonard Gram
768c7b6f4a
build: updated build container with support for rpi1.
2019-03-25 09:48:45 +01:00
Leonard Gram
ff977331f4
build: support for publishing armv6.
2019-03-25 09:48:45 +01:00
Leonard Gram
6e802dc94d
build: builds armv6 with rpi1 compat gcc.
2019-03-25 09:48:45 +01:00
Oleg Gaidarenko
8ac5c91004
Link license corrections
...
Follow-up for 7316bdc99f
2019-03-22 09:52:09 +01:00
Johannes Schill
7dec4a9f2d
Merge branch 'master' into bump-webpack
...
# Conflicts:
# package.json
# yarn.lock
2019-03-20 09:43:33 +01:00
Leonard Gram
95f7a91328
Merge pull request #16069 from xlson/ci-deploy-speedup
...
build: crcmod speedups rsync to gcp for deploy.
2019-03-19 14:13:15 +01:00
Leonard Gram
2ca8d17874
Merge pull request #16071 from xlson/include-build-container
...
build: migrates the build container into the main repo.
2019-03-19 14:10:02 +01:00
Torkel Ödegaard
abbb7b81c7
fix(ci): frontend tests was accidentially commented out
2019-03-19 13:42:40 +01:00
Leonard Gram
4dceb60d20
build: migrates the build container into the main repo.
2019-03-19 11:34:01 +01:00
Leonard Gram
39e75d75b4
build: crcmod speedups rsync to gcp for deploy.
2019-03-19 10:48:41 +01:00
Daniel Lee
8859d16a41
Merge pull request #16052 from markelog/ora-fail
...
Use ora#fail instead of console.log
2019-03-18 17:35:54 +01:00
Oleg Gaidarenko
2b9cf1132f
Use ora#fail instead of console.log
...
Since with ora#fail you can stderr it instead of using the stdout,
and it's a bit nicer since it will show that cross sign :)
2019-03-18 13:45:58 +01:00
Andrej Ocenas
854644f46c
Add more patterns to no-only-test task
2019-03-18 10:39:14 +01:00
Carl Bergquist
291ffcb75b
Merge pull request #15457 from bergquist/distributed_cache
...
Distributed cache
2019-03-14 16:16:39 +01:00
Johannes Schill
be3f9fcbfe
fix: Use proper syntax for plugin-syntax-dynamic-import
2019-03-14 08:26:00 +01:00
Johannes Schill
bdce61d02a
chore: Bump clean-webpack-plugin, html-webpack-harddisk-plugin, postcss-reporter
2019-03-14 08:25:56 +01:00
Johannes Schill
79f6b4f8e6
chore: Bump css-loader and remove minimize option since its removed in css-loader
2019-03-14 08:25:54 +01:00
Johannes Schill
76eff009d2
chore: Prod builds should not cache
2019-03-14 08:25:51 +01:00
Johannes Schill
8eab2bef33
chore: Replace Uglify with Terser
2019-03-14 08:25:51 +01:00
Torkel Ödegaard
78b2978846
Only send ci metrics to hosted metrics instance
2019-03-13 10:55:20 +01:00
Torkel Ödegaard
988cc198d2
Added back branch guard
2019-03-13 10:50:17 +01:00
Torkel Ödegaard
4f6fdd8665
Refactoring the ci metrics a bit more making it easier to re-use
2019-03-13 10:10:46 +01:00
Torkel Ödegaard
4eef407b81
Also push to ci metrics to new shared HM instance
2019-03-12 17:11:47 +01:00
Torkel Ödegaard
9f4bca503a
Updated code stats collection
2019-03-12 15:08:46 +01:00
Torkel Ödegaard
94677ba874
Updated path to new script
2019-03-12 14:46:38 +01:00
Torkel Ödegaard
3e2350be87
POC on collecting metrics in ci process
2019-03-12 14:42:36 +01:00
Dominik Prokop
40916a552f
Call ora instead of instantiating it
2019-03-11 20:54:11 +01:00
bergquist
7aeab0a235
use Get
instead of Find
2019-03-11 11:04:56 +01:00
bergquist
7e7427637c
renames distcache -> remotecache
2019-03-11 10:49:55 +01:00
bergquist
66e71b66dd
renames key to cache_key
...
apparently key is a reserved keyword in mysql.
and the error messages doesnt mention that.
can I please have 6h back?
2019-03-11 10:49:55 +01:00
bergquist
dbc1315d6f
build steps for cache servers
2019-03-11 10:49:55 +01:00
Dominik Prokop
d104ee1c15
@grafana/ui - release docs v1 ( #15835 )
...
* Readme update
* Update @grafana/ui Readme qith release process description. Allow version commit creation during release
* Run tests and checks for grafana/core before releasing grafana/ui
* Post review Readme updates
2019-03-08 14:42:19 +01:00
Dominik Prokop
312ce88e25
Update core:start cli command to watch theme changes again ( #15856 )
2019-03-07 13:12:10 +01:00
Torkel Ödegaard
63e7330fa0
Merge remote-tracking branch 'origin/cli/refactor-commands'
2019-03-06 13:32:16 +01:00
Torkel Ödegaard
7b67dcfbb8
Added basic cherry pick helping task
2019-03-06 13:18:13 +01:00
Torkel Ödegaard
153b3e5cf5
Updated changelog task
2019-03-06 12:28:07 +01:00
Torkel Ödegaard
72d5215c65
Merge pull request #15783 from grafana/cli/refactor-commands
...
Minor refactor of cli tasks (core start, @grafana/ui publishing)
2019-03-06 10:36:21 +01:00
Torkel Ödegaard
72ca51dadc
Updated to add PR author, skip PR issue references
2019-03-06 09:57:45 +01:00
Torkel Ödegaard
10ff3db1ab
Added first iteration/poc of changelog task
2019-03-06 09:57:44 +01:00
Dominik Prokop
3fc24fa964
Enable @grafana/ui version bump based on package.json contents
2019-03-06 09:52:31 +01:00
Dominik Prokop
358f9cbeae
Ensure clean master only when publishing package to npm
2019-03-05 21:18:26 +01:00
Dominik Prokop
b816b4e259
Remove log
2019-03-05 21:16:34 +01:00
Dominik Prokop
18999df716
Ensuring master branch when performing release
2019-03-05 21:12:21 +01:00