Skip to content
Snippets Groups Projects
  1. Jan 21, 2021
  2. Dec 11, 2020
  3. Nov 24, 2020
  4. Oct 29, 2020
  5. Oct 28, 2020
  6. Oct 15, 2020
    • Andrew Morgan's avatar
      Add option to scripts-dev/lint.sh to only lint files changed since the last git commit (#8472) · 654e239b
      Andrew Morgan authored
      This PR makes several changes to the `./scripts-dev/lint.sh` script, which lints the codebase with a number of tools:
      
      * Adds usage information, with `-h` flag to show it. Otherwise it will show when providing an unknown flag.
      * Adds option `-d` which will check both staged and unstaged files that have changed since the last commit and add them to the list of files to lint.
        - Note that only files without an extension, or with a `.py` extension will be allowed. This prevents editing bash scripts causing the linters to break on non-python files.
      * Improves the print-out of which files/directories are being linted. 
      Unverified
      654e239b
  7. Oct 07, 2020
  8. Sep 29, 2020
  9. Sep 18, 2020
  10. Sep 17, 2020
  11. Sep 04, 2020
  12. Sep 03, 2020
  13. Aug 26, 2020
  14. Aug 05, 2020
  15. Aug 04, 2020
  16. Jul 28, 2020
  17. Jul 20, 2020
  18. Jul 17, 2020
  19. Jul 05, 2020
    • Will Hunt's avatar
      isort 5 compatibility (#7786) · 62b1ce85
      Will Hunt authored
      The CI appears to use the latest version of isort, which is a problem when isort gets a major version bump. Rather than try to pin the version, I've done the necessary to make isort5 happy with synapse.
      Unverified
      62b1ce85
  20. Jun 25, 2020
  21. Jun 16, 2020
  22. Jun 03, 2020
  23. May 20, 2020
  24. May 19, 2020
  25. May 15, 2020
  26. Feb 21, 2020
  27. Feb 12, 2020
  28. Jan 21, 2020
    • Brendan Abolivier's avatar
      Port synapse_port_db to async/await (#6718) · 07124d02
      Brendan Abolivier authored
      * Raise an exception if there are pending background updates
      
      So we return with a non-0 code
      
      * Changelog
      
      * Port synapse_port_db to async/await
      
      * Port update_database to async/await
      
      * Add version string to mocked homeservers
      
      * Remove unused imports
      
      * Convert overseen bits to async/await
      
      * Fixup logging contexts
      
      * Fix imports
      
      * Add a way to print an error without raising an exception
      
      * Incorporate review
      Unverified
      07124d02
  29. Jan 03, 2020
  30. Dec 18, 2019
  31. Dec 11, 2019
  32. Dec 10, 2019
  33. Dec 05, 2019
  34. Dec 04, 2019
  35. Nov 06, 2019
  36. Nov 01, 2019
  37. Oct 30, 2019
Loading