Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

EricWittmann

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...

View on GitHub

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.

View on GitHub

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 ...

View on GitHub

EricWittmann created a comment on an issue on Apicurio/apicurio-registry
Thanks for the feedback! This is extremely helpful. :pray:

View on GitHub

EricWittmann pushed 1 commit to main Apicurio/apicurio-unified-model-generator

View on GitHub

EricWittmann pushed 6 commits to main Apicurio/apicurio-data-models
  • Add the change license command 720df4b
  • Created the aggregate and delete-license commands f0de8bb
  • created the delete contact command bc5c38d
  • Added the delete extension command d147c08
  • Added Delete Media Type command 4078091
  • Removed a test class e8a7016

View on GitHub

EricWittmann pushed 1 commit to main Apicurio/apicurio-unified-model-generator
  • Added "insert" methods to the data model for collections 313e4e1

View on GitHub

EricWittmann created a review on a pull request on Apicurio/apicurio-registry

View on GitHub

EricWittmann created a review on a pull request on Apicurio/apicurio-registry

View on GitHub

EricWittmann closed a pull request on Apicurio/apicurio-registry
minimal doc changes for v3
EricWittmann created a branch on Apicurio/apicurio-editors

chore/upgrade-data-models-2.x - React based editors for OpenAPI and AsyncAPI.

EricWittmann deleted a branch Apicurio/apicurio-registry

chore/remove-guava-again

EricWittmann pushed 1 commit to main Apicurio/apicurio-registry
  • Remove guava from all pom.xml files where it is not needed (#5608) 93dc7e3

View on GitHub

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
  • 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... e8dff88
  • Merge pull request #136 from Apicurio/dependabot/maven/version.com.fasterxml.jackson-2.18.1 Bump version.com.fasterx... 997b374

View on GitHub

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
  • 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. --- updated-dep... ea6513b
  • Merge pull request #137 from Apicurio/dependabot/maven/commons-io-commons-io-2.18.0 Bump commons-io:commons-io from ... eeb3f5b

View on GitHub

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
  • Bump org.projectlombok:lombok from 1.18.34 to 1.18.36 Bumps [org.projectlombok:lombok](https://github.com/projectlom... f9921ee
  • Merge pull request #138 from Apicurio/dependabot/maven/org.projectlombok-lombok-1.18.36 Bump org.projectlombok:lombo... 6512436

View on GitHub

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

View on GitHub

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...

View on GitHub

EricWittmann created a review on a pull request on Apicurio/apicurio-data-models

View on GitHub

EricWittmann pushed 1 commit to main Apicurio/apicurio-data-models
  • upgraded the code generated and updated code to use new model features 091187a

View on GitHub

Load more