~vcs-imports/nut:dual_input

Last commit made on 2017-05-24
Get this branch:
git clone -b dual_input https://git.launchpad.net/~vcs-imports/nut

Branch merges

Branch information

Name:
dual_input
Repository:
lp:~vcs-imports/nut

Recent commits

08f39f0... by Arnaud Quette

Staging changes on the dual-input WiP

Signed-off-by: Arnaud Quette <email address hidden>

30e0468... by Arnaud Quette

Merge branch 'upssched-doc'

da2f8de... by Arnaud Quette

Add support for Eaton 9PX Split Phase 6/8/10 kVA

Using netxml-ups, usbhid-ups and mge-shut

Signed-off-by: Arnaud Quette <email address hidden>

d843484... by Arnaud Quette

netxml-ups: bump driver version

In order to reflect update for 2phases, bump driver version

Signed-off-by: Arnaud Quette <email address hidden>

c39face... by Arnaud Quette

dstate_detect_phasecount: update for 2phases

Update the code to be able to handle 2phases devices, also known as
"split phases"

Signed-off-by: Arnaud Quette <email address hidden>

027be5e... by Arnaud Quette

oldmge-shut: final deprecation and removal

oldmge-shut is not anymore part of the distribution, and is replaced by mge-shut

Signed-off-by: Arnaud Quette <email address hidden>

4f14927... by Arnaud Quette <email address hidden>

Cppcheck improvements (#405)

Fix all Cppcheck errors, using standard c89:
* Uninitialized variables,
* Memory leak,
* Brackets balancing,
* Common realloc mistake,
* Possible null pointer dereference,
* Array index out of bounds,
* Not null-terminated string

3c9df13... by Nash Kaminski

liebert-esp2 changes: Correct battery V scaling, update docs, implement split-phase unit support (#412)

* Update liebert-esp2 documentation, include note that port on GXT2 series does not fully follow RS-232 specs.

* Refactor output format of liebert-esp2 driver to follow that of other drivers to fix the nut-cgi interface as well as for overall consistency. Implement support for 2 phase i.e. split phase input Liebert GXT2 series units. Correct battery voltage scaling for GXT2 series units as well.

* Update nut.dict

* Update nut.dict

b443b70... by Jim Klimov

Merge pull request #413 from jimklimov/travis-shuffle

Problem: NUT tests in Travis CI often wait for default-withdoc

33ba948... by Jim Klimov <email address hidden>

Problem: NUT tests in Travis CI often wait for default-withdoc

Solution in .travis.yml : since Travis cloud starts the jobs as soon as it has resources, move the bulk of quicker matrix jobs to start after the longest withdocs build. Experimental note: we still need one job defined in the simple matrix for default environment, but can keep others in a single explicitly ordered list. Now the "Running for" time got cut from 8-9 to 5.5-6 minutes.