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

Added Docker Containerization with Run Script for CLI Tool Execution #364

Closed
wants to merge 182 commits into from

Commits on Dec 8, 2022

  1. initial lsh implementation

    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    72b7b28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9deda6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47c6627 View commit details
    Browse the repository at this point in the history
  4. initial lsh implementation

    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    385cdf7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee41a3a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    699e393 View commit details
    Browse the repository at this point in the history
  7. finished rules refactoring, added Minhash to Commit: reworked backend…

    … and abstracted the commits eliminating some intra-dependencies
    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    5125090 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cae9ddd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    57dfe5f View commit details
    Browse the repository at this point in the history
  10. minor addons and cleanup

    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    2a19c86 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    43a2a4f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5969930 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ceded21 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4a60aca View commit details
    Browse the repository at this point in the history
  15. fixed typos, updated pytest files, modified db structure and updated …

    …python postgres class to dynamically create the insert statement based on the data
    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    cf4d4b6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d1a64de View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    76e694a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    52304df View commit details
    Browse the repository at this point in the history
  19. re-fixed logger

    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    0590cfe View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6308672 View commit details
    Browse the repository at this point in the history
  21. added automatic filtering for different file extension at git level w…

    …ithout spacifying with the cli
    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    0d7f33b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0ec74c6 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5c4cd1d View commit details
    Browse the repository at this point in the history
  24. updated setup.py

    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    15ab84e View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    4a3c24f View commit details
    Browse the repository at this point in the history
  26. modified and updated logger

    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    2c77cc2 View commit details
    Browse the repository at this point in the history
  27. reworked RawCommit and Git to reduce the calls to subprocess, overall…

    … speed improvement in preprocessing.
    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    4d8d3e3 View commit details
    Browse the repository at this point in the history
  28. minor changes

    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    56db736 View commit details
    Browse the repository at this point in the history
  29. fixed report json export

    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    c45a5a8 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    c20f560 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    d0791f6 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    5408d7f View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    1a9455e View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    ebbf237 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    751a582 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    09ae1c0 View commit details
    Browse the repository at this point in the history
  37. updated lsh helpers method

    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    55e5d1a View commit details
    Browse the repository at this point in the history
  38. back to basemodel usage

    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    1666e01 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    5103c6a View commit details
    Browse the repository at this point in the history
  40. updated rules with twins

    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    54c3092 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    6d29d54 View commit details
    Browse the repository at this point in the history
  42. refactoring. now handling large requests to the preprocessed_commits …

    …backend properly (only get, not yet post)
    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    59cf94e View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    704575c View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    294259a View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    981cb3d View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    06b5a9e View commit details
    Browse the repository at this point in the history
  47. update to match get_hunks

    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    09c3ab2 View commit details
    Browse the repository at this point in the history
  48. update to python 3.10

    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    714ed7b View commit details
    Browse the repository at this point in the history
  49. updated html report format

    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    47807d9 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    217e0d5 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    f969c9e View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    79d35f0 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    969c193 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    ddaad02 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    b3636da View commit details
    Browse the repository at this point in the history
  56. allow single-hunk commits

    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    1439ae6 View commit details
    Browse the repository at this point in the history
  57. code cleanup

    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    9976746 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    e1733ae View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    7ed2569 View commit details
    Browse the repository at this point in the history
  60. back to full basemodel

    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    c4e1b8c View commit details
    Browse the repository at this point in the history
  61. adapted tests

    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    001455f View commit details
    Browse the repository at this point in the history
  62. minor changes

    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    0ce19ad View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    da0556a View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    b6d24b4 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    6373a59 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    0f43290 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    ebffabd View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    9e058e3 View commit details
    Browse the repository at this point in the history
  69. updated makefile

    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    d8496e6 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    95d918a View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    2ca147d View commit details
    Browse the repository at this point in the history
  72. code formatting

    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    c8b1cfd View commit details
    Browse the repository at this point in the history
  73. advisory versions extracted from the dedicated section (if available)…

    …, now matching subdomains of allowed websites, removed unused fields for now, only uses new NVD api
    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    f4ada04 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    167eaad View commit details
    Browse the repository at this point in the history
  75. main switch to omegaconf

    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    91c2e69 View commit details
    Browse the repository at this point in the history
  76. updated config-sample.yaml

    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    4a5ff16 View commit details
    Browse the repository at this point in the history
  77. removed old main.py file

    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    87413ce View commit details
    Browse the repository at this point in the history
  78. vuln_id is now cve_id

    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    149110b View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    60bd7e1 View commit details
    Browse the repository at this point in the history
  80. test

    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    60c9bfb View commit details
    Browse the repository at this point in the history
  81. trying to fix pytest

    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    2c5b82a View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    ff4f38c View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    52883b7 View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    b5d8048 View commit details
    Browse the repository at this point in the history
  85. merged omegaconf with aggregated commits, all rebased on main

     Please enter the commit message for your changes. Lines starting
    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    343379b View commit details
    Browse the repository at this point in the history
  86. only commits relevant to our version are shown, if there is a twin is…

    … shown in each commit reference with the corresponding version
    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    ef7a010 View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    383dc89 View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    1bdbac8 View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    be636ae View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    f50faa6 View commit details
    Browse the repository at this point in the history
  91. updated .gitignore

    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    7927179 View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    8a9d30f View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    9d69e34 View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    d9e6409 View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    7c3fc35 View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    8d89d1c View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    d3559cd View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    d5a926e View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    c77e1e7 View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    3865913 View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    67534fb View commit details
    Browse the repository at this point in the history
  102. changed references to dict

    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    98976ca View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    b3c715e View commit details
    Browse the repository at this point in the history
  104. now computing hash on the first 50 chars of the commit msg, added fil…

    …tering for /docs/ and .md files in create commits
    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    907a3f4 View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    520c2f1 View commit details
    Browse the repository at this point in the history
  106. Configuration menu
    Copy the full SHA
    418e2f9 View commit details
    Browse the repository at this point in the history
  107. updated some rule messages

    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    2a1a218 View commit details
    Browse the repository at this point in the history
  108. small refactoring and fixes

    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    5f2fe3b View commit details
    Browse the repository at this point in the history
  109. modified report frontend

    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    991a802 View commit details
    Browse the repository at this point in the history
  110. Configuration menu
    Copy the full SHA
    fb03643 View commit details
    Browse the repository at this point in the history
  111. Configuration menu
    Copy the full SHA
    85f05fb View commit details
    Browse the repository at this point in the history
  112. Configuration menu
    Copy the full SHA
    0718d77 View commit details
    Browse the repository at this point in the history
  113. Configuration menu
    Copy the full SHA
    fc97fd8 View commit details
    Browse the repository at this point in the history
  114. version to tag improved

    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    fdff0fd View commit details
    Browse the repository at this point in the history
  115. Configuration menu
    Copy the full SHA
    1003707 View commit details
    Browse the repository at this point in the history
  116. added console print methods

    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    eee3005 View commit details
    Browse the repository at this point in the history
  117. renamed report methods

    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    dbc23bc View commit details
    Browse the repository at this point in the history
  118. Configuration menu
    Copy the full SHA
    81a7714 View commit details
    Browse the repository at this point in the history
  119. extracting version from the apposite section of the NVD json response…

    … and not from text (more accurate when available)
    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    f86b835 View commit details
    Browse the repository at this point in the history
  120. Configuration menu
    Copy the full SHA
    fe11ae0 View commit details
    Browse the repository at this point in the history
  121. fixed some stuff

    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    264eccc View commit details
    Browse the repository at this point in the history
  122. Configuration menu
    Copy the full SHA
    2cd2c34 View commit details
    Browse the repository at this point in the history
  123. Configuration menu
    Copy the full SHA
    ef2834e View commit details
    Browse the repository at this point in the history
  124. cleaned some code and added a time delta of tolerance when extracting…

    … the tag dates, so we can get some commits eventually ported a few days later. Currently set to 2weeks
    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    7f15147 View commit details
    Browse the repository at this point in the history
  125. refactored main and report

    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    23f33c5 View commit details
    Browse the repository at this point in the history
  126. Configuration menu
    Copy the full SHA
    99b2e6e View commit details
    Browse the repository at this point in the history
  127. prepared new rules, cleaned Git and raw_commit code, optimized NLP co…

    …de, set up real filtering of commits, optimized version_to_tag matches, added various security keywords, deleted some old code
    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    742db77 View commit details
    Browse the repository at this point in the history
  128. minor changes

    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    3d3f622 View commit details
    Browse the repository at this point in the history
  129. updated test classes

    sacca97 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    dcfa6f3 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. fix git test problem

    sacca97 committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    950d0bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09f1412 View commit details
    Browse the repository at this point in the history
  3. fixed imports

    sacca97 committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    bdf1653 View commit details
    Browse the repository at this point in the history
  4. added redis to config.yaml

    sacca97 committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    6aeb89b View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    2b2ebe8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c8deb6 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'commit-in-adv' of github.com:SAP/project-kb into commit…

    …-in-adv
    
    Merging back from remote.
    sacca97 committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    75c0cf6 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

  1. fixed and separated commit in adv and in references, trying to exclud…

    …e merge commits from twins check
    sacca97 committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    3723ff7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecede62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd86a33 View commit details
    Browse the repository at this point in the history
  4. add clarifications comment

    sacca97 committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    9199767 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c5388b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b2797ce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eaee50d View commit details
    Browse the repository at this point in the history
  8. added redhat.com domain to references to check, modified references a…

    …dding their sources and recursive lookup. Debian-security tracker added. Added a way to check if an advisory has a fixing commit linked and using that to look for twins without scan the whole version interval
    sacca97 committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    61f5fc7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d6c6ff8 View commit details
    Browse the repository at this point in the history
  10. added exit code to run in batch on large datasets, added twins-lookup…

    … only mode (aka fast mode
    sacca97 committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    7fcc5cb View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    6c64e72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d660b4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34b7775 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    375a3f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56f5889 View commit details
    Browse the repository at this point in the history
  6. updated filtering in html

    sacca97 committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    91b00d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. feb 2023 study

    sacca97 committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    88b59f6 View commit details
    Browse the repository at this point in the history
  2. updated gitignore

    sacca97 committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    cc89f9e View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    487e227 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74dcb3c View commit details
    Browse the repository at this point in the history
  3. various cleanup and fixes, added silent mode and changed behavior whe…

    …n fixing commit is found in the references
    sacca97 committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    3f05672 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. project-kb execution

    sacca97 committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    f9970c8 View commit details
    Browse the repository at this point in the history
  2. project-kb execution

    sacca97 committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    ee0469d View commit details
    Browse the repository at this point in the history
  3. project-kb execution

    sacca97 committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    7dc605c View commit details
    Browse the repository at this point in the history
  4. project-kb execution

    sacca97 committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    987c301 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Sacchetti thesis

    sacca97 committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    9307e4f View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    bc76de9 View commit details
    Browse the repository at this point in the history
  2. fix file path

    matteogreek committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    6b48e00 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    50f3204 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f6aa51 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Update python.yml

    copernico committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    e463308 View commit details
    Browse the repository at this point in the history
  2. Update python.yml

    copernico committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    d26b4ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f06dac View commit details
    Browse the repository at this point in the history
  4. Update python.yml

    copernico committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    9a70578 View commit details
    Browse the repository at this point in the history
  5. Update python.yml

    matteogreek committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    c6a06ae View commit details
    Browse the repository at this point in the history
  6. Update python.yml

    matteogreek committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    075e270 View commit details
    Browse the repository at this point in the history
  7. Update python.yml

    matteogreek committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    27c5ceb View commit details
    Browse the repository at this point in the history
  8. Update python.yml

    matteogreek committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    14a8409 View commit details
    Browse the repository at this point in the history
  9. Update python.yml

    matteogreek committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    dc32b38 View commit details
    Browse the repository at this point in the history
  10. Update python.yml

    matteogreek committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    7fede42 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Update python.yml

    copernico committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    c813d47 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    fcd9683 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cb0211 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. Fixed pytest failures

    matteogreek committed May 27, 2023
    Configuration menu
    Copy the full SHA
    bd77008 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdb1533 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    261cb12 View commit details
    Browse the repository at this point in the history