Skip to content
Snippets Groups Projects
  1. Apr 20, 2021
  2. Apr 14, 2021
  3. Apr 13, 2021
  4. Apr 12, 2021
  5. Apr 09, 2021
  6. Apr 08, 2021
  7. Mar 31, 2021
  8. Mar 30, 2021
  9. Mar 25, 2021
  10. Mar 18, 2021
  11. Mar 09, 2021
    • Andrew Morgan's avatar
      Prevent the config-lint script erroring out on any sample_config changes (#9562) · 22db45bd
      Andrew Morgan authored
      I noticed that I'd occasionally have `scripts-dev/lint.sh` fail when messing about with config options in my PR. The script calls `scripts-dev/config-lint.sh`, which attempts some validation on the sample config.
      
       It does this by using `sed` to edit the sample_config, and then seeing if the file changed using `git diff`.
      
      The problem is: if you changed the sample_config as part of your commit, this script will error regardless.
      
      This PR attempts to change the check so that existing, unstaged changes to the sample_config will not cause the script to report an invalid file.
      22db45bd
  12. Feb 16, 2021
  13. Feb 10, 2021
  14. Jan 21, 2021
  15. Dec 11, 2020
  16. Nov 24, 2020
  17. Oct 29, 2020
  18. Oct 28, 2020
  19. 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. 
      654e239b
  20. Oct 07, 2020
  21. Sep 29, 2020
  22. Sep 18, 2020
  23. Sep 17, 2020
  24. Sep 04, 2020
  25. Sep 03, 2020
  26. Aug 26, 2020
  27. Aug 05, 2020
  28. Aug 04, 2020
    • Andrew Morgan's avatar
      Spruce up the check-newsfragment CI output (#8024) · 7cac9006
      Andrew Morgan authored
      This PR:
      
      * Reduces the amount of noise in the `check-newsfragment` CI output by hiding the dependency installation output by default.
      * Prints a link to the changelog/debian changelog section of the contributing guide if an error is found.
      7cac9006
  29. Jul 28, 2020
  30. Jul 20, 2020
  31. Jul 17, 2020
  32. 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.
      62b1ce85
  33. Jun 25, 2020
  34. Jun 16, 2020
Loading