Skip to content
Snippets Groups Projects
  1. Mar 21, 2017
  2. Mar 17, 2017
  3. Mar 16, 2017
  4. Mar 15, 2017
    • Vytor Calixto's avatar
      Add simulation/time (UC301) · ad2eb970
      Vytor Calixto authored
      Route /api/v1/simulation/time exists and works with parameter max_time
      
      * Example route: `/api/v1/simulation/time?max_time=10`
      * Return value: {"result": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]}
      
      If no value is specified in max_time, an error is returned
      ad2eb970
  5. Mar 07, 2017
  6. Mar 06, 2017
  7. Feb 20, 2017
  8. Feb 02, 2017
  9. Feb 01, 2017
  10. Jan 18, 2017
  11. Jan 16, 2017
  12. Jan 13, 2017
  13. Jan 10, 2017
  14. Dec 09, 2016
  15. Dec 08, 2016
  16. Dec 05, 2016
  17. Dec 02, 2016
  18. Nov 28, 2016
  19. Nov 21, 2016
  20. Nov 09, 2016
  21. Nov 08, 2016
  22. Nov 07, 2016
  23. Nov 04, 2016
  24. Nov 01, 2016
  25. Oct 31, 2016
    • João Victor Tozatti Risso's avatar
      Refactor location module to include response formatting · 1179684a
      João Victor Tozatti Risso authored
      
      * Move concurrent query execution into dbExecAll function
      * Add custom response formatting through route labels. For each query in the set, there is an associated label, which will then be used to identify the corresponding result in the response JSON object. For example:
      	- labels = [ "a", "b" ]
      	- querySet = [ squel.select().from('y'), squel.select().from('x') ]
      	- response = { "result" : { "a" : { // result for query a }, "b" : { //result for query b } }
      
      Signed-off-by: default avatarJoão Victor Tozatti Risso <jvtr12@inf.ufpr.br>
      1179684a
  26. Oct 28, 2016
Loading