- 04 Dec, 2018 1 commit
-
-
Erik Sundell committed
-
- 03 Dec, 2018 16 commits
-
-
Erik Sundell committed
-
Erik Sundell committed
-
Marcus Efraimsson committed
-
dataproxy: Override incoming Authorization header
Marcus Efraimsson committed -
Marcus Efraimsson committed
-
Prevent password reset when login form is disabled or either LDAP or Auth Proxy is enabled
Marcus Efraimsson committed -
Marcus Efraimsson committed
-
Add support for offset in date histogram aggregation
Marcus Efraimsson committed -
SilverFire - Dmitry Naumenko committed
-
SilverFire - Dmitry Naumenko committed
-
Explore: Fix logging query parser for regex with quantifiers
Torkel Ödegaard committed -
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
Explore: Show logging errors from backend
David committed -
Fix misspelling issues using locale US
Carl Bergquist committed
-
- 30 Nov, 2018 18 commits
-
-
Kornelijus Survila committed
-
change obj order when merging so that correct format is being used
David committed -
Marcus Efraimsson committed
-
Fix mysql $__timeFrom() and $__timeTo() should respect local time zone
Marcus Efraimsson committed -
Update README.md
Marcus Efraimsson committed -
Explore: Fix label and history suggestions
David committed -
- Logging datasource sends error string directly in the message body - allowing response body to be an error when query transaction failed - added throw in case we ever encounter unhandled errors again (forces us to fix the issue)
David Kaltschmidt committed -
Erik Sundell committed
-
- ensure that selectors have to be preceded by whitespace or line beginning - glacing over the fact that ` {0,1}` could be a valid regexp, but we're using space as query/regexp separators anyway, so I think it's fine for now
David Kaltschmidt committed -
Minamiya_Natsuki committed
-
Explore: Logging render performance
David committed -
David Kaltschmidt committed
-
- fork promql's tokenizer (need to specify that labels context can only follow beginning of line or whitespace) - remove unneeded syntax features - only present history items when field is empty
David Kaltschmidt committed -
Marcus Efraimsson committed
-
- fixed typo - moved result calculation to explore utils - use component keys instead of componentWillReceiveProps - require logs to have and id, to as use as Logs component key - render delay based on row count
David Kaltschmidt committed -
Marcus Efraimsson committed
-
Add AWS/CodeBuild namespace for CloudWatch datasource
Marcus Efraimsson committed -
add notice to MacOS Docker user, if docker memory limit is less than 2GiB, build process may fail when run ./node_modules/.bin/grunt build
Minamiya_Natsuki committed
-
- 29 Nov, 2018 5 commits
-
-
Matthew Coltman committed
-
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
Mario Trangoni committed -
See, $ find . -type f | xargs misspell -locale US | grep -vi -e vendor -e node_modules -e devenv -e unknwon | grep docs
Mario Trangoni committed -
See, $ find . -type f | xargs misspell -locale US | grep -v -e vendor -e node_modules -e devenv | grep CHANGELOG.md ./CHANGELOG.md:163:60: "organisation" is a misspelling of "organization" ./CHANGELOG.md:286:13: "Litre" is a misspelling of "Liter" ./CHANGELOG.md:394:163: "Spindel" is a misspelling of "Spindle" ./CHANGELOG.md:421:51: "metre" is a misspelling of "meter" ./CHANGELOG.md:738:73: "dashboad" is a misspelling of "dashboard" ./CHANGELOG.md:903:18: "organisation" is a misspelling of "organization" ./CHANGELOG.md:1031:48: "organisation" is a misspelling of "organization" ./CHANGELOG.md:1170:51: "cancelled" is a misspelling of "canceled" ./CHANGELOG.md:1874:97: "muliple" is a misspelling of "multiple" ./CHANGELOG.md:1909:60: "fullscren" is a misspelling of "fullscreen"
Mario Trangoni committed -
- moved from grid to flexbox - calculate Explore results only when query transactions change to prevent expensive re-renders - split up rendering of graph and log data - render log results in 2 stages
David Kaltschmidt committed
-