File tree
16 files changed
+1456
-102
lines changedFilter options
- .github/workflows
- android
- app
- gradle/wrapper
- lib
- data/response_objects
- domain/common/response_error
- nstack
- presentation
- playbooks/organization
16 files changed
+1456
-102
lines changed.github/workflows/pull_request_validation.yml
Copy file name to clipboardExpand all lines: .github/workflows/pull_request_validation.yml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
22 |
| - |
| 22 | + |
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
|
+5-2Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
50 |
| - |
51 | 50 |
|
52 | 51 |
|
53 | 52 |
|
54 | 53 |
|
55 | 54 |
|
56 |
| - |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 |
| - |
48 | 47 |
|
-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 |
| - |
26 |
| - |
27 | 25 |
|
28 | 26 |
|
+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
| 12 | + |
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
| 21 | + |
22 | 22 |
|
23 |
| - |
| 23 | + |
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 |
| - |
| 35 | + |
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
|
android/app/proguard-rules.pro
Copy file name to clipboard+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
-24Lines changed: 0 additions & 24 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 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 | 9 |
|
34 | 10 |
|
35 | 11 |
|
|
android/gradle/wrapper/gradle-wrapper.properties
Copy file name to clipboardExpand all lines: android/gradle/wrapper/gradle-wrapper.properties+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
5 |
| - |
| 5 | + |
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
22 |
| - |
| 21 | + |
| 22 | + |
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
lib/data/response_objects/error_response.dart
Copy file name to clipboardExpand all lines: lib/data/response_objects/error_response.dart+11-12Lines changed: 11 additions & 12 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
3 | 2 |
|
4 | 3 |
|
5 | 4 |
|
6 | 5 |
|
7 | 6 |
|
8 |
| - |
9 |
| - |
10 |
| - |
| 7 | + |
| 8 | + |
| 9 | + |
11 | 10 |
|
12 | 11 |
|
13 | 12 |
|
| ||
27 | 26 |
|
28 | 27 |
|
29 | 28 |
|
30 |
| - |
31 |
| - |
32 |
| - |
| 29 | + |
| 30 | + |
| 31 | + |
33 | 32 |
|
34 | 33 |
|
35 | 34 |
|
| ||
38 | 37 |
|
39 | 38 |
|
40 | 39 |
|
41 |
| - |
| 40 | + |
42 | 41 |
|
43 | 42 |
|
44 | 43 |
|
| ||
53 | 52 |
|
54 | 53 |
|
55 | 54 |
|
56 |
| - |
| 55 | + |
57 | 56 |
|
58 |
| - |
| 57 | + |
59 | 58 |
|
60 |
| - |
| 59 | + |
61 | 60 |
|
62 |
| - |
| 61 | + |
63 | 62 |
|
64 | 63 |
|
65 | 64 |
|
lib/domain/common/response_error/response_error.dart
Copy file name to clipboardExpand all lines: lib/domain/common/response_error/response_error.dart+20-22Lines changed: 20 additions & 22 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
7 | 6 |
|
8 | 7 |
|
9 | 8 |
|
| ||
91 | 90 |
|
92 | 91 |
|
93 | 92 |
|
94 |
| - |
95 |
| - |
| 93 | + |
96 | 94 |
|
97 |
| - |
98 |
| - |
99 |
| - |
100 |
| - |
101 |
| - |
102 |
| - |
103 |
| - |
104 |
| - |
105 |
| - |
106 |
| - |
107 |
| - |
108 |
| - |
109 |
| - |
110 |
| - |
111 |
| - |
112 |
| - |
113 |
| - |
114 |
| - |
115 |
| - |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
116 | 114 |
|
117 | 115 |
|
118 | 116 |
|
-5Lines changed: 0 additions & 5 deletions
This file was deleted.
-10Lines changed: 0 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
4 |
| - |
5 | 4 |
|
6 | 5 |
|
7 | 6 |
|
| ||
20 | 19 |
|
21 | 20 |
|
22 | 21 |
|
23 |
| - |
24 |
| - |
25 |
| - |
26 |
| - |
27 |
| - |
28 |
| - |
29 |
| - |
30 |
| - |
31 |
| - |
32 | 22 |
|
33 | 23 |
|
34 | 24 |
|
|
0 commit comments