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

Version command #242

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Commits on Jul 23, 2024

  1. Handle version_command.

    antonzhukovin committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    3df69dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1da5d22 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

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

Commits on Aug 1, 2024

  1. Handle “version” information in the executor.

    Handle version: _command, _string, _git. Removed code from configurator.py, which duplicates executor.py. Joined all separate “version” configuration files into a single one. Also, in the executor.py  get_version function returns None instead of string, if version is not found.
    antonzhukovin committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    6dbd5fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    670bc6a View commit details
    Browse the repository at this point in the history
  3. Handle “version” information in the executor.

    Handle version: _command, _string, _git. Removed code from configurator.py, which duplicates executor.py. Joined all separate “version” configuration files into a single one. Also, in the executor.py  get_version function returns None instead of string, if version is not found.
    
    Also fixed the code in order to make it pass the pylit tests (line too long, etc.)
    antonzhukovin committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    8f923ef View commit details
    Browse the repository at this point in the history