Skip to content

Commit

Permalink
first pass at a run-license-checker script.
Browse files Browse the repository at this point in the history
  • Loading branch information
netsettler committed Sep 13, 2023
1 parent 989593d commit 8931a89
Show file tree
Hide file tree
Showing 5 changed files with 471 additions and 138 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,38 @@ Change Log
----------


7.12.0
======

* In ``license_utils``:

* Add an ``RLanguageFramework``.

* Add various additional checker classes, and a registry to catalog them. Refactor so that pre-existing
classes better share information in an inherited way.

+------------------------------------------+--------------------------------+----------------+
| Class | Checker Name | Status |
+==========================================+================================+================+
| ``ParkLabCommonLicenseChecker`` | ``park-lab-common`` | New |
+------------------------------------------+--------------------------------+----------------+
| ``ParkLabGplPipelineLicenseChecker`` | ``park-lab-gpl-pipeline`` | New |
+------------------------------------------+--------------------------------+----------------+
| ``ParkLabCommonServerLicenseChecker`` | ``park-lab-common-server`` | New |
+------------------------------------------+--------------------------------+----------------+
| ``C4InfrastructureLicenseChecker`` | ``c4-infastructure`` | Refactored |
+------------------------------------------+--------------------------------+----------------+
| ``C4PythonInfrastructureLicenseChecker`` | ``c4-python-infrastructure`` | Refactored |
+------------------------------------------+--------------------------------+----------------+
| ``Scan2PipelineLicenseChecker`` | ``scan2-pipeline`` | New |
+------------------------------------------+--------------------------------+----------------+

* In ``scripts``:

* Add a ``run-license-checker`` script, implemented by ``run_license_checker.py``,
that runs the license checker whose "checker name" is given as an argument.


7.11.0
======

Expand Down
Loading

0 comments on commit 8931a89

Please sign in to comment.