Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
EricWittmann closed a pull request on Apicurio/apicurio-studio
Bump the ui-tests-dependencies group across 1 directory with 4 updates
Bumps the ui-tests-dependencies group with 4 updates in the /ui/tests directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@typescript-eslint/eslint-p...EricWittmann created a comment on an issue on Apicurio/apicurio-registry
Yeah that's not great. On startup registry tries to examine the database to see if the tables already exist. It does this by checking for the existence of the `apicurio` table. That table is the...
EricWittmann created a comment on an issue on Apicurio/apicurio-registry
Well damn - that's a big miss on our part. I've marked this as a blocker for 3.0.6.
EricWittmann created a comment on an issue on Apicurio/apicurio-registry
It's true that the upgrade path requires export/import, although notably it's just a one-time operation. It can also be automated via the REST API if that's helpful. It would certainly be more ...
EricWittmann created a comment on an issue on Apicurio/apicurio-registry
Thanks for the feedback! This is extremely helpful. :pray:
EricWittmann pushed 1 commit to main Apicurio/apicurio-unified-model-generator
- Stop writing empty maps 2559315
EricWittmann pushed 6 commits to main Apicurio/apicurio-data-models
EricWittmann pushed 1 commit to main Apicurio/apicurio-unified-model-generator
- Added "insert" methods to the data model for collections 313e4e1
EricWittmann opened a pull request on Apicurio/apicurio-editors
Upgraded to apicurio-data-models 2.2.1
EricWittmann created a branch on Apicurio/apicurio-editors
chore/upgrade-data-models-2.x - React based editors for OpenAPI and AsyncAPI.
EricWittmann pushed 1 commit to main Apicurio/apicurio-registry
- Remove guava from all pom.xml files where it is not needed (#5608) 93dc7e3
EricWittmann created a branch on Apicurio/apicurio-registry
chore/remove-guava-again - An API/Schema registry - stores APIs and Schemas.
EricWittmann pushed 2 commits to main Apicurio/apicurio-unified-model-generator
EricWittmann closed a pull request on Apicurio/apicurio-unified-model-generator
Bump version.com.fasterxml.jackson from 2.17.2 to 2.18.1
Bumps `version.com.fasterxml.jackson` from 2.17.2 to 2.18.1. Updates `com.fasterxml.jackson.core:jackson-core` from 2.17.2 to 2.18.1 <details> <summary>Commits</summary> <ul> <li><a href="https://g...EricWittmann pushed 2 commits to main Apicurio/apicurio-unified-model-generator
EricWittmann closed a pull request on Apicurio/apicurio-unified-model-generator
Bump commons-io:commons-io from 2.16.1 to 2.18.0
Bumps commons-io:commons-io from 2.16.1 to 2.18.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&pack...EricWittmann pushed 2 commits to main Apicurio/apicurio-unified-model-generator
EricWittmann closed a pull request on Apicurio/apicurio-unified-model-generator
Bump org.projectlombok:lombok from 1.18.34 to 1.18.36
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.34 to 1.18.36. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/projectlomb...EricWittmann closed a pull request on Apicurio/apicurio-registry
chore(deps): bump @microsoft/kiota-abstractions from 1.0.0-preview.75 to 1.0.0-preview.77 in /ui/ui-app
Bumps [@microsoft/kiota-abstractions](https://github.com/microsoft/kiota-typescript) from 1.0.0-preview.75 to 1.0.0-preview.77. <details> <summary>Release notes</summary> <p><em>Sourced from <a hre...EricWittmann pushed 1 commit to 1.x Apicurio/apicurio-data-models
- Feat asyncapi: add commands to manage schema inheritance (#842) * feat(asyncapi): add command to add child schema ... e4897b1
EricWittmann closed a pull request on Apicurio/apicurio-data-models
Feat asyncapi: add commands to manage schema inheritance
Currently using schema inheritance in apicurio with asyncapi is broken. This PR adds required commands to handle it: * AddChildSchemaCommand_Aai20 * ChangeSchemaTypeCommand_Aai20 * ChangeSchema...EricWittmann created a comment on a pull request on Apicurio/apicurio-data-models
LGTM thanks @ben-lc FYI I wanted to let you know that I'm in the process of slowly migrating the commands in 1.x over to 2.x. I may be trying to also simplify or at least collapse the number o...
EricWittmann pushed 1 commit to main Apicurio/apicurio-data-models
- upgraded the code generated and updated code to use new model features 091187a