-
Notifications
You must be signed in to change notification settings - Fork 3
Feature/schema registry in geronimo #2278
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Roman Sotnikov <[email protected]>
Signed-off-by: Roman Sotnikov <[email protected]>
Signed-off-by: Roman Sotnikov <[email protected]>
Signed-off-by: Roman Sotnikov <[email protected]>
Signed-off-by: Roman Sotnikov <[email protected]>
Signed-off-by: Roman Sotnikov <[email protected]>
Signed-off-by: Roman Sotnikov <[email protected]>
Signed-off-by: Roman Sotnikov <[email protected]>
Signed-off-by: Roman Sotnikov <[email protected]>
Signed-off-by: Roman Sotnikov <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see any code related problems here.
Other than that, I'd suggest to use timestamps in migration file names.
@@ -82,6 +82,7 @@ migrate: | |||
|
|||
reset: | |||
@make drop-db | |||
dropdb --if-exists $(DB_TEST) -U $(DB_USER) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given that we have drop-db
, shall we create drop-test-db
too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually no. We dropping test DB here because in other case we can not drop development DB cause it belongs to geronimo
DB user as well.
We creating test DB in reset-test
task.
geronimo/README.md
Outdated
|
||
**Request:** | ||
`POST /v1/admin/entities/` | ||
|
||
```json | ||
{ | ||
"content_type_id": 1, | ||
"storefront": "theperfectgourmet.com", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure that it's good idea to put a link to the customers website. We could use something more context neutral.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
makes sense.
Signed-off-by: Roman Sotnikov <[email protected]>
Signed-off-by: Roman Sotnikov <[email protected]>
Signed-off-by: Roman Sotnikov <[email protected]>
Signed-off-by: Roman Sotnikov <[email protected]>
Signed-off-by: Roman Sotnikov <[email protected]>
Uh oh!
There was an error while loading. Please reload this page.