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

Merge dev to tst #154

Merged
merged 38 commits into from
Jun 30, 2023
Merged

Merge dev to tst #154

merged 38 commits into from
Jun 30, 2023

Commits on Jun 21, 2023

  1. Adding env.var applicationsightsConnectionSrting for BE

    Diogenis Petropoulos committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    d970fb2 View commit details
    Browse the repository at this point in the history
  2. Feature/163742/enable ootb monitoring capabilities (#135)

    * feat/Add azure-monitor-opentelemetry to requirements
    
    * feat/Add opentelemetry to application settings
    
    * chore/Change env from dev to tst
    
    * chore/Rollback env from tst to dev
    gkalomalos authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    7beb8fc View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Feature/157615/allow retrieval of all initiatives published and unpub…

    …lished from api revision (#136)
    
    * feat/Add published query parameter to the get_queryset
    
    - if we do not provide an additional query parameter, then the default behavior will remain the same and the endpoint will return only the published ones.
    - If we provide the additional query parameter published=0, then the endpoint will return only the unpublished ones.
    - If we provide the additional query parameter published=1, then the endpoint will return both the unpublished and published ones.
    
    * feat/Change published-unpublished to match new criteria
    
    - Change get_queryset method to its original status, but removing the unpublished.
    - Add logic to support published/unpublished parameters.
    
    * chore/Refactor publised-unpublished cases in a more pythonic way
    gkalomalos authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    bcb2fb9 View commit details
    Browse the repository at this point in the history
  2. Feature/163295/add swimlanes at phase board (#137)

    * table with new story features
    
    * code refactoring
    ladeniva2 authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    0172a7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3756c7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc4f945 View commit details
    Browse the repository at this point in the history
  5. Feature/160826/group innovation portfolio solution details section (#140

    )
    
    * solutions edit/create new Innovation Portfolios group, portfolios table key bug fix
    
    * updated solution view with new Innovation portfolios card section
    ladeniva2 authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    a13bfd0 View commit details
    Browse the repository at this point in the history
  6. Revert adding azure-monitor-opentelemetry==1.0.0b13 to resolve No mod…

    …ule named azure.monitor issue
    gkalomalos committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    a9a0bf3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6eb8a49 View commit details
    Browse the repository at this point in the history
  8. Feature/160752/stages phases (#142)

    * add new column - feature key phases_stages
    
    * create a mapping between phases and stages
    Alexa-Laf authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    b96f005 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    51f573f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f1888a7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3434f2e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c011d98 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0bf2a32 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. chore/Code cleanup

    gkalomalos committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    30171be View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Feature/163742/enable ootb monitoring capabilities (#146)

    * feat/Add azure-monitor-opentelemetry to requirements
    
    * feat/Add opentelemetry to application settings
    
    * chore/Change env from dev to tst
    
    * chore/Rollback env from tst to dev
    
    * feat/Add internal_ips to fetch the pod internal ip
    
    * chore/Rename azure folder to azure_services
    
    * chore/Remove reduntant import from settings
    gkalomalos authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    7e6ba8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c40f81 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. feat/Change userprofile list to autocomplete field (#145)

    - Add list with autocomplete search bar in the edit technology platform admin page.
    - Add name as the search bar option.
    gkalomalos authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    85e2c4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30e56b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efaaf0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ed8b75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf6e208 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. chore/Refactor delta link generation and store method

    - Add new DeltaLink model to let Django handle the table creation/update mechanism.
    - Change get_last_delta_link and save_delta_link to follow the same pattern.
    gkalomalos committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    da0d89e View commit details
    Browse the repository at this point in the history
  2. Feature/refactor aad user fetch and update mechanism (#149)

    * feat/Switch nextLink to deltaLink mechanism
    
    * feat/Add get and save last delta link mechanism
    
    * chore/Refactor delta link generation and store method
    
    - Add new DeltaLink model to let Django handle the table creation/update mechanism.
    - Change get_last_delta_link and save_delta_link to follow the same pattern.
    gkalomalos authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    8bbb50f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e946458 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c317f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6157874 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    46a5dcf View commit details
    Browse the repository at this point in the history
  7. chore/Refactor deltalinks and logger

    - Refactor delta links to accept more than one page.
    - Change azure logger from info to warning level to unclutter the django logs
    gkalomalos committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    6d2f2fc View commit details
    Browse the repository at this point in the history
  8. Revert commits 2ed8b75 to 46a5dcf

    gkalomalos committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    2926ab5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b7a21b5 View commit details
    Browse the repository at this point in the history
  10. Bugfix/163402/dashboarding system error (#150)

    * problem_statements and portfolios are now lists containing only unique ids
    
    * created a django management command to update the problematic solution logs (may and june 2023)
    
    * fixed error in comment
    
    * custom management command will now be run on deployment
    
    * updated to fix problematic entries in all solution log rows
    mgaliatsatou authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    1cdfea7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    142cb2d View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    82acc7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6164396 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f977532 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2aac887 View commit details
    Browse the repository at this point in the history