Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
reclass
/
3fece05b531000eb6a2fe6236664a8b0cea4ba36
3fece05
remove unused line
by Andrew Pickford
· 7 years ago
e6fba88
extend the current path rather than create a new subpath object
by Andrew Pickford
· 7 years ago
d29a684
remove unused function deepest_match_in
by Andrew Pickford
· 7 years ago
62f2ef0
fix ancestor key dereferencing in exports
by Andrew Pickford
· 7 years ago
d590976
use better algorithm for individual export evaluation
by Andrew Pickford
· 7 years ago
d7045b0
deep copying parser objects fails so just shallow copy Settings objects instead
by Andrew Pickford
· 7 years ago
6a77d07
account for ancester and non existant paths
by Andrew Pickford
· 7 years ago
8099f08
correct option passing for reclass-salt top
by Andrew Pickford
· 7 years ago
e415d16
fix typo
by Andrew Pickford
· 7 years ago
27f2fa7
bump version to 1.5.1
by Andrew Pickford
· 7 years ago
8258dad
add OPT_ prefix to allow and inventory options
by Andrew Pickford
· 7 years ago
fbb1306
pass command line options into settings
by Andrew Pickford
· 7 years ago
49ef7db
improve readability
by Andrew Pickford
· 7 years ago
8a05d71
command line option for ignore class not found
by Andrew Pickford
· 7 years ago
8fe8468
rename class_not_found to class_notfound
by Andrew Pickford
· 7 years ago
34a9e5d
add option to ignore missing classes
by Andrew Pickford
· 7 years ago
ce4d860
rename ret to node in _nodeinfo
by Andrew Pickford
· 7 years ago
3c7e567
add tests for invquery ignore errors option
by Andrew Pickford
· 7 years ago
1e2fd7f
bring ClassNotFound and BadReference errors into unified InterpolationError
by Andrew Pickford
· 7 years ago
06352f0
fix test broken by output change
by Andrew Pickford
· 7 years ago
6a00c56
make interpolation error messages more informative
by Andrew Pickford
· 7 years ago
dec210a
add inventory query options
by Andrew Pickford
· 7 years ago
000ecf1
consolidate settings into an object that can be passed around
by Andrew Pickford
· 7 years ago
2224af4
give file name/uri containing failed key in resolve errors
by Andrew Pickford
· 7 years ago
b92cde2
add path so docs compile
by Andrew Pickford
· 7 years ago
91116e8
allow logical and/or in inv queries
by Andrew Pickford
· 7 years ago
cd54d25
tweak references error message
by Andrew Pickford
· 7 years ago
057637c
include missing reference names in error message
by Andrew Pickford
· 8 years ago
cf984dc
skip already rendered refs in dicts
by Andrew Pickford
· 8 years ago
2ecca1b
Merge pull request #1 from epcim/pr/fix/fix_raise_UndefinedVariableError
by Andrew Pickford
· 8 years ago
d0c4915
add inv test returning list of nodes passing test
by Andrew Pickford
· 8 years ago
2926383
allow asignment for environment property
by Andrew Pickford
· 8 years ago
f78779e
remove unneeded paramiko import
by Andrew Pickford
· 8 years ago
634a4e7
typo: GitURL not GitOptions
by Andrew Pickford
· 8 years ago
ca34780
Merge branch 'dennisvd/noescape' into 'master'
by Andrew Pickford
· 8 years ago
0faeada
Merge branch 'reportmissingbranch' into 'master'
by Andrew Pickford
· 8 years ago
461bc69
deepcopy the options otherwise they are overwritten
by Andrew Pickford
· 8 years ago
10d27f2
more checks for the presence of keys
by Dennis van Dok
· 8 years ago
983ec75
If a branch is missing from a repo, report both
by Dennis van Dok
· 8 years ago
c9cf2a3
Do not try to escape the key string as this will not work with colons.
by Dennis van Dok
· 8 years ago
561c4d6
cache repo per storage object
by Andrew Pickford
· 8 years ago
87e6e2e
add ssh key file option
by Andrew Pickford
· 8 years ago
eaaaa06
add option to set cache_dir
by Andrew Pickford
· 8 years ago
917c71d
add pygit2
by Andrew Pickford
· 8 years ago
1831ac6
basic git remote functionality
by Andrew Pickford
· 8 years ago
1389c75
repo locations on local disc start with file://
by Andrew Pickford
· 8 years ago
cbe2e9c
optionally pull data only from a subdir in a repo
by Andrew Pickford
· 8 years ago
03f631f
fix raise of UndefinedVariableError
by Petr Michalec
· 8 years ago
9cd16d8
add node environment as an automatic parameter
by Andrew Pickford
· 8 years ago
0234713
add mocked __setitem__ and __getitem__ to fix broken mocked tests
by Andrew Pickford
· 8 years ago
65fe088
environment needs to passed into recursive calls of _recurse_entity
by Andrew Pickford
· 8 years ago
8902944
include environment as part of repr
by Andrew Pickford
· 8 years ago
38f3924
use storage type dependant path mangler
by Andrew Pickford
· 8 years ago
4fa81a5
squelch warning on centos7 due to upgrading cffi
by Andrew Pickford
· 8 years ago
fa1fb8b
fix to use the branch parameter
by Andrew Pickford
· 8 years ago
9d066a2
/usr now default prefix for installations
by Andrew Pickford
· 8 years ago
1e64dcc
update version to indicate this is an extended fork of reclass
by Andrew Pickford
· 8 years ago
8980ad9
add test of YamlData.from_string
by Andrew Pickford
· 8 years ago
7a017ab
add missing enumerate_nodes method
by Andrew Pickford
· 8 years ago
a0c9efc
independant caches for each environment
by Andrew Pickford
· 8 years ago
6a0b0a1
layout tweaks
by Andrew Pickford
· 8 years ago
786c042
environment parameter now mandatory
by Andrew Pickford
· 8 years ago
939f543
correctly cache files
by Andrew Pickford
· 8 years ago
cbff9cd
mixed storage type
by Andrew Pickford
· 8 years ago
3b3681b
yaml_git storage type
by Andrew Pickford
· 8 years ago
c82e8fd
simplify logic for when to generate inventory
by Andrew Pickford
· 8 years ago
71ec18b
inital support for a git storage type
by Andrew Pickford
· 8 years ago
41caee1
fix typo regression
by Andrew Pickford
· 8 years ago
ce3fa3a
remove exports_uri as the inventory isn't cached anymore
by Andrew Pickford
· 8 years ago
436d679
remove exp_ to inv_
by Andrew Pickford
· 8 years ago
3b9fb38
ensure _keep_overrides has a default value of False
by Andrew Pickford
· 8 years ago
0e224c1
fully render referenced dicts and lists in exports
by Andrew Pickford
· 8 years ago
8752ad5
handle merge options at parameter initialisation
by Andrew Pickford
· 8 years ago
29f4b69
use the name inventory instead of exports
by Andrew Pickford
· 8 years ago
d85e9ad
simply using comprehensions
by Andrew Pickford
· 8 years ago
1e5937e
stop caching inventory and calculate inventory for nodes which have inventory queries
by Andrew Pickford
· 8 years ago
3816b9e
track if any value is an inv_query
by Andrew Pickford
· 8 years ago
92a5019
rename has_exports to has_inv_query
by Andrew Pickford
· 8 years ago
f6c38f8
rename expitem to invitem a it's an inventory query
by Andrew Pickford
· 8 years ago
5c2a781
add all refs checks for nested refs
by Andrew Pickford
· 8 years ago
c9f70c2
add test for nested references interpolation for two nodes
by Andrew Pickford
· 8 years ago
a364ee7
use simple != comparision for exports
by Andrew Pickford
· 8 years ago
7f46e89
add test for list merging with refs and for two nodes
by Andrew Pickford
· 8 years ago
6419fd3
add consecutive node merging test
by Andrew Pickford
· 8 years ago
5294ed6
fix inventory output merging in parameters from other nodes
by Andrew Pickford
· 8 years ago
c252990
rename self._type to self._expr_type to avoid confusion
by Andrew Pickford
· 8 years ago
0180e68
fold white space parsing into text parse expression
by Andrew Pickford
· 8 years ago
af2c542
minor logic tidy up
by Andrew Pickford
· 8 years ago
b712f6b
move non string item assignments from parser to value class
by Andrew Pickford
· 8 years ago
f117a46
simplify simple ref parser
by Andrew Pickford
· 8 years ago
fc3e8bb
remove unnecessary dict deepcopy
by Andrew Pickford
· 8 years ago
779fe24
remove unneeded class var
by Andrew Pickford
· 8 years ago
4d6d35b
avoid using import in methods
by Andrew Pickford
· 8 years ago
5a018c6
use join to build strings
by Andrew Pickford
· 8 years ago
abe722a
refactor out an Exports class as sub class of Parameters
by Andrew Pickford
· 8 years ago
8000299
optimisation: use ints for token type indentification
by Andrew Pickford
· 8 years ago
3e18a64
make merge options a class variable for parameter
by Andrew Pickford
· 8 years ago
2f6e9f5
refactor the parser into a separate class
by Andrew Pickford
· 8 years ago
1116e87
test cases for exports
by Andrew Pickford
· 8 years ago
b1d9536
fix rendering references in exports that contain deep references
by Andrew Pickford
· 8 years ago
Next »