Skip to content
Snippets Groups Projects
  1. Jul 27, 2021
  2. Jul 12, 2021
  3. Jun 23, 2021
  4. Jun 22, 2021
  5. Jun 08, 2021
    • Dan Callahan's avatar
      Name release branches just after major.minor (#10013) · 7dc14730
      Dan Callahan authored
      
      With the prior format, 1.33.0 / 1.33.1 / 1.33.2 got separate branches:
      
          release-v1.33.0
          release-v1.33.1
          release-v1.33.2
      
      Under the new model, all three would share a common branch:
      
          release-v1.33
      
      As before, RCs and actual releases exist as tags on these branches.
      
      This better reflects our support model, e.g., that the "1.33" series had
      a formal release followed by two patches / updates.
      
      Signed-off-by: default avatarDan Callahan <danc@element.io>
      7dc14730
  6. May 27, 2021
  7. May 24, 2021
  8. May 14, 2021
  9. May 12, 2021
  10. May 07, 2021
  11. Apr 30, 2021
  12. Apr 20, 2021
  13. Apr 14, 2021
  14. Apr 13, 2021
  15. Apr 12, 2021
  16. Apr 09, 2021
  17. Apr 08, 2021
  18. Mar 31, 2021
  19. Mar 30, 2021
  20. Mar 25, 2021
  21. Mar 18, 2021
  22. 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
  23. Feb 16, 2021
  24. Feb 10, 2021
  25. Jan 21, 2021
  26. Dec 11, 2020
  27. Nov 24, 2020
  28. Oct 29, 2020
  29. Oct 28, 2020
  30. 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
  31. Oct 07, 2020
  32. Sep 29, 2020
  33. Sep 18, 2020
Loading