index
:
delta/ruby-gems/mixlib-config.git
2.2.4
Ruby22
add-license
bk
chefstyle
class_instance_variable
cleanup
config
dependabot/add-v2-config-file
dependabot/bundler/chefstyle-1.2.1
dependabot/bundler/chefstyle-1.3.2
dependabot/bundler/chefstyle-1.4.0
dependabot/bundler/chefstyle-1.4.3
dependabot/bundler/chefstyle-1.4.4
dependabot/bundler/chefstyle-1.4.5
dependabot/bundler/chefstyle-1.5.1
dependabot/bundler/chefstyle-1.5.2
dependabot/bundler/chefstyle-1.5.6
dependabot/bundler/chefstyle-1.5.7
dependabot/bundler/chefstyle-1.5.8
dependabot/bundler/chefstyle-1.5.9
dependabot/bundler/chefstyle-1.6.1
dependabot/bundler/chefstyle-1.7.1
dependabot/bundler/chefstyle-1.7.2
dependabot/bundler/chefstyle-1.7.4
dependabot/bundler/parallel-lt-1.21
github
hash
internal_set_fix
jdm/revert
jfm/mixlib-config-ruby3.1
jk/2.2.2
jk/strict-error
ksubrama/gemspec
lcg/chefstyle
lcg/travis-updates
main
master
methods-uber-alles
modernize
new-policy-files
nm/nested-hash-config
relative
requires
restore
rspec_3
slim
testing
tm/codeowners
tm/configurate
tm/re_chefstyle
tm/stylinate
toml_support
use-ivars
github.com: opscode/mixlib-config.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
mixlib
/
config.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix in apply nested hash when passing hash in config
Nikita Mathur
2022-06-02
1
-1
/
+4
*
Fix another typo
Tim Smith
2021-10-16
1
-1
/
+1
*
Optimize requires for non-omnibus installs
requires
Tim Smith
2020-08-12
1
-3
/
+3
*
Substitute require for require_relative
relative
Tim Smith
2019-12-20
1
-5
/
+5
*
Do not crash when loading undefined context from hash
Marc A. Paradise
2019-11-14
1
-1
/
+4
*
Chefstyle fixes
Tim Smith
2019-08-07
1
-8
/
+10
*
Chefstyle fixes for the latest chefstyle
Tim Smith
2018-12-06
1
-21
/
+21
*
test+fix config contexts
Lamont Granquist
2018-07-11
1
-17
/
+19
*
Avoid converting to text representation when parsing JSON/TOML/etc
Lamont Granquist
2018-07-11
1
-16
/
+21
*
remove debuggerating
Lamont Granquist
2018-07-05
1
-2
/
+0
*
add is_default? inspection method
Lamont Granquist
2018-07-05
1
-0
/
+11
*
key? and has_key? should find subcontexts
Lamont Granquist
2018-07-02
1
-1
/
+1
*
add `#key?` alias to `#has_key?`
Lamont Granquist
2018-07-02
1
-2
/
+4
*
Fix config_context_list/hash in strict mode
Eli Young
2018-06-13
1
-2
/
+2
*
Adding support for reading from TOML files
tyler-ball
2018-02-28
1
-0
/
+7
*
Add support for reading from JSON files
Tom Duffield
2018-02-09
1
-0
/
+11
*
Add support for loading config from YAML files
Tom Duffield
2018-02-09
1
-1
/
+55
*
fix chefstyle offenses
Lamont Granquist
2017-06-20
1
-18
/
+18
*
Fix chefstyle bustage
tm/re_chefstyle
Thom May
2016-12-06
1
-8
/
+8
*
Add support for lists and hashes of context configs
Kierran McPherson
2016-09-21
1
-1
/
+162
*
Merge pull request #42 from chef/hash
Thom May
2016-09-02
1
-1
/
+2
|
\
|
*
allow a config context to be set from another config context
hash
Matt Wrock
2016-08-31
1
-1
/
+2
*
|
Merge pull request #35 from KierranM/context-blocks
Thom May
2016-09-02
1
-2
/
+12
|
\
\
|
|
/
|
/
|
|
*
Remove extraneous methods
Kierran McPherson
2016-08-13
1
-10
/
+2
|
*
Also allow yielding the context
Kierran McPherson
2016-08-13
1
-1
/
+10
|
*
Allow configuring contexts via block
Kierran McPherson
2016-08-13
1
-2
/
+11
*
|
restore by swapping in saved state instead of 'reset and merge'
Matt Wrock
2016-08-30
1
-5
/
+9
*
|
Opscode -> Chef
Tim Smith
2016-08-23
1
-4
/
+4
*
|
Correct new checks
lcg/chefstyle
Thom May
2016-08-11
1
-2
/
+2
*
|
chefstyle fixes
Lamont Granquist
2016-08-11
1
-8
/
+8
|
/
*
Fix ruby warnings for access of undefined instance variable
danielsdeleo
2015-05-26
1
-0
/
+5
*
Revert "Rename has_key? -> key? (BC compatible)"
jdm/revert
Jay Mundrawala
2015-05-12
1
-2
/
+1
*
Fix strict mode errors to actually print symbol
jk/strict-error
John Keiser
2014-09-09
1
-4
/
+4
*
Rename has_key? -> key? (BC compatible)
Seth Vargo
2014-06-03
1
-1
/
+2
*
Fix example syntax
John Keiser
2013-12-03
1
-3
/
+4
*
Add ability to reopen config_context, add setter for config_context
John Keiser
2013-12-03
1
-11
/
+40
*
Add save/restore for tests/serialization
John Keiser
2013-12-02
1
-8
/
+86
*
Define explicit getter/setter methods for configurables instead of relying on...
John Keiser
2013-09-17
1
-32
/
+39
*
Fix issue with Config['a'] = b
John Keiser
2013-09-16
1
-1
/
+1
*
Inherit config_strict_mode in child contexts
John Keiser
2013-09-13
1
-4
/
+13
*
Change config_strict_mode default back to false
John Keiser
2013-09-11
1
-2
/
+2
*
Make config_strict_mode on by default
John Keiser
2013-09-11
1
-2
/
+3
*
Rename StrictModeError -> UnknownConfigOptionError
John Keiser
2013-09-11
1
-7
/
+7
*
Rename context to config_context
John Keiser
2013-09-10
1
-6
/
+6
*
Add config_strict_mode to restrict set of options that can be set
John Keiser
2013-09-10
1
-6
/
+87
*
Add context() DSL for config classes
John Keiser
2013-09-09
1
-0
/
+28
*
Add configurable() DSL and resettable default values
John Keiser
2013-08-30
1
-77
/
+98
*
Add ability to handle default values
John Keiser
2013-08-27
1
-0
/
+26
*
Make "configure" still return underlying hash
John Keiser
2013-08-27
1
-1
/
+1
*
Update hash reference to avoid private sends
methods-uber-alles
danielsdeleo
2013-08-27
1
-4
/
+9
[next]