SHA256
1
0
forked from pool/rubygem-cfa

15 Commits

Author SHA256 Message Date
347235de61 - fix writting multiple new elements to previously single element
(found during fixing bsc#1156929)
- 1.0.2

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/rubygem-cfa?expand=0&rev=28
2019-12-30 13:09:21 +00:00
0926861df5 - fix writting subtree when element change to collection and vice
versa (bsc#1132362)
- 1.0.1

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/rubygem-cfa?expand=0&rev=26
2019-07-17 14:51:20 +00:00
95df18aebd - Dropped the changes_only argument of BaseModel#save,
it does not work in the generic case.
- Fixed NameError in AugeasTree#replace_entry (bsc#1137948)
- Drop support for Ruby 2.2 and 2.3; add 2.6.
- 1.0.0

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/rubygem-cfa?expand=0&rev=24
2019-06-21 08:47:04 +00:00
f1ae9d1bc3 - Improve even more error reporting now with specialized exceptions
that holds all details for better user reports
  (needed for bsc#1113996)
- 0.7.0

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/rubygem-cfa?expand=0&rev=22
2018-11-08 14:23:58 +00:00
32c3379c01 - Distinguish between parsing and serializing in error reports.
- Mention the file being parsed, and the position inside, in error
  reports (bsc#1077435)
- 0.6.4

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/rubygem-cfa?expand=0&rev=20
2018-04-25 09:55:14 +00:00
f6e918185f - Workaround for augeas lenses that don't handle files without
a trailing newline (bsc#1064623, bsc#1074891, bsc#1080051
  and gh#hercules-team/augeas#547)
- 0.6.3

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/rubygem-cfa?expand=0&rev=18
2018-03-09 13:59:36 +00:00
7a20362e2d - Fix attributes to work with simple values with trailing comments
(bsc#1040946)
- Fix using CFA::BaseModel#generic_set without requiring
  CFA::Matcher
- 0.6.2
- fix writing two elements in collection containing nested tree

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/rubygem-cfa?expand=0&rev=16
2017-07-14 10:44:08 +00:00
cebead041a - fix writting two elements in collection containing nested tree
(also caused by fix for bsc#1023204)
- 0.6.1
- fix writting two new following nested trees (also caused by fix

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/rubygem-cfa?expand=0&rev=14
2017-04-25 11:23:38 +00:00
c09dc61ba7 - fix writting two new following nested trees ( also caused by fix
for bsc#1023204)
- fix writing new element with same key as only existing key
- fix writing new element with same key as removed element
- add new method AugeasTree#unique_id that helps with writing new
  entries for augeas sequences
- 0.6.0

- fix AugeasTree#select to not return elements marked as deleted
  (caused by fix for bsc#1023204)
- 0.5.1

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/rubygem-cfa?expand=0&rev=12
2017-03-21 15:52:23 +00:00
6d57ba2e00 - allow generic set/get also on subtree (bsc#1023204)
- do minimal changes when editing file, especially do not eat
  white spaces if value is not modified (bsc#1023204)
- AugeasTree#data now return frozen hash as it is just filtered
  view of data, which cannot be modified
- 0.5.0
--------------------------------------------------------------------
- fix regression when passing nil to AugeasTree#delete (bsc#983486)
- 0.4.3

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/rubygem-cfa?expand=0&rev=11
2017-03-20 13:16:37 +00:00
90a491d7a5 - Improve deletion of elements in the augeas parser (needed to
fix ntp-client, bsc#983486)
- 0.4.2

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/rubygem-cfa?expand=0&rev=9
2016-12-02 16:16:50 +00:00
b7b005274a - optimize loading configuration files with augeas by reducing
number of augeas match calls (bsc#877047)
- 0.4.1

- support augeas nodes containing value and also attached tree
  below it like e.g. ntp.conf has (bnc#983486)
- 0.4.0

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/rubygem-cfa?expand=0&rev=7
2016-10-12 14:46:20 +00:00
195c352883 - better inspecting of BooleanValue objects (helps with debugging
various bncs, like bnc#980108 or bnc#940465)
- 0.3.1

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/rubygem-cfa?expand=0&rev=5
2016-05-24 14:18:30 +00:00
9d55462dfe osc copypac from project:Devel:YaST:Head package:rubygem-cfa revision:2, using expand, using client side copy
OBS-URL: https://build.opensuse.org/package/show/YaST:Head/rubygem-cfa?expand=0&rev=2
2016-01-28 09:27:11 +00:00
3c7bce4fbf - add empty method requirement for parsers
- allow using block for matcher
- 0.2.0

- initial version of package
- 0.1.0

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/rubygem-cfa?expand=0&rev=1
2015-12-16 09:28:55 +00:00