-
Notifications
You must be signed in to change notification settings - Fork 2
Add openapi docs #2
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
Closed
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
* lagre refactoring of memory management- moving from UtlAlloc to std::vector * big code cleanup ! not stable
* refactoring creating tms and tm tables
* utlAlloc refactoring
* refactored record key to be ulong * code cleanup
* big code cleanup
* fixed reading from tm !!! saving new cbl to tm is not working!!!
* code cleanup
* code cleanup
…e identical * fixed crash when adding more than 2 subsegments in a row * code cleanup * fixed ASD_ORGANIZE always on
* fixed importtmx btree and xercesc crashes * fixed table loading crash
* fixed fuzzy crash connected to addInfo and context overflow and refactored code around * code cleanup
* refactored TMX_MATCHENTRY code * code cleanup
+ implemented -307 * fixed outputting langs in fuzzy search * fixed -286 + added limit to prevent buffer overflow for longnames + added errCode for response message when can't load tm
+ added init message about optimizations * fixed -308 * fixed langs in fuzzy output - from DE-DE to de-DE * fixed few function that suppose to return some value, havent returned any - big code cleanup * optimized statusRequest and import-reorganize requests regarding importDetails sync
* changed to g++11 in build.sh
* fixed tables crash
* implemented reorganize only mode for tm that throw BTREE_CORRUPTED on loading * disabled short filename * fixed langgroup in tables request - code cleanup
- removed-disabled short filename functionality + added fcorrupted flag * implemented tmx export for BTREE_CORRUPTED on openning * code cleanup and refactoring
* fixed -314 - added check for vitalInfo on loading tm + added btree info to status info * fixed export tmx in case of corrupted vitalinfo - code cleanup
+ added check for reorganize to have at least 3 langs in the table and errcode 6011
* fixed longname table deserialization * separated memory state to other class to - disabled and deleted shortname table + added psLangIdToGroupTable to tables request * fixed import-reorganize btree crash * optimized reoganizeDone - code cleanup
+ added skip_0s_at_the_table_start * fixed tagreplacement request * fixed json for flags and tagreplacement requests - code cleanup
+ added error ERR_WRITE_REQUESTS_NOT_ALLOWED(3001) and ERR_LOADING_TM_ARE_NOT_ALLOWED(3002) errors * fixed langIdToGroup table in tables response + added fix for longnames table from early 0.7.x versions
* improved memory management * fixed longname issue handling for empty tm + added closing app msg - code cleanup
* fixed 328 - added endpoint to add new entry to the table * sorted tables output by key
+ added needToReorganize handling for missing id's in the tables + added callers ip and port for unknownRequests
- removed 136 files from project
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.