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

listing all buildtest config profiles list #1552

Merged
merged 46 commits into from
Aug 7, 2023

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    fc06c65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48cbfc3 View commit details
    Browse the repository at this point in the history
  3. Added removed parenthesis

    kingxleyy committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    2c24288 View commit details
    Browse the repository at this point in the history
  4. removed unwanted lines

    kingxleyy committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    7d89100 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Add command menu in argparse, implementation,entry in buildtest help …

    …config and regression test
    kingxleyy committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    57f4a81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    359a97e View commit details
    Browse the repository at this point in the history
  3. fixing conflicts

    kingxleyy committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    665a038 View commit details
    Browse the repository at this point in the history
  4. re-doing the pull request

    kingxleyy committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    6d6d429 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/kingsley_buildtest' into kingsle…

    …y_buildtest
    
    # Conflicts:
    #	buildtest/cli/show.py
    kingxleyy committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    89acabf View commit details
    Browse the repository at this point in the history
  6. re-doing the pull request

    kingxleyy committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    a4041e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

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

Commits on Jul 16, 2023

  1. Configuration menu
    Copy the full SHA
    f222c06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ac4f7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d36ff1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad55caf View commit details
    Browse the repository at this point in the history
  5. fixing errors in config

    kingxleyy committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    6add5a8 View commit details
    Browse the repository at this point in the history
  6. fixing errors in _init_

    kingxleyy committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    ef32b0d View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    a120fdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8087ec9 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. fixing erros

    kingxleyy committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    7b05d5d View commit details
    Browse the repository at this point in the history
  2. fixing errors in init_py

    kingxleyy committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    005abf3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a87bb6b View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    c89f26e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c89b43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4dfd028 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    7fc1e4b View commit details
    Browse the repository at this point in the history
  2. adding arguments

    kingxleyy committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    3edc5ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    620f1cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49f6e50 View commit details
    Browse the repository at this point in the history
  5. add --theme option for 'buildtest config profiles'

    remove method from buildtest/cli/compilers.py this was not suppose to be added here
    shahzebsiddiqui committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    bb8a153 View commit details
    Browse the repository at this point in the history
  6. add command 'buildtest config profiles list' and add the options --th…

    …eme, --yaml.
    
    add implementation for listing profiles as raw text and yaml format that supports
    color themes specified by --theme option.
    we raise an exception when no themese are specified
    shahzebsiddiqui committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    7f7f5e2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7be94c2 View commit details
    Browse the repository at this point in the history
  8. refactored the method and renamed it to list_profiles. This method ca…

    …n be called
    
    directly and added method variables theme, print_yaml to configure how profiles can be displayed.
    Add regression test for listing profiles and in yaml format
    shahzebsiddiqui committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    0fe67d9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c541e5c View commit details
    Browse the repository at this point in the history
  10. adding table in show.py

    kingxleyy committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    29cd1ec View commit details
    Browse the repository at this point in the history
  11. fixing error config yml

    kingxleyy committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    84d37fe View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. documentation

    kingxleyy committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    4aeca52 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. documentation

    kingxleyy committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    91e7a21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e02f16e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba8a161 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4e2e01 View commit details
    Browse the repository at this point in the history
  5. removing -t in bash

    kingxleyy committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    30cb19b View commit details
    Browse the repository at this point in the history
  6. removing -t in bash 2

    kingxleyy committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    278be9c View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. fixing config. yml

    kingxleyy committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    b1a3fe0 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. applying black

    shahzebsiddiqui committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    c828d11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4701ad1 View commit details
    Browse the repository at this point in the history