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

Sincronização dos repositórios 2023-1 #45

Merged
merged 57 commits into from
Sep 1, 2023

Commits on Apr 16, 2023

  1. update pipeline project key

    higton committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    c2b3a4a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from fga-eps-mds/hotfix/pipeline

    update pipeline
    higton authored Apr 16, 2023
    Configuration menu
    Copy the full SHA
    adfb35e View commit details
    Browse the repository at this point in the history
  3. update readme

    higton committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    56d1ea8 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Merge pull request #3 from fga-eps-mds/hotfix/pipeline

    Update readme
    higton authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    f55b1ff View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. feat: allow threshold config on json

    Co-authored-by: Jonathan Oliveira <[email protected]>
    marcosgtavares and Jonathan-Oliveira committed May 22, 2023
    Configuration menu
    Copy the full SHA
    c479339 View commit details
    Browse the repository at this point in the history
  2. fix: update msgram.json with thresholds

    Co-authored-by: Jonathan Oliveira <[email protected]>
    marcosgtavares and Jonathan-Oliveira committed May 22, 2023
    Configuration menu
    Copy the full SHA
    9647d5f View commit details
    Browse the repository at this point in the history
  3. fix: modify tests to adapt to em1 function fix

    Co-authored-by: Jonathan Oliveira <[email protected]>
    marcosgtavares and Jonathan-Oliveira committed May 22, 2023
    Configuration menu
    Copy the full SHA
    2bb8f44 View commit details
    Browse the repository at this point in the history
  4. fix: replace path to core by package

    Co-authored-by: Jonathan Oliveira <[email protected]>
    marcosgtavares and Jonathan-Oliveira committed May 22, 2023
    Configuration menu
    Copy the full SHA
    4c0be02 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    a9d379f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e72593d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b9bfde View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d32ad3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4 from fga-eps-mds/feature/20-modify-threshold

    Feature/20 modify threshold
    marcosgtavares authored May 25, 2023
    Configuration menu
    Copy the full SHA
    2efc636 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2023

  1. Configuration menu
    Copy the full SHA
    657a4c2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from fga-eps-mds/hotfix/pipeline

    fix: add version to msgram-core on package requirements
    higton authored May 28, 2023
    Configuration menu
    Copy the full SHA
    286492d View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

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

Commits on Jun 12, 2023

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

Commits on Jun 13, 2023

  1. improve(thresholds on tree): update core version to 1.2.1 and cli ver…

    …sion to 1.1.2
    
    Co-authored-by: Jonathan Oliveira <[email protected]>
    marcosgtavares and Jonathan-Oliveira committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    15147e7 View commit details
    Browse the repository at this point in the history
  2. improve(thresholds on tree): fix lint error

    Co-authored-by: Jonathan Oliveira <[email protected]>
    marcosgtavares and Jonathan-Oliveira committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    854eec6 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Merge pull request #6 from fga-eps-mds/enhancement/98-thresholds-on-tree

    Enhancement/98 thresholds on tree
    GuilhermeBraz authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    2217ecc View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

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

Commits on Jun 24, 2023

  1. implement parser from generic_parser

    Luis Marques committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    e959345 View commit details
    Browse the repository at this point in the history
  2. test(core): fix tests to accept refactored core

    add sqc changes to tsqmi
    
    Co-authored-by: marcosgtavares <[email protected]>
    Jonathan-Oliveira and marcosgtavares committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    6faca13 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7 from fga-eps-mds/adapt_to_new_core

    Adapt to new core
    marcosgtavares authored Jun 24, 2023
    Configuration menu
    Copy the full SHA
    bd325e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. implement generic parser in CLI to user new library

    Luis Marques committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    fc3ff04 View commit details
    Browse the repository at this point in the history
  2. remove supported_measures from core, and add measure path file in ext…

    …ract
    Luis Marques committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    b467e2c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into feature/parser_generic

    Luis Marques committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    842f286 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' into feature/parser_generic

    Luis Marques committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    7e53660 View commit details
    Browse the repository at this point in the history
  5. correção da chamada do parser

    Co-authored-by: luisgfmarques<[email protected]>
    Co-authored-by: DaviMatheus <[email protected]>
    liversonp and DaviMatheus committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    415fa91 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'feature/parser_generic' of github.com:fga-eps-mds/2023-…

    …1-MeasureSoftGram-CLI into feature/parser_generic
    Luis Marques committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    ee967e6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    340a60f View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Merge pull request #8 from fga-eps-mds/feature/parser_generic

    feature: implements generic parser for CLI
    Jonathan-Oliveira authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    e587939 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c278e2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bc8115 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b196be View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

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

Commits on Jun 30, 2023

  1. update requirements.txt

    luisgfmarques committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    55fe184 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    548258e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    372695d View commit details
    Browse the repository at this point in the history
  4. update expected values

    luisgfmarques committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    24d0a10 View commit details
    Browse the repository at this point in the history
  5. remove print

    luisgfmarques committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    dff1c23 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c9673e View commit details
    Browse the repository at this point in the history
  7. Merge pull request #9 from fga-eps-mds/hotfix/fix_calculate

    fix metrics calculate get_metric_value
    DaviMatheus authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    ebe9f5a View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. Configuration menu
    Copy the full SHA
    7dfe7ed View commit details
    Browse the repository at this point in the history
  2. update parser version

    luisgfmarques committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    28d732b View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. refactory tests

    luisgfmarques committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    e8a5e25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f185723 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    015f149 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    546bab0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a85691 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. Configuration menu
    Copy the full SHA
    08b3c41 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/implement_github_comand' of github.com:fga-eps-…

    …mds/2023-1-MeasureSoftGram-CLI into feature/implement_github_comand
    luisgfmarques committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    c6108dd View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. Merge pull request #10 from fga-eps-mds/feature/implement_github_comand

    Feature/implement GitHub comand
    marcosgtavares authored Jul 9, 2023
    Configuration menu
    Copy the full SHA
    b238656 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    33532fc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11 from fga-eps-mds/feature/update_requiremens

    update pyproject version, and msgram-parser dependencie version
    liversonp authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    c7dbf4e View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. update msgram parser

    luisgfmarques committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    87dab1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    291f7d6 View commit details
    Browse the repository at this point in the history