- Notifications
You must be signed in to change notification settings - Fork926
Commit7868f17
authored
chore: bump github.com/open-policy-agent/opa from 1.0.0 to 1.1.0 (#16384)
Bumps[github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa)from 1.0.0 to 1.1.0.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/open-policy-agent/opa/releases">github.com/open-policy-agent/opa'sreleases</a>.</em></p><blockquote><h2>v1.1.0</h2><p>This release contains a mix of features, performance improvements,and bugfixes.</p><h3>Performance Improvements</h3><ul><li>ast: Remove jsonOptions from AST nodes and terms (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7281">#7281</a>)authored by <ahref="https://github.com/anderseknert"><code>@anderseknert</code></a></li><li>ast+plugins: Optimize activation of bundles with no inter-bundlepath overlap (<ahref="https://redirect.github.com/open-policy-agent/opa/issues/7144">#7144</a>)authored and reported by <ahref="https://github.com/sqyang94"><code>@sqyang94</code></a></li><li>bundle: Optimizing rego-version management in bundle activation (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7296">#7296</a>)authored by <ahref="https://github.com/johanfylling"><code>@johanfylling</code></a></li><li>cmd: Don't generate JSON from result in <code>opa bench</code> (<ahref="https://redirect.github.com/open-policy-agent/opa/issues/7291">#7291</a>)authored by <ahref="https://github.com/anderseknert"><code>@anderseknert</code></a></li><li>topdown: Adding configurable token cache to <code>io.jwt</code>token verification built-ins (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7274">#7274</a>)authored by <ahref="https://github.com/johanfylling"><code>@johanfylling</code></a></li><li>topdown: Reduce allocations in hot path (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7288">#7288</a>)authored by <ahref="https://github.com/anderseknert"><code>@anderseknert</code></a></li><li>perf: Improvements to terms and built-in functions (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7284">#7284</a>)authored by <ahref="https://github.com/anderseknert"><code>@anderseknert</code></a></li><li>perf: add Regorus ACI benchmark tests (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7298">#7298</a>)authored by <ahref="https://github.com/anderseknert"><code>@anderseknert</code></a></li><li>plugins: Don't use reflect.DeepEqual for errors (<ahref="https://redirect.github.com/open-policy-agent/opa/issues/7238">#7238</a>)authored by <ahref="https://github.com/anderseknert"><code>@anderseknert</code></a></li><li>testing: replace reflect.DeepEqual where possible (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7286">#7286</a>)authored by <ahref="https://github.com/anderseknert"><code>@anderseknert</code></a></li></ul><h3>Topdown and Rego</h3><ul><li>topdown: Fix out of range error in <code>numbers.range</code>built-in (<ahref="https://redirect.github.com/open-policy-agent/opa/issues/7269">#7269</a>)authored by <ahref="https://github.com/anderseknert"><code>@anderseknert</code></a></li><li>topdown+rego+server: Allow opt-in for evaluating non-det builtins inPE (<ahref="https://redirect.github.com/open-policy-agent/opa/issues/6496">#6496</a>)authored by <ahref="https://github.com/srenatus"><code>@srenatus</code></a></li></ul><h3>Runtime, Tooling, SDK</h3><ul><li>bundle: Add info about the correct rego version to parse modules onthe store (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7278">#7278</a>)co-authored by <ahref="https://github.com/ashutosh-narkar"><code>@ashutosh-narkar</code></a>and <ahref="https://github.com/johanfylling"><code>@johanfylling</code></a></li><li>bundle+plugins: Fixing issue where bundle plugin could panic onreconfiguration (SDK use) (<ahref="https://redirect.github.com/open-policy-agent/opa/issues/7297">#7297</a>)authored by <ahref="https://github.com/johanfylling"><code>@johanfylling</code></a>reported by <ahref="https://github.com/carabasdaniel"><code>@carabasdaniel</code></a></li><li>cmd: Fix printed representation of ref head rules in <code>oparepl</code> (<ahref="https://redirect.github.com/open-policy-agent/opa/issues/7301">#7301</a>)authored by <ahref="https://github.com/anderseknert"><code>@anderseknert</code></a>reported by <ahref="https://github.com/tsandall"><code>@tsandall</code></a></li><li>cmd: Respect <code>--v0-compatible</code> for <code>opa eval</code>partial eval support modules (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7251">#7251</a>)authored by <ahref="https://github.com/johanfylling"><code>@johanfylling</code></a></li><li>golangci: fix invalid <code>linter-settings</code> configurationname (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7244">#7244</a>)authored by <ahref="https://github.com/Juneezee"><code>@Juneezee</code></a></li><li>plugins/logs: Add support for masking with array keys (<ahref="https://redirect.github.com/open-policy-agent/opa/issues/6883">#6883</a>)authored by <ahref="https://github.com/charlieegan3"><code>@charlieegan3</code></a></li><li>tester: code nitpicks (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7252">#7252</a>)authored by <ahref="https://github.com/srenatus"><code>@srenatus</code></a></li><li>util: Add util.Keys and util.KeysSorted (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7285">#7285</a>)authored by <ahref="https://github.com/anderseknert"><code>@anderseknert</code></a></li></ul><h3>Docs, Website, Ecosystem</h3><ul><li>docs: Update docker compose file in HTTP API tutorial and use addrfor binding (<ahref="https://redirect.github.com/open-policy-agent/opa/issues/7264">#7264</a>)authored and reported by <ahref="https://github.com/zanliffick"><code>@zanliffick</code></a></li><li>docs: Make 'ancient' warnings closable (<ahref="https://redirect.github.com/open-policy-agent/opa/issues/7253">#7253</a>)authored by <ahref="https://github.com/srenatus"><code>@srenatus</code></a> reportedby <ahref="https://github.com/konradzagozda"><code>@konradzagozda</code></a></li><li>docs: Redirect opa-1 to v0-upgrade (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7259">#7259</a>)authored by <ahref="https://github.com/charlieegan3"><code>@charlieegan3</code></a></li><li>docs: Use preformatted strings in fmt help (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7263">#7263</a>)authored by <ahref="https://github.com/charlieegan3"><code>@charlieegan3</code></a></li><li>docs: Fix typo in k8s primer (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7242">#7242</a>)authored by <ahref="https://github.com/vicentinileonardo"><code>@vicentinileonardo</code></a></li><li>docs: Formatting and wording fixes (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7268">#7268</a>)authored by <ahref="https://github.com/kamilturek"><code>@kamilturek</code></a></li><li>docs: Update output document of Envoy plugin. (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7241">#7241</a>)authored by <ahref="https://github.com/regeda"><code>@regeda</code></a></li></ul><h3>Miscellaneous</h3><ul><li>ci(nightly): Remove vendor w/o modproxy check (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7292">#7292</a>)authored by <ahref="https://github.com/srenatus"><code>@srenatus</code></a></li><li>Dependency updates; notably:<ul><li>build(go): bump to 1.23.5 (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7279">7279</a>)authored by <ahref="https://github.com/srenatus"><code>@srenatus</code></a></li><li>build(deps): upgrade github.com/dgraph-io/badger to v4 (4.5.1) (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7239">#7239</a>)authored by <ahref="https://github.com/Juneezee"><code>@Juneezee</code></a></li><li>build(deps): bump github.com/containerd/containerd from 1.7.24 to1.7.25</li><li>build(deps): bump github.com/tchap/go-patricia/v2 from 2.3.1 to2.3.2</li></ul></li></ul><!-- raw HTML omitted --></blockquote><p>... (truncated)</p></details><details><summary>Changelog</summary><p><em>Sourced from <ahref="https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md">github.com/open-policy-agent/opa'schangelog</a>.</em></p><blockquote><h2>1.1.0</h2><p>This release contains a mix of features, performance improvements,and bugfixes.</p><h3>Performance Improvements</h3><ul><li>ast: Remove jsonOptions from AST nodes and terms (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7281">#7281</a>)authored by <ahref="https://github.com/anderseknert"><code>@anderseknert</code></a></li><li>ast+plugins: Optimize activation of bundles with no inter-bundlepath overlap (<ahref="https://redirect.github.com/open-policy-agent/opa/issues/7144">#7144</a>)authored and reported by <ahref="https://github.com/sqyang94"><code>@sqyang94</code></a></li><li>bundle: Optimizing rego-version management in bundle activation (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7296">#7296</a>)authored by <ahref="https://github.com/johanfylling"><code>@johanfylling</code></a></li><li>cmd: Don't generate JSON from result in <code>opa bench</code> (<ahref="https://redirect.github.com/open-policy-agent/opa/issues/7291">#7291</a>)authored by <ahref="https://github.com/anderseknert"><code>@anderseknert</code></a></li><li>topdown: Adding configurable token cache to <code>io.jwt</code>token verification built-ins (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7274">#7274</a>)authored by <ahref="https://github.com/johanfylling"><code>@johanfylling</code></a></li><li>topdown: Reduce allocations in hot path (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7288">#7288</a>)authored by <ahref="https://github.com/anderseknert"><code>@anderseknert</code></a></li><li>perf: Improvements to terms and built-in functions (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7284">#7284</a>)authored by <ahref="https://github.com/anderseknert"><code>@anderseknert</code></a></li><li>perf: add Regorus ACI benchmark tests (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7298">#7298</a>)authored by <ahref="https://github.com/anderseknert"><code>@anderseknert</code></a></li><li>plugins: Don't use reflect.DeepEqual for errors (<ahref="https://redirect.github.com/open-policy-agent/opa/issues/7238">#7238</a>)authored by <ahref="https://github.com/anderseknert"><code>@anderseknert</code></a></li><li>testing: replace reflect.DeepEqual where possible (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7286">#7286</a>)authored by <ahref="https://github.com/anderseknert"><code>@anderseknert</code></a></li></ul><h3>Topdown and Rego</h3><ul><li>topdown: Fix out of range error in <code>numbers.range</code>built-in (<ahref="https://redirect.github.com/open-policy-agent/opa/issues/7269">#7269</a>)authored by <ahref="https://github.com/anderseknert"><code>@anderseknert</code></a></li><li>topdown+rego+server: Allow opt-in for evaluating non-det builtins inPE (<ahref="https://redirect.github.com/open-policy-agent/opa/issues/6496">#6496</a>)authored by <ahref="https://github.com/srenatus"><code>@srenatus</code></a></li></ul><h3>Runtime, Tooling, SDK</h3><ul><li>bundle: Add info about the correct rego version to parse modules onthe store (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7278">#7278</a>)co-authored by <ahref="https://github.com/ashutosh-narkar"><code>@ashutosh-narkar</code></a>and <ahref="https://github.com/johanfylling"><code>@johanfylling</code></a></li><li>bundle+plugins: Fixing issue where bundle plugin could panic onreconfiguration (SDK use) (<ahref="https://redirect.github.com/open-policy-agent/opa/issues/7297">#7297</a>)authored by <ahref="https://github.com/johanfylling"><code>@johanfylling</code></a>reported by <ahref="https://github.com/carabasdaniel"><code>@carabasdaniel</code></a></li><li>cmd: Fix printed representation of ref head rules in <code>oparepl</code> (<ahref="https://redirect.github.com/open-policy-agent/opa/issues/7301">#7301</a>)authored by <ahref="https://github.com/anderseknert"><code>@anderseknert</code></a>reported by <ahref="https://github.com/tsandall"><code>@tsandall</code></a></li><li>cmd: Respect <code>--v0-compatible</code> for <code>opa eval</code>partial eval support modules (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7251">#7251</a>)authored by <ahref="https://github.com/johanfylling"><code>@johanfylling</code></a></li><li>golangci: fix invalid <code>linter-settings</code> configurationname (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7244">#7244</a>)authored by <ahref="https://github.com/Juneezee"><code>@Juneezee</code></a></li><li>plugins/logs: Add support for masking with array keys (<ahref="https://redirect.github.com/open-policy-agent/opa/issues/6883">#6883</a>)authored by <ahref="https://github.com/charlieegan3"><code>@charlieegan3</code></a></li><li>tester: code nitpicks (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7252">#7252</a>)authored by <ahref="https://github.com/srenatus"><code>@srenatus</code></a></li><li>util: Add util.Keys and util.KeysSorted (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7285">#7285</a>)authored by <ahref="https://github.com/anderseknert"><code>@anderseknert</code></a></li></ul><h3>Docs, Website, Ecosystem</h3><ul><li>docs: Update docker compose file in HTTP API tutorial and use addrfor binding (<ahref="https://redirect.github.com/open-policy-agent/opa/issues/7264">#7264</a>)authored and reported by <ahref="https://github.com/zanliffick"><code>@zanliffick</code></a></li><li>docs: Make 'ancient' warnings closable (<ahref="https://redirect.github.com/open-policy-agent/opa/issues/7253">#7253</a>)authored by <ahref="https://github.com/srenatus"><code>@srenatus</code></a> reportedby <ahref="https://github.com/konradzagozda"><code>@konradzagozda</code></a></li><li>docs: Redirect opa-1 to v0-upgrade (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7259">#7259</a>)authored by <ahref="https://github.com/charlieegan3"><code>@charlieegan3</code></a></li><li>docs: Use preformatted strings in fmt help (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7263">#7263</a>)authored by <ahref="https://github.com/charlieegan3"><code>@charlieegan3</code></a></li><li>docs: Fix typo in k8s primer (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7242">#7242</a>)authored by <ahref="https://github.com/vicentinileonardo"><code>@vicentinileonardo</code></a></li><li>docs: Formatting and wording fixes (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7268">#7268</a>)authored by <ahref="https://github.com/kamilturek"><code>@kamilturek</code></a></li><li>docs: Update output document of Envoy plugin. (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7241">#7241</a>)authored by <ahref="https://github.com/regeda"><code>@regeda</code></a></li></ul><h3>Miscellaneous</h3><ul><li>ci(nightly): Remove vendor w/o modproxy check (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7292">#7292</a>)authored by <ahref="https://github.com/srenatus"><code>@srenatus</code></a></li><li>Dependency updates; notably:<ul><li>build(go): bump to 1.23.5 (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7279">7279</a>)authored by <ahref="https://github.com/srenatus"><code>@srenatus</code></a></li><li>build(deps): upgrade github.com/dgraph-io/badger to v4 (4.5.1) (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7239">#7239</a>)authored by <ahref="https://github.com/Juneezee"><code>@Juneezee</code></a></li><li>build(deps): bump github.com/containerd/containerd from 1.7.24 to1.7.25</li></ul></li></ul><!-- raw HTML omitted --></blockquote><p>... (truncated)</p></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/open-policy-agent/opa/commit/de28510b979a0fc4a40fd8d1170671511f53e21b"><code>de28510</code></a>Prepare v1.1.0 release</li><li><ahref="https://github.com/open-policy-agent/opa/commit/2d47dd885a54e029d2d4e322c752f8e59dbb370d"><code>2d47dd8</code></a>docs: Update generated CLI docs</li><li><ahref="https://github.com/open-policy-agent/opa/commit/4b8a1382d0b3811e8c0449906c1cc782f9e8102c"><code>4b8a138</code></a>topdown+rego+server: allow opt-in for evaluating non-det builtins in PE(<ahref="https://redirect.github.com/open-policy-agent/opa/issues/7313">#7313</a>)</li><li><ahref="https://github.com/open-policy-agent/opa/commit/50a8c96c746158d9ac7b71fbbd3f661f68a6103a"><code>50a8c96</code></a>rego: Fixing broken <code>BenchmarkCustomFunctionInHotPath</code> (<ahref="https://redirect.github.com/open-policy-agent/opa/issues/7312">#7312</a>)</li><li><ahref="https://github.com/open-policy-agent/opa/commit/6e83f2ac535b501d8d26859f71d32e31ec931ca6"><code>6e83f2a</code></a>topdown: jwt cache (<ahref="https://redirect.github.com/open-policy-agent/opa/issues/7274">#7274</a>)</li><li><ahref="https://github.com/open-policy-agent/opa/commit/211e95da7e04035f6cf27d6c221659d6fa0d0b86"><code>211e95d</code></a>build(deps): bump github/codeql-action from 3.28.3 to 3.28.4</li><li><ahref="https://github.com/open-policy-agent/opa/commit/e682a677922b23306501f53d2f418753968f2263"><code>e682a67</code></a>Don't use reflect.DeepEqual for errors (<ahref="https://redirect.github.com/open-policy-agent/opa/issues/7311">#7311</a>)</li><li><ahref="https://github.com/open-policy-agent/opa/commit/d20dd18f71df02874c82f6bd1c4557be17e1590e"><code>d20dd18</code></a>build(deps): bump google.golang.org/grpc from 1.69.4 to 1.70.0 (<ahref="https://redirect.github.com/open-policy-agent/opa/issues/7309">#7309</a>)</li><li><ahref="https://github.com/open-policy-agent/opa/commit/b032e3bfc00044691bd1c749596d2429e06e2324"><code>b032e3b</code></a>Fixing issue where bundle plugin could panic on reconfiguration (SDKuse) (#...</li><li><ahref="https://github.com/open-policy-agent/opa/commit/e47bd4f9a8a6e738c2a5592c3272a75da6f796ce"><code>e47bd4f</code></a>bundle: Optimizing rego-version management in bundle activation (<ahref="https://redirect.github.com/open-policy-agent/opa/issues/7296">#7296</a>)</li><li>Additional commits viewable in <ahref="https://github.com/open-policy-agent/opa/compare/v1.0.0...v1.1.0">compareview</a></li></ul></details><br />[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)Dependabot will resolve any conflicts with this PR as long as you don'talter it yourself. You can also trigger a rebase manually by commenting`@dependabot rebase`.[//]: # (dependabot-automerge-start)[//]: # (dependabot-automerge-end)---<details><summary>Dependabot commands and options</summary><br />You can trigger Dependabot actions by commenting on this PR:- `@dependabot rebase` will rebase this PR- `@dependabot recreate` will recreate this PR, overwriting any editsthat have been made to it- `@dependabot merge` will merge this PR after your CI passes on it- `@dependabot squash and merge` will squash and merge this PR afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR or upgrade to it yourself)</details>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent3a884df commit7868f17
2 files changed
+45
-52
lines changedLines changed: 13 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
150 | 150 |
| |
151 | 151 |
| |
152 | 152 |
| |
153 |
| - | |
| 153 | + | |
154 | 154 |
| |
155 | 155 |
| |
156 | 156 |
| |
| |||
176 | 176 |
| |
177 | 177 |
| |
178 | 178 |
| |
179 |
| - | |
180 |
| - | |
181 |
| - | |
182 |
| - | |
183 |
| - | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
184 | 184 |
| |
185 | 185 |
| |
186 | 186 |
| |
| |||
262 | 262 |
| |
263 | 263 |
| |
264 | 264 |
| |
265 |
| - | |
| 265 | + | |
266 | 266 |
| |
267 | 267 |
| |
268 | 268 |
| |
| |||
301 | 301 |
| |
302 | 302 |
| |
303 | 303 |
| |
304 |
| - | |
305 | 304 |
| |
306 | 305 |
| |
307 | 306 |
| |
| |||
311 | 310 |
| |
312 | 311 |
| |
313 | 312 |
| |
314 |
| - | |
| 313 | + | |
315 | 314 |
| |
316 | 315 |
| |
317 | 316 |
| |
| |||
393 | 392 |
| |
394 | 393 |
| |
395 | 394 |
| |
396 |
| - | |
| 395 | + | |
397 | 396 |
| |
398 | 397 |
| |
399 | 398 |
| |
| |||
418 | 417 |
| |
419 | 418 |
| |
420 | 419 |
| |
421 |
| - | |
422 |
| - | |
423 |
| - | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
424 | 423 |
| |
425 | 424 |
| |
426 | 425 |
| |
427 | 426 |
| |
428 | 427 |
| |
429 | 428 |
| |
430 | 429 |
| |
431 |
| - | |
| 430 | + | |
432 | 431 |
| |
433 | 432 |
| |
434 | 433 |
| |
|
Lines changed: 32 additions & 38 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
183 | 183 |
| |
184 | 184 |
| |
185 | 185 |
| |
186 |
| - | |
187 |
| - | |
188 | 186 |
| |
189 | 187 |
| |
190 | 188 |
| |
| |||
220 | 218 |
| |
221 | 219 |
| |
222 | 220 |
| |
223 |
| - | |
224 |
| - | |
225 | 221 |
| |
226 | 222 |
| |
227 | 223 |
| |
| |||
252 | 248 |
| |
253 | 249 |
| |
254 | 250 |
| |
255 |
| - | |
256 |
| - | |
| 251 | + | |
| 252 | + | |
257 | 253 |
| |
258 | 254 |
| |
259 | 255 |
| |
| |||
271 | 267 |
| |
272 | 268 |
| |
273 | 269 |
| |
274 |
| - | |
275 |
| - | |
276 |
| - | |
277 |
| - | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
278 | 274 |
| |
279 | 275 |
| |
280 | 276 |
| |
| |||
456 | 452 |
| |
457 | 453 |
| |
458 | 454 |
| |
459 |
| - | |
460 |
| - | |
461 | 455 |
| |
462 | 456 |
| |
463 | 457 |
| |
464 | 458 |
| |
465 |
| - | |
466 |
| - | |
| 459 | + | |
| 460 | + | |
467 | 461 |
| |
468 | 462 |
| |
469 | 463 |
| |
| |||
499 | 493 |
| |
500 | 494 |
| |
501 | 495 |
| |
502 |
| - | |
503 |
| - | |
| 496 | + | |
| 497 | + | |
504 | 498 |
| |
505 | 499 |
| |
506 | 500 |
| |
| |||
737 | 731 |
| |
738 | 732 |
| |
739 | 733 |
| |
740 |
| - | |
741 |
| - | |
| 734 | + | |
| 735 | + | |
742 | 736 |
| |
743 | 737 |
| |
744 | 738 |
| |
| |||
884 | 878 |
| |
885 | 879 |
| |
886 | 880 |
| |
887 |
| - | |
888 |
| - | |
| 881 | + | |
| 882 | + | |
889 | 883 |
| |
890 | 884 |
| |
891 | 885 |
| |
| |||
1000 | 994 |
| |
1001 | 995 |
| |
1002 | 996 |
| |
1003 |
| - | |
1004 |
| - | |
| 997 | + | |
| 998 | + | |
1005 | 999 |
| |
1006 |
| - | |
1007 |
| - | |
1008 |
| - | |
1009 |
| - | |
1010 |
| - | |
1011 |
| - | |
| 1000 | + | |
| 1001 | + | |
| 1002 | + | |
| 1003 | + | |
| 1004 | + | |
| 1005 | + | |
1012 | 1006 |
| |
1013 | 1007 |
| |
1014 | 1008 |
| |
1015 | 1009 |
| |
1016 | 1010 |
| |
1017 | 1011 |
| |
1018 |
| - | |
1019 |
| - | |
| 1012 | + | |
| 1013 | + | |
1020 | 1014 |
| |
1021 |
| - | |
1022 |
| - | |
| 1015 | + | |
| 1016 | + | |
1023 | 1017 |
| |
1024 | 1018 |
| |
1025 | 1019 |
| |
1026 |
| - | |
1027 |
| - | |
1028 |
| - | |
1029 |
| - | |
| 1020 | + | |
| 1021 | + | |
| 1022 | + | |
| 1023 | + | |
1030 | 1024 |
| |
1031 | 1025 |
| |
1032 | 1026 |
| |
| |||
1179 | 1173 |
| |
1180 | 1174 |
| |
1181 | 1175 |
| |
1182 |
| - | |
1183 |
| - | |
| 1176 | + | |
| 1177 | + | |
1184 | 1178 |
| |
1185 | 1179 |
| |
1186 | 1180 |
| |
|
0 commit comments
Comments
(0)