-
Notifications
You must be signed in to change notification settings - Fork 82
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
Prism Query Interface: Replace gRPC with custom handling of messages #495
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 71476e3 - Browse repository at this point
Copy the full SHA 71476e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dbe949 - Browse repository at this point
Copy the full SHA 3dbe949View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcadb61 - Browse repository at this point
Copy the full SHA fcadb61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71fb0c7 - Browse repository at this point
Copy the full SHA 71fb0c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c4b6d0 - Browse repository at this point
Copy the full SHA 5c4b6d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63093ad - Browse repository at this point
Copy the full SHA 63093adView commit details -
Configuration menu - View commit details
-
Copy full SHA for db6624a - Browse repository at this point
Copy the full SHA db6624aView commit details -
Configuration menu - View commit details
-
Copy full SHA for df51e29 - Browse repository at this point
Copy the full SHA df51e29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 551febd - Browse repository at this point
Copy the full SHA 551febdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b758034 - Browse repository at this point
Copy the full SHA b758034View commit details -
This may return in the future as a non-unique "client descriptor" to help admins determine who is using the interface. But for now it is no longer needed to identify client sessions (this is now done with the socket).
Configuration menu - View commit details
-
Copy full SHA for d516d9a - Browse repository at this point
Copy the full SHA d516d9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60b23cd - Browse repository at this point
Copy the full SHA 60b23cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba21844 - Browse repository at this point
Copy the full SHA ba21844View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f60f8e - Browse repository at this point
Copy the full SHA 0f60f8eView commit details -
Pass fetchSize to getNextBatch
This fixes a rather intricate bug: The ResultIterator would use the batch size passed on creation, but the fetch code would it compare with the fetch size specified in the message. This would lead to fetch reporting isLast to early, when the fetch size in the message is different from in the initial execute message.
Configuration menu - View commit details
-
Copy full SHA for 23d2d60 - Browse repository at this point
Copy the full SHA 23d2d60View commit details -
Rework server loop to be somewhat async
This way seems more logic. Unparameterized statements are still a bit of a hack, but with the async changes, it should be possible to not send the statement id, but being able to cancel calls based on the message id. While working on the loop, change to allow the ConnectionRequest only once and only as the first message.
Configuration menu - View commit details
-
Copy full SHA for 0f52f6d - Browse repository at this point
Copy the full SHA 0f52f6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc6b3f3 - Browse repository at this point
Copy the full SHA cc6b3f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ced0da2 - Browse repository at this point
Copy the full SHA ced0da2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7ce631 - Browse repository at this point
Copy the full SHA c7ce631View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5bbeb4 - Browse repository at this point
Copy the full SHA b5bbeb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8dc45d - Browse repository at this point
Copy the full SHA c8dc45dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c4ab2d - Browse repository at this point
Copy the full SHA 8c4ab2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41603c9 - Browse repository at this point
Copy the full SHA 41603c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c43cdf5 - Browse repository at this point
Copy the full SHA c43cdf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e36fcc - Browse repository at this point
Copy the full SHA 0e36fccView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9f424a - Browse repository at this point
Copy the full SHA a9f424aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6a54d1 - Browse repository at this point
Copy the full SHA b6a54d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e704c2 - Browse repository at this point
Copy the full SHA 3e704c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3562faa - Browse repository at this point
Copy the full SHA 3562faaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79089f0 - Browse repository at this point
Copy the full SHA 79089f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 752cf92 - Browse repository at this point
Copy the full SHA 752cf92View commit details -
Configuration menu - View commit details
-
Copy full SHA for bda39c1 - Browse repository at this point
Copy the full SHA bda39c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 752aa6b - Browse repository at this point
Copy the full SHA 752aa6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36a392d - Browse repository at this point
Copy the full SHA 36a392dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 784e494 - Browse repository at this point
Copy the full SHA 784e494View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e8d53f - Browse repository at this point
Copy the full SHA 6e8d53fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae28e34 - Browse repository at this point
Copy the full SHA ae28e34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0423f6b - Browse repository at this point
Copy the full SHA 0423f6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa5ae2f - Browse repository at this point
Copy the full SHA fa5ae2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d214dd1 - Browse repository at this point
Copy the full SHA d214dd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f8bec4 - Browse repository at this point
Copy the full SHA 2f8bec4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 451d306 - Browse repository at this point
Copy the full SHA 451d306View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad8b88a - Browse repository at this point
Copy the full SHA ad8b88aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c89a0a - Browse repository at this point
Copy the full SHA 0c89a0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 042bff0 - Browse repository at this point
Copy the full SHA 042bff0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b4f210 - Browse repository at this point
Copy the full SHA 8b4f210View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90b449d - Browse repository at this point
Copy the full SHA 90b449dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f8c498 - Browse repository at this point
Copy the full SHA 0f8c498View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4309a1 - Browse repository at this point
Copy the full SHA f4309a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0448687 - Browse repository at this point
Copy the full SHA 0448687View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60051cb - Browse repository at this point
Copy the full SHA 60051cbView commit details -
This adds a getPeer method to the Transport interface, this call can be used to authenticate users.
Configuration menu - View commit details
-
Copy full SHA for 843ee96 - Browse repository at this point
Copy the full SHA 843ee96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 826af18 - Browse repository at this point
Copy the full SHA 826af18View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4b311d - Browse repository at this point
Copy the full SHA d4b311dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e36ab7 - Browse repository at this point
Copy the full SHA 3e36ab7View commit details -
Only one thread reads messages, so this is not necessary.
Configuration menu - View commit details
-
Copy full SHA for a6fe836 - Browse repository at this point
Copy the full SHA a6fe836View commit details -
This loop interrupts running requests when the connection is closed. At the moment at most one request (per connection) is executed, the others are queued up.
Configuration menu - View commit details
-
Copy full SHA for 460e174 - Browse repository at this point
Copy the full SHA 460e174View commit details -
Configuration menu - View commit details
-
Copy full SHA for 098c3c4 - Browse repository at this point
Copy the full SHA 098c3c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6a4975 - Browse repository at this point
Copy the full SHA b6a4975View commit details -
Configuration menu - View commit details
-
Copy full SHA for 294568b - Browse repository at this point
Copy the full SHA 294568bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41d7795 - Browse repository at this point
Copy the full SHA 41d7795View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97d4e52 - Browse repository at this point
Copy the full SHA 97d4e52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05234e5 - Browse repository at this point
Copy the full SHA 05234e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74b5029 - Browse repository at this point
Copy the full SHA 74b5029View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b79336 - Browse repository at this point
Copy the full SHA 0b79336View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf4c2f9 - Browse repository at this point
Copy the full SHA bf4c2f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4d33f9 - Browse repository at this point
Copy the full SHA a4d33f9View commit details -
Quite a few improvements mirror the ones made to AdapterManager.
Configuration menu - View commit details
-
Copy full SHA for 2194ff0 - Browse repository at this point
Copy the full SHA 2194ff0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 249b863 - Browse repository at this point
Copy the full SHA 249b863View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa9e15a - Browse repository at this point
Copy the full SHA aa9e15aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5112d0 - Browse repository at this point
Copy the full SHA d5112d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 211aee6 - Browse repository at this point
Copy the full SHA 211aee6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03ef6d4 - Browse repository at this point
Copy the full SHA 03ef6d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e1f7fb - Browse repository at this point
Copy the full SHA 8e1f7fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 991e47b - Browse repository at this point
Copy the full SHA 991e47bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 654e521 - Browse repository at this point
Copy the full SHA 654e521View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6056c3 - Browse repository at this point
Copy the full SHA d6056c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cc73f9 - Browse repository at this point
Copy the full SHA 1cc73f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 082fc1d - Browse repository at this point
Copy the full SHA 082fc1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9de4610 - Browse repository at this point
Copy the full SHA 9de4610View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8895e1 - Browse repository at this point
Copy the full SHA a8895e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for da49cac - Browse repository at this point
Copy the full SHA da49cacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2faa637 - Browse repository at this point
Copy the full SHA 2faa637View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8275e8 - Browse repository at this point
Copy the full SHA a8275e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcd5c48 - Browse repository at this point
Copy the full SHA fcd5c48View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0f38c9 - Browse repository at this point
Copy the full SHA a0f38c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88a1ffb - Browse repository at this point
Copy the full SHA 88a1ffbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ee1125 - Browse repository at this point
Copy the full SHA 8ee1125View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05c223d - Browse repository at this point
Copy the full SHA 05c223dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bcd44f0 - Browse repository at this point
Copy the full SHA bcd44f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 238bd54 - Browse repository at this point
Copy the full SHA 238bd54View commit details -
Turn around peer authentication
This way a user that exists can authenticate as another user.
Configuration menu - View commit details
-
Copy full SHA for 9bdf468 - Browse repository at this point
Copy the full SHA 9bdf468View commit details -
Keep ProtoPolyType in sync with PolyType
The ProtoPolyType enum must stay identical to PolyType, because ProtoPolyType.valueOf( polyType.getName() ); is used to retrieve the correct member.
Configuration menu - View commit details
-
Copy full SHA for 7051567 - Browse repository at this point
Copy the full SHA 7051567View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07008ea - Browse repository at this point
Copy the full SHA 07008eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 818fd83 - Browse repository at this point
Copy the full SHA 818fd83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b08ec4 - Browse repository at this point
Copy the full SHA 0b08ec4View commit details -
Do not close connection on error
This default is somewhat better suited for the implementation of interactive shells.
Configuration menu - View commit details
-
Copy full SHA for b04db0f - Browse repository at this point
Copy the full SHA b04db0fView commit details -
Add unix listener in .polypheny folder
This is a convenience feature in development and test mode
Configuration menu - View commit details
-
Copy full SHA for 9e86b70 - Browse repository at this point
Copy the full SHA 9e86b70View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0f3375 - Browse repository at this point
Copy the full SHA e0f3375View commit details -
Add unix listener in .polypheny folder for all modes
The way the interface for the listener directly in the .polypheny folder is created still is sub-optimal, but it works for now. To create a UNIX socket, we first have to delete the previous sockets file. Unfortunately, this works even when the previous socket is still active being listened at. To prevent deleting and rebinding while another instance of Polypheny is using the path we do the following: Polypheny creates a file (the socket file name with ".lock" appended) and locks it exclusively. This exclusive lock gets released when the interface is destroyed or on process exit. That way no other Polypheny can bind to that path, while another instance is listening.
Configuration menu - View commit details
-
Copy full SHA for ce20d65 - Browse repository at this point
Copy the full SHA ce20d65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a91cf5 - Browse repository at this point
Copy the full SHA 1a91cf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b6e160 - Browse repository at this point
Copy the full SHA 9b6e160View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6b7294 - Browse repository at this point
Copy the full SHA b6b7294View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98dd862 - Browse repository at this point
Copy the full SHA 98dd862View commit details -
Configuration menu - View commit details
-
Copy full SHA for 069db55 - Browse repository at this point
Copy the full SHA 069db55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c2a1ec - Browse repository at this point
Copy the full SHA 8c2a1ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 310a32d - Browse repository at this point
Copy the full SHA 310a32dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d63b288 - Browse repository at this point
Copy the full SHA d63b288View commit details -
Configuration menu - View commit details
-
Copy full SHA for daa2369 - Browse repository at this point
Copy the full SHA daa2369View commit details -
Configuration menu - View commit details
-
Copy full SHA for e169c6c - Browse repository at this point
Copy the full SHA e169c6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc1f0fb - Browse repository at this point
Copy the full SHA cc1f0fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bde3f4 - Browse repository at this point
Copy the full SHA 0bde3f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c62d791 - Browse repository at this point
Copy the full SHA c62d791View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d2db46 - Browse repository at this point
Copy the full SHA 2d2db46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 627b49d - Browse repository at this point
Copy the full SHA 627b49dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ead805 - Browse repository at this point
Copy the full SHA 7ead805View commit details -
Authenticate users as Catalog.USER_NAME if their peer name matches th…
…e property user.name
Configuration menu - View commit details
-
Copy full SHA for 3fa7758 - Browse repository at this point
Copy the full SHA 3fa7758View commit details
Commits on Apr 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7436111 - Browse repository at this point
Copy the full SHA 7436111View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38d8e30 - Browse repository at this point
Copy the full SHA 38d8e30View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc14ec8 - Browse repository at this point
Copy the full SHA bc14ec8View commit details
Commits on Apr 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 86dcdd9 - Browse repository at this point
Copy the full SHA 86dcdd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93d526d - Browse repository at this point
Copy the full SHA 93d526dView commit details -
Configuration menu - View commit details
-
Copy full SHA for efb80bb - Browse repository at this point
Copy the full SHA efb80bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c47f005 - Browse repository at this point
Copy the full SHA c47f005View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5528d1a - Browse repository at this point
Copy the full SHA 5528d1aView commit details -
Remove synchronized sections for debugging
Tobias Hafner committedApr 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 5df9a2c - Browse repository at this point
Copy the full SHA 5df9a2cView commit details -
Merge remote-tracking branch 'origin/proto-without-grpc' into proto-w…
…ithout-grpc # Conflicts: # plugins/proto-interface/src/main/java/org/polypheny/db/protointerface/ClientManager.java # plugins/proto-interface/src/main/java/org/polypheny/db/protointerface/PIClient.java # plugins/proto-interface/src/main/java/org/polypheny/db/protointerface/PIService.java
Tobias Hafner committedApr 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 05bf1d8 - Browse repository at this point
Copy the full SHA 05bf1d8View commit details
Commits on Apr 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 89d684b - Browse repository at this point
Copy the full SHA 89d684bView commit details -
Merge branch 'proto-without-grpc' of github.com:polypheny/Polypheny-D…
…B into proto-without-grpc
Configuration menu - View commit details
-
Copy full SHA for c1dde0c - Browse repository at this point
Copy the full SHA c1dde0cView commit details
Commits on Apr 15, 2024
-
fix for binary in mongo media, fixes, added handling for statistics w…
…hen working with pig
Configuration menu - View commit details
-
Copy full SHA for 11c624d - Browse repository at this point
Copy the full SHA 11c624dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b13ad15 - Browse repository at this point
Copy the full SHA b13ad15View commit details
Commits on Apr 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d6e1be3 - Browse repository at this point
Copy the full SHA d6e1be3View commit details
Commits on Apr 17, 2024
-
Tobias Hafner committed
Apr 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 3e91019 - Browse repository at this point
Copy the full SHA 3e91019View commit details -
Tobias Hafner committed
Apr 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 3345101 - Browse repository at this point
Copy the full SHA 3345101View commit details -
Add null guards for non-null poly values being null during serialization
Tobias Hafner committedApr 17, 2024 Configuration menu - View commit details
-
Copy full SHA for ea7e383 - Browse repository at this point
Copy the full SHA ea7e383View commit details -
Tobias Hafner committed
Apr 17, 2024 Configuration menu - View commit details
-
Copy full SHA for a58e768 - Browse repository at this point
Copy the full SHA a58e768View commit details
Commits on Apr 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 698c094 - Browse repository at this point
Copy the full SHA 698c094View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58fcdb8 - Browse repository at this point
Copy the full SHA 58fcdb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6439e9 - Browse repository at this point
Copy the full SHA e6439e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for caa2255 - Browse repository at this point
Copy the full SHA caa2255View commit details -
Merge branch 'proto-without-grpc' of github.com:polypheny/Polypheny-D…
…B into proto-without-grpc
Configuration menu - View commit details
-
Copy full SHA for dfb6d37 - Browse repository at this point
Copy the full SHA dfb6d37View commit details
Commits on Apr 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 619fb04 - Browse repository at this point
Copy the full SHA 619fb04View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5e0288 - Browse repository at this point
Copy the full SHA f5e0288View commit details -
Configuration menu - View commit details
-
Copy full SHA for a220828 - Browse repository at this point
Copy the full SHA a220828View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3741bd1 - Browse repository at this point
Copy the full SHA 3741bd1View commit details -
Merge branch 'proto-without-grpc' of github.com:polypheny/Polypheny-D…
…B into proto-without-grpc
Configuration menu - View commit details
-
Copy full SHA for b0be702 - Browse repository at this point
Copy the full SHA b0be702View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c992e2 - Browse repository at this point
Copy the full SHA 0c992e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5b490c - Browse repository at this point
Copy the full SHA a5b490cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 941e249 - Browse repository at this point
Copy the full SHA 941e249View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98290e1 - Browse repository at this point
Copy the full SHA 98290e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2aab265 - Browse repository at this point
Copy the full SHA 2aab265View commit details -
Configuration menu - View commit details
-
Copy full SHA for b147cba - Browse repository at this point
Copy the full SHA b147cbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e61b56 - Browse repository at this point
Copy the full SHA 5e61b56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 971c8fa - Browse repository at this point
Copy the full SHA 971c8faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c3edaf - Browse repository at this point
Copy the full SHA 5c3edafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b059c0 - Browse repository at this point
Copy the full SHA 8b059c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a07a1b9 - Browse repository at this point
Copy the full SHA a07a1b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1ba3b4 - Browse repository at this point
Copy the full SHA a1ba3b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1bac07 - Browse repository at this point
Copy the full SHA a1bac07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a9ab6c - Browse repository at this point
Copy the full SHA 9a9ab6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 635c1c1 - Browse repository at this point
Copy the full SHA 635c1c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1c4178 - Browse repository at this point
Copy the full SHA f1c4178View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce0db61 - Browse repository at this point
Copy the full SHA ce0db61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76b91f2 - Browse repository at this point
Copy the full SHA 76b91f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1db701 - Browse repository at this point
Copy the full SHA f1db701View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccde81f - Browse repository at this point
Copy the full SHA ccde81fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae00081 - Browse repository at this point
Copy the full SHA ae00081View commit details -
Configuration menu - View commit details
-
Copy full SHA for f51ed37 - Browse repository at this point
Copy the full SHA f51ed37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8509969 - Browse repository at this point
Copy the full SHA 8509969View commit details
Commits on Apr 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 034d7a4 - Browse repository at this point
Copy the full SHA 034d7a4View commit details
Commits on Apr 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f81f3b9 - Browse repository at this point
Copy the full SHA f81f3b9View commit details
Commits on Apr 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b538ffa - Browse repository at this point
Copy the full SHA b538ffaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b339cb0 - Browse repository at this point
Copy the full SHA b339cb0View commit details
Commits on Apr 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 304c540 - Browse repository at this point
Copy the full SHA 304c540View commit details
Commits on Apr 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 23463d9 - Browse repository at this point
Copy the full SHA 23463d9View commit details -
Complete named value processor tests
Tobias Hafner committedApr 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 7ed34c8 - Browse repository at this point
Copy the full SHA 7ed34c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01a53e6 - Browse repository at this point
Copy the full SHA 01a53e6View commit details
Commits on Apr 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f5c1f42 - Browse repository at this point
Copy the full SHA f5c1f42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e446d0 - Browse repository at this point
Copy the full SHA 2e446d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c615ae - Browse repository at this point
Copy the full SHA 8c615aeView commit details
Commits on Apr 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 07eeeec - Browse repository at this point
Copy the full SHA 07eeeecView commit details -
Configuration menu - View commit details
-
Copy full SHA for be2f887 - Browse repository at this point
Copy the full SHA be2f887View commit details
Commits on Apr 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1270952 - Browse repository at this point
Copy the full SHA 1270952View commit details -
Configuration menu - View commit details
-
Copy full SHA for b483e3c - Browse repository at this point
Copy the full SHA b483e3cView commit details -
Tobias Hafner committed
Apr 30, 2024 Configuration menu - View commit details
-
Copy full SHA for 88d35db - Browse repository at this point
Copy the full SHA 88d35dbView commit details -
Merge remote-tracking branch 'origin/proto-without-grpc' into proto-w…
…ithout-grpc
Tobias Hafner committedApr 30, 2024 Configuration menu - View commit details
-
Copy full SHA for 3fde13b - Browse repository at this point
Copy the full SHA 3fde13bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4a6117 - Browse repository at this point
Copy the full SHA b4a6117View commit details
Commits on May 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 21bd24e - Browse repository at this point
Copy the full SHA 21bd24eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 821fb23 - Browse repository at this point
Copy the full SHA 821fb23View commit details -
Tobias Hafner committed
May 2, 2024 Configuration menu - View commit details
-
Copy full SHA for ac98211 - Browse repository at this point
Copy the full SHA ac98211View commit details -
Merge remote-tracking branch 'origin/proto-without-grpc' into proto-w…
…ithout-grpc
Tobias Hafner committedMay 2, 2024 Configuration menu - View commit details
-
Copy full SHA for b52bc3e - Browse repository at this point
Copy the full SHA b52bc3eView commit details
Commits on May 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7b7634c - Browse repository at this point
Copy the full SHA 7b7634cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15449a7 - Browse repository at this point
Copy the full SHA 15449a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 009ef06 - Browse repository at this point
Copy the full SHA 009ef06View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2edc98 - Browse repository at this point
Copy the full SHA e2edc98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a7876b - Browse repository at this point
Copy the full SHA 1a7876bView commit details
Commits on May 5, 2024
-
Tobias Hafner committed
May 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 63d73eb - Browse repository at this point
Copy the full SHA 63d73ebView commit details -
Tobias Hafner committed
May 5, 2024 Configuration menu - View commit details
-
Copy full SHA for cfb1dcd - Browse repository at this point
Copy the full SHA cfb1dcdView commit details -
Tobias Hafner committed
May 5, 2024 Configuration menu - View commit details
-
Copy full SHA for c109244 - Browse repository at this point
Copy the full SHA c109244View commit details -
Tobias Hafner committed
May 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 36dcf15 - Browse repository at this point
Copy the full SHA 36dcf15View commit details -
Tobias Hafner committed
May 5, 2024 Configuration menu - View commit details
-
Copy full SHA for cb4d31b - Browse repository at this point
Copy the full SHA cb4d31bView commit details -
Add compilation and version retrieval from prism package
Tobias Hafner committedMay 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 1cf1a29 - Browse repository at this point
Copy the full SHA 1cf1a29View commit details -
Tobias Hafner committed
May 5, 2024 Configuration menu - View commit details
-
Copy full SHA for b1f7dbc - Browse repository at this point
Copy the full SHA b1f7dbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e9fd59 - Browse repository at this point
Copy the full SHA 9e9fd59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9837b43 - Browse repository at this point
Copy the full SHA 9837b43View commit details
Commits on May 6, 2024
-
Tobias Hafner committed
May 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 563f7eb - Browse repository at this point
Copy the full SHA 563f7ebView commit details -
Merge remote-tracking branch 'origin/proto-without-grpc' into proto-w…
…ithout-grpc
Tobias Hafner committedMay 6, 2024 Configuration menu - View commit details
-
Copy full SHA for b1ee9c9 - Browse repository at this point
Copy the full SHA b1ee9c9View commit details -
Make custom type names consistent
Tobias Hafner committedMay 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 64fb91d - Browse repository at this point
Copy the full SHA 64fb91dView commit details -
Add unit tests for null sorting
Tobias Hafner committedMay 6, 2024 Configuration menu - View commit details
-
Copy full SHA for e356f41 - Browse repository at this point
Copy the full SHA e356f41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d50f35 - Browse repository at this point
Copy the full SHA 7d50f35View commit details
Commits on May 7, 2024
-
moved physical schema operations (ddls) to commit, after integrity ch…
…eck, fixed heisenbug in neo4j, bumped some versions
Configuration menu - View commit details
-
Copy full SHA for e0bc1b9 - Browse repository at this point
Copy the full SHA e0bc1b9View commit details
Commits on May 8, 2024
-
moved some copy and logistics code into commit actions to fix failing…
… partitioning/placement tests due to new integrity logic
Configuration menu - View commit details
-
Copy full SHA for 43c31ac - Browse repository at this point
Copy the full SHA 43c31acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 910be48 - Browse repository at this point
Copy the full SHA 910be48View commit details
Commits on May 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 10393b3 - Browse repository at this point
Copy the full SHA 10393b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2b4e6e - Browse repository at this point
Copy the full SHA b2b4e6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b7f386 - Browse repository at this point
Copy the full SHA 5b7f386View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64c0420 - Browse repository at this point
Copy the full SHA 64c0420View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3a4daa - Browse repository at this point
Copy the full SHA e3a4daaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d993897 - Browse repository at this point
Copy the full SHA d993897View commit details
Commits on May 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c379d5d - Browse repository at this point
Copy the full SHA c379d5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for abe981e - Browse repository at this point
Copy the full SHA abe981eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb77d06 - Browse repository at this point
Copy the full SHA fb77d06View commit details
Commits on May 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 74e67f3 - Browse repository at this point
Copy the full SHA 74e67f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d54be19 - Browse repository at this point
Copy the full SHA d54be19View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3e432c - Browse repository at this point
Copy the full SHA a3e432cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54b20bd - Browse repository at this point
Copy the full SHA 54b20bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3336e6e - Browse repository at this point
Copy the full SHA 3336e6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b9eba8 - Browse repository at this point
Copy the full SHA 3b9eba8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a81ad0 - Browse repository at this point
Copy the full SHA 4a81ad0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75ba8e7 - Browse repository at this point
Copy the full SHA 75ba8e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8183c31 - Browse repository at this point
Copy the full SHA 8183c31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90e2cc0 - Browse repository at this point
Copy the full SHA 90e2cc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5419e98 - Browse repository at this point
Copy the full SHA 5419e98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02ca9f0 - Browse repository at this point
Copy the full SHA 02ca9f0View commit details
Commits on May 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9c1776f - Browse repository at this point
Copy the full SHA 9c1776fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d98ae45 - Browse repository at this point
Copy the full SHA d98ae45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 590a6d4 - Browse repository at this point
Copy the full SHA 590a6d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81cbf83 - Browse repository at this point
Copy the full SHA 81cbf83View commit details -
Fix system functions retrieval
Tobias Hafner committedMay 15, 2024 Configuration menu - View commit details
-
Copy full SHA for dd6a71d - Browse repository at this point
Copy the full SHA dd6a71dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bf8001 - Browse repository at this point
Copy the full SHA 3bf8001View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8968c05 - Browse repository at this point
Copy the full SHA 8968c05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 380da62 - Browse repository at this point
Copy the full SHA 380da62View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8f2eb0 - Browse repository at this point
Copy the full SHA e8f2eb0View commit details -
Merge branch 'proto-without-grpc' of https://github.com/polypheny/Pol…
…ypheny-DB into proto-without-grpc
Configuration menu - View commit details
-
Copy full SHA for 7fde733 - Browse repository at this point
Copy the full SHA 7fde733View commit details -
Configuration menu - View commit details
-
Copy full SHA for bff41c3 - Browse repository at this point
Copy the full SHA bff41c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2633272 - Browse repository at this point
Copy the full SHA 2633272View commit details
Commits on May 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9197b77 - Browse repository at this point
Copy the full SHA 9197b77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9430d2d - Browse repository at this point
Copy the full SHA 9430d2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 665d503 - Browse repository at this point
Copy the full SHA 665d503View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9b3cff - Browse repository at this point
Copy the full SHA c9b3cffView commit details