[yast/yast-users] 3c9c53: add initial parser
Branch: refs/heads/y2users Home: https://github.com/yast/yast-users Commit: 3c9c5399e1b105710ab1a781b0b31a3204b71b12 https://github.com/yast/yast-users/commit/3c9c5399e1b105710ab1a781b0b31a3204... Author: Josef Reidinger <jreidinger@suse.cz> Date: 2021-05-04 (Tue, 04 May 2021) Changed paths: M src/lib/y2users/linux/reader.rb A src/lib/y2users/parsers/passwd.rb Log Message: ----------- add initial parser Commit: 9315b6c8dffc0e6d23b582dfdd9e2dc4563d60bd https://github.com/yast/yast-users/commit/9315b6c8dffc0e6d23b582dfdd9e2dc456... Author: Josef Reidinger <jreidinger@suse.cz> Date: 2021-05-04 (Tue, 04 May 2021) Changed paths: M src/lib/y2users/linux/reader.rb A src/lib/y2users/parsers/group.rb M src/lib/y2users/parsers/passwd.rb Log Message: ----------- add group parser Commit: d8f45fbfc1b7a2361fedf0f2fce247418bf14925 https://github.com/yast/yast-users/commit/d8f45fbfc1b7a2361fedf0f2fce247418b... Author: Josef Reidinger <jreidinger@suse.cz> Date: 2021-05-04 (Tue, 04 May 2021) Changed paths: A src/lib/y2users/linux/local_reader.rb M src/lib/y2users/linux/reader.rb M src/lib/y2users/parsers/group.rb M src/lib/y2users/parsers/passwd.rb A src/lib/y2users/parsers/shadow.rb Log Message: ----------- Add shadow parser and local reader Commit: 883093b8431fb0f0df19b6750364227a616862d4 https://github.com/yast/yast-users/commit/883093b8431fb0f0df19b6750364227a61... Author: Josef Reidinger <jreidinger@suse.cz> Date: 2021-05-04 (Tue, 04 May 2021) Changed paths: M src/lib/y2users/linux/local_reader.rb M src/lib/y2users/linux/reader.rb M src/lib/y2users/parsers/passwd.rb M src/lib/y2users/parsers/shadow.rb Log Message: ----------- make rubocop happpy Commit: 872c2b4954fd8cfc64bb08d4f355d9900568c088 https://github.com/yast/yast-users/commit/872c2b4954fd8cfc64bb08d4f355d99005... Author: Josef Reidinger <jreidinger@suse.cz> Date: 2021-05-05 (Wed, 05 May 2021) Changed paths: M src/lib/y2users/parsers/group.rb M src/lib/y2users/parsers/passwd.rb M src/lib/y2users/parsers/shadow.rb Log Message: ----------- Apply suggestions from code review Co-authored-by: David Díaz <1691872+dgdavid@users.noreply.github.com> Commit: 26eb431d3b962d5600f6692f15abf06badf8c0b8 https://github.com/yast/yast-users/commit/26eb431d3b962d5600f6692f15abf06bad... Author: Josef Reidinger <jreidinger@suse.cz> Date: 2021-05-05 (Wed, 05 May 2021) Changed paths: M src/Makefile.am M src/lib/users/ca_password_validator.rb M src/lib/users/dialogs/inst_user_first.rb M src/lib/users/widgets.rb M src/lib/y2users.rb M src/lib/y2users/config_manager.rb A src/lib/y2users/help_texts.rb M src/lib/y2users/linux/reader.rb M src/lib/y2users/linux/writer.rb A src/lib/y2users/password_validator.rb M src/lib/y2users/user.rb A src/lib/y2users/user_validator.rb M src/lib/y2users/users_simple/reader.rb M src/lib/y2users/users_simple/writer.rb A src/lib/y2users/validation_config.rb M test/lib/users/ca_password_validator_test.rb M test/lib/users/local_password_test.rb A test/lib/y2users/help_texts_test.rb M test/lib/y2users/linux/writer_test.rb M test/lib/y2users/users_simple/writer_test.rb A test/lib/y2users/validation_config_test.rb Log Message: ----------- Merge remote-tracking branch 'origin/y2users' into y2user_local_reader Commit: 745a75db7574d1b626d340f3a183a64a9bcea802 https://github.com/yast/yast-users/commit/745a75db7574d1b626d340f3a183a64a9b... Author: Josef Reidinger <jreidinger@suse.cz> Date: 2021-05-05 (Wed, 05 May 2021) Changed paths: M src/lib/y2users/linux/local_reader.rb M src/lib/y2users/linux/reader.rb M src/lib/y2users/parsers/shadow.rb A test/lib/y2users/linux/reader_test.rb Log Message: ----------- add reader test Commit: 7e0c4b5962dceae0430fc8eb32f75f3373304752 https://github.com/yast/yast-users/commit/7e0c4b5962dceae0430fc8eb32f75f3373... Author: Josef Reidinger <jreidinger@suse.cz> Date: 2021-05-05 (Wed, 05 May 2021) Changed paths: A test/lib/y2users/linux/local_reader_test.rb M test/lib/y2users/linux/reader_test.rb Log Message: ----------- add local reader test Commit: 54a66f550e9ccf0d002e21410238a222166a096d https://github.com/yast/yast-users/commit/54a66f550e9ccf0d002e21410238a22216... Author: Josef Reidinger <jreidinger@suse.cz> Date: 2021-05-05 (Wed, 05 May 2021) Changed paths: A src/lib/y2users/linux/local_reader.rb M src/lib/y2users/linux/reader.rb A src/lib/y2users/parsers/group.rb A src/lib/y2users/parsers/passwd.rb A src/lib/y2users/parsers/shadow.rb A test/lib/y2users/linux/local_reader_test.rb A test/lib/y2users/linux/reader_test.rb Log Message: ----------- Merge pull request #264 from yast/y2user_local_reader Add Local reader and separate parsers Compare: https://github.com/yast/yast-users/compare/3b4b4db81ffe...54a66f550e9c
participants (1)
-
Josef Reidinger