Commit 9b52991
ci: remove change type from uploaded payload size data (angular#33987)
The change type was only recorded for `aio/` and was not correct anyway.
For example:
- It considered `package.json` changes as `application` (even if only
`package.json` and `yarn.lock` had changed).
- It failed to account for changes in `@angular/*` dependencies, when
using the locally built Angular packages (instead reporting them as
`other`).
- It only looked at the last commit, so it failed to provide accurate
information for multi-commit builds (which are rare, but possible).
For the above reasons (and because there is no straight-forward way of
fixing it), this commit removes the change type from the uploaded data.
If necessary, it is still possible to find the type of changes from the
uploaded info (e.g. extract the associated commits and look at their
changes using git).
PR Close angular#339871 parent 9bc8864 commit 9b52991
3 files changed
Lines changed: 12 additions & 40 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | 83 | | |
114 | 84 | | |
115 | 85 | | |
| |||
134 | 104 | | |
135 | 105 | | |
136 | 106 | | |
137 | | - | |
138 | | - | |
| 107 | + | |
139 | 108 | | |
140 | 109 | | |
141 | 110 | | |
142 | 111 | | |
143 | | - | |
144 | | - | |
| 112 | + | |
145 | 113 | | |
146 | 114 | | |
147 | 115 | | |
148 | 116 | | |
| 117 | + | |
149 | 118 | | |
150 | 119 | | |
151 | 120 | | |
| |||
155 | 124 | | |
156 | 125 | | |
157 | 126 | | |
158 | | - | |
159 | | - | |
160 | | - | |
| 127 | + | |
161 | 128 | | |
162 | 129 | | |
163 | 130 | | |
164 | 131 | | |
| 132 | + | |
| 133 | + | |
165 | 134 | | |
166 | 135 | | |
167 | 136 | | |
168 | 137 | | |
| 138 | + | |
169 | 139 | | |
| 140 | + | |
| 141 | + | |
170 | 142 | | |
171 | 143 | | |
0 commit comments