-
Notifications
You must be signed in to change notification settings - Fork 230
Release #463
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
Merged
Merged
Release #463
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
update filter with last master changes
Settings UI
create station unify the components
…into schema-managment
Js api fix response slice overrun
add endpoint useSchema + update others endpoints
…into schema-managment
code snippet typescript
switcher border remove
getStarted user next disable fix
* hide internal headers + logs download indentifier * removed comments * bugfixes * ui license update Co-authored-by: idanasulinStrech <idan@memphis.dev>
idanasulin2706
added a commit
that referenced
this pull request
Nov 8, 2022
* fix jenkinsfile * Release (#447) * connect socket * Update go.mod * Update go.sum * Update memphis_handlers_schemas.go * Add delete modal * add log on update disconnection function * add endpoint useSchema + update others endpoints * fix conflict with tags * update names * Add mutex to jsApi requests and copy byte-slice in message handler * Copy byte slice from message handler into handling goroutine * create station unify the components * push after merging from merge-branch * setting ui minor fixes * change lorem ipsum * css changes * . * review fix * review fix * station list enhencments * . * fix minor issues * update ui static files * adding field types * update getUsingStationsByName func * remove getExtedndedSchemas func * minor fix * fix RemoveSchema * front progress + back tag list bug fix * draw filter components * Lorem ipsuem changes * typo * Logs stream: change from time-based order to sequence number based * add RemoveSchemaFromStation + GetUpdatesForSchema * update StationOverviewData in socketio * update getExtendedSchemaDetailsUpdateAvailable * Change the delete endpoints to send array * fix issues * updated tags * fix RemoveSchemaFromStation * reducer check * validateSchema endpoint + add messageStruct field * update getStationOverviewData and fix minor issues * Fix memory overrun when spawning handler goroutines * Add some changes * Run build * filter v0 * show json * finished tags front * added GetActiveTags endpoint * Validate message * update endpoints, removed unneccessary code - back * Update Dockerfile * json view * Remove old avatar * typo * fixed front + back bugs * Headers support for messages (#410) * update the header of msg with prefix $memphis * headers support for messages * update & fix headers support for messages * fix issues * fix ResendPoisonMessage * fix ResendPoisonMessage * remove spaces * change error to warn Co-authored-by: idanasulinStrech <idan@memphis.dev> * validate whther schema content is empty * filter for review * filter for review * lic change * back unneccessary code + err handling * deleted spaces back * add schema to create station * add schema to create station * review fix * tags popover test * review fix * Staion details enhancement * Handle use ref * Update README.md * front finish * back finish * Protobuf parsing * update the structure of headers in db & response (#419) * update the structure of headers in db & response * remove unnecessary bson * CSS changes * front + back fixes * tagList reorder + max length of new tag * small back fix * Final changes * add on enter to input * Fix some issues * front style fixes * minus style fix * conflict fixes * . * . * . * css changes * final changes * Build * commit * typo + capital letters fixes * added analytics for sdk connect and open ui (#421) * added analytics for sdk connect and open ui * fixed comments Co-authored-by: shay23b <shay.b@strech.io> * fiter + json view + headers * bugfix remove consumer * remove schema from station in case of schema removal * A lot of changes && Use schema * . * . * Build * . * . * front enhancements * filter divider * flag for new entity- need css + update form fields * Fix some bugs * add tags when creating entity back * filter enhanecemnts * fixed tags * . * Add tags integration * . * . * few changes * dont clear when cancel * . * . * use schema returns always true in updates availaable field - bugfix * updated responses of tags (#425) Co-authored-by: shay23b <shay.b@strech.io> * general fixes - schema flow * Add some changes * Final changes * Add descriptor to schema-version, save in db on vers/schema creation (#418) * Add descriptor to schema-version, save in db on vers/schema creation * Allow to send resps to sdk reqs, create producer req now responds with schema versions * schema mgmt: fix getSchemaByStationName * schema mgmt: update producers in of schema changes via per-station subject * schema mgmt: fix StationName usage, refactor naming * Unify producer schema update type * Add schema name and version to temp descriptor files * change warn to error * Return after error when updating producers of schema change * Rename temporary pb descriptor files for internal encoding standard Co-authored-by: idanasulinStrech <idan@memphis.dev> * descriptor not saved for new schema versions * add schema to new station * getstarted * getstarted * next disable * Remove the logic to global state * fix undefined issue * Schema mgmt producer update single version (#429) * Change producer schema update to single version, and include schema content * Handle old createProducer requests with proper response * Remove schema from station * pr fixes * pr review fix * Schema mgmt producer update single version (#431) * Change producer schema update to single version, and include schema content * Handle old createProducer requests with proper response * Fix not handling create producer errors * fixes (#432) * fixes * radio btn in settings page * Update style.scss setting page responsiveness * filter click outside * build * fix some bugs * add traaces to sschema * draw filter and crush fix * remove checkbox padding * handle some issues * change the server error message on the frontend * More issues * backward comp for old SDKs bugfix * Yaniv enhencment * typos * build * Schema mgmt producer update single version (#438) * Change producer schema update to single version, and include schema content * Handle old createProducer requests with proper response * Fix not handling create producer errors * Fix descriptor file naming mixed string/int * text updates * finish doc updates * finish doc updates * Fix bug * Build * get started view * Build * headers bugfixes * update code examples in the UI * update ui static files * fix next-back in getstarted * fix next-back in getstarted * fix msg headers in poison msg * internal station name was not lower cased - bugfix * Fix some issues * code snippet fix * code snippet typescript * Final enhancement * Build * clients connection bugfix * switcher border remove * fix * Last commit 0.4.0 * Update Jenkinsfile (#445) Co-authored-by: shay23b <shay.b@strech.io> Co-authored-by: avrham <aneeman2010@gmail.com> Co-authored-by: shohamroditimemphis <shoham@memphis.dev> Co-authored-by: Or Grinberg <or@memphis.dev> Co-authored-by: svetaStrech <sveta@strech.io> Co-authored-by: Sveta Gimpelson <74717402+SvetaMemphis@users.noreply.github.com> Co-authored-by: avrhamNeeman <74565114+avrhamNeeman@users.noreply.github.com> Co-authored-by: Valera Bronshtein <105710429+valeraBr@users.noreply.github.com> Co-authored-by: shohamroditimemphis <108217318+shohamroditimemphis@users.noreply.github.com> Co-authored-by: Yaniv Ben Hemo <Yaniv@memphis.dev> Co-authored-by: Yaniv Ben Hemo <70286779+yanivbh1@users.noreply.github.com> Co-authored-by: Shay Bratslavsky <shay@memphis.dev> Co-authored-by: OrMemphis <107794276+OrMemphis@users.noreply.github.com> * Release (#451) * add log on update disconnection function * add endpoint useSchema + update others endpoints * fix conflict with tags * update names * Add mutex to jsApi requests and copy byte-slice in message handler * Copy byte slice from message handler into handling goroutine * create station unify the components * push after merging from merge-branch * setting ui minor fixes * change lorem ipsum * css changes * . * review fix * review fix * station list enhencments * . * fix minor issues * update ui static files * adding field types * update getUsingStationsByName func * remove getExtedndedSchemas func * minor fix * fix RemoveSchema * front progress + back tag list bug fix * draw filter components * Lorem ipsuem changes * typo * Logs stream: change from time-based order to sequence number based * add RemoveSchemaFromStation + GetUpdatesForSchema * update StationOverviewData in socketio * update getExtendedSchemaDetailsUpdateAvailable * Change the delete endpoints to send array * fix issues * updated tags * fix RemoveSchemaFromStation * reducer check * validateSchema endpoint + add messageStruct field * update getStationOverviewData and fix minor issues * Fix memory overrun when spawning handler goroutines * Add some changes * Run build * filter v0 * show json * finished tags front * added GetActiveTags endpoint * Validate message * update endpoints, removed unneccessary code - back * Update Dockerfile * json view * Remove old avatar * typo * fixed front + back bugs * Headers support for messages (#410) * update the header of msg with prefix $memphis * headers support for messages * update & fix headers support for messages * fix issues * fix ResendPoisonMessage * fix ResendPoisonMessage * remove spaces * change error to warn Co-authored-by: idanasulinStrech <idan@memphis.dev> * validate whther schema content is empty * filter for review * filter for review * lic change * back unneccessary code + err handling * deleted spaces back * add schema to create station * add schema to create station * review fix * tags popover test * review fix * Staion details enhancement * Handle use ref * Update README.md * front finish * back finish * Protobuf parsing * update the structure of headers in db & response (#419) * update the structure of headers in db & response * remove unnecessary bson * CSS changes * front + back fixes * tagList reorder + max length of new tag * small back fix * Final changes * add on enter to input * Fix some issues * front style fixes * minus style fix * conflict fixes * . * . * . * css changes * final changes * Build * commit * typo + capital letters fixes * added analytics for sdk connect and open ui (#421) * added analytics for sdk connect and open ui * fixed comments Co-authored-by: shay23b <shay.b@strech.io> * fiter + json view + headers * bugfix remove consumer * remove schema from station in case of schema removal * A lot of changes && Use schema * . * . * Build * . * . * front enhancements * filter divider * flag for new entity- need css + update form fields * Fix some bugs * add tags when creating entity back * filter enhanecemnts * fixed tags * . * Add tags integration * . * . * few changes * dont clear when cancel * . * . * use schema returns always true in updates availaable field - bugfix * updated responses of tags (#425) Co-authored-by: shay23b <shay.b@strech.io> * general fixes - schema flow * Add some changes * Final changes * Add descriptor to schema-version, save in db on vers/schema creation (#418) * Add descriptor to schema-version, save in db on vers/schema creation * Allow to send resps to sdk reqs, create producer req now responds with schema versions * schema mgmt: fix getSchemaByStationName * schema mgmt: update producers in of schema changes via per-station subject * schema mgmt: fix StationName usage, refactor naming * Unify producer schema update type * Add schema name and version to temp descriptor files * change warn to error * Return after error when updating producers of schema change * Rename temporary pb descriptor files for internal encoding standard Co-authored-by: idanasulinStrech <idan@memphis.dev> * descriptor not saved for new schema versions * add schema to new station * getstarted * getstarted * next disable * Remove the logic to global state * fix undefined issue * Schema mgmt producer update single version (#429) * Change producer schema update to single version, and include schema content * Handle old createProducer requests with proper response * Remove schema from station * pr fixes * pr review fix * Schema mgmt producer update single version (#431) * Change producer schema update to single version, and include schema content * Handle old createProducer requests with proper response * Fix not handling create producer errors * fixes (#432) * fixes * radio btn in settings page * Update style.scss setting page responsiveness * filter click outside * build * fix some bugs * add traaces to sschema * draw filter and crush fix * remove checkbox padding * handle some issues * change the server error message on the frontend * More issues * backward comp for old SDKs bugfix * Yaniv enhencment * typos * build * Schema mgmt producer update single version (#438) * Change producer schema update to single version, and include schema content * Handle old createProducer requests with proper response * Fix not handling create producer errors * Fix descriptor file naming mixed string/int * text updates * finish doc updates * finish doc updates * Fix bug * Build * get started view * Build * headers bugfixes * update code examples in the UI * update ui static files * fix next-back in getstarted * fix next-back in getstarted * fix msg headers in poison msg * internal station name was not lower cased - bugfix * Fix some issues * code snippet fix * code snippet typescript * Final enhancement * Build * clients connection bugfix * switcher border remove * fix * Last commit 0.4.0 * Update Jenkinsfile (#445) * remove sandbox code accidentally pushed to master * deny schema ops for sandbox * getStarted user next disable fix * Fix bugs * zombie connection logic bugfix Co-authored-by: shohamroditimemphis <shoham@memphis.dev> Co-authored-by: Or Grinberg <or@memphis.dev> Co-authored-by: shay23b <shay.b@strech.io> Co-authored-by: svetaStrech <sveta@strech.io> Co-authored-by: Sveta Gimpelson <74717402+SvetaMemphis@users.noreply.github.com> Co-authored-by: avrhamNeeman <74565114+avrhamNeeman@users.noreply.github.com> Co-authored-by: avrham <aneeman2010@gmail.com> Co-authored-by: Valera Bronshtein <105710429+valeraBr@users.noreply.github.com> Co-authored-by: shohamroditimemphis <108217318+shohamroditimemphis@users.noreply.github.com> Co-authored-by: Yaniv Ben Hemo <Yaniv@memphis.dev> Co-authored-by: Yaniv Ben Hemo <70286779+yanivbh1@users.noreply.github.com> Co-authored-by: Shay Bratslavsky <shay@memphis.dev> Co-authored-by: OrMemphis <107794276+OrMemphis@users.noreply.github.com> * Release (#453) * fix conflict with tags * update names * Add mutex to jsApi requests and copy byte-slice in message handler * Copy byte slice from message handler into handling goroutine * create station unify the components * push after merging from merge-branch * setting ui minor fixes * change lorem ipsum * css changes * . * review fix * review fix * station list enhencments * . * fix minor issues * update ui static files * adding field types * update getUsingStationsByName func * remove getExtedndedSchemas func * minor fix * fix RemoveSchema * front progress + back tag list bug fix * draw filter components * Lorem ipsuem changes * typo * Logs stream: change from time-based order to sequence number based * add RemoveSchemaFromStation + GetUpdatesForSchema * update StationOverviewData in socketio * update getExtendedSchemaDetailsUpdateAvailable * Change the delete endpoints to send array * fix issues * updated tags * fix RemoveSchemaFromStation * reducer check * validateSchema endpoint + add messageStruct field * update getStationOverviewData and fix minor issues * Fix memory overrun when spawning handler goroutines * Add some changes * Run build * filter v0 * show json * finished tags front * added GetActiveTags endpoint * Validate message * update endpoints, removed unneccessary code - back * Update Dockerfile * json view * Remove old avatar * typo * fixed front + back bugs * Headers support for messages (#410) * update the header of msg with prefix $memphis * headers support for messages * update & fix headers support for messages * fix issues * fix ResendPoisonMessage * fix ResendPoisonMessage * remove spaces * change error to warn Co-authored-by: idanasulinStrech <idan@memphis.dev> * validate whther schema content is empty * filter for review * filter for review * lic change * back unneccessary code + err handling * deleted spaces back * add schema to create station * add schema to create station * review fix * tags popover test * review fix * Staion details enhancement * Handle use ref * Update README.md * front finish * back finish * Protobuf parsing * update the structure of headers in db & response (#419) * update the structure of headers in db & response * remove unnecessary bson * CSS changes * front + back fixes * tagList reorder + max length of new tag * small back fix * Final changes * add on enter to input * Fix some issues * front style fixes * minus style fix * conflict fixes * . * . * . * css changes * final changes * Build * commit * typo + capital letters fixes * added analytics for sdk connect and open ui (#421) * added analytics for sdk connect and open ui * fixed comments Co-authored-by: shay23b <shay.b@strech.io> * fiter + json view + headers * bugfix remove consumer * remove schema from station in case of schema removal * A lot of changes && Use schema * . * . * Build * . * . * front enhancements * filter divider * flag for new entity- need css + update form fields * Fix some bugs * add tags when creating entity back * filter enhanecemnts * fixed tags * . * Add tags integration * . * . * few changes * dont clear when cancel * . * . * use schema returns always true in updates availaable field - bugfix * updated responses of tags (#425) Co-authored-by: shay23b <shay.b@strech.io> * general fixes - schema flow * Add some changes * Final changes * Add descriptor to schema-version, save in db on vers/schema creation (#418) * Add descriptor to schema-version, save in db on vers/schema creation * Allow to send resps to sdk reqs, create producer req now responds with schema versions * schema mgmt: fix getSchemaByStationName * schema mgmt: update producers in of schema changes via per-station subject * schema mgmt: fix StationName usage, refactor naming * Unify producer schema update type * Add schema name and version to temp descriptor files * change warn to error * Return after error when updating producers of schema change * Rename temporary pb descriptor files for internal encoding standard Co-authored-by: idanasulinStrech <idan@memphis.dev> * descriptor not saved for new schema versions * add schema to new station * getstarted * getstarted * next disable * Remove the logic to global state * fix undefined issue * Schema mgmt producer update single version (#429) * Change producer schema update to single version, and include schema content * Handle old createProducer requests with proper response * Remove schema from station * pr fixes * pr review fix * Schema mgmt producer update single version (#431) * Change producer schema update to single version, and include schema content * Handle old createProducer requests with proper response * Fix not handling create producer errors * fixes (#432) * fixes * radio btn in settings page * Update style.scss setting page responsiveness * filter click outside * build * fix some bugs * add traaces to sschema * draw filter and crush fix * remove checkbox padding * handle some issues * change the server error message on the frontend * More issues * backward comp for old SDKs bugfix * Yaniv enhencment * typos * build * Schema mgmt producer update single version (#438) * Change producer schema update to single version, and include schema content * Handle old createProducer requests with proper response * Fix not handling create producer errors * Fix descriptor file naming mixed string/int * text updates * finish doc updates * finish doc updates * Fix bug * Build * get started view * Build * headers bugfixes * update code examples in the UI * update ui static files * fix next-back in getstarted * fix next-back in getstarted * fix msg headers in poison msg * internal station name was not lower cased - bugfix * Fix some issues * code snippet fix * code snippet typescript * Final enhancement * Build * clients connection bugfix * switcher border remove * fix * Last commit 0.4.0 * Update Jenkinsfile (#445) * remove sandbox code accidentally pushed to master * deny schema ops for sandbox * getStarted user next disable fix * Fix bugs * zombie connection logic bugfix * Internal headers+logs+license (#450) * hide internal headers + logs download indentifier * removed comments * bugfixes * ui license update Co-authored-by: idanasulinStrech <idan@memphis.dev> * fix sandbox bug Co-authored-by: shohamroditimemphis <shoham@memphis.dev> Co-authored-by: Or Grinberg <or@memphis.dev> Co-authored-by: shay23b <shay.b@strech.io> Co-authored-by: svetaStrech <sveta@strech.io> Co-authored-by: Sveta Gimpelson <74717402+SvetaMemphis@users.noreply.github.com> Co-authored-by: avrhamNeeman <74565114+avrhamNeeman@users.noreply.github.com> Co-authored-by: avrham <aneeman2010@gmail.com> Co-authored-by: Valera Bronshtein <105710429+valeraBr@users.noreply.github.com> Co-authored-by: shohamroditimemphis <108217318+shohamroditimemphis@users.noreply.github.com> Co-authored-by: Yaniv Ben Hemo <Yaniv@memphis.dev> Co-authored-by: Yaniv Ben Hemo <70286779+yanivbh1@users.noreply.github.com> Co-authored-by: Shay Bratslavsky <shay@memphis.dev> Co-authored-by: OrMemphis <107794276+OrMemphis@users.noreply.github.com> * Release (#458) * Add mutex to jsApi requests and copy byte-slice in message handler * Copy byte slice from message handler into handling goroutine * create station unify the components * push after merging from merge-branch * setting ui minor fixes * change lorem ipsum * css changes * . * review fix * review fix * station list enhencments * . * fix minor issues * update ui static files * adding field types * update getUsingStationsByName func * remove getExtedndedSchemas func * minor fix * fix RemoveSchema * front progress + back tag list bug fix * draw filter components * Lorem ipsuem changes * typo * Logs stream: change from time-based order to sequence number based * add RemoveSchemaFromStation + GetUpdatesForSchema * update StationOverviewData in socketio * update getExtendedSchemaDetailsUpdateAvailable * Change the delete endpoints to send array * fix issues * updated tags * fix RemoveSchemaFromStation * reducer check * validateSchema endpoint + add messageStruct field * update getStationOverviewData and fix minor issues * Fix memory overrun when spawning handler goroutines * Add some changes * Run build * filter v0 * show json * finished tags front * added GetActiveTags endpoint * Validate message * update endpoints, removed unneccessary code - back * Update Dockerfile * json view * Remove old avatar * typo * fixed front + back bugs * Headers support for messages (#410) * update the header of msg with prefix $memphis * headers support for messages * update & fix headers support for messages * fix issues * fix ResendPoisonMessage * fix ResendPoisonMessage * remove spaces * change error to warn Co-authored-by: idanasulinStrech <idan@memphis.dev> * validate whther schema content is empty * filter for review * filter for review * lic change * back unneccessary code + err handling * deleted spaces back * add schema to create station * add schema to create station * review fix * tags popover test * review fix * Staion details enhancement * Handle use ref * Update README.md * front finish * back finish * Protobuf parsing * update the structure of headers in db & response (#419) * update the structure of headers in db & response * remove unnecessary bson * CSS changes * front + back fixes * tagList reorder + max length of new tag * small back fix * Final changes * add on enter to input * Fix some issues * front style fixes * minus style fix * conflict fixes * . * . * . * css changes * final changes * Build * commit * typo + capital letters fixes * added analytics for sdk connect and open ui (#421) * added analytics for sdk connect and open ui * fixed comments Co-authored-by: shay23b <shay.b@strech.io> * fiter + json view + headers * bugfix remove consumer * remove schema from station in case of schema removal * A lot of changes && Use schema * . * . * Build * . * . * front enhancements * filter divider * flag for new entity- need css + update form fields * Fix some bugs * add tags when creating entity back * filter enhanecemnts * fixed tags * . * Add tags integration * . * . * few changes * dont clear when cancel * . * . * use schema returns always true in updates availaable field - bugfix * updated responses of tags (#425) Co-authored-by: shay23b <shay.b@strech.io> * general fixes - schema flow * Add some changes * Final changes * Add descriptor to schema-version, save in db on vers/schema creation (#418) * Add descriptor to schema-version, save in db on vers/schema creation * Allow to send resps to sdk reqs, create producer req now responds with schema versions * schema mgmt: fix getSchemaByStationName * schema mgmt: update producers in of schema changes via per-station subject * schema mgmt: fix StationName usage, refactor naming * Unify producer schema update type * Add schema name and version to temp descriptor files * change warn to error * Return after error when updating producers of schema change * Rename temporary pb descriptor files for internal encoding standard Co-authored-by: idanasulinStrech <idan@memphis.dev> * descriptor not saved for new schema versions * add schema to new station * getstarted * getstarted * next disable * Remove the logic to global state * fix undefined issue * Schema mgmt producer update single version (#429) * Change producer schema update to single version, and include schema content * Handle old createProducer requests with proper response * Remove schema from station * pr fixes * pr review fix * Schema mgmt producer update single version (#431) * Change producer schema update to single version, and include schema content * Handle old createProducer requests with proper response * Fix not handling create producer errors * fixes (#432) * fixes * radio btn in settings page * Update style.scss setting page responsiveness * filter click outside * build * fix some bugs * add traaces to sschema * draw filter and crush fix * remove checkbox padding * handle some issues * change the server error message on the frontend * More issues * backward comp for old SDKs bugfix * Yaniv enhencment * typos * build * Schema mgmt producer update single version (#438) * Change producer schema update to single version, and include schema content * Handle old createProducer requests with proper response * Fix not handling create producer errors * Fix descriptor file naming mixed string/int * text updates * finish doc updates * finish doc updates * Fix bug * Build * get started view * Build * headers bugfixes * update code examples in the UI * update ui static files * fix next-back in getstarted * fix next-back in getstarted * fix msg headers in poison msg * internal station name was not lower cased - bugfix * Fix some issues * code snippet fix * code snippet typescript * Final enhancement * Build * clients connection bugfix * switcher border remove * fix * Last commit 0.4.0 * Update Jenkinsfile (#445) * remove sandbox code accidentally pushed to master * deny schema ops for sandbox * getStarted user next disable fix * Fix bugs * zombie connection logic bugfix * Internal headers+logs+license (#450) * hide internal headers + logs download indentifier * removed comments * bugfixes * ui license update Co-authored-by: idanasulinStrech <idan@memphis.dev> * fix sandbox bug * Add validation Co-authored-by: Or Grinberg <or@memphis.dev> Co-authored-by: shay23b <shay.b@strech.io> Co-authored-by: svetaStrech <sveta@strech.io> Co-authored-by: Sveta Gimpelson <74717402+SvetaMemphis@users.noreply.github.com> Co-authored-by: avrhamNeeman <74565114+avrhamNeeman@users.noreply.github.com> Co-authored-by: avrham <aneeman2010@gmail.com> Co-authored-by: shohamroditimemphis <shoham@memphis.dev> Co-authored-by: Valera Bronshtein <105710429+valeraBr@users.noreply.github.com> Co-authored-by: shohamroditimemphis <108217318+shohamroditimemphis@users.noreply.github.com> Co-authored-by: Yaniv Ben Hemo <Yaniv@memphis.dev> Co-authored-by: Yaniv Ben Hemo <70286779+yanivbh1@users.noreply.github.com> Co-authored-by: Shay Bratslavsky <shay@memphis.dev> Co-authored-by: OrMemphis <107794276+OrMemphis@users.noreply.github.com> * Release (#462) * push after merging from merge-branch * setting ui minor fixes * change lorem ipsum * css changes * . * review fix * review fix * station list enhencments * . * fix minor issues * update ui static files * adding field types * update getUsingStationsByName func * remove getExtedndedSchemas func * minor fix * fix RemoveSchema * front progress + back tag list bug fix * draw filter components * Lorem ipsuem changes * typo * Logs stream: change from time-based order to sequence number based * add RemoveSchemaFromStation + GetUpdatesForSchema * update StationOverviewData in socketio * update getExtendedSchemaDetailsUpdateAvailable * Change the delete endpoints to send array * fix issues * updated tags * fix RemoveSchemaFromStation * reducer check * validateSchema endpoint + add messageStruct field * update getStationOverviewData and fix minor issues * Fix memory overrun when spawning handler goroutines * Add some changes * Run build * filter v0 * show json * finished tags front * added GetActiveTags endpoint * Validate message * update endpoints, removed unneccessary code - back * Update Dockerfile * json view * Remove old avatar * typo * fixed front + back bugs * Headers support for messages (#410) * update the header of msg with prefix $memphis * headers support for messages * update & fix headers support for messages * fix issues * fix ResendPoisonMessage * fix ResendPoisonMessage * remove spaces * change error to warn Co-authored-by: idanasulinStrech <idan@memphis.dev> * validate whther schema content is empty * filter for review * filter for review * lic change * back unneccessary code + err handling * deleted spaces back * add schema to create station * add schema to create station * review fix * tags popover test * review fix * Staion details enhancement * Handle use ref * Update README.md * front finish * back finish * Protobuf parsing * update the structure of headers in db & response (#419) * update the structure of headers in db & response * remove unnecessary bson * CSS changes * front + back fixes * tagList reorder + max length of new tag * small back fix * Final changes * add on enter to input * Fix some issues * front style fixes * minus style fix * conflict fixes * . * . * . * css changes * final changes * Build * commit * typo + capital letters fixes * added analytics for sdk connect and open ui (#421) * added analytics for sdk connect and open ui * fixed comments Co-authored-by: shay23b <shay.b@strech.io> * fiter + json view + headers * bugfix remove consumer * remove schema from station in case of schema removal * A lot of changes && Use schema * . * . * Build * . * . * front enhancements * filter divider * flag for new entity- need css + update form fields * Fix some bugs * add tags when creating entity back * filter enhanecemnts * fixed tags * . * Add tags integration * . * . * few changes * dont clear when cancel * . * . * use schema returns always true in updates availaable field - bugfix * updated responses of tags (#425) Co-authored-by: shay23b <shay.b@strech.io> * general fixes - schema flow * Add some changes * Final changes * Add descriptor to schema-version, save in db on vers/schema creation (#418) * Add descriptor to schema-version, save in db on vers/schema creation * Allow to send resps to sdk reqs, create producer req now responds with schema versions * schema mgmt: fix getSchemaByStationName * schema mgmt: update producers in of schema changes via per-station subject * schema mgmt: fix StationName usage, refactor naming * Unify producer schema update type * Add schema name and version to temp descriptor files * change warn to error * Return after error when updating producers of schema change * Rename temporary pb descriptor files for internal encoding standard Co-authored-by: idanasulinStrech <idan@memphis.dev> * descriptor not saved for new schema versions * add schema to new station * getstarted * getstarted * next disable * Remove the logic to global state * fix undefined issue * Schema mgmt producer update single version (#429) * Change producer schema update to single version, and include schema content * Handle old createProducer requests with proper response * Remove schema from station * pr fixes * pr review fix * Schema mgmt producer update single version (#431) * Change producer schema update to single version, and include schema content * Handle old createProducer requests with proper response * Fix not handling create producer errors * fixes (#432) * fixes * radio btn in settings page * Update style.scss setting page responsiveness * filter click outside * build * fix some bugs * add traaces to sschema * draw filter and crush fix * remove checkbox padding * handle some issues * change the server error message on the frontend * More issues * backward comp for old SDKs bugfix * Yaniv enhencment * typos * build * Schema mgmt producer update single version (#438) * Change producer schema update to single version, and include schema content * Handle old createProducer requests with proper response * Fix not handling create producer errors * Fix descriptor file naming mixed string/int * text updates * finish doc updates * finish doc updates * Fix bug * Build * get started view * Build * headers bugfixes * update code examples in the UI * update ui static files * fix next-back in getstarted * fix next-back in getstarted * fix msg headers in poison msg * internal station name was not lower cased - bugfix * Fix some issues * code snippet fix * code snippet typescript * Final enhancement * Build * clients connection bugfix * switcher border remove * fix * Last commit 0.4.0 * Update Jenkinsfile (#445) * remove sandbox code accidentally pushed to master * deny schema ops for sandbox * getStarted user next disable fix * Fix bugs * zombie connection logic bugfix * Internal headers+logs+license (#450) * hide internal headers + logs download indentifier * removed comments * bugfixes * ui license update Co-authored-by: idanasulinStrech <idan@memphis.dev> * fix sandbox bug * Add validation * Update Jenkinsfile (#456) * fix: small error (#457) * Fix schema bugs * Fix typo * Update README.md Co-authored-by: svetaStrech <sveta@strech.io> Co-authored-by: Sveta Gimpelson <74717402+SvetaMemphis@users.noreply.github.com> Co-authored-by: avrhamNeeman <74565114+avrhamNeeman@users.noreply.github.com> Co-authored-by: avrham <aneeman2010@gmail.com> Co-authored-by: shohamroditimemphis <shoham@memphis.dev> Co-authored-by: shay23b <shay.b@strech.io> Co-authored-by: Or Grinberg <or@memphis.dev> Co-authored-by: Valera Bronshtein <105710429+valeraBr@users.noreply.github.com> Co-authored-by: shohamroditimemphis <108217318+shohamroditimemphis@users.noreply.github.com> Co-authored-by: Yaniv Ben Hemo <Yaniv@memphis.dev> Co-authored-by: Yaniv Ben Hemo <70286779+yanivbh1@users.noreply.github.com> Co-authored-by: Shay Bratslavsky <shay@memphis.dev> Co-authored-by: OrMemphis <107794276+OrMemphis@users.noreply.github.com> Co-authored-by: 0xflotus <0xflotus@gmail.com> * Release (#463) * push after merging from merge-branch * setting ui minor fixes * change lorem ipsum * css changes * . * review fix * review fix * station list enhencments * . * fix minor issues * update ui static files * adding field types * update getUsingStationsByName func * remove getExtedndedSchemas func * minor fix * fix RemoveSchema * front progress + back tag list bug fix * draw filter components * Lorem ipsuem changes * typo * Logs stream: change from time-based order to sequence number based * add RemoveSchemaFromStation + GetUpdatesForSchema * update StationOverviewData in socketio * update getExtendedSchemaDetailsUpdateAvailable * Change the delete endpoints to send array * fix issues * updated tags * fix RemoveSchemaFromStation * reducer check * validateSchema endpoint + add messageStruct field * update getStationOverviewData and fix minor issues * Fix memory overrun when spawning handler goroutines * Add some changes * Run build * filter v0 * show json * finished tags front * added GetActiveTags endpoint * Validate message * update endpoints, removed unneccessary code - back * Update Dockerfile * json view * Remove old avatar * typo * fixed front + back bugs * Headers support for messages (#410) * update the header of msg with prefix $memphis * headers support for messages * update & fix headers support for messages * fix issues * fix ResendPoisonMessage * fix ResendPoisonMessage * remove spaces * change error to warn Co-authored-by: idanasulinStrech <idan@memphis.dev> * validate whther schema content is empty * filter for review * filter for review * lic change * back unneccessary code + err handling * deleted spaces back * add schema to create station * add schema to create station * review fix * tags popover test * review fix * Staion details enhancement * Handle use ref * Update README.md * front finish * back finish * Protobuf parsing * update the structure of headers in db & response (#419) * update the structure of headers in db & response * remove unnecessary bson * CSS changes * front + back fixes * tagList reorder + max length of new tag * small back fix * Final changes * add on enter to input * Fix some issues * front style fixes * minus style fix * conflict fixes * . * . * . * css changes * final changes * Build * commit * typo + capital letters fixes * added analytics for sdk connect and open ui (#421) * added analytics for sdk connect and open ui * fixed comments Co-authored-by: shay23b <shay.b@strech.io> * fiter + json view + headers * bugfix remove consumer * remove schema from station in case of schema removal * A lot of changes && Use schema * . * . * Build * . * . * front enhancements * filter divider * flag for new entity- need css + update form fields * Fix some bugs * add tags when creating entity back * filter enhanecemnts * fixed tags * . * Add tags integration * . * . * few changes * dont clear when cancel * . * . * use schema returns always true in updates availaable field - bugfix * updated responses of tags (#425) Co-authored-by: shay23b <shay.b@strech.io> * general fixes - schema flow * Add some changes * Final changes * Add descriptor to schema-version, save in db on vers/schema creation (#418) * Add descriptor to schema-version, save in db on vers/schema creation * Allow to send resps to sdk reqs, create producer req now responds with schema versions * schema mgmt: fix getSchemaByStationName * schema mgmt: update producers in of schema changes via per-station subject * schema mgmt: fix StationName usage, refactor naming * Unify producer schema update type * Add schema name and version to temp descriptor files * change warn to error * Return after error when updating producers of schema change * Rename temporary pb descriptor files for internal encoding standard Co-authored-by: idanasulinStrech <idan@memphis.dev> * descriptor not saved for new schema versions * add schema to new station * getstarted * getstarted * next disable * Remove the logic to global state * fix undefined issue * Schema mgmt producer update single version (#429) * Change producer schema update to single version, and include schema content * Handle old createProducer requests with proper response * Remove schema from station * pr fixes * pr review fix * Schema mgmt producer update single version (#431) * Change producer schema update to single version, and include schema content * Handle old createProducer requests with proper response * Fix not handling create producer errors * fixes (#432) * fixes * radio btn in settings page * Update style.scss setting page responsiveness * filter click outside * build * fix some bugs * add traaces to sschema * draw filter and crush fix * remove checkbox padding * handle some issues * change the server error message on the frontend * More issues * backward comp for old SDKs bugfix * Yaniv enhencment * typos * build * Schema mgmt producer update single version (#438) * Change producer schema update to single version, and include schema content * Handle old createProducer requests with proper response * Fix not handling create producer errors * Fix descriptor file naming mixed string/int * text updates * finish doc updates * finish doc updates * Fix bug * Build * get started view * Build * headers bugfixes * update code examples in the UI * update ui static files * fix next-back in getstarted * fix next-back in getstarted * fix msg headers in poison msg * internal station name was not lower cased - bugfix * Fix some issues * code snippet fix * code snippet typescript * Final enhancement * Build * clients connection bugfix * switcher border remove * fix * Last commit 0.4.0 * Update Jenkinsfile (#445) * remove sandbox code accidentally pushed to master * deny schema ops for sandbox * getStarted user next disable fix * Fix bugs * zombie connection logic bugfix * Internal headers+logs+license (#450) * hide internal headers + logs download indentifier * removed comments * bugfixes * ui license update Co-authored-by: idanasulinStrech <idan@memphis.dev> * fix sandbox bug * Add validation * Update Jenkinsfile (#456) * fix: small error (#457) * Fix schema bugs * Fix typo * Update README.md Co-authored-by: svetaStrech <sveta@strech.io> Co-authored-by: Sveta Gimpelson <74717402+SvetaMemphis@users.noreply.github.com> Co-authored-by: avrhamNeeman <74565114+avrhamNeeman@users.noreply.github.com> Co-authored-by: avrham <aneeman2010@gmail.com> Co-authored-by: shohamroditimemphis <shoham@memphis.dev> Co-authored-by: shay23b <shay.b@strech.io> Co-authored-by: Or Grinberg <or@memphis.dev> Co-authored-by: Valera Bronshtein <105710429+valeraBr@users.noreply.github.com> Co-authored-by: shohamroditimemphis <108217318+shohamroditimemphis@users.noreply.github.com> Co-authored-by: Yaniv Ben Hemo <Yaniv@memphis.dev> Co-authored-by: Yaniv Ben Hemo <70286779+yanivbh1@users.noreply.github.com> Co-authored-by: Shay Bratslavsky <shay@memphis.dev> Co-authored-by: OrMemphis <107794276+OrMemphis@users.noreply.github.com> Co-authored-by: 0xflotus <0xflotus@gmail.com> * Release (#465) * change lorem ipsum * css changes * . * review fix * review fix * station list enhencments * . * fix minor issues * update ui static files * adding field types * update getUsingStationsByName func * remove getExtedndedSchemas func * minor fix * fix RemoveSchema * front progress + back tag list bug fix * draw filter components * Lorem ipsuem changes * typo * Logs stream: change from time-based order to sequence number based * add RemoveSchemaFromStation + GetUpdatesForSchema * update StationOverviewData in socketio * update getExtendedSchemaDetailsUpdateAvailable * Change the delete endpoints to send array * fix issues * updated tags * fix RemoveSchemaFromStation * reducer check * validateSchema endpoint + add messageStruct field * update getStationOverviewData and fix minor issues * Fix memory overrun when spawning handler goroutines * Add some changes * Run build * filter v0 * show json * finished tags front * added GetActiveTags endpoint * Validate message * update endpoints, removed unneccessary code - back * Update Dockerfile * json view * Remove old avatar * typo * fixed front + back bugs * Headers support for messages (#410) * update the header of msg with prefix $memphis * headers support for messages * update & fix headers support for messages * fix issues * fix ResendPoisonMessage * fix ResendPoisonMessage * remove spaces * change error to warn Co-authored-by: idanasulinStrech <idan@memphis.dev> * validate whther schema content is empty * filter for review * filter for review * lic change * back unneccessary code + err handling * deleted spaces back * add schema to create station * add schema to create station * review fix * tags popover test * review fix * Staion details enhancement * Handle use ref * Update README.md * front finish * back finish * Protobuf parsing * update the structure of headers in db & response (#419) * update the structure of headers in db & response * remove unnecessary bson * CSS changes * front + back fixes * tagList reorder + max length of new tag * small back fix * Final changes * add on enter to input * Fix some issues * front style fixes * minus style fix * conflict fixes * . * . * . * css changes * final changes * Build * commit * typo + capital letters fixes * added analytics for sdk connect and open ui (#421) * added analytics for sdk connect and open ui * fixed comments Co-authored-by: shay23b <shay.b@strech.io> * fiter + json view + headers * bugfix remove consumer * remove schema from station in case of schema removal * A lot of changes && Use schema * . * . * Build * . * . * front enhancements * filter divider * flag for new entity- need css + update form fields * Fix some bugs * add tags when creating entity back * filter enhanecemnts * fixed tags * . * Add tags integration * . * . * few changes * dont clear when cancel * . * . * use schema returns always true in updates availaable field - bugfix * updated responses of tags (#425) Co-authored-by: shay23b <shay.b@strech.io> * general fixes - schema flow * Add some changes * Final changes * Add descriptor to schema-version, save in db on vers/schema creation (#418) * Add descriptor to schema-version, save in db on vers/schema creation * Allow to send resps to sdk reqs, create producer req now responds with schema versions * schema mgmt: fix getSchemaByStationName * schema mgmt: update producers in of schema changes via per-station subject * schema mgmt: fix StationName usage, refactor naming * Unify producer schema update type * Add schema name and version to temp descriptor files * change warn to error * Return after error when updating producers of schema change * Rename temporary pb descriptor files for internal encoding standard Co-authored-by: idanasulinStrech <idan@memphis.dev> * descriptor not saved for new schema versions * add schema to new station * getstarted * getstarted * next disable * Remove the logic to global state * fix undefined issue * Schema mgmt producer update single version (#429) * Change producer schema update to single version, and include schema content * Handle old createProducer requests with proper response * Remove schema from station * pr fixes * pr review fix * Schema mgmt producer update single version (#431) * Change producer schema update to single version, and include schema content * Handle old createProducer requests with proper response * Fix not handling create producer errors * fixes (#432) * fixes * radio btn in settings page * Update style.scss setting page responsiveness * filter click outside * build * fix some bugs * add traaces to sschema * draw filter and crush fix * remove checkbox padding * handle some issues * change the server error message on the frontend * More issues * backward comp for old SDKs bugfix * Yaniv enhencment * typos * build * Schema mgmt producer update single version (#438) * Change producer schema update to single version, and include schema content * Handle old createProducer requests with proper response * Fix not handling create producer errors * Fix descriptor file naming mixed string/int * text updates * finish doc updates * finish doc updates * Fix bug * Build * get started view * Build * headers bugfixes * update code examples in the UI * update ui static files * fix next-back in getstarted * fix next-back in getstarted * fix msg headers in poison msg * internal station name was not lower cased - bugfix * Fix some issues * code snippet fix * code snippet typescript * Final enhancement * Build * clients connection bugfix * switcher border remove * fix * Last commit 0.4.0 * Update Jenkinsfile (#445) * remove sandbox code accidentally pushed to master * deny schema ops for sandbox * getStarted user next disable fix * Fix bugs * zombie connection logic bugfix * Internal headers+logs+license (#450) * hide internal headers + logs download indentifier * removed comments * bugfixes * ui license update Co-authored-by: idanasulinStrech <idan@memphis.dev> * fix sandbox bug * Add validation * Update Jenkinsfile (#456) * fix: small error (#457) * Fix schema bugs * Fix typo * Update README.md * static files Co-authored-by: Sveta Gimpelson <74717402+SvetaMemphis@users.noreply.github.com> Co-authored-by: svetaStrech <sveta@strech.io> Co-authored-by: avrhamNeeman <74565114+avrhamNeeman@users.noreply.github.com> Co-authored-by: avrham <aneeman2010@gmail.com> Co-authored-by: shohamroditimemphis <shoham@memphis.dev> Co-authored-by: shay23b <shay.b@strech.io> Co-authored-by: Or Grinberg <or@memphis.dev> Co-authored-by: Valera Bronshtein <105710429+valeraBr@users.noreply.github.com> Co-authored-by: shohamroditimemphis <108217318+shohamroditimemphis@users.noreply.github.com> Co-authored-by: Yaniv Ben Hemo <Yaniv@memphis.dev> Co-authored-by: Yaniv Ben Hemo <70286779+yanivbh1@users.noreply.github.com> Co-authored-by: Shay Bratslavsky <shay@memphis.dev> Co-authored-by: OrMemphis <107794276+OrMemphis@users.noreply.github.com> Co-authored-by: 0xflotus <0xflotus@gmail.com> * build files Co-authored-by: shay23b <shay.b@strech.io> Co-authored-by: avrham <aneeman2010@gmail.com> Co-authored-by: shohamroditimemphis <shoham@memphis.dev> Co-authored-by: Or Grinberg <or@memphis.dev> Co-authored-by: svetaStrech <sveta@strech.io> Co-authored-by: Sveta Gimpelson <74717402+SvetaMemphis@users.noreply.github.com> Co-authored-by: avrhamNeeman <74565114+avrhamNeeman@users.noreply.github.com> Co-authored-by: Valera Bronshtein <105710429+valeraBr@users.noreply.github.com> Co-authored-by: shohamroditimemphis <108217318+shohamroditimemphis@users.noreply.github.com> Co-authored-by: Yaniv Ben Hemo <Yaniv@memphis.dev> Co-authored-by: Yaniv Ben Hemo <70286779+yanivbh1@users.noreply.github.com> Co-authored-by: Shay Bratslavsky <shay@memphis.dev> Co-authored-by: OrMemphis <107794276+OrMemphis@users.noreply.github.com> Co-authored-by: 0xflotus <0xflotus@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.