1. 07 Feb, 2017 1 commit
  2. 11 Dec, 2016 1 commit
  3. 07 Dec, 2016 1 commit
  4. 05 Nov, 2016 1 commit
  5. 23 Oct, 2016 2 commits
  6. 17 Oct, 2016 1 commit
  7. 27 Aug, 2016 1 commit
  8. 21 Aug, 2016 2 commits
  9. 16 Aug, 2016 1 commit
  10. 12 Aug, 2016 5 commits
  11. 11 Aug, 2016 2 commits
  12. 08 Aug, 2016 2 commits
  13. 20 Jul, 2016 1 commit
  14. 21 Apr, 2016 1 commit
  15. 29 Jan, 2016 2 commits
  16. 22 Sep, 2015 1 commit
  17. 02 Jul, 2015 1 commit
  18. 31 May, 2015 1 commit
  19. 27 May, 2015 1 commit
  20. 21 May, 2015 2 commits
    • Ad Schellevis's avatar
      (mvc) improve API for array type model objects · ceda9d08
      Ad Schellevis authored
      Integrate uuid generation into the core of the model system so items are uniquely identified and can be directly accessed using their uuids.
      
      For example:
      // set recurring pipe item to 1001
      $model->setNodeByReference('pipes.pipe.86f19d48-bc91-4c70-a81c-e05cdd3a4372.queue', "1001");
      
      // echo the contents back
      echo $model->getNodeByReference('pipes.pipe.86f19d48-bc91-4c70-a81c-e05cdd3a4372.queue');
      ceda9d08
    • Ad Schellevis's avatar
      (mvc, base model) fix attribute copy · 69d4aa9f
      Ad Schellevis authored
      69d4aa9f
  21. 13 May, 2015 1 commit
  22. 12 May, 2015 1 commit
  23. 09 Apr, 2015 1 commit
  24. 04 Mar, 2015 2 commits
  25. 05 Feb, 2015 1 commit
  26. 03 Feb, 2015 1 commit
    • Ad Schellevis's avatar
      Added profile option to check_reload_status (configd), measured framework... · 9519de18
      Ad Schellevis authored
      Added profile option to check_reload_status (configd), measured framework overhead, current max processing for the daemon is about 6200 req/s on my macbook. ( limited by socket.accept, if needed we could implement another dispatch method in the future)
      
      Simple implementation to use the backend service from the frontend implemented.
      9519de18
  27. 01 Feb, 2015 1 commit
  28. 30 Jan, 2015 1 commit
  29. 29 Jan, 2015 1 commit