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

Enhance Analytics Dashboard, Metadata Service, and DRep Features; Multiple Fixes and Additions #1040

Merged
merged 190 commits into from
May 16, 2024

Commits on Apr 22, 2024

  1. Test deploy token

    NabinKawan committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    9219756 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db1ddb2 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. [#849] Configure sanchogov.tools sub-domain for the analytics service

    This adds Terraform code that creats "participation" subdomains for each environments.
    The exception is the beta environment, where DNS records are not handled with TF,
    but need to be created manually.
    adgud authored and placek committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    a873b10 View commit details
    Browse the repository at this point in the history
  2. [#849] Move Makefiles to scripts directory

    Moved the Makefiles from various directories to the scripts directory
    for better organization and consistency. Renamed the Makefiles
    accordingly and updated the references within other files to use the new
    paths in the scripts directory. This restructuring helps in streamlining
    the build processes and eases maintenance tasks related to the make
    files.
    placek committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    9fbd99c View commit details
    Browse the repository at this point in the history
  3. [#849] Use a more recent version of nixpkgs

    …for scripts and infrastructure to meet the requirements stated in the
    terraform configuration
    
    In this commit, changes have been made to the `flake.nix` file to
    utilize a more recent version of nixpkgs for both scripts and
    infrastructure. The modifications ensure that the scripts and
    infrastructure align with the specified requirements in the terraform
    configuration. Specifically, the nodePkgs import has been updated to
    allow unfree packages, and the packages.scripts and packages.infra
    sections have been adjusted to utilize the nodePkgs instead of
    defaultPkgs. This adjustment guarantees that the scripts and
    infrastructure components are in line with the necessary configurations,
    enhancing compatibility and meeting the user story's demands.
    placek committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    bafb119 View commit details
    Browse the repository at this point in the history
  4. [#849] Add a registry for the analytics-dashboard module

    A registry has been incorporated for the analytics-dashboard module
    within the Terraform configuration. This modification introduces a new
    module named "govtool-ecr-analytics-dashboard" sourced from
    "./modules/ecr" with the repository name set to "analytics-dashboard."
    By including this new module, the analytics-dashboard component is now
    integrated into the infrastructure setup, aligning with the user story's
    objective of configuring the sanchogov.tools sub-domain for the
    analytics service.
    placek committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    dafa29f View commit details
    Browse the repository at this point in the history
  5. fix show more button display

    Sworzen1 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    be58a70 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2832d5d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e31c5fb View commit details
    Browse the repository at this point in the history
  8. [#716] center voting power

    Sworzen1 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    6e9f9a7 View commit details
    Browse the repository at this point in the history
  9. [#849] Add a target to build a docker image for analytics-dashboard

    Included a target in the Makefile to facilitate the creation of a Docker
    image for the analytics-dashboard component. This addition enables the
    generation and pushing of the analytics-dashboard Docker image as part
    of the deployment process. By introducing this functionality, the build
    process now encompasses the analytics-dashboard, supporting the user
    story's aim of configuring the sanchogov.tools sub-domain for the
    analytics service.
    placek committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    1ffdd32 View commit details
    Browse the repository at this point in the history
  10. [#849] Add necessary environment variables to the deployment configur…

    …ation
    
    Include essential environment variables in the deployment configuration
    for beta, dev, staging, and test environments. New environment variables
    such as `NEXT_PUBLIC_GA4_PROPERTY_ID`, `GA_CLIENT_EMAIL`,
    `GA_PRIVATE_KEY`, `GOOGLE_APPLICATION_CREDENTIALS`,
    `SENTRY_IGNORE_API_RESOLUTION_ERROR`, and `NEXT_PUBLIC_API_URL` have
    been added to the workflow files, enabling the successful deployment and
    integration of the analytics-dashboard submodule. By introducing these
    environment variables, the deployment process is now equipped with
    essential information required for analytics functionality, aligning
    with the user story's goal of configuring the `sanchogov.tools`
    sub-domain for the analytics service.
    placek committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    9751545 View commit details
    Browse the repository at this point in the history
  11. [#849] Add analytics-dashboard service to Docker Compose

    Include a new service, analytics-dashboard, in the Docker Compose
    configuration file located at
    scripts/govtool/config/templates/docker-compose.yml.tpl. This addition
    introduces the analytics-dashboard service to the existing setup,
    allowing the service to be deployed as part of the infrastructure. The
    analytics-dashboard service is configured with necessary environment
    variables such as NEXT_PUBLIC_GA4_PROPERTY_ID,
    GOOGLE_APPLICATION_CREDENTIALS, GA_CLIENT_EMAIL, GA_PRIVATE_KEY,
    SENTRY_IGNORE_API_RESOLUTION_ERROR, and NEXT_PUBLIC_API_URL to enable
    proper functionality. The service's health is monitored through defined
    health check parameters, ensuring its stability within the deployment
    environment. By integrating the analytics-dashboard service into the
    Docker Compose setup, the infrastructure aligns with the user story's
    goal of configuring the sanchogov.tools sub-domain for the analytics
    service.
    placek committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    5d48404 View commit details
    Browse the repository at this point in the history
  12. [#849] Add missing docker login commands to target

    In this commit, additional docker login commands were incorporated into
    the target in the `common.mk` file located at `scripts/govtool`. These
    new commands facilitate the authentication process for various
    repository URLs, ensuring access to the necessary Docker images during
    the build and deployment phases. With these additions, the script now
    covers the login requirements for the `analytics-dashboard`, `backend`,
    `frontend`, `metadata-validation`, and `status-service` repositories.
    placek committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    b03bc8a View commit details
    Browse the repository at this point in the history
  13. [#849] Add a secret to analytics-dashboard

    Introduce a secret configuration for the analytics-dashboard service
    within the Docker Compose setup. This modification includes the addition
    of the `google-credentials.json` secret to enhance the security and
    integrity of sensitive information utilized by the service. By
    incorporating the secret, the analytics-dashboard service gains access
    to the specified Google credentials, ensuring secure interactions with
    external services and APIs, as mandated by the user story's requirement
    to configure the `sanchogov.tools` sub-domain for the analytics service.
    placek committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    f9377c8 View commit details
    Browse the repository at this point in the history
  14. add a new Make target: ssh-client-setup

    This target checks if $CI env variable is set to true, which indicates that the code
    is executed in a CI runner, and sets up SSH client config to enable reusing of open
    SSH connections. This should resolve SSH connections issues observed during deployments
    adgud authored and placek committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    9debd2e View commit details
    Browse the repository at this point in the history
  15. Squashed 'govtool/analytics-dashboard/' content from commit 9d116a9

    git-subtree-dir: govtool/analytics-dashboard
    git-subtree-split: 9d116a9c785edde019a243cee950eb4e476c633f
    placek committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    d908052 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    cc33beb View commit details
    Browse the repository at this point in the history
  17. Merge pull request #868 from IntersectMBO/feat/849-configure-sanchogo…

    …vtools-sub-domain-for-the-analytics-service
    
    [#849] Configure sanchogov.tools sub-domain for the analytics service
    placek authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    91d9eb0 View commit details
    Browse the repository at this point in the history
  18. [#849] Fix broken docker compose

    In this commit, the docker-compose file was modified to include the
    `google-credentials.json` file as a secret volume. This change was made
    to ensure that the necessary Google credentials are available for the
    analytics service running on the `participation.sanchogov.tools`
    sub-domain. Including the `google-credentials.json` file in the
    docker-compose configuration is crucial for the proper functioning of
    the analytics dashboard service.
    placek committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    4829b31 View commit details
    Browse the repository at this point in the history
  19. [#849] Add build arg for docker image for analytics-dashboard

    In this commit, an argument (`NEXT_PUBLIC_API_URL`) was added to the
    `Dockerfile` of the analytics-dasboard service. This change is necessary
    to dynamically specify the API URL that the dashboard should connect to.
    By introducing this build arg, the analytics dashboard service can now
    adapt to different environments, like the
    `participation.sanchogov.tools` sub-domain, as part of configuring the
    analytics service under one domain tree.
    placek committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    af3051a View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Merge pull request #874 from IntersectMBO/feat/849-configure-sanchogo…

    …vtools-sub-domain-for-the-analytics-service
    
    Fix configuration for analytics dashboard
    placek authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    38db8ce View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Merge pull request #869 from IntersectMBO/fix/861-drep-explorer-when-…

    …one-item-is-shown-show-more-button-is-also-shown-and-disappears-when-clicked
    
    fix/861-drep-explorer-when-one-item-is-shown-show-more-button-is-also-shown-and-disappears-when-clicked
    Sworzen1 authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    38fbb34 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #871 from IntersectMBO/fix/716-drep-explorer-visua…

    …l-defects
    
    fix/716-drep-explorer-visual-defects
    Sworzen1 authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    76b8c89 View commit details
    Browse the repository at this point in the history
  3. change way to add certs

    Sworzen1 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    f3fe31c View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' of https://github.com/IntersectMBO/govtool int…

    …o 226-retire-dreps-who-delegate-to-another-drep
    Sworzen1 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    29ddfda View commit details
    Browse the repository at this point in the history
  5. change way to generate certs

    Sworzen1 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    c04c9c4 View commit details
    Browse the repository at this point in the history
  6. delete unnecesary code

    Sworzen1 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    6e096bf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4d947b3 View commit details
    Browse the repository at this point in the history
  8. [#876] add metadata/validate endpoint

    Signed-off-by: jankun4 <[email protected]>
    jankun4 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    3a8d4d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    c8f78c4 View commit details
    Browse the repository at this point in the history
  2. add to changelog

    Sworzen1 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    914a09e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50dd6ed View commit details
    Browse the repository at this point in the history
  4. Merge pull request #882 from IntersectMBO/226-retire-dreps-who-delega…

    …te-to-another-drep
    
    226 retire dreps who delegate to another drep
    Sworzen1 authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    46270af View commit details
    Browse the repository at this point in the history
  5. Merge branch 'develop' of https://github.com/IntersectMBO/govtool int…

    …o change/880-change-terminology-of-sole-voter-to-direct-voter
    Sworzen1 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    eb85c19 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a0a293 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5927c45 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c69b157 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #890 from IntersectMBO/change/880-change-terminolo…

    …gy-of-sole-voter-to-direct-voter
    
    change/880-change-terminology-of-sole-voter-to-direct-voter
    Sworzen1 authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    7f81095 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'develop' of https://github.com/IntersectMBO/govtool int…

    …o fix/888-for-sole-voter-view-details-button-should-be-hidden
    Sworzen1 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    12ce0fb View commit details
    Browse the repository at this point in the history
  11. Merge pull request #895 from IntersectMBO/fix/888-for-sole-voter-view…

    …-details-button-should-be-hidden
    
    Fix/888 for sole voter view details button should be hidden
    Sworzen1 authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    8946639 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    37ded5d View commit details
    Browse the repository at this point in the history
  13. change px to smaller

    vercia committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    50744ce View commit details
    Browse the repository at this point in the history
  14. fix tests

    vercia committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    5163e47 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #892 from IntersectMBO/fix/878-change-padding-on-b…

    …utton
    
    fix/878-change-padding-on-button
    vercia authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    f51d4fe View commit details
    Browse the repository at this point in the history
  16. Merge pull request #896 from IntersectMBO/fix/877-change-padding-on-chip

    fix/877-change-padding-on-chip
    vercia authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    c309a66 View commit details
    Browse the repository at this point in the history
  17. Merge branch develop of https://github.com/IntersectMBO/govtool into …

    …fix/879-alingment-items-in-drep-card
    vercia committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    4f89ecf View commit details
    Browse the repository at this point in the history
  18. add other number to test

    vercia committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a3dbac6 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Merge pull request #902 from IntersectMBO/fix/879-alingment-items-in-…

    …drep-card
    
    fix/879-alingment-items-in-drep-card
    Sworzen1 authored May 1, 2024
    Configuration menu
    Copy the full SHA
    6e09ecf View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Add metadata api for tests

    mesudip committed May 2, 2024
    Configuration menu
    Copy the full SHA
    d868fe9 View commit details
    Browse the repository at this point in the history
  2. Add locks api

    mesudip committed May 2, 2024
    Configuration menu
    Copy the full SHA
    68edfe8 View commit details
    Browse the repository at this point in the history
  3. Add lock expiry.

    mesudip committed May 2, 2024
    Configuration menu
    Copy the full SHA
    d37fc23 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Update env variables

    NabinKawan committed May 3, 2024
    Configuration menu
    Copy the full SHA
    5a70c94 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #814 from IntersectMBO/feat/playwright-allure-reports

    Feat/playwright allure reports
    NabinKawan authored May 3, 2024
    Configuration menu
    Copy the full SHA
    f872b67 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Remove un-used services

    mesudip committed May 6, 2024
    Configuration menu
    Copy the full SHA
    0b90757 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d86245a View commit details
    Browse the repository at this point in the history
  3. Add dbsync service

    mesudip committed May 6, 2024
    Configuration menu
    Copy the full SHA
    5dc8640 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0fc0f03 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a689e7 View commit details
    Browse the repository at this point in the history
  6. add to changelog

    Sworzen1 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    10564fa View commit details
    Browse the repository at this point in the history
  7. Merge pull request #914 from IntersectMBO/develop

    Fixes, and Changes: Docker Setup, UI Enhancements, and Dependency Updates
    pmbinapps authored May 6, 2024
    Configuration menu
    Copy the full SHA
    69a48fa View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    d9c5e08 View commit details
    Browse the repository at this point in the history
  2. Update deploy command

    mesudip committed May 7, 2024
    Configuration menu
    Copy the full SHA
    1152f70 View commit details
    Browse the repository at this point in the history
  3. Fix building analytics image for multiple environments

    The current commit modifies the script `analytics-dashboard.mk` in the
    `govtool` directory to address the issue of building the analytics image
    for multiple environments. Previously, the image tag was being generated
    based on the latest commit hash for the `analytics-dashboard`, which was
    not sufficient for distinguishing between different environments. To
    solve this, the script now appends the `$(env)` variable to the image
    tag, allowing for unique identification of images across various
    environments.
    placek committed May 7, 2024
    Configuration menu
    Copy the full SHA
    d683b13 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db8bcef View commit details
    Browse the repository at this point in the history
  5. Merge pull request #946 from IntersectMBO/fix/fix-building-analytics-…

    …image-for-multiple-environments
    
    Fix building analytics image for multiple environments
    placek authored May 7, 2024
    Configuration menu
    Copy the full SHA
    189e27c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    492b2a0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    05d1462 View commit details
    Browse the repository at this point in the history
  8. change install to add

    Sworzen1 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    731facb View commit details
    Browse the repository at this point in the history
  9. Merge pull request #947 from IntersectMBO/897-bug-slow-delegation-issue

    [#897] Slow delegation issue // usePendingTransaction fixes
    JanJaroszczak authored May 7, 2024
    Configuration menu
    Copy the full SHA
    b919a42 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c9d0c5a View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Add playwright tests

    NabinKawan committed May 8, 2024
    Configuration menu
    Copy the full SHA
    36ca534 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2c848d View commit details
    Browse the repository at this point in the history
  3. fix: Transaction locking

    NabinKawan committed May 8, 2024
    Configuration menu
    Copy the full SHA
    bc5cb0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f73e09d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #930 from IntersectMBO/component/metadata-api

    Metadata and Lock API for tests
    mesudip authored May 8, 2024
    Configuration menu
    Copy the full SHA
    a7b6a58 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #939 from IntersectMBO/feat/playwright-tests

    Add playwright tests
    mesudip authored May 8, 2024
    Configuration menu
    Copy the full SHA
    d22ca84 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #943 from IntersectMBO/chore/898-wrapper-wrap-up-w…

    …allet-interface-into-package-and-export-out
    
    chore/898-wrapper-wrap-up-wallet-interface-into-package-and-export-out
    Sworzen1 authored May 8, 2024
    Configuration menu
    Copy the full SHA
    27ed3c3 View commit details
    Browse the repository at this point in the history
  8. Set participation.sanchogov.tools domain to dev service only

    The participation.sanchogov.tools domain has been configured to route
    exclusively to the dev service. This change affects the build and deploy
    workflows for beta, dev, staging, and test environments, as well as the
    Dockerfile and Docker Compose configuration for the analytics dashboard.
    placek committed May 8, 2024
    Configuration menu
    Copy the full SHA
    de9194c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    52d9e0d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b8e3aa3 View commit details
    Browse the repository at this point in the history
  11. Add debug log

    mesudip committed May 8, 2024
    Configuration menu
    Copy the full SHA
    0277fa1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e9b6786 View commit details
    Browse the repository at this point in the history
  13. Add set -x command

    mesudip committed May 8, 2024
    Configuration menu
    Copy the full SHA
    0fb6971 View commit details
    Browse the repository at this point in the history
  14. Add exit code

    mesudip committed May 8, 2024
    Configuration menu
    Copy the full SHA
    d05fb43 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ca66de0 View commit details
    Browse the repository at this point in the history
  16. Remove pipe to /dev/null

    mesudip committed May 8, 2024
    Configuration menu
    Copy the full SHA
    b5fd880 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #956 from IntersectMBO/chore/set-analytics-dashboa…

    …rd-domain-to-dev-only
    
    Set participation.sanchogov.tools domain to dev service only
    placek authored May 8, 2024
    Configuration menu
    Copy the full SHA
    3d8d728 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    42088b6 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0e6b56d View commit details
    Browse the repository at this point in the history
  20. Merge pull request #953 from IntersectMBO/develop

     Fix slow delegation issue and usePendingTransaction fixes
    pmbinapps authored May 8, 2024
    Configuration menu
    Copy the full SHA
    9507894 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #952 from IntersectMBO/920-multiple-bugs-on-delega…

    …tion-flow
    
    [#920 - bug 2] DRep details page Back button fix
    JanJaroszczak authored May 8, 2024
    Configuration menu
    Copy the full SHA
    151093d View commit details
    Browse the repository at this point in the history
  22. Merge pull request #950 from IntersectMBO/feat/942-create-govtool-met…

    …adata-submission-service
    
    feat(942): create govtool metadata submission service
    MSzalowski authored May 8, 2024
    Configuration menu
    Copy the full SHA
    18b3c51 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    424a0c2 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    3ef72f2 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b1ce62f View commit details
    Browse the repository at this point in the history
  26. Merge branch '876-provide-metadata-validation-to-the-proposal-list-an…

    …d-on-the-ga-creation' of https://github.com/IntersectMBO/govtool into 876-provide-metadata-validation-to-the-proposal-list-and-on-the-ga-creation
    Sworzen1 committed May 8, 2024
    Configuration menu
    Copy the full SHA
    ad8b59b View commit details
    Browse the repository at this point in the history
  27. Merge pull request #958 from IntersectMBO/chore/prepare-the-govtool-p…

    …ackages-to-publish
    
    chore: configure tsup for building govtool packages
    MSzalowski authored May 8, 2024
    Configuration menu
    Copy the full SHA
    e368d8a View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    1bfd6d8 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    6da4106 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    d7b73cf View commit details
    Browse the repository at this point in the history
  2. Add ansible

    Use dawidd6/action-ansible-playbook@v2
    Remove verbose commands
    Set GOVTOOL_TAG env-variable
    mesudip committed May 9, 2024
    Configuration menu
    Copy the full SHA
    5ad580a View commit details
    Browse the repository at this point in the history
  3. Fix build script

    mesudip committed May 9, 2024
    Configuration menu
    Copy the full SHA
    427bb98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58dae13 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c2bd56 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d78f853 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #966 from IntersectMBO/test-deployment

    Test stack deployment
    mesudip authored May 9, 2024
    Configuration menu
    Copy the full SHA
    4205bc7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c823708 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #971 from IntersectMBO/test-deployment

    BugFix: Fix image name of metadata service
    mesudip authored May 9, 2024
    Configuration menu
    Copy the full SHA
    8533da5 View commit details
    Browse the repository at this point in the history
  10. [#904] Tests fix

    JanJaroszczak committed May 9, 2024
    Configuration menu
    Copy the full SHA
    be9e1dd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4e2446e View commit details
    Browse the repository at this point in the history
  12. Merge pull request #965 from IntersectMBO/904-no-option-to-delegate-t…

    …o-myself-as-a-drep-after-delegating-to-abstain
    
    [#904] No option to delegate to myself as a drep
    JanJaroszczak authored May 9, 2024
    Configuration menu
    Copy the full SHA
    6c01a1e View commit details
    Browse the repository at this point in the history
  13. Merge pull request #961 from IntersectMBO/907-move-drep-yourself-card…

    …-to-top
    
    [#907] Move DRep yourself card to top in DRep Directory
    JanJaroszczak authored May 9, 2024
    Configuration menu
    Copy the full SHA
    3e487f8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    caa8bb0 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #972 from IntersectMBO/test-deployment

    BugFix: Fix images for gov-action-loader
    mesudip authored May 9, 2024
    Configuration menu
    Copy the full SHA
    88610eb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    902d642 View commit details
    Browse the repository at this point in the history
  17. [#918] Fixes after CR

    JanJaroszczak committed May 9, 2024
    Configuration menu
    Copy the full SHA
    386b3fa View commit details
    Browse the repository at this point in the history
  18. Merge pull request #973 from IntersectMBO/test-deployment

    BugFix: Rename metadata api service name to metadata-api
    NabinKawan authored May 9, 2024
    Configuration menu
    Copy the full SHA
    0d9648d View commit details
    Browse the repository at this point in the history
  19. Merge pull request #963 from IntersectMBO/918-automated-voting-option…

    …s-layout-fixes
    
    [#918] Automated voting options layout fixes
    JanJaroszczak authored May 9, 2024
    Configuration menu
    Copy the full SHA
    3a90a79 View commit details
    Browse the repository at this point in the history
  20. Update API.ts

    Signed-off-by: Bartlomiej Sworzen <[email protected]>
    Sworzen1 authored May 9, 2024
    Configuration menu
    Copy the full SHA
    3221dce View commit details
    Browse the repository at this point in the history
  21. Merge pull request #889 from IntersectMBO/876-provide-metadata-valida…

    …tion-to-the-proposal-list-and-on-the-ga-creation
    
    [#876] add metadata/validate endpoint
    Sworzen1 authored May 9, 2024
    Configuration menu
    Copy the full SHA
    0f27b2e View commit details
    Browse the repository at this point in the history
  22. change navto items

    Sworzen1 committed May 9, 2024
    Configuration menu
    Copy the full SHA
    9508e77 View commit details
    Browse the repository at this point in the history
  23. fix lint

    Sworzen1 committed May 9, 2024
    Configuration menu
    Copy the full SHA
    5d1c8a7 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #978 from IntersectMBO/develop

    Add metadata validation and submission service, DRep details page fix, and voting options layout improvements
    pmbinapps authored May 9, 2024
    Configuration menu
    Copy the full SHA
    7567b47 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    91a753a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b32b138 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #981 from IntersectMBO/test-deployment

    Reflect VITE_BASE_URL change in test deployment
    mesudip authored May 10, 2024
    Configuration menu
    Copy the full SHA
    cdbd658 View commit details
    Browse the repository at this point in the history
  4. Update lighthouse action

    mesudip committed May 10, 2024
    Configuration menu
    Copy the full SHA
    4d4670a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #977 from IntersectMBO/fix/929-drep-links-are-appe…

    …nded-to-govtool-url
    
    fix/929-drep-links-are-appended-to-govtool-url
    Sworzen1 authored May 10, 2024
    Configuration menu
    Copy the full SHA
    4c53331 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Remove unused node options

    mesudip committed May 13, 2024
    Configuration menu
    Copy the full SHA
    38ce897 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #997 from IntersectMBO/tests/lighthouse

    Tests/lighthouse
    mesudip authored May 13, 2024
    Configuration menu
    Copy the full SHA
    f8002d5 View commit details
    Browse the repository at this point in the history
  3. Configure sonar-scanner

    mesudip committed May 13, 2024
    Configuration menu
    Copy the full SHA
    d57c6d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ca4719 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #998 from IntersectMBO/feat/sonar-scanner

    Configure sonar-scanner
    mesudip authored May 13, 2024
    Configuration menu
    Copy the full SHA
    2cf09aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    90f1e02 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6ba37d8 View commit details
    Browse the repository at this point in the history
  8. Run tests before sonar scan

    mesudip committed May 13, 2024
    Configuration menu
    Copy the full SHA
    6353ee4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3f583da View commit details
    Browse the repository at this point in the history
  10. fix: fix frontend makefile

    MSzalowski committed May 13, 2024
    Configuration menu
    Copy the full SHA
    0cef8a7 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1004 from IntersectMBO/fix/fix-frontend-deployment

    fix: fix frontend makefile
    MSzalowski authored May 13, 2024
    Configuration menu
    Copy the full SHA
    864bd79 View commit details
    Browse the repository at this point in the history
  12. Allow backend to receive POST mehod

    In order to facilitate the metadata validation on backend service we set the POST method to be allowed in CORS.
    
    Signed-off-by: Paweł Placzyński <[email protected]>
    placek authored May 13, 2024
    Configuration menu
    Copy the full SHA
    e129f0a View commit details
    Browse the repository at this point in the history
  13. Merge pull request #1006 from IntersectMBO/fix/allow-backend-to-recei…

    …ve-post-method
    
    Allow backend to receive POST mehod
    MSzalowski authored May 13, 2024
    Configuration menu
    Copy the full SHA
    9059dc4 View commit details
    Browse the repository at this point in the history
  14. fix backend config

    jankun4 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    1eb3d99 View commit details
    Browse the repository at this point in the history
  15. fix backend config

    jankun4 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    5959680 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8b91031 View commit details
    Browse the repository at this point in the history
  17. [#927] Fixes after CR

    JanJaroszczak committed May 13, 2024
    Configuration menu
    Copy the full SHA
    e33383b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c9788e5 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5248e87 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    23ddf9e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1016 from IntersectMBO/feat/sonar-scanner

    Feat/sonar scanner
    NabinKawan authored May 14, 2024
    Configuration menu
    Copy the full SHA
    16a578b View commit details
    Browse the repository at this point in the history
  3. Expose kuber-api for tests

    mesudip committed May 14, 2024
    Configuration menu
    Copy the full SHA
    4f32371 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9de7399 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    899e5af View commit details
    Browse the repository at this point in the history
  6. [#1003] Apply basic auth on staging environment

    In this commit, basic authentication has been implemented on the staging
    environment to ensure that only authorized users can access it.
    Different environment variables have been set up for each environment
    (dev, test, staging) to provide different configurations. This allows
    for specifying the basic authentication credentials specific to the
    staging environment. The changes made include modifying the .envrc file
    to set environment variables based on the selected environment, as well
    as updating the configuration in config.mk to generate the appropriate
    nginx authentication file based on the environment chosen.
    placek committed May 14, 2024
    Configuration menu
    Copy the full SHA
    3a948e2 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1017 from IntersectMBO/quickfix/test-deployment

    Expose kuber-api for tests
    spannercode authored May 14, 2024
    Configuration menu
    Copy the full SHA
    5fdc44a View commit details
    Browse the repository at this point in the history
  8. [#1003] Apply environment variables for basic authentication in GitHu…

    …b Actions
    
    In this commit, the necessary changes have been made in the GitHub
    Actions workflows to apply the basic authentication environment
    variables where needed. This update ensures that the correct credentials
    are utilized for basic authentication in the different environments
    (beta, dev, staging, test). The workflow files for these environments
    have been modified to include the specific environment variables related
    to basic authentication. For instance, in the
    build-and-deploy-staging.yml file, the environment variable
    `STAGING_NGINX_BASIC_AUTH` has been introduced to set the basic
    authentication credentials for the staging environment.
    placek committed May 14, 2024
    Configuration menu
    Copy the full SHA
    06675fc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    350df52 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #983 from IntersectMBO/926-drep-panel-needs-to-be-…

    …clickable
    
    [#926] DRep panel needs to be clickable
    JanJaroszczak authored May 14, 2024
    Configuration menu
    Copy the full SHA
    2e095a7 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #985 from IntersectMBO/927-your-drep-needs-showing…

    …-on-detail-page
    
    [#927] Your DRep needs showing on detail page
    JanJaroszczak authored May 14, 2024
    Configuration menu
    Copy the full SHA
    7c6003b View commit details
    Browse the repository at this point in the history
  12. Merge pull request #1012 from IntersectMBO/932-voting-power-not-corre…

    …ct-on-automated-options-picking-up-users-voting-power
    
    [#932] Automated voting options voting power fix
    JanJaroszczak authored May 14, 2024
    Configuration menu
    Copy the full SHA
    a6d6060 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #1013 from IntersectMBO/925-drep-delegation-incorr…

    …ect-drep-card
    
    [#925] In Progress DRep cards display fixes
    JanJaroszczak authored May 14, 2024
    Configuration menu
    Copy the full SHA
    ecd232a View commit details
    Browse the repository at this point in the history
  14. Update backend config with metadata-validation service address

    This is a hotfix that solves problem with wrong request configuration to metadata-validation service.
    
    Signed-off-by: Paweł Placzyński <[email protected]>
    placek authored May 14, 2024
    Configuration menu
    Copy the full SHA
    8dfaf81 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #1020 from IntersectMBO/chore/1003-set-up-basic-au…

    …th-for-the-staging-envrionment
    
    [#1003] Apply basic auth on staging environment
    placek authored May 14, 2024
    Configuration menu
    Copy the full SHA
    624fd10 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #1023 from IntersectMBO/hotfix/change-metadata-val…

    …idation-config-for-backend
    
    Update backend config with metadata-validation service address
    placek authored May 14, 2024
    Configuration menu
    Copy the full SHA
    84cd7bb View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    dd2c5ae View commit details
    Browse the repository at this point in the history
  18. sync pretest with develop

    MSzalowski committed May 14, 2024
    Configuration menu
    Copy the full SHA
    77cc6e6 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #1024 from IntersectMBO/pretest

    Sync pretest with test with the recent workflow changes introduced on develop
    MSzalowski authored May 14, 2024
    Configuration menu
    Copy the full SHA
    e8d43ef View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7aff6e4 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #1025 from IntersectMBO/fix/fix-test-deployment-wo…

    …rkflow-file
    
    fix: fix test deployment workflow file
    MSzalowski authored May 14, 2024
    Configuration menu
    Copy the full SHA
    45a50e5 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    348ece0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1029 from IntersectMBO/fix/1028-drep-directory-in…

    …correctly-appended-filter-yourself-to-drep-directory
    
    [#1028] fix: remove incorrectly appended filter yourself to drep directory
    MSzalowski authored May 15, 2024
    Configuration menu
    Copy the full SHA
    02d88d6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1022 from IntersectMBO/fix/1019-empty-drep-direct…

    …ory-with-extra-result
    
    fix/1019-empty-drep-directory-with-extra-result
    MSzalowski authored May 15, 2024
    Configuration menu
    Copy the full SHA
    88ef4ef View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1018 from IntersectMBO/fix/928-not-404-page-in-dr…

    …ep-directory
    
    fix/928-not-404-page-in-drep-directory
    MSzalowski authored May 15, 2024
    Configuration menu
    Copy the full SHA
    715bd5d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1001 from IntersectMBO/957-wrong-drep-type-return…

    …ed-after-change-from-drep-to-direct-voter
    
    [#957] drep/list drep type fix
    MSzalowski authored May 15, 2024
    Configuration menu
    Copy the full SHA
    d7545cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0da2109 View commit details
    Browse the repository at this point in the history
  7. Update govtool/frontend/src/components/molecules/GovernanceActionDeta…

    …ilsCardLinks.tsx
    
    Signed-off-by: Michał Szałowski <[email protected]>
    MSzalowski authored May 15, 2024
    Configuration menu
    Copy the full SHA
    4d6ab36 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7242721 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. fix: Delegation timeout

    NabinKawan committed May 16, 2024
    Configuration menu
    Copy the full SHA
    ad557dd View commit details
    Browse the repository at this point in the history
  2. fix: prettier formatting

    NabinKawan committed May 16, 2024
    Configuration menu
    Copy the full SHA
    b0944b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d07fb9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63ee2d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2bc0272 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb63afd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e217ace View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    acd088e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6b52800 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    36fab44 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d516bd6 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #1033 from IntersectMBO/feat/extended-tests

    Feat/extended tests
    mesudip authored May 16, 2024
    Configuration menu
    Copy the full SHA
    899edbe View commit details
    Browse the repository at this point in the history
  13. Merge pull request #1030 from IntersectMBO/develop

    Sync test with develop: #957, #1028, #928, #1019
    MSzalowski authored May 16, 2024
    Configuration menu
    Copy the full SHA
    f307ebd View commit details
    Browse the repository at this point in the history