Branch: refs/heads/Code-11-SP3 Home: https://github.com/yast/yast-yast2 Commit: dd62a1a218403518427ddfa0487d53c7d633786a https://github.com/yast/yast-yast2/commit/dd62a1a218403518427ddfa0487d53c7d6... Author: Michal Filka <mfilka@suse.cz> Date: 2014-11-05 (Wed, 05 Nov 2014) Changed paths: M library/types/src/TypeRepository.ycp Log Message: ----------- Added generic IsEmpty function. Commit: 86656be7a19fd4b490740b2c4b71f15d9ab2bb9a https://github.com/yast/yast-yast2/commit/86656be7a19fd4b490740b2c4b71f15d9a... Author: Michal Filka <mfilka@suse.cz> Date: 2014-11-06 (Thu, 06 Nov 2014) Changed paths: M VERSION M library/commandline/src/CommandLine.ycp M library/commandline/src/Makefile.am A library/commandline/src/other_tools_warning.ycp M package/yast2.changes M scripts/yast2 Log Message: ----------- Merge remote-tracking branch 'upstream/Code-11-SP3' into Code-11-SP3 Commit: 41bdf1b8af140fad0103558453c7a79332a78008 https://github.com/yast/yast-yast2/commit/41bdf1b8af140fad0103558453c7a79332... Author: Michal Filka <mfilka@suse.cz> Date: 2014-11-06 (Thu, 06 Nov 2014) Changed paths: A library/types/testsuite/tests/isempty.err A library/types/testsuite/tests/isempty.out A library/types/testsuite/tests/isempty.ycp Log Message: ----------- Testsuite for IsEmpty function. Commit: 81dd0bf3011512bfb780c4d901294c875c45afdc https://github.com/yast/yast-yast2/commit/81dd0bf3011512bfb780c4d901294c875c... Author: Michal Filka <mfilka@suse.cz> Date: 2014-11-06 (Thu, 06 Nov 2014) Changed paths: M library/network/src/NetworkInterfaces.ycp M library/network/src/NetworkPopup.ycp Log Message: ----------- Improved type detection. GetType's detection is based on cached data. When attempting to detect uncached device type (e.g. when commiting new one) it could lead to returning incorrect type (e.g. /dev/modem0 -> 'modem' - should be 'ppp'). Conflicts: library/network/src/NetworkInterfaces.ycp Commit: 880d7507f68dc2a9e39565c471d14b45eba94f0f https://github.com/yast/yast-yast2/commit/880d7507f68dc2a9e39565c471d14b45eb... Author: Michal Filka <mfilka@suse.cz> Date: 2014-11-06 (Thu, 06 Nov 2014) Changed paths: M library/network/testsuite/tests/NetworkInterfaces.ycp Log Message: ----------- Adopted testsuite. It used to use GetType but with defined inputs (no ifcfg provided) it falls to default which is in fact call to device_type and key property of GetType (searching for cached data) wasn't tested at all. Commit: 5c582028bf2c398ec0fbbf3811b89321d32c32c2 https://github.com/yast/yast-yast2/commit/5c582028bf2c398ec0fbbf3811b89321d3... Author: Michal Filka <mfilka@suse.cz> Date: 2015-01-12 (Mon, 12 Jan 2015) Changed paths: M library/network/src/NetworkInterfaces.ycp Log Message: ----------- Type detection based on SysFs. Implementation of GetTypeFromSysfs was inspired by implementation of get_iface_type which comes from - /etc/sysconfig/network/scripts/functions - sysconfig.rpm version 0.80.5 Commit: df814896bece31b113fa796faa8820780a26c230 https://github.com/yast/yast-yast2/commit/df814896bece31b113fa796faa8820780a... Author: Michal Filka <mfilka@suse.cz> Date: 2015-01-12 (Mon, 12 Jan 2015) Changed paths: M library/network/src/NetworkInterfaces.ycp Log Message: ----------- Integrated GetTypeFromSysfs into common type detection workflow. Conflicts: library/network/src/NetworkInterfaces.ycp Commit: db6f54f8959ed900710c19bbcf6d9a4d60368e4c https://github.com/yast/yast-yast2/commit/db6f54f8959ed900710c19bbcf6d9a4d60... Author: Michal Filka <mfilka@suse.cz> Date: 2015-01-12 (Mon, 12 Jan 2015) Changed paths: M library/network/testsuite/tests/NetworkInterfaces.out M library/network/testsuite/tests/NetworkInterfaces2.out M library/network/testsuite/tests/NetworkInterfaces2.ycp M library/network/testsuite/tests/NetworkInterfaces3.out M library/network/testsuite/tests/NetworkInterfaces4.out M library/network/testsuite/tests/NetworkInterfaces4.ycp M library/network/testsuite/tests/NetworkInterfaces5-Type.out Log Message: ----------- Adapted testsuite. Supresses an output generated by shell execution in GetTypeFromSysfs Newly imported FileUtils emits more log messages as well. Conflicts: library/network/testsuite/tests/NetworkInterfaces4.out Commit: b653679c0328856a9439b83273023bc89fc20789 https://github.com/yast/yast-yast2/commit/b653679c0328856a9439b83273023bc89f... Author: Michal Filka <mfilka@suse.cz> Date: 2015-01-13 (Tue, 13 Jan 2015) Changed paths: M VERSION M package/yast2.changes Log Message: ----------- Updated changelog Conflicts: VERSION package/yast2.changes Commit: 1a5057724aa6120c812268e95abb426adac8328c https://github.com/yast/yast-yast2/commit/1a5057724aa6120c812268e95abb426ada... Author: Michal Filka <mfilka@suse.cz> Date: 2015-01-14 (Wed, 14 Jan 2015) Changed paths: M yast2.spec.in Log Message: ----------- Updated rpm spec file Commit: 45ccba01ca77ce27bc962a5dc9cc611983509de5 https://github.com/yast/yast-yast2/commit/45ccba01ca77ce27bc962a5dc9cc611983... Author: mchf <mfilka@suse.cz> Date: 2015-01-14 (Wed, 14 Jan 2015) Changed paths: M VERSION M library/network/src/NetworkInterfaces.ycp M library/network/src/NetworkPopup.ycp M library/network/testsuite/tests/NetworkInterfaces.out M library/network/testsuite/tests/NetworkInterfaces.ycp M library/network/testsuite/tests/NetworkInterfaces2.out M library/network/testsuite/tests/NetworkInterfaces2.ycp M library/network/testsuite/tests/NetworkInterfaces3.out M library/network/testsuite/tests/NetworkInterfaces4.out M library/network/testsuite/tests/NetworkInterfaces4.ycp M library/network/testsuite/tests/NetworkInterfaces5-Type.out M library/types/src/TypeRepository.ycp A library/types/testsuite/tests/isempty.err A library/types/testsuite/tests/isempty.out A library/types/testsuite/tests/isempty.ycp M package/yast2.changes M yast2.spec.in Log Message: ----------- Merge pull request #315 from mchf/bnc900383-device-renaming Backported device renaming fixes Compare: https://github.com/yast/yast-yast2/compare/e4aa0a9bed22...45ccba01ca77