Skip to content

Releases: prymitive/karma

v0.13

05 Oct 20:00
b60e2c8
Compare
Choose a tag to compare

Two main features:

  • Added polyfills for older browsers
  • Allow editing existing silences

Note: this version uses yarn instead of npm for building frontend assets.

Full changelog:

v0.12

29 Sep 10:39
cc1e5b4
Compare
Choose a tag to compare

Minor bug fixes and tweaks.

Full changelog:

  • #90 fix(cors): change Access-Control-Allow-Origin validation to work in dev (@prymitive)
  • #89 fix(travis): use correct 'sudo' value (@prymitive)
  • #88 fix(heroku): use absolute path for heroku command on travis (@prymitive)
  • #83 Update @sentry/browser in group default to the latest version 🚀 (@Greenkeeper[bot])
  • #86 fix(tests): golangci-lint depends on populated vendor folder (@prymitive)
  • #82 fix(ui): don't let multiple exceptions set multiple timers (@prymitive)
  • #79 Update mobx in group default to the latest version 🚀 (@Greenkeeper[bot])
  • #76 feat(ci): lint commit messages on Travis (@prymitive)
  • #74 chore(renovate): tweak commit message format (@prymitive)
  • #73 Update react-transition-group in group default to the latest version 🚀 (@Greenkeeper[bot])
  • #71 Update react-moment in group default to the latest version 🚀 (@prymitive, @Greenkeeper[bot])
  • #66 Update @sentry/browser in group default to the latest version 🚀 (@Greenkeeper[bot])
  • #68 chore(ci): use nvmrc & npmrc to set nodejs/npm version/options (@prymitive)
  • #64 chore(api): update Go dependencies (@prymitive)
  • #63 feat(tests): strict validation for props (@prymitive)
  • #59 Configure Renovate (@renovate-bot)
  • #60 build(deps): bump github.com/spf13/viper from 1.1.0 to 1.2.0 (@dependabot-bot)
  • #58 chore(ui): replace node-sass-chokidar with node-sass (@prymitive)
  • #57 fix(ui): switch to fade animation on navbar, hook to correct show event (@prymitive)
  • #56 fix(ui): better navbar hiding when idle (@prymitive)

v0.11

23 Sep 08:24
f41a302
Compare
Choose a tag to compare

Breaking changes:

  • --config.dir was dropped and --config.file now takes a full path to the configuration file
  • ENTRYPOINT is now used instead of CMD in docker

Full changelog:

  • #55 feat(ui): animate navbar show/hide (@prymitive)
  • #54 fix(travis): remove greenkeeper-lockfile token leftover (@prymitive)
  • #53 feat(ci): deploy to heroku on every merge to master (@prymitive)
  • #52 feat(ui): animate modals and dropdowns (@prymitive)
  • #50 Update react-autosuggest in group default to the latest version 🚀 (@Greenkeeper[bot])
  • #51 Update @sentry/browser in group default to the latest version 🚀 (@Greenkeeper[bot])
  • #49 feat(sentry): bundle raw UI source files for sentry (@prymitive)
  • #48 chore(tests): better sentry tests with real package instead of a mock (@prymitive)
  • #47 Update @sentry/browser in group default to the latest version 🚀 (@Greenkeeper[bot])
  • #46 feat(ui): pause fetching when alert/group menu is open (@prymitive)
  • #45 refactor(ui): prevent concurrent fetches (@prymitive)
  • #43 feat(demo): add more demo alerts (@prymitive)
  • #41 Update mobx in group default to the latest version 🚀 (@Greenkeeper[bot])
  • #42 feat(sentry): add ErrorBoundary to capture exceptions (@prymitive)
  • #40 Update react in group default to the latest version 🚀 (@Greenkeeper[bot])
  • #39 fix(ui): silence ID link doesn't point to the right URI (@prymitive)
  • #38 feat(ui): colo fetch indicator with text-success when response is bei… (@prymitive)
  • #37 feat(ui): hide navbar after 3 minutes with no activity (@prymitive)
  • #36 chore(ui): make link annotations look more like links and less like l… (@prymitive)
  • #35 feat(ui): reload app on version change (@prymitive)
  • #34 fix(ui): sort alert groups by id before slicing (@prymitive)
  • #33 Revert "chore(ui): use transform positioning for grid elements" (@prymitive)
  • #30 fix(config): use correct variable name for --config.file (@prymitive)
  • #29 Revert "chore(ui): avoid full grid repack on new alerts" (@prymitive)
  • #27 Greenkeeper/default/jest date mock 1.0.5 (@Greenkeeper[bot])
  • #28 chore(config): simplify configuration flags (@prymitive)
  • #26 fix(ui): always pass credentials with fetch() (@prymitive)
  • #25 chore(docker): use ENTRYPOINT instead of CMD in docker (@prymitive)

v0.10

13 Sep 20:38
ae50d34
Compare
Choose a tag to compare

This release includes the Go backend from cloudflare/unsee and React UI written from scratch.
New UI aims to be cleaner and more feature rich so it required some changes in the backend API.

v0.10-rc.2

09 Sep 22:20
8789b31
Compare
Choose a tag to compare
v0.10-rc.2 Pre-release
Pre-release
Merge pull request #7 from prymitive/rc-fixes

Collection of small fixes found via live generator (included)

v0.10-rc.1

09 Sep 18:00
2b0ed79
Compare
Choose a tag to compare
v0.10-rc.1 Pre-release
Pre-release
Merge pull request #5 from prymitive/favicon

chore(ui): replace favicon after project rename