Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slight testing refactor #705

Merged
merged 48 commits into from
May 5, 2024
Merged

Slight testing refactor #705

merged 48 commits into from
May 5, 2024

Commits on Jun 2, 2023

  1. Slight testing refactor

    laraconda committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    cf99417 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. Adding pre-commit.

    laraconda committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    7608910 View commit details
    Browse the repository at this point in the history
  2. Apply couple suggestions from code review

    Co-authored-by: Jendrik Seipp <[email protected]>
    laraconda and jendrikseipp authored Jun 10, 2023
    Configuration menu
    Copy the full SHA
    de9e3e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Update pyproject.toml

    jendrikseipp authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    0d39e62 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    3344af3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    deb5a38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e483c9d View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Configuration menu
    Copy the full SHA
    8b6c03d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4460ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c10fac View commit details
    Browse the repository at this point in the history
  4. Add release date.

    jendrikseipp committed May 5, 2024
    Configuration menu
    Copy the full SHA
    5c39338 View commit details
    Browse the repository at this point in the history
  5. Update version.

    jendrikseipp committed May 5, 2024
    Configuration menu
    Copy the full SHA
    6f7363c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    16bda2e View commit details
    Browse the repository at this point in the history
  7. Update translations.

    jendrikseipp committed May 5, 2024
    Configuration menu
    Copy the full SHA
    0b0c546 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bccda98 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    186eb27 View commit details
    Browse the repository at this point in the history
  10. Update roadmap.

    jendrikseipp committed May 5, 2024
    Configuration menu
    Copy the full SHA
    1d89cdb View commit details
    Browse the repository at this point in the history
  11. Add a script to merge rednotebook files into a rednotebook (jendrikse…

    …ipp#687)
    
    This can be used to merge one rednotebook directory into another.
    
    ---------
    
    Signed-off-by: Simon Glass <[email protected]>
    Co-authored-by: Jendrik Seipp <[email protected]>
    sjg20 and jendrikseipp committed May 5, 2024
    Configuration menu
    Copy the full SHA
    d270c31 View commit details
    Browse the repository at this point in the history
  12. Fix style.

    jendrikseipp committed May 5, 2024
    Configuration menu
    Copy the full SHA
    23538d5 View commit details
    Browse the repository at this point in the history
  13. Add acknowledgment.

    jendrikseipp committed May 5, 2024
    Configuration menu
    Copy the full SHA
    bd0e25a View commit details
    Browse the repository at this point in the history
  14. rednotebook_merge: Avoid duplicate data when merging

    It is useful to be able to merge notebooks regularly across multiple
    machines. The existing script adds the new material again, even if a
    previous merge already added it.
    
    Add a check for this, so that repeated merging will not create lots of
    duplicate text.
    
    Also include a summary of what happened and mention a script dependency.
    
    Signed-off-by: Simon Glass <[email protected]>
    sjg20 authored and jendrikseipp committed May 5, 2024
    Configuration menu
    Copy the full SHA
    0a03d00 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ed98c36 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    31f5e5c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f979ce7 View commit details
    Browse the repository at this point in the history
  18. Prepare for release.

    jendrikseipp committed May 5, 2024
    Configuration menu
    Copy the full SHA
    b55c78f View commit details
    Browse the repository at this point in the history
  19. Update version.

    jendrikseipp committed May 5, 2024
    Configuration menu
    Copy the full SHA
    16ff287 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1d872fc View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a8cbe6b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    fd06c62 View commit details
    Browse the repository at this point in the history
  23. Bump pyinstaller from 5.0 to 5.13.1 in /win (jendrikseipp#737)

    * Bump pyinstaller from 5.0 to 5.13.1 in /win
    
    Co-authored-by: Jendrik Seipp <[email protected]>
    dependabot[bot] and jendrikseipp committed May 5, 2024
    Configuration menu
    Copy the full SHA
    6fb0c07 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    6bf93fb View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    70d735c View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    a78fcd5 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    0182b53 View commit details
    Browse the repository at this point in the history
  28. Allow hashtags that start with (but are longer than) hex color codes …

    …and preprocessor directives (fixes jendrikseipp#738).
    jendrikseipp committed May 5, 2024
    Configuration menu
    Copy the full SHA
    deaed88 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    287c494 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    703c02d View commit details
    Browse the repository at this point in the history
  31. Add release date.

    jendrikseipp committed May 5, 2024
    Configuration menu
    Copy the full SHA
    de7d2e7 View commit details
    Browse the repository at this point in the history
  32. Fix regex.

    jendrikseipp committed May 5, 2024
    Configuration menu
    Copy the full SHA
    4ad27d5 View commit details
    Browse the repository at this point in the history
  33. Update version.

    jendrikseipp committed May 5, 2024
    Configuration menu
    Copy the full SHA
    90c3fef View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    8f87232 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    89bb86f View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    1bfbe6d View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    2df33da View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    38a4b4a View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    0462b42 View commit details
    Browse the repository at this point in the history
  40. Fix style.

    jendrikseipp committed May 5, 2024
    Configuration menu
    Copy the full SHA
    e2e1dea View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    a6fbbf8 View commit details
    Browse the repository at this point in the history