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

feature: automate tagging an releasing #81

Merged
merged 143 commits into from
May 20, 2024
Merged

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    5b10500 View commit details
    Browse the repository at this point in the history
  2. debugging release job

    j-i-l committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    95772b4 View commit details
    Browse the repository at this point in the history
  3. using r-container to publish

    j-i-l committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    af5d841 View commit details
    Browse the repository at this point in the history
  4. fixing denied on docker pull

    j-i-l committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    e3d2a12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e5b5a62 View commit details
    Browse the repository at this point in the history
  6. feature: automated release

    j-i-l committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    7a1436f View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    2946ec4 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. allow label creation to fail

    j-i-l committed May 12, 2024
    Configuration menu
    Copy the full SHA
    6ba4ab4 View commit details
    Browse the repository at this point in the history
  2. initiation for version release

    j-i-l committed May 12, 2024
    Configuration menu
    Copy the full SHA
    7b96023 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9f3ac6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0bcf2be View commit details
    Browse the repository at this point in the history
  5. streamlinging version release

    j-i-l committed May 12, 2024
    Configuration menu
    Copy the full SHA
    8cb272a View commit details
    Browse the repository at this point in the history
  6. Remove redundant file

    j-i-l committed May 12, 2024
    Configuration menu
    Copy the full SHA
    24ef7a2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f5a606e View commit details
    Browse the repository at this point in the history
  8. fix: typeo in running condition

    j-i-l committed May 12, 2024
    Configuration menu
    Copy the full SHA
    fd35a13 View commit details
    Browse the repository at this point in the history
  9. renaming some worklfows

    j-i-l committed May 12, 2024
    Configuration menu
    Copy the full SHA
    0f36156 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    65e5a32 View commit details
    Browse the repository at this point in the history
  11. attach build package to release

    j-i-l committed May 12, 2024
    Configuration menu
    Copy the full SHA
    b1d5cdc View commit details
    Browse the repository at this point in the history
  12. minor cleanup

    j-i-l committed May 12, 2024
    Configuration menu
    Copy the full SHA
    92ff98d View commit details
    Browse the repository at this point in the history
  13. adapting the enforce worklfow

    j-i-l committed May 12, 2024
    Configuration menu
    Copy the full SHA
    760f500 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5a83ba3 View commit details
    Browse the repository at this point in the history
  15. adding development run

    j-i-l committed May 12, 2024
    Configuration menu
    Copy the full SHA
    4ef0fef View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7ed55b8 View commit details
    Browse the repository at this point in the history
  17. typeo

    j-i-l committed May 12, 2024
    Configuration menu
    Copy the full SHA
    e5c17e4 View commit details
    Browse the repository at this point in the history
  18. formatting fixed

    j-i-l committed May 12, 2024
    Configuration menu
    Copy the full SHA
    be88c9b View commit details
    Browse the repository at this point in the history
  19. simplify condition

    j-i-l committed May 12, 2024
    Configuration menu
    Copy the full SHA
    8e4c47e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    674cf98 View commit details
    Browse the repository at this point in the history
  21. cleaning up

    j-i-l committed May 12, 2024
    Configuration menu
    Copy the full SHA
    1103b40 View commit details
    Browse the repository at this point in the history
  22. writing lists of files

    j-i-l committed May 12, 2024
    Configuration menu
    Copy the full SHA
    be414cf View commit details
    Browse the repository at this point in the history
  23. running tests always

    j-i-l committed May 12, 2024
    Configuration menu
    Copy the full SHA
    ab54319 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    330ce2c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e734917 View commit details
    Browse the repository at this point in the history
  26. slightly better naming

    j-i-l committed May 12, 2024
    Configuration menu
    Copy the full SHA
    6b25f0f View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. 26 tests tracking memory usage the slow pipeline (#89)

    * startied with slow check using gct and valgrind
    
    * syntax fix in setenv
    
    * bug fix; forgot interpreter
    
    * running with gct only
    
    * typo in Rshell
    
    * build with flags; adding single file test
    
    * fixing formatting
    
    * docker is root anyways
    
    * adding TODO for #81
    
    * adding the on label memory check workflow
    
    * adding conditional check workflow
    
    * adding the matrix strategy and proper tests
    
    * fixing memory test jobs
    
    * cleaning up; do not fail fast
    
    * Adding some info about running memory checks
    
    * using newer test_ative_file
    
    * passing file as string
    
    * drop unneeded constraint
    
    * fixing condition checks
    
    * adding origins tracking
    j-i-l committed May 13, 2024
    Configuration menu
    Copy the full SHA
    8a8b2df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43b5e0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a42680 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. updating version and date

    j-i-l committed May 16, 2024
    Configuration menu
    Copy the full SHA
    620fa00 View commit details
    Browse the repository at this point in the history
  2. declare source

    j-i-l committed May 16, 2024
    Configuration menu
    Copy the full SHA
    979fc0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94a28eb View commit details
    Browse the repository at this point in the history
  4. first check what label was used

    j-i-l committed May 16, 2024
    Configuration menu
    Copy the full SHA
    82d63e5 View commit details
    Browse the repository at this point in the history
  5. fixing wrong label names

    j-i-l committed May 16, 2024
    Configuration menu
    Copy the full SHA
    7168646 View commit details
    Browse the repository at this point in the history
  6. better starting condition check

    j-i-l committed May 16, 2024
    Configuration menu
    Copy the full SHA
    08746c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    19df026 View commit details
    Browse the repository at this point in the history
  8. fixing wrong target label

    j-i-l committed May 16, 2024
    Configuration menu
    Copy the full SHA
    dbf9e07 View commit details
    Browse the repository at this point in the history
  9. simplify label check

    j-i-l committed May 16, 2024
    Configuration menu
    Copy the full SHA
    0419bf4 View commit details
    Browse the repository at this point in the history
  10. cleaning up prev. outcomes

    j-i-l committed May 16, 2024
    Configuration menu
    Copy the full SHA
    12f8d0f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f99316d View commit details
    Browse the repository at this point in the history
  12. fixing naming mismatch

    j-i-l committed May 16, 2024
    Configuration menu
    Copy the full SHA
    a0ee15e View commit details
    Browse the repository at this point in the history
  13. fixing output passthrough

    j-i-l committed May 16, 2024
    Configuration menu
    Copy the full SHA
    96c21a4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e3215bc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6c79045 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8931550 View commit details
    Browse the repository at this point in the history
  17. typeo

    j-i-l committed May 16, 2024
    Configuration menu
    Copy the full SHA
    45a02ef View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f8b0d4f View commit details
    Browse the repository at this point in the history
  19. run aftermath also on failure

    j-i-l committed May 16, 2024
    Configuration menu
    Copy the full SHA
    dc37730 View commit details
    Browse the repository at this point in the history
  20. forgot repo in labeling command

    j-i-l committed May 16, 2024
    Configuration menu
    Copy the full SHA
    c688ea7 View commit details
    Browse the repository at this point in the history
  21. fixing cleanup of labels

    j-i-l committed May 16, 2024
    Configuration menu
    Copy the full SHA
    484ef18 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    2282be6 View commit details
    Browse the repository at this point in the history
  23. follow identical naming scheme

    j-i-l committed May 16, 2024
    Configuration menu
    Copy the full SHA
    d5afbcd View commit details
    Browse the repository at this point in the history
  24. cleaning up

    j-i-l committed May 16, 2024
    Configuration menu
    Copy the full SHA
    29f3609 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d3759d1 View commit details
    Browse the repository at this point in the history
  26. bug fix in r script

    j-i-l committed May 16, 2024
    Configuration menu
    Copy the full SHA
    808eae3 View commit details
    Browse the repository at this point in the history
  27. started to clean up

    j-i-l committed May 16, 2024
    Configuration menu
    Copy the full SHA
    c31d071 View commit details
    Browse the repository at this point in the history
  28. bug fix in configrue.ac name

    j-i-l committed May 16, 2024
    Configuration menu
    Copy the full SHA
    64ed7d5 View commit details
    Browse the repository at this point in the history
  29. only run on -rc tag on main

    j-i-l committed May 16, 2024
    Configuration menu
    Copy the full SHA
    467dff1 View commit details
    Browse the repository at this point in the history
  30. fixing label cleanup

    j-i-l committed May 16, 2024
    Configuration menu
    Copy the full SHA
    d0be9e4 View commit details
    Browse the repository at this point in the history
  31. build pkgdown on label

    j-i-l committed May 16, 2024
    Configuration menu
    Copy the full SHA
    d23e5d1 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    8fe0e85 View commit details
    Browse the repository at this point in the history
  33. include pkgdown build

    j-i-l committed May 16, 2024
    Configuration menu
    Copy the full SHA
    8967fc8 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    e7ee7ef View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    dc48243 View commit details
    Browse the repository at this point in the history
  2. typeo

    j-i-l committed May 17, 2024
    Configuration menu
    Copy the full SHA
    334e920 View commit details
    Browse the repository at this point in the history
  3. fixing upload path

    j-i-l committed May 17, 2024
    Configuration menu
    Copy the full SHA
    ec2d4da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3464688 View commit details
    Browse the repository at this point in the history
  5. rename workflow

    j-i-l committed May 17, 2024
    Configuration menu
    Copy the full SHA
    c773f41 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7188b6d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    12e217c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c48f17a View commit details
    Browse the repository at this point in the history
  9. Version 3.0.9

    j-i-l authored and github-actions[bot] committed May 17, 2024
    Configuration menu
    Copy the full SHA
    5873f89 View commit details
    Browse the repository at this point in the history
  10. fixing typeos

    j-i-l committed May 17, 2024
    Configuration menu
    Copy the full SHA
    08979b8 View commit details
    Browse the repository at this point in the history
  11. fixing typeos ++

    j-i-l committed May 17, 2024
    Configuration menu
    Copy the full SHA
    a3f4242 View commit details
    Browse the repository at this point in the history
  12. fixing starting condition

    j-i-l committed May 17, 2024
    Configuration menu
    Copy the full SHA
    5029633 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9cc45c7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    791d139 View commit details
    Browse the repository at this point in the history
  15. install deps for pgkdown

    j-i-l committed May 17, 2024
    Configuration menu
    Copy the full SHA
    1f37eb0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    38350b5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    00b2221 View commit details
    Browse the repository at this point in the history
  18. fixing titles

    j-i-l committed May 17, 2024
    Configuration menu
    Copy the full SHA
    085dba2 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d8eb7da View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    48ff602 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #96 from furrer-lab/release-3.0.9

    Release version 3.0.9
    j-i-l committed May 17, 2024
    Configuration menu
    Copy the full SHA
    68c0ef8 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    8db27d2 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    edb404b View commit details
    Browse the repository at this point in the history
  24. fixing typeo

    j-i-l committed May 17, 2024
    Configuration menu
    Copy the full SHA
    6baec4a View commit details
    Browse the repository at this point in the history
  25. hardcoding abn in news template

    j-i-l committed May 17, 2024
    Configuration menu
    Copy the full SHA
    2e52366 View commit details
    Browse the repository at this point in the history
  26. Version 3.0.8

    j-i-l authored and github-actions[bot] committed May 17, 2024
    Configuration menu
    Copy the full SHA
    00fb83a View commit details
    Browse the repository at this point in the history
  27. forgot some titles

    j-i-l committed May 17, 2024
    Configuration menu
    Copy the full SHA
    f57d767 View commit details
    Browse the repository at this point in the history
  28. making extra clean titles

    j-i-l committed May 17, 2024
    Configuration menu
    Copy the full SHA
    44a5ce0 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. debugging

    j-i-l committed May 18, 2024
    Configuration menu
    Copy the full SHA
    924f51e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d419ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    975c7f8 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. fixed path to artifact

    j-i-l committed May 19, 2024
    Configuration menu
    Copy the full SHA
    004371a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4338af6 View commit details
    Browse the repository at this point in the history
  3. fixing package updload command

    j-i-l committed May 19, 2024
    Configuration menu
    Copy the full SHA
    5d09716 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5872187 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    121fca5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dc0009e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ce2aa77 View commit details
    Browse the repository at this point in the history
  8. adapt header to match tag name

    j-i-l committed May 19, 2024
    Configuration menu
    Copy the full SHA
    0b39355 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7362779 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d6e27af View commit details
    Browse the repository at this point in the history
  11. bug fix

    j-i-l committed May 19, 2024
    Configuration menu
    Copy the full SHA
    204c48c View commit details
    Browse the repository at this point in the history
  12. bug fix: get pr from step

    j-i-l committed May 19, 2024
    Configuration menu
    Copy the full SHA
    eeb8c47 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #97 from furrer-lab/release-3.0.8

    dry run for  `Release version 3.0.8`
    j-i-l committed May 19, 2024
    Configuration menu
    Copy the full SHA
    f749247 View commit details
    Browse the repository at this point in the history
  14. fixing typeo

    j-i-l committed May 19, 2024
    Configuration menu
    Copy the full SHA
    6ab2c82 View commit details
    Browse the repository at this point in the history
  15. using app token to add labels

    j-i-l committed May 19, 2024
    Configuration menu
    Copy the full SHA
    5992318 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    908ad45 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c6a716d View commit details
    Browse the repository at this point in the history
  18. Version 3.0.8

    j-i-l authored and github-actions[bot] committed May 19, 2024
    Configuration menu
    Copy the full SHA
    1251ff6 View commit details
    Browse the repository at this point in the history
  19. fixing wrong job name

    j-i-l committed May 19, 2024
    Configuration menu
    Copy the full SHA
    21a7d74 View commit details
    Browse the repository at this point in the history
  20. always run the final check

    j-i-l committed May 19, 2024
    Configuration menu
    Copy the full SHA
    d83227f View commit details
    Browse the repository at this point in the history
  21. fixing condition

    j-i-l committed May 19, 2024
    Configuration menu
    Copy the full SHA
    79c5b85 View commit details
    Browse the repository at this point in the history
  22. renaming

    j-i-l committed May 19, 2024
    Configuration menu
    Copy the full SHA
    76ad0a3 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b06b97c View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    bea7de2 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f92b9f3 View commit details
    Browse the repository at this point in the history
  26. uniform naming

    j-i-l committed May 19, 2024
    Configuration menu
    Copy the full SHA
    409e45e View commit details
    Browse the repository at this point in the history
  27. Merge pull request #98 from furrer-lab/release-3.0.8

    trial run: Release version 3.0.8
    j-i-l committed May 19, 2024
    Configuration menu
    Copy the full SHA
    2f6cacc View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. targeted testfiles

    j-i-l committed May 20, 2024
    Configuration menu
    Copy the full SHA
    6613595 View commit details
    Browse the repository at this point in the history
  2. to revert - removing space

    j-i-l committed May 20, 2024
    Configuration menu
    Copy the full SHA
    a23f2a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcb93fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fcd0027 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    778d6ce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    37e72cd View commit details
    Browse the repository at this point in the history
  7. reverting test triggers

    j-i-l committed May 20, 2024
    Configuration menu
    Copy the full SHA
    e4bf47b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d8a7894 View commit details
    Browse the repository at this point in the history
  9. better naming

    j-i-l committed May 20, 2024
    Configuration menu
    Copy the full SHA
    e56250a View commit details
    Browse the repository at this point in the history
  10. to revert: trigger a test

    j-i-l committed May 20, 2024
    Configuration menu
    Copy the full SHA
    0fe457c View commit details
    Browse the repository at this point in the history
  11. Revert "better naming"

    This reverts commit e56250a.
    j-i-l committed May 20, 2024
    Configuration menu
    Copy the full SHA
    76eed5c View commit details
    Browse the repository at this point in the history
  12. better naming

    j-i-l committed May 20, 2024
    Configuration menu
    Copy the full SHA
    3b823dc View commit details
    Browse the repository at this point in the history
  13. Revert "to revert: trigger a test"

    This reverts commit 0fe457c.
    j-i-l committed May 20, 2024
    Configuration menu
    Copy the full SHA
    a56433d View commit details
    Browse the repository at this point in the history
  14. cleaning up

    j-i-l committed May 20, 2024
    Configuration menu
    Copy the full SHA
    44c9962 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5ef2935 View commit details
    Browse the repository at this point in the history