You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+29-15
Original file line number
Diff line number
Diff line change
@@ -6,32 +6,46 @@ labels: 'bug'
6
6
assignees: ''
7
7
---
8
8
9
-
If your issue relates to the _Discovery Process_, please first follow the steps described in the implementation guide [Debugging the Discovery Component](https://docs.aws.amazon.com/solutions/latest/aws-perspective/appendix-e-debugging-the-discovery-component.html)
9
+
If your issue relates to the _Discovery Process_, please first follow the steps described in the implementation guide [Debugging the Discovery Component](https://aws-solutions.github.io/workload-discovery-on-aws/workload-discovery-on-aws/2.0/debugging-the-discovery-component.html)
10
10
11
11
---
12
12
13
-
14
13
**Describe the bug**
15
-
A description of what the bug is.
14
+
A clear and concise description of what the bug is.
16
15
17
16
**To Reproduce**
18
-
Steps to reproduce the behavior:
19
-
20
-
1. Go to '...'
21
-
2. Click on '....'
22
-
3. Scroll down to '....'
23
-
4. See error
17
+
Steps to reproduce the behavior.
24
18
25
19
**Expected behavior**
26
-
A description of what you expected to happen.
20
+
A clear and concise description of what you expected to happen.
27
21
28
-
**Screenshots**
29
-
If applicable, add screenshots to help explain your problem.
22
+
**Please complete the following information about the solution:**
23
+
24
+
-[ ] Version: [e.g. v2.0.0]
30
25
31
-
**Browser (please complete the following information):**
26
+
To get the version of the solution, you can look at the description of the created CloudFormation stack.
27
+
For example, "_Workload Discovery on AWS Main Template (SO0075a) - Solution - Main Template (uksb-abcdef12) **(version:v2.0.0)**_". If the description does not contain the version information,
28
+
you can look at the mappings section of the template:
32
29
33
-
- Name [e.g. chrome, firefox]
34
-
- Version [e.g. 22]
30
+
```yanl
31
+
Mappings:
32
+
33
+
Solution:
34
+
Constants:
35
+
# ...
36
+
SolutionVersion: v2.0.0
37
+
# ...
38
+
```
39
+
40
+
-[ ] Region: [e.g. us-east-1]
41
+
-[ ] Was the solution modified from the version published on this repository?
42
+
-[ ] If the answer to the previous question was yes, are the changes available on GitHub?
43
+
-[ ] Have you checked your [service quotas](https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html) for the
44
+
services this solution uses?
45
+
-[ ] Were there any errors in the CloudWatch Logs?
46
+
47
+
**Screenshots**
48
+
If applicable, add screenshots to help explain your problem (please **DO NOT include sensitive information**).
- Incorrect description string in diagram settings filter when hiding resources
35
58
- Erroneous validation error when exporting diagrams with global resources to myApplications
@@ -41,11 +64,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
41
64
- Security [issue](https://github.com/advisories/GHSA-q2x7-8rv6-6q7h) in `jinja`.
42
65
43
66
### Changed
67
+
44
68
- Use of `FARGATE` or `FARGATE_SPOT` for discovery process is configurable via a CloudFormation parameter.
45
69
46
70
## [2.2.0] - 2024-11-20
47
71
48
72
### Added
73
+
49
74
- Support for custom identity providers (SAML and OIDC) [61](https://github.com/aws-solutions/workload-discovery-on-aws/issues/61)[510](https://github.com/aws-solutions/workload-discovery-on-aws/issues/510)
50
75
- Export of diagrams to myApplications
51
76
- Export of diagrams to SVG
@@ -71,13 +96,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed a bug causing Amazon Elasticsearch Service costs to be missed out when calculating estimated workload costs (https://github.com/awslabs/aws-perspective/issues/216).
399
+
- Fixed a bug causing Amazon Elasticsearch Service costs to be missed out when calculating estimated workload costs [216](https://github.com/awslabs/aws-perspective/issues/216).
368
400
- Fixed a bug causing cost query date not to update in the overview component.
369
401
370
402
## [1.1.1] - 2021-09-28
@@ -381,9 +413,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
381
413
382
414
### Fixed
383
415
384
-
- Fixed a bug causing a blank screen when expanding nodes whilst filters are enabled - https://github.com/awslabs/aws-perspective/issues/201
385
-
- Fixed a bug that meant the time period for cost report queries was not persisted - https://github.com/awslabs/aws-perspective/issues/200
386
-
- Fixed a bug that could result in python files being incorrectly excluded - https://github.com/awslabs/aws-perspective/issues/64
416
+
- Fixed a bug causing a blank screen when expanding nodes whilst filters are enabled [201](https://github.com/awslabs/aws-perspective/issues/201)
417
+
- Fixed a bug that meant the time period for cost report queries was not persisted [200](https://github.com/awslabs/aws-perspective/issues/200)
418
+
- Fixed a bug that could result in python files being incorrectly excluded [64](https://github.com/awslabs/aws-perspective/issues/64)
387
419
- A bug causing some resource types to throw an exception when clicking "Show more details"
388
420
389
421
## [1.1.0] - 2021-08-26
@@ -420,11 +452,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
420
452
421
453
## [1.0.1] - 2020-09-29
422
454
423
-
- Added 'Save Template' option when importing new accounts and Regions. This removes the need to enable public access
455
+
- Added 'Save Template' option when importing new accounts and Regions. This removes the need to enable public access
424
456
objects in the AmplifyStorageBucket
425
-
- Altered wording around visibility levels when saving architecture diagrams. 'You' and 'All users' is now used instead
457
+
- Altered wording around visibility levels when saving architecture diagrams. 'You' and 'All users' is now used instead
426
458
of 'public' and 'private'.
427
-
- Fixed bug that was causing import configurations to become corrupt when an account or Region was deleted by the
459
+
- Fixed bug that was causing import configurations to become corrupt when an account or Region was deleted by the
428
460
UI if a discovery was in progress.
429
461
- Fixed bug leading to invalid JSON being generated in CloudFormation templates for importing accounts and Regions.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -14,16 +14,16 @@ We welcome you to use the GitHub issue tracker to report bugs or suggest feature
14
14
When filing an issue, please check [existing open](https://github.com/aws-solutions/workload-discovery-on-aws/issues), or [recently closed](https://github.com/aws-solutions/workload-discovery-on-aws/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already
15
15
reported the issue. Please try to include as much information as you can. Details like these are incredibly useful:
16
16
17
-
* A reproducible test case or series of steps
18
-
* The version of our code being used
19
-
* Any modifications you've made relevant to the bug
20
-
* Anything unusual about your environment or deployment
17
+
- A reproducible test case or series of steps
18
+
- The version of our code being used
19
+
- Any modifications you've made relevant to the bug
20
+
- Anything unusual about your environment or deployment
21
21
22
22
23
23
## Contributing via Pull Requests
24
24
Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:
25
25
26
-
1. You are working against the latest source on the *master* branch.
26
+
1. You are working against the latest source on the *main* branch.
27
27
2. You check existing open, and recently merged, pull requests to make sure someone else hasn't addressed the problem already.
28
28
3. You open an issue to discuss any significant work - we would hate for your time to be wasted.
29
29
@@ -51,11 +51,11 @@ [email protected] with any additional questions or comments.
51
51
52
52
53
53
## Security issue notifications
54
-
If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/). Please do **not** create a public github issue.
54
+
If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security via our [vulnerability reporting page](https://aws.amazon.com/security/vulnerability-reporting/). Please do **not** create a public github issue.
55
55
56
56
57
57
## Licensing
58
58
59
-
See the [LICENSE](https://github.com/aws-solutions/workload-discovery-on-aws/blob/main/LICENSE.txt) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
59
+
See the [LICENSE](https://github.com/aws-solutions/workload-discovery-on-aws/blob/main/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
60
60
61
-
We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.
61
+
We may ask you to sign a [Contributor License Agreement (CLA)](https://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Workload Discovery on AWS (v2.2.2)
1
+
# Workload Discovery on AWS (v2.2.3)
2
2
3
3
Workload Discovery on AWS is a tool that quickly visualizes AWS Cloud workloads as architecture diagrams.
4
4
You can use the solution to build, customize, and share detailed workload visualizations based on live data from AWS.
@@ -171,7 +171,7 @@ diagnose and rectify common issues.
171
171
172
172
## License
173
173
174
-
See license [here](./LICENSE.txt).
174
+
See license [here](./LICENSE).
175
175
176
176
## Anonymized data collection
177
177
@@ -191,4 +191,4 @@ by the [Info Visualization Research Lab](https://www.cs.bilkent.edu.tr/~ivis/) a
191
191
192
192
Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
193
193
194
-
Licensed under the Apache License Version 2.0 (the "License"). You may not use this file except in compliance with the License. A copy of the License is located at https://www.apache.org/licenses/ or in the "[license](LICENSE.txt)" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions and limitations under the License.
194
+
Licensed under the Apache License Version 2.0 (the "License"). You may not use this file except in compliance with the License. A copy of the License is located at https://www.apache.org/licenses/ or in the "[license](LICENSE)" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions and limitations under the License.
We take all security reports seriously. When we receive such reports, we will investigate and
4
-
subsequently address any potential vulnerabilities as quickly as possible. If you discover a potential
5
-
security issue in this project, please notify AWS/Amazon Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/)
6
-
or directly via email to [AWS Security](mailto:[email protected]). Please do not create a public
7
-
GitHub issue in this project.
3
+
We take all security reports seriously. When we receive such reports,
4
+
we will investigate and subsequently address any potential vulnerabilities as
5
+
quickly as possible. If you discover a potential security issue in this project,
6
+
please notify AWS/Amazon Security via our [vulnerability reporting page]
7
+
(http://aws.amazon.com/security/vulnerability-reporting/) or directly via email
0 commit comments