Skip to content

Commit

Permalink
Updated the changelog with information about the new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Milliken committed May 18, 2017
1 parent 5bb9ce5 commit 91da291
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
29 changes: 26 additions & 3 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,32 @@ GitHub, at http://github.com/samilliken/openDCIM/issues, where you can also down
the latest development version. However, it is not advised to pull from GitHub unless you
are simply testing, as some functionality can break between releases.

*** We have had a user contributed branch for monitoring Modbus-TCP devices for
auto computation of PUE and other metrics. These features will be merged in as
part of the next major release. This is now queued up as the next release.
Changes in 4.4
--------------
* Fixed collision detection in the bulk importer
* Corrected issues where parent power panels didn't roll up inherited meter values
* Make Path now only shows available ports instead of all ports
* Allow PowerSupplyCount to be overridden for children of a Chassis Device. This is helpful for the VTRAY and HTRAY hacks (shelves).
* Switched the whole dependency system over to PHP Composer and implemented AutoLoad. This will only load the class files into the server that are actually being used by a page, thereby decreasing the overall load on the server and memory footprint.
* Updated all libraries to latest version supported by PHP 5.5, which also allows us to be compatible with PHP 7.0 (previously it threw fatal errors)
* Added some buttons on the work order screen to do some mass updates, like clearing the reservation flag on a bunch of devices at once
* Fixed the search box so that it doesn't send the whole db if you accidentally hit the down arrow with an empty search string
* Automagic conversion to/from English/Metric when talking to the Repository.
* Fixed the Repo Sync screen to acknowledge when you send a template to the repository
* Fixed an error that caused the Port Notes field to clear out when a color code wasn't chosen
* Added ability to search on Custom Attributes/Values, in both the UI and the API
* Allow for the creation of a Default Rights template, applied to any new user that authenticates past Apache, but doesn't exist in openDCIM database
* Fixed the Center of Gravity calculation. It was a huge fan of Stranger Things, and calculated everything in the Upside Down.
* The port naming pattern maker from the devices.php screen has been copied over to the Template Maker screen.
* New option in Configuration to draw rectangles around the defined cabinet coordinates, as well as apply the label to the map. Handy for users who simply want to upload a blank floor plan and draw with openDCIM.
* New option in the right click context menu - can align all cabinets in the selected row with a given edge of the current cabinet. Strictly for OCD folks.
* Expanded some of the fields to larger containers.
* Fixed the Available RU calculation in the data center stats. It was counting items in the Storage Room.
* Power Outage Simulation Report has been completely reworked and now outputs an Excel spreadsheet that is much easier to follow.
* Added an email report (must be added to crontab) that will notify you of devices disabled from SNMP Polling due to 3 consecutive failures. Includes a button to reset all counters back to 0.
* If you add a tag of "NoPoll" to a switch device, it won't try to poll the status of it, even if you have a hostname/IP defined.
* Support for a BusWay type of power panel. You still need to give each circuit a name, but it doesn't try to make it fit within the scope of a 42 pole panel - can be alphanumeric.
* Created a bulk importer for cabinets

Changes in 4.3.1
----------------
Expand Down
Empty file removed install.err
Empty file.

0 comments on commit 91da291

Please sign in to comment.