-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge the speed improvements to the main branch (#122)
* more documentation * changed lock usage and yield behavior * Sligth changes to get more speed * more functions documented * try to remove the conflict closing the input channel during transaction single request * removed a typo * more changes * Simplified getting and processing data from channels. * speedup completed * investigation of some fault using in multi processing * changed some minor issues * Added more documentation and changed some minor glitches. * enhanced the change log * small layout tweak in change log * up * Some changes to fullfill all BDD test * changed the close method when a query fails * Corrected the Version of the Documenter * Problems solved in BDD tests * little changes * Changed type declaration ::String to ::AbstractString Divided working through the BDD tests in smaller parts * added the relation_type test in runner.jl deleted some unnessecary code inside preparing the environment. * thing_type as test added * added tests for database, session and transaction * next attempt to go green * Normal runner trial * Next attempt to go green * minor change in steps.jl definition * minor change in close of Bidirectional Stream * Merge branch 'main' of https://github.com/Humans-of-Julia/TypeDBClient.jl * worked trough the review of Tom * changed the date in documentation to iso format. * debug the only failing function so far * First part of changes from comments * changed documentation and some functions * little Change to trigger the documentation * Next round of improvements suggested by Scott * remove a little typo and changed some forgotten places regarding RemoteConcept * Next Changes according Scott advices. Co-authored-by: = <=> Co-authored-by: Scott P. Jones <[email protected]>
- Loading branch information
1 parent
941eb87
commit 5b7d8cf
Showing
48 changed files
with
651 additions
and
368 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,4 +48,5 @@ docs/src/.DS_Store | |
docs/src/assets/.DS_Store | ||
.DS_Store | ||
|
||
map.mm.md | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
[deps] | ||
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" | ||
TypeDBClient = "7ffdda62-db04-4838-9798-febd00f3125c" | ||
|
||
[compat] | ||
Documenter = "0.27.0" |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.