Commit 3b42a21
authored
Compare Models (#601)
* add support of model diff tool
* Merge branch 'master' into model_diff
* update parameter
* Fix various delete problem
* add message properties and command file for windows
* update exception
* add topology section
* merge from master
* grab from master
* fix script name
* Fix command line parameter
* Fix merging problems
* correct spellings
* Experiment to use alias tree to figure out folder or attribute
* add validation
* add message for validation
* Use alias methods to check for folder or attributes
* use for loop to prevent infinite loop
* correct logic
* update method and add CompareException
* copyrights update
* change wordings
* removed operator specific logic
* Add documentations
* Fix file writing issues
* Fix file writing for results
* remove unused var
* add support of variable substitution
* update doc
* fix script error
* update wordings and script
* handle deleting top level tree
* fix code error
* Add unit test for model diff
* Add parsing to catch error
* Add translate error check
* Add more tests for model_diff
* Add CreateException
* minor refactor
* update exception handling
* update exception in test
* change to use true or false for dictionary check
* rename model_diff to compare_model
* renamed file and update test
* change test to use new temporary directory each time
* update unit test
* doc updates
* adding messages for identical model1 parent b06ea7c commit 3b42a21
File tree
17 files changed
+1779
-0
lines changed- core/src
- main
- java/oracle/weblogic/deploy/compare
- python
- wlsdeploy
- exception
- util
- resources/oracle/weblogic/deploy/messages
- test
- python
- resources
- installer/src/main/bin
- site
17 files changed
+1779
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| 86 | + | |
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
| |||
Lines changed: 79 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
0 commit comments