Skip to content
Snippets Groups Projects
  1. Mar 21, 2022
  2. Mar 12, 2022
    • Claire's avatar
      Update fix-duplicates maintenance task (#17731) · 642528f4
      Claire authored
      * Update fix-duplicates task to 2022_02_10_153119
      
      Also add support for Appeal to AccountMerging#merge_with!
      
      * Update fix-duplicates task to 2022_03_07_094650
      
      * Update fix-duplicates task to 2022_03_09_213005
      
      * Update fix-duplicates task to 2022_03_07_083603
      
      * Update fix-duplicates task to 2022_03_10_060626
      
      * Update fix-duplicates script to 2022_03_07_083603
      
      * Update fix-duplicates task to 2022_03_10_060706
      
      * Update fix-duplicates task to 2022_03_10_060959
      
      * Silence CodeClimate
      642528f4
  3. Feb 24, 2022
    • Eugen Rochko's avatar
      Add trending statuses (#17431) · 27965ce5
      Eugen Rochko authored
      * Add trending statuses
      
      * Fix dangling items with stale scores in localized sets
      
      * Various fixes and improvements
      
      - Change approve_all/reject_all to approve_accounts/reject_accounts
      - Change Trends::Query methods to not mutate the original query
      - Change Trends::Query#skip to offset
      - Change follow recommendations to be refreshed in a transaction
      
      * Add tests for trending statuses filtering behaviour
      
      * Fix not applying filtering scope in controller
      27965ce5
  4. Jan 07, 2021
    • abcang's avatar
      Fix rubocop config and warnings (#15503) · efffdd37
      abcang authored
      * disable NewCops
      
      * update TargetRubyVersion
      
      * Fix Lint/MissingSuper for ActiveModelSerializers::Model
      
      * Fix Lint/MissingSuper for feed
      
      * Fix Lint/FloatComparison
      
      * Do not use instance variables
      efffdd37
  5. Sep 01, 2020
  6. Jul 14, 2020
  7. May 10, 2020
  8. Dec 02, 2019
  9. Jun 06, 2019
  10. Jun 04, 2019
  11. Mar 28, 2019
  12. Sep 14, 2018
    • Eugen Rochko's avatar
      Move more tasks to tootctl (#8675) · 6a3f9b7e
      Eugen Rochko authored
      * Move more tasks to tootctl
      
      - tootctl feeds build
      - tootctl feeds clear
      - tootctl accounts refresh
      
      Clean up exit codes and help messages
      
      * Move user modifying to tootctl
      
      * Improve user modification through CLI, rename commands
      
      add -> create
      mod -> modify
      del -> delete
      
      To remove ambiguity
      
      * Fix code style issues
      
      * Fix not being able to unset admin/mod role
      6a3f9b7e
  13. Aug 26, 2018
  14. Aug 13, 2018
  15. Jun 04, 2018
  16. Aug 26, 2017
  17. Jul 31, 2017
  18. Jun 08, 2017
  19. Jun 01, 2017
  20. May 25, 2017
    • Matt Jankowski's avatar
      Disable the Rubocop Style/GuardClause cop (#3316) · 62677596
      Matt Jankowski authored
      There are many spots throughout the codebase which are showing as covered by
      specs in the simplecov output -- but which are not actually run, because they
      are on the same line as a guard clause.
      
      I plan on fixing some of these issues, but don't want to keep triggering this
      rubocop style violation.
      
      My preference would be that we use the PR review process to identify places
      where a guard clause might be appropriate, but that we leave this cop turned off
      by default.
      62677596
  21. May 01, 2017
    • yhirano's avatar
      Fix Rubocop offences (#2630) · 3988f2da
      yhirano authored
      * disable Bundler/OrderedGems
      
      * fix rubocop Lint/UselessAssignment
      
      * fix rubocop Style/BlockDelimiters
      
      * fix rubocop Style/AlignHash
      
      * fix rubocop Style/AlignParameters, Style/EachWithObject
      
      * fix rubocop Style/SpaceInLambdaLiteral
      3988f2da
  22. Apr 29, 2017
    • yhirano's avatar
      Downgrade rubocop 0.48.1 => 0.46.0 (#2628) · 8325866c
      yhirano authored
      * downgrade rubocop 0.48.1 => 0.46.0
      
      * exclude vendor/**/* from rubocop target files
      
      * add frozen_string_literal comment line
      
      * fix percent literal delimited by ( and )
      
      * fix alignment
      
      * remove comment disabling unknown cop
      8325866c
  23. Jan 15, 2017
  24. Dec 29, 2016
  25. Nov 15, 2016
  26. Oct 22, 2016
  27. Sep 29, 2016
Loading