Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update deps and use multiple cores in cs fixer #26

Merged
merged 2 commits into from
Sep 4, 2024

Conversation

bencromwell
Copy link
Collaborator

@bencromwell bencromwell commented Sep 3, 2024

  • Leverage multiple CPU cores for the PHP CS Fixer, speeds things up quite considerably there (runs in around a third of the time on my Ryzen 5 5600X)
  • Update dependencies.

@bencromwell bencromwell changed the base branch from main to feat/kp-2.54.0 September 3, 2024 08:29
Copy link

github-actions bot commented Sep 3, 2024

Download Reports

Download the OpenAPI Changes Report

Core API Changes

├─┬Paths
│ ├──[➕] path (1220:5)
│ ├─┬/virtual_machine_packages
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬virtual_machine_packages
│ │             └─┬Schema
│ │               └──[🔀] $ref (15295:17)❌ 
│ └─┬/organizations/organization/virtual_machines/build
│   └─┬POST
│     ├─┬Responses
│     │ └─┬422
│     │   └─┬application/json
│     │     └─┬Schema
│     │       └──[🔀] $ref (16434:18)❌ 
│     └─┬Requestbody
│       └─┬application/json
│         └─┬Schema
│           └──[➕] properties (11108:19)
└─┬Components
  ├──[➖] responses (20905:48)❌ 
  ├──[➕] responses (21015:69)
  ├──[➖] schemas (16587:44)❌ 
  ├──[➖] schemas (16281:53)❌ 
  ├──[➖] schemas (16550:69)❌ 
  ├──[➕] schemas (16151:43)
  ├──[➕] schemas (16418:38)
  ├──[➕] schemas (16412:36)
  ├──[➕] schemas (15348:37)
  ├──[➕] schemas (16433:74)
  ├─┬GetDiskTemplate200ResponseDiskTemplate
  │ └──[➕] properties (14701:11)
  ├─┬VirtualMachinePackage
  │ └──[➕] properties (15336:11)
  ├─┬DiskTemplate
  │ └──[➕] properties (13156:11)
  └─┬GetOrganizationDiskTemplates200ResponseDiskTemplates
    └──[➕] properties (14592:11)

Document Element Total Changes Breaking Changes
paths 4 2
components 14 4

Date: 09/03/24 | Commit: New: katapult-core-openapi.json, Original: /tmp/katapult-core-openapi.json

  • BREAKING Changes: 6 out of 18
  • Modifications: 2
  • Removals: 4
  • Additions: 12
  • Breaking Removals: 4
  • Breaking Modifications: 2

ERROR: breaking changes discovered

Public API Changes

└─┬Components
  ├──[➕] schemas (742:37)
  └─┬VirtualMachinePackage
    └──[➕] properties (707:11)

Document Element Total Changes Breaking Changes
components 2 0

Date: 09/03/24 | Commit: New: katapult-public-openapi.json, Original: /tmp/katapult-public-openapi.json

  • Total Changes: 2
  • Additions: 2

@bencromwell bencromwell marked this pull request as ready for review September 4, 2024 12:14
@bencromwell bencromwell requested a review from a team as a code owner September 4, 2024 12:14
@bencromwell bencromwell merged commit b2fdd4a into feat/kp-2.54.0 Sep 4, 2024
@bencromwell bencromwell deleted the chore/update-and-multicore branch September 4, 2024 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant