Skip to content
Snippets Groups Projects
  1. Mar 20, 2020
  2. Mar 12, 2020
  3. Mar 02, 2020
  4. Feb 20, 2020
  5. Jan 16, 2020
  6. Dec 20, 2019
  7. Dec 16, 2019
  8. Dec 11, 2019
  9. Nov 06, 2019
  10. Oct 09, 2019
  11. Oct 08, 2019
  12. Oct 07, 2019
  13. Oct 03, 2019
  14. Oct 01, 2019
  15. Sep 25, 2019
  16. Aug 15, 2019
  17. Jul 25, 2019
  18. Jul 02, 2019
    • Mayra Cabrera's avatar
      Includes logic to persist namespace statistics · dfdfa913
      Mayra Cabrera authored
      - Add two new ActiveRecord models:
        - RootNamespaceStoragestatistics will persist root namespace statistics
        - NamespaceAggregationSchedule will save information when a new update
      to the namespace statistics needs to be scheduled
      - Inject into UpdateProjectStatistics concern a new callback that will
      call an async job to insert a new row onto NamespaceAggregationSchedule
      table
      - When a new row is inserted a new job is scheduled. This job will
      update call an specific service to update the statistics and after that
      it will delete thee aggregated scheduled row
      - The RefresherServices makes heavy use of arel to build composable
      queries to update Namespace::RootStorageStatistics attributes.
      - Add an extra worker to traverse pending rows on
      NAmespace::AggregationSchedule table and schedule a worker for each one
      of this rows.
      - Add an extra worker to traverse pending rows on
      NAmespace::AggregationSchedule table and schedule a worker for each one
      of this rows
      dfdfa913
  19. Jun 25, 2019
    • Mayra Cabrera's avatar
      Add two new ActiveRecord models · bde41ee8
      Mayra Cabrera authored
      - Namespace::Storagestatistics will persist root namespace statistics
      - Namespace::AggregationSchedule will save information when a new update
      to the namespace statistics needs to be scheduled
      
      Both tables use 'namespace_id' as primary key
      bde41ee8
  20. May 29, 2019
  21. May 02, 2019
  22. Apr 30, 2019
  23. Apr 19, 2019
  24. Apr 05, 2019
  25. Apr 01, 2019
  26. Mar 12, 2019
  27. Dec 21, 2018
  28. Dec 06, 2018
  29. Dec 04, 2018
  30. Nov 05, 2018
  31. Oct 02, 2018
  32. Sep 06, 2018
  33. Jul 26, 2018
  34. Jul 25, 2018
  35. Jul 09, 2018
  36. Jun 26, 2018
  37. Jun 05, 2018
Loading