This repository was archived by the owner on Dec 6, 2024. It is now read-only.
Commit b5e543e
merged changes for 1.1.3 from mainline-dev onto mainline (#672)
* Add accessibility label to checkboxes in Check Data (#648)
Added accessibility labels to the checkboxes so the text-to-speech screen reader will output the column header name
* Miguel.abreu/gtt 1583 y axis labels cut off (#646)
* Refactor bar char size logic
* Added RulerService to measure how many pixels a word takes in the screen
* Refactor yAxis formatter to trim the label at a size that fits in one line preventing the fault logic of label splitter provided by recharts
* RulerService unit tests
* Minor refactor for ruler div creation
* Encode ruler div content
Co-authored-by: Miguel Abreu <miabreu@amazon.com>
* Fix position of actions dropdown on mobile (#641)
* Store favicon image name (#649)
Co-authored-by: Miguel Pavon Diaz <71112226+miguelpdiaz8@users.noreply.github.com>
* Fix section highlight while scrolling up (#650)
* Add new alt text field (#656)
Co-authored-by: Miguel Abreu <miabreu@amazon.com>
* logo name (#655)
Co-authored-by: Miguel Pavon Diaz <71112226+miguelpdiaz8@users.noreply.github.com>
* Add reactive error handling and RadioButtonTile component on Choose data step (#657)
* Enforce test coverage thresholds (#659)
Backend: 70% coverage
Frontend: 45% coverage
Co-authored-by: Miguel Abreu <miabreu@amazon.com>
* Update README info (#660)
* Use container width for computation (#661)
Co-authored-by: Miguel Abreu <miabreu@amazon.com>
* Click scrolls when not visible (#662)
* Manipulating DOM to click scrolls when not visible
* Manipulating DOM to click scrolls when not visible
* Move logic to the Tabs container
* Move to react apis
* Remove unused import
* Remove custom logs
Co-authored-by: Miguel Abreu <miabreu@amazon.com>
* GTT-1590 - Removed 403 error handler. Added bucket policy to allow for CF to access bucket (#663)
* Remove 403 error handler. Add bucket policy to allow for CF to access bucket
* enabled prettier check
* Ran prettier on WAF template
* GTT 1602 : bump ansi-regex from 5.0.0 to 5.0.1 in backend (#667)
* bump ansi-regex from 5.0.0 to 5.0.1
* Trigger Build
* bump version of ansi-regex per dependabot finding
* bump ansi-regex
* Upgrade to 1.1.3 (#670)
* Update runbook (#668)
Co-authored-by: Triet <triet05@gmail.com>
* New translated labels (#671)
Co-authored-by: chasechow7 <92477064+chasechow7@users.noreply.github.com>
Co-authored-by: Miguel Alfonso Abreu Ortega <mabreuortega@gmail.com>
Co-authored-by: Miguel Abreu <miabreu@amazon.com>
Co-authored-by: Miguel Pavon Diaz <71112226+miguelpdiaz8@users.noreply.github.com>1 parent 2b3244c commit b5e543e
File tree
76 files changed
+1706
-789
lines changed- backend
- src/lib
- controllers
- factories
- __tests__
- models
- repositories/__tests__
- cdk
- lib
- constructs
- docs
- frontend
- src
- components
- __tests__
- __snapshots__
- containers
- __tests__
- __snapshots__
- hooks
- locales
- en
- es
- pt
- models
- services
- __tests__
- tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
76 files changed
+1706
-789
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
8 | 16 | | |
9 | 17 | | |
10 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
93 | 103 | | |
94 | 104 | | |
95 | 105 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| 66 | + | |
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
| |||
88 | 90 | | |
89 | 91 | | |
90 | 92 | | |
| 93 | + | |
91 | 94 | | |
92 | 95 | | |
93 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
44 | 48 | | |
45 | 49 | | |
46 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| 59 | + | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
0 commit comments