- 24 Apr, 2018 1 commit
-
-
* loadStore() modified the url which triggered a new render path, this gets noticed by react. Moved to componentDidMount.
David Kaltschmidt committed
-
- 19 Apr, 2018 1 commit
-
-
* adds `npm start` / `yarn start` script * starts a webpack-dev-server using the dev config, served on :3333 * hot reloading (HMR) for react/styles, not working for angular code * new entry `dev.ts` for dynamic imports of CSS theme (ExtractText does not work with HMR) * TS loader pipeline moved out of common to add HMR for react * applied `hot()` to some react containers (that's their new default export, named exports remains for testing) * added sections to README * updated yarn.lock
David Kaltschmidt committed
-
- 17 Apr, 2018 16 commits
-
-
[skip ci]
Marcus Efraimsson committed -
[skip ci]
Marcus Efraimsson committed -
* report active users in graphite stats * use bus to publish system stats * metrics: avoid using events unless we have to this commit also changes the default interval for updating the stats gauges. Seems like the old values was a product of previous metrics implementation
Dan Cech committed -
[skip ci]
Marcus Efraimsson committed -
* fix: Row state is now ignored when looking for dashboawrd changes, had to fix bug in expand logic to make fix work. Also moved the ChangeTracker to it's own file and moved tests to jest, fixes #11208 * removed commented out log calls
Torkel Ödegaard committed -
improved ux for permission list
Marcus Efraimsson committed -
ux: sizing and positioning of dashboard settings menu icons
Marcus Efraimsson committed -
Torkel Ödegaard committed
-
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
Revert "build: remove code cov"
Carl Bergquist committed -
Revert "removes codecov from frontend tests"
Carl Bergquist committed -
fix unconvert issues
Carl Bergquist committed -
Carl Bergquist committed
-
Carl Bergquist committed
-
bra should use the proper build script
Carl Bergquist committed
-
- 16 Apr, 2018 22 commits
-
-
In addition to closing #11578
Marcus Efraimsson committed -
[skip ci]
Marcus Efraimsson committed -
tsdb: improve $__timeFilter macro for postgres
Marcus Efraimsson committed -
Sven Klemm committed
-
Sven Klemm committed
-
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
Mario Trangoni committed
-
Daniel Lee committed
-
Sven Klemm committed
-
Sven Klemm committed
-
Daniel Lee committed
-
Sven Klemm committed
-
* migrated dropdown-typeahead to ts * removed console.logs * added @ngInject
Patrick O'Carroll committed -
Daniel Lee committed
-
Daniel Lee committed
-
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
ordered user orgs alphabeticaly
Daniel Lee committed -
Support deleting empty playlist
Daniel Lee committed -
Show Grafana version and build in Help menu
David committed -
* `bra run` is used during development, but it was not using build.go which sets a couple of globals, e.g., the commit (currently set to "NA") * This will help in reporting the commit that someone is basing their screenshot on.
David Kaltschmidt committed
-