All Versions
100
Latest Version
Avg Release Cycle
25 days
Latest Release
2165 days ago

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 or npm 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.