Skip to content

Releases: opendcim/openDCIM

openDCIM-4.5

23 Sep 11:30
Compare
Choose a tag to compare

Changes in 4.5

  • Reservation is no longer a yes/no field. Has been replaced with a user customizable list of Device Status values.
  • The PathDrawing image for connections now has a print screen option.
  • Fixtures, such as power panels, can now be mapped onto a data center drawing.
  • Salvage process has been completely redone - now you can create Disposition Methods and when something leaves your custody, you can attach the device to that disposition method. (Such as e-cycler, or returned to customer)
  • New report added that will allow you to see all devices from a specific vendor and/or by a device type.
  • Improvements to the API in terms of custom device attributes - they now work the same as native device attributes
  • BUGS! Several of them were fixed.

openDCIM-4.4

22 May 11:45
Compare
Choose a tag to compare

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

4.3.1-Release

23 Sep 13:01
Compare
Choose a tag to compare

Roll up of bug fixes that have been completed since the release of 4.3. The biggest one is that we finally found the problem that caused ManufacturerID to get out of sync when downloading from the repository, but there are some other UI fixes in there as well.

4.3-Release

23 Jun 14:05
Compare
Choose a tag to compare
Changed all the PDF report files to skip logo inclusion if the file d…

4.2-Release

31 Mar 17:13
Compare
Choose a tag to compare
Added in the wildcards and the attribute specifications for /people, …

4.1.1-Release

16 Feb 22:45
Compare
Choose a tag to compare

Rollup of bug fixes since 4.1.

4.1-Release

24 Jan 23:57
Compare
Choose a tag to compare

Changes in 4.1

Drag and Drop Support! Move a device by dragging and dropping. Copy by holding down Shift+Ctrl.
"Smart Naming" on device copies. name[nn-NN] and nameNN are special patterns that get incremented, including children.
Copy of a device now copies the tags as well
Support for reverse cabinet ordering for people who like to stand on their head
Data Center/Zone now shows the RCI Low/High index values
Support for SNMPv3
Primary Contact added for Virtual Machines
Sidebar is now loaded asymetrically (better performance)
Devices loaded into cabinet asymetrically (better performance)
Ability to turn off filtering of cabinet tree based on rights (major performance boost for large installations)
Corrected the Audit reports
Fix where Epoch date was different depending on timezone
Fixed the Power Outage Simulation report
Slot devices added to a chassis with only rear slots automatically selects the Rear attribute
Fixed tooltip for Contact (was showing ID rather than name)
More API expansions (yes, we need to document it much, much more)
When transferring devices to another contact, only non-disabled ones are in the selection box
Correction of labeling (Rear) shows up on the correct side
Pre-flight check is now available as a tab on the Configuration screen, has been moved to be separate from installer
More bug fixes

Bug fixes since 4.0a

25 Jun 16:30
Compare
Choose a tag to compare
4.0.1

Merge branch 'master' of https://github.com/samilliken/openDCIM

Production ready release of openDCIM 4.0 branch.

10 Jun 15:46
Compare
Choose a tag to compare
v4.0

Pushing up latest translations

Sigh.

10 Jun 22:44
Compare
Choose a tag to compare
v4.0a

Found a show stopper bug that kept ports, slots, and powerports from …