Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ NoOperation can be used to cancel an ongoing assess or patch operation. (**requi
>
> ```json
> {
> "cloudType": "Azure",
> "operation": "Assessment",
> "activityId": "def820db-ec3c-4ecd-9d6c-cb95e6fd5231",
> "startTime": "2021-08-10T23:37:14Z",
Expand Down
2 changes: 1 addition & 1 deletion src/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
196 changes: 58 additions & 138 deletions src/core/src/CoreMain.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/core/src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
2 changes: 1 addition & 1 deletion src/core/src/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
268 changes: 160 additions & 108 deletions src/core/src/bootstrap/Bootstrapper.py

Large diffs are not rendered by default.

183 changes: 84 additions & 99 deletions src/core/src/bootstrap/ConfigurationFactory.py

Large diffs are not rendered by default.

Loading