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

Clean up #763

Merged
merged 14 commits into from
Apr 10, 2024
Merged

Clean up #763

merged 14 commits into from
Apr 10, 2024

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    1a7fe25 View commit details
    Browse the repository at this point in the history
  2. rename to CokoCpgBackendCommand to prevent confusion with other CokoC…

    …pgBackend class and rename to BaseCpgBackenCommand for consistency
    seelchen committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    350b2b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    776b1d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13219d2 View commit details
    Browse the repository at this point in the history
  5. call the primaryConstructor without arguments

    paramInstance is the script instance so it should probably never be an
    argument for the primaryConstructor. Furthermore, we check above that
    the primaryConstructor does not have any parameters, so it should not be
    necessary to use the script instance as a argument.
    seelchen committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    f2ad444 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fd5b91a View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Revert "call the primaryConstructor without arguments"

    This reverts commit f2ad444.
    In some cases the script instance is needed as an argument for some constructors
    seelchen committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    d396e79 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

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

Commits on Feb 1, 2024

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

Commits on Mar 15, 2024

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

Commits on Mar 19, 2024

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

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    cda722b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52a61a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

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