Branch: refs/heads/master Home: https://github.com/yast/yast-registration Commit: 710230e78fe91cdf4e39c8e0728ac6764d9cd15c https://github.com/yast/yast-registration/commit/710230e78fe91cdf4e39c8e0728... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2014-05-02 (Fri, 02 May 2014) Changed paths: M src/Makefile.am M src/clients/scc_auto.rb A src/data/registration/autoyast_summary.erb A src/data/registration/certificate_summary.erb R src/data/registration/summary.erb M src/lib/registration/connect_helpers.rb M src/lib/registration/helpers.rb M src/lib/registration/registration.rb M src/lib/registration/storage.rb A src/lib/registration/ui/import_certificate_dialog.rb M test/Makefile.am A test/fixtures/test.pem A test/import_certificate_dialog_test.rb M test/spec_helper.rb Log Message: ----------- display details about SSL verification error, ask user to import an unknown certificate Commit: 368c44227c3d7d6fffd867c59332476f494787ec https://github.com/yast/yast-registration/commit/368c44227c3d7d6fffd867c5933... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2014-05-02 (Fri, 02 May 2014) Changed paths: M src/data/registration/certificate_summary.erb Log Message: ----------- review fixes Commit: b5ddeb56a73941890ad1a2a186e222a14b4c674e https://github.com/yast/yast-registration/commit/b5ddeb56a73941890ad1a2a186e... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2014-05-02 (Fri, 02 May 2014) Changed paths: M src/data/registration/autoyast_summary.erb M src/data/registration/certificate_summary.erb Log Message: ----------- use ERB comments Commit: 2d09991cc7311e328b2b1a65eb12a0e44ac36114 https://github.com/yast/yast-registration/commit/2d09991cc7311e328b2b1a65eb1... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2014-05-02 (Fri, 02 May 2014) Changed paths: M src/lib/registration/connect_helpers.rb M src/lib/registration/helpers.rb Log Message: ----------- review fixes Commit: 89542af90efdb74325707a324c58525124a20b5f https://github.com/yast/yast-registration/commit/89542af90efdb74325707a324c5... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2014-05-02 (Fri, 02 May 2014) Changed paths: M .travis.yml Log Message: ----------- disable rmv 2.1.0 at Travis, it's broken currently... Commit: f075f8e6c6212209b2994dd504b0e80e9cac226c https://github.com/yast/yast-registration/commit/f075f8e6c6212209b2994dd504b... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2014-05-02 (Fri, 02 May 2014) Changed paths: M .travis.yml Log Message: ----------- ignore rvm 2.1.0 build failures instead of disabling the build completely Commit: 30c11ab3d84ddc782f2bb5794a894ced695902c1 https://github.com/yast/yast-registration/commit/30c11ab3d84ddc782f2bb5794a8... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2014-05-02 (Fri, 02 May 2014) Changed paths: M src/Makefile.am Log Message: ----------- updated Makefile.am Commit: 15fe6b06daa575b5deb53bf430bccf56983ea34c https://github.com/yast/yast-registration/commit/15fe6b06daa575b5deb53bf430b... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2014-05-02 (Fri, 02 May 2014) Changed paths: M src/Makefile.am M src/clients/scc_auto.rb A src/data/registration/autoyast_summary.erb A src/data/registration/certificate_summary.erb R src/data/registration/summary.erb M src/lib/registration/connect_helpers.rb M src/lib/registration/helpers.rb M src/lib/registration/registration.rb M src/lib/registration/storage.rb A src/lib/registration/ui/import_certificate_dialog.rb M test/Makefile.am A test/fixtures/test.pem A test/import_certificate_dialog_test.rb M test/spec_helper.rb Log Message: ----------- Merge pull request #61 from yast/ssl_cert_import Ask user to import an unknown (or self-signed) SSL certificate Compare: https://github.com/yast/yast-registration/compare/a3dc90c12218...15fe6b06daa...