Skip to content
Snippets Groups Projects
  1. Feb 20, 2020
  2. Jan 16, 2020
  3. Dec 20, 2019
  4. Dec 16, 2019
  5. Dec 11, 2019
  6. Nov 06, 2019
  7. Oct 09, 2019
  8. Oct 08, 2019
  9. Oct 07, 2019
  10. Oct 03, 2019
  11. Oct 01, 2019
  12. Sep 25, 2019
  13. Aug 15, 2019
  14. Jul 25, 2019
  15. 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
  16. 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
  17. May 29, 2019
  18. May 02, 2019
  19. Apr 30, 2019
  20. Apr 19, 2019
  21. Apr 05, 2019
  22. Apr 01, 2019
  23. Mar 12, 2019
  24. Dec 21, 2018
  25. Dec 06, 2018
  26. Dec 04, 2018
  27. Nov 05, 2018
  28. Oct 02, 2018
  29. Sep 06, 2018
  30. Jul 26, 2018
  31. Jul 25, 2018
  32. Jul 09, 2018
  33. Jun 26, 2018
  34. Jun 05, 2018
  35. May 04, 2018
  36. Apr 25, 2018
  37. Mar 21, 2018
Loading