All Versions
100
Latest Version
Avg Release Cycle
25 days
Latest Release
2165 days ago
Changelog History
Page 9
Changelog History
Page 9
-
v0.3.1 Changes
November 03, 2014๐ Bug Fixes
- Display the right check model and rich output when check returns 0
- ๐ Support API authentication for stash and client deletion
-
v0.3.0 Changes
November 02, 2014๐ Features
- โ Remove all WebSocket dependency (Issue #127)
- ๐จ Backend refactoring in Go (Issue #127)
- ๐ Improve overall performance and stability
- โ Add alert badge in navbar when a datacenter is missing
- Stashes dropdown replaced with a modal dialog
- โ Add custom stash messages, and display them in stashes view (PR #158)
- โ Add links to DC hover menu (PR #152)
- Display data centers in alphabetic order (PR #153)
- Prettify JSON objects in client & event data (PR #170)
Migration Notes
- Backend has been rewritten in Go.
node app.js
ornpm start
commands no longer works. - ๐ Make sure to run
npm install
when installed from source. - โฑ Integer values timeout and refresh within configuraton file are now handled as seconds instead of milliseconds. Any values >= 1000 will be converted to seconds during runtime.
- Pages /health/[sensu|uchiwa] now return the associated object content instead of the object itself. /health is not impacted.
-
v0.2.6 Changes
October 08, 2014๐ Features
- ๐ Allow client checks to be ordered by history, name, output and time (PR #149)
๐ Bug Fixes
- ๐ฎ Force toastr position when cookie is missing
- โ Remove HTML tags from toastr notifications
-
v0.2.5 Changes
October 08, 2014๐ Features
- Rich data output for links and images (Issue #86)
- โ Remove jQuery dependency (PR #132)
- ๐ Use angular-toastr module instead of toastr library (PR #132)
- โ Add real favicon (PR #145)
๐ Bug Fixes
- Prevent XSS attacks through toastr library
-
v0.2.4 Changes
September 29, 2014๐ Features
- ๐ Use source property in events for masquerading (PR #134)
- ๐ป Date timezone is now determined by the browser (PR #124)
- ๐ Move most of sensu.js library logic to AngularJS (PR #124)
๐ Bug Fixes
- Avoid HTTP 500 errors on /health page (Issue #128)
- ๐ Improve stability when dealing with retrieved data (Issue #119)
-
v0.2.3 Changes
September 04, 2014๐ Bug Fixes
- ๐ Fix authentication (PR #117)
- Prevent crash when no checks are received (PR #115)
-
v0.2.2 Changes
September 02, 2014๐ Features
- Automatic permalinks based on search filters (PR #111)
- ๐ง Configurable date/time formatting (PR #103)
- โ Add /health page (PR #108)
- ๐ Uchiwa logs are now in JSON format (PR #109)
- Mark active page in sidebar
- ๐ Use Socket.IO 1.0 (PR #99)
- ๐ Use Express 4 (PR #109)
- Accessibility improvements for status circles (PR #105)
- ๐ Fix pill border overflow of datacenters list (PR #97)
- ๐ Better unit tests coverage (PR #101)
- Enable Travis CI
๐ Bug Fixes
- ๐ Fix 'show all' option in clients view
- Display clients with no subscriptions (PR #104)
Migration Notes
- ๐ Make sure to run
npm install
-
v0.2.1 Changes
August 07, 2014๐ Features
- Navbar icon now links to related page
๐ Bug Fixes
- ๐ฏ Perform a deep clone for public config display (Issue #78)
-
v0.2.0 Changes
August 07, 2014๐ Features
- ๐ New user interface! (Issue #55)
- Temporarily silence an element
- Filter and order by attributes
- 0๏ธโฃ Display a limited number of elements by default, to reduce page size
- Display custom attributes of checks/clients/events (Issue #58)
- โ Add an overview of each DC in the navbar
- Ability to link to a client and an incident (Issue #59)
- Filter clients by subscriptions and ability to link it
- โ Add an info page to display Sensu and Uchiwa basic information
- Dynamic page title (Issue #70)
- โก๏ธ Optimize dark theme
- ๐ Change licence to MIT (same as Sensu)
๐ Bug Fixes
- ๐ Better handling of unknown elements (Issue #59)
- Display proper information concerning check details (Issue #72)
- Client event might have shown wrong data
- ๐ง Validate and initialize missing configuration for Sensu endpoints and Uchiwa
-
v0.1.7 Changes
July 30, 2014๐ Features
- ๐ The configuration file now use a standard JSON file (see migration notes below) (PR #66)
- โ Add Sass Grunt task (PR #67)
Migrating from 0.1.6 to 0.1.7
The configuration file is now a standard JSON file and therefore, has been renamed from config.js to config.json.
If you already have a config.js file, you can still force uchiwa to use it with, for example, the following command:
node app.js -c ./config.js
or by modifing the init script if it was installed from the packages.Refer yourself to the config.json.example file in doubt.