1. 78c6593 Let pylint validate the import order by Borjan Tchakaloff · 6 years ago
  2. 7a70e55 Switch to tox by Borjan Tchakaloff · 6 years ago
  3. fe5f25c Extend crashreport dummy data by Borjan Tchakaloff · 6 years ago
  4. 0b3a48e Add constants for boot reasons by Franz-Xaver Geiger · 6 years ago
  5. fa134bd Restrict the statistics access to staff members by Borjan Tchakaloff · 6 years ago
  6. 1db45c7 Introduce REST endpoints for radio version models by Borjan Tchakaloff · 6 years ago
  7. 227b431 Factor REST handlers to prepare for radio versions by Borjan Tchakaloff · 6 years ago
  8. 185a006 Expose RadioVersion and RadioVersionDaily in admin area by Borjan Tchakaloff · 6 years ago
  9. 6fbd6e8 Create virtual environment in .venv subfolder by Mitja Nikolaus · 6 years ago
  10. c6c2ef9 Change paths in settings to be irrespective of user name by Mitja Nikolaus · 6 years ago
  11. 930d67f Add setup and branching description to README.md by Mitja Nikolaus · 6 years ago
  12. 6f3264f Merge branch 'fix-HIC-98' into 'master' by Teemu Hukkanen · 6 years ago
  13. 4d022d5 Reorder imports by Franz-Xaver Geiger · 6 years ago
  14. 67504d0 Use auto generated URLs by Franz-Xaver Geiger · 6 years ago
  15. 3340e48 Use the real new item identifiers by Borjan Tchakaloff · 6 years ago
  16. ec814a7 Clean-up tests by Borjan Tchakaloff · 6 years ago
  17. 2ddbd77 Remove authentication with magic strings by Franz-Xaver Geiger · 6 years ago
  18. d612fd2 Remove test_ prefix from methods called by other tests by Franz-Xaver Geiger · 6 years ago
  19. bb5db3f Merge branch 'add-api-documentation' into 'master' by Maarten Derks · 6 years ago
  20. c7bfe28 Create API endpoint documentation with swagger2markup by Franz-Xaver Geiger · 6 years ago
  21. d3f2328 Add OpenAPI JSON representation of Hiccup API by Franz-Xaver Geiger · 6 years ago
  22. 26fb80c Start API documentation by Franz-Xaver Geiger · 6 years ago
  23. 86026d1 Merge branch 'fix-internal-server-errors' into 'master' by Teemu Hukkanen · 6 years ago
  24. 340b6f3 Set the default timezone to UTC for every incoming timestamp by Borjan Tchakaloff · 6 years ago
  25. 866f75e Catch naive date-time transformation to timezone-aware date failures by Borjan Tchakaloff · 6 years ago
  26. 772ae65 HACK: Disable receive hooks in 'crashreport_stats' by Franz-Xaver Geiger · 6 years ago
  27. a836f2a Merge branch 'fix-internal-server-errors' into 'master' by Borjan Tchakaloff · 6 years ago
  28. 69909c9 Enable logging to file by Franz-Xaver Geiger · 6 years ago
  29. d994335 Fix internal server errors on device creation by Franz-Xaver Geiger · 6 years ago
  30. e41fa52 Merge branch 'fix-date-range' into 'master' by Teemu Hukkanen · 6 years ago
  31. ad101d1 Fix the device history graph date range by Borjan Tchakaloff · 6 years ago
  32. 8e19543 Merge branch 'radio-version' into 'master' by Teemu Hukkanen · 6 years ago
  33. 08974d6 Introduce the statistical models for the radio version by Borjan Tchakaloff · 6 years ago
  34. 01e102c Factor the models to prepare for new ones related to the radio version by Borjan Tchakaloff · 6 years ago
  35. 869cf92 Validate the presence of the radio_version field in heartbeats and crashreports by Borjan Tchakaloff · 6 years ago
  36. 6f239a6 Extend the heartbeat and crashreport models with the radio version by Borjan Tchakaloff · 6 years ago
  37. 3412161 Merge branch 'wip/searchable_uuids/dirk' into 'master' by Borjan Tchakaloff · 6 years ago
  38. 571168c Add status endpoint for monitoring by Dirk Vogt · 6 years ago
  39. 1e8eb12 Fix: Don't use fixed UUID for psql device report query by Dirk Vogt · 6 years ago
  40. a683ad5 Map likely device boot reason to actual reboot reason by Dirk Vogt · 6 years ago
  41. 5c44804 Add daterangepicker to Device Report Chart by Dirk Vogt · 6 years ago
  42. 7439ee7 Add board date to device information by Dirk Vogt · 6 years ago
  43. c9916ef Limit version chart to the last 3 months by Dirk Vogt · 6 years ago
  44. 38f606c Fix device Update History for PostrgreSQL by Dirk Vogt · 6 years ago
  45. b0b8b51 Add ability to search for UUIDs by Dirk Vogt · 6 years ago
  46. fdf9b72 Add link to version overview on device page by Dirk Vogt · 6 years ago
  47. 8e4fe81 add tools to migrate db to psql by Dirk Vogt · 7 years ago
  48. b8d16ae Add small benchmark script by Dirk Vogt · 7 years ago
  49. 0e565a7 Add querys that actually work with psql by Dirk Vogt · 7 years ago
  50. 6353a7f Order versiondaily statistics by date by Dirk Vogt · 7 years ago
  51. 699acc2 Load google charts before calling into it by Dirk Vogt · 7 years ago
  52. a801f77 Minor Bugfixes by Dirk Vogt · 7 years ago
  53. 1accb67 Add version overview page by Dirk Vogt · 7 years ago
  54. a10db9d Add stability data to update history by Dirk Vogt · 7 years ago
  55. 9991501 update requirements by Dirk Vogt · 7 years ago
  56. 8e65615 Fix test cases by Dirk Vogt · 7 years ago
  57. 57a615d add google oauth2 by Dirk Vogt · 7 years ago
  58. 62ff7f2 Add crashreports stats project by Dirk Vogt · 7 years ago
  59. b52c8e7 remove stats endpoint from crashreports project by Dirk Vogt · 7 years ago
  60. 83107df Add device stats endpoint and add indices to db models by Dirk Vogt · 7 years ago
  61. e922ef8 Remove not needed files by Dirk Vogt · 7 years ago
  62. f3662f6 Change permission for Device endpoints by Dirk Vogt · 7 years ago
  63. 7c5f7cc HIC-51: register device, logfile and heartbeat model to admin by Dirk Vogt · 7 years ago
  64. d7cc231 HIC-50: Add upload directory to gitignore by Dirk Vogt · 7 years ago
  65. 7603a7a Store board date and chipset properly by Dirk Vogt · 7 years ago
  66. b416a8a add local_settings to gitignore by Dirk Vogt · 7 years ago
  67. d8b956b Allow for local settings. by Dirk Vogt · 7 years ago
  68. 4ccad9e Start over with requirements by Dirk Vogt · 7 years ago
  69. bb671b8 remove unused package from requirements by Dirk Vogt · 7 years ago
  70. a268f0c Update requirements.txt by Dirk Vogt · 7 years ago
  71. eda80d3 Fix upload filename length, add created_at field. by Dirk Vogt · 7 years ago
  72. 3663569 Use proper Status code in tests| ADD Logfile upload by Dirk Vogt · 8 years ago
  73. 0d9d5d2 added test and fixed bug for retrieve by device_local_id by Dirk Vogt · 8 years ago
  74. e178488 Add Lookup for crashreports by device and id by Dirk Vogt · 8 years ago
  75. 67eb148 WIP: add logfile and local IDs by Dirk Vogt · 8 years ago
  76. 7160b5e Add Logfile upload endpoint by Dirk Vogt · 8 years ago
  77. c9e10ab Add proper permission checks for crashreports and heartbeats by Dirk Vogt · 8 years ago
  78. f2a3342 towards version 0.2 by Dirk Vogt · 8 years ago
  79. f5a1553 Add 1.7.1 overview page by Dirk Vogt · 8 years ago
  80. 95d575c Fix backward compatibility by Dirk Vogt · 8 years ago
  81. 05218ef Enable serving of crashreport logfiles. by Dirk Vogt · 8 years ago
  82. 1433f7c add report type field and App version fields by Dirk Vogt · 8 years ago
  83. 3b409f3 load jquery from local source by Dirk Vogt · 8 years ago
  84. 797400d FIX: add view by Dirk Vogt · 8 years ago
  85. d134521 Add hiccup statistic page by Dirk Vogt · 8 years ago
  86. ed7b72d psensor: Add appVersion to model by Dirk Vogt · 8 years ago
  87. 20539e5 Local configuration for lxc-crash by Dirk Vogt · 8 years ago
  88. 965ac76 Change URLS to compensate for proxying from ba by Dirk Vogt · 8 years ago
  89. 47d80ba Add P-sensor API by Dirk Vogt · 8 years ago
  90. f130c75 Initial commit. by Dirk Vogt · 8 years ago