Skip to content
Snippets Groups Projects
  1. Aug 25, 2021
  2. Aug 23, 2021
  3. Aug 20, 2021
  4. Aug 17, 2021
  5. Aug 11, 2021
  6. Aug 10, 2021
    • Shlee's avatar
      NodeJS 14 support - circleci/docker/.nvmrc (#16163) · 229f5d16
      Shlee authored
      * Update config.yml
      
      * Update Dockerfile
      
      * Update .nvmrc
      
      * Update Dockerfile
      
      * NodeJS 10 is EOL.
      
      * Update package.json
      
      * Update README.md
      
      * Update Vagrantfile
      
      * Update Dockerfile
      
      * Update Dockerfile
      229f5d16
  7. Aug 09, 2021
    • Claire's avatar
      Add feature to automatically delete old toots (#16529) · 4ac78e2a
      Claire authored
      * Add account statuses cleanup policy model
      
      * Record last inspected toot to delete to speed up successive calls to statuses_to_delete
      
      * Add service to cleanup a given account's statuses within a budget
      
      * Add worker to go through account policies and delete old toots
      
      * Fix last inspected status id logic
      
      All existing statuses older or equal to last inspected status id must be
      kept by the current policy. This is an invariant that must be kept so that
      resuming deletion from the last inspected status remains sound.
      
      * Add tests
      
      * Refactor scheduler and add tests
      
      * Add user interface
      
      * Add support for discriminating based on boosts/favs
      
      * Add UI support for min_reblogs and min_favs, rework UI
      
      * Address first round of review comments
      
      * Replace Snowflake#id_at_start with with_random parameter
      
      * Add tests
      
      * Add tests for StatusesCleanupController
      
      * Rework settings page
      
      * Adjust load-avoiding mechanisms
      
      * Please CodeClimate
      4ac78e2a
    • Claire's avatar
      Bump sanitize from 5.2.3 to 6.0.0 (#16580) · 432e3d1e
      Claire authored
      Fixes nokogumbo/nokogiri conflicts by dropping the nokogumbo gem, as it has
      been merged in the nokogiri gem.
      432e3d1e
Loading