User Details
- User Since
- Mar 1 2021, 11:29 AM (194 w, 3 d)
Jun 24 2021
update a test
May 7 2021
remove unecessered line on test_api_client
fix typo and errors
May 6 2021
change commit name
squash commits
- add all possible values for the request
May 4 2021
fix argument in Entry and Traversal + an assert in test_api_client
squash commits
conflicts merge fixed
fix diff
- fix comment
Apr 28 2021
rebase and add comments and examples in NodeFiltering class
- add comments and examples in NodeFiltering class
Apr 26 2021
Apr 23 2021
add comment and examples of queries
adding comments, tests, and fix code style
change commit name
Apr 22 2021
squash
- max_edges argument was missing
Apr 21 2021
- add the maxEdges parameter for leaves and neighbors endpoints
Apr 20 2021
squash
maxEdges is now a Traversal parameter
Apr 16 2021
squashing of commits
I fixed the unit tests that didn't work because of the default argument value of max_edges (it was None instead of 0) in graph.py
add an anti-Dos limit for edges traversed as a query parameter
fix + rebase
rebase
Apr 15 2021
I'm not sure how to fix this problem. I just update the code and used "arc diff update..." etc
Apr 14 2021
'max_edges' have now a default value (0 for no limit) which allow to simplify the java code
1/ So for the "filter that applies to visits that return nodes one by one" part, we are talking about: neighbors, walk, visit/nodes only?
2/ the filter is a query parameter I guess?
Apr 13 2021
Apr 8 2021
I have two questions to make sure I understand well :
Apr 6 2021
complete the task on the right server and add tests
I thought we should group the code by endpoint type, all the "get" endpoints without arguments between them (we can consider them as default cases), as well as the "before" endpoints and the "get" endpoints with detailed arguments that were already coded. I may be wrong