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

Backend POST method, sonar-scanner setup, nav changes, and multiple fixes #1014

Merged
merged 31 commits into from
May 14, 2024

Commits on May 9, 2024

  1. 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
  2. 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

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    b32b138 View commit details
    Browse the repository at this point in the history
  2. 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. 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
  2. Configuration menu
    Copy the full SHA
    6ca4719 View commit details
    Browse the repository at this point in the history
  3. 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
  4. Configuration menu
    Copy the full SHA
    6ba37d8 View commit details
    Browse the repository at this point in the history
  5. 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
  6. Configuration menu
    Copy the full SHA
    3f583da View commit details
    Browse the repository at this point in the history
  7. 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
  8. 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
  9. 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
  10. 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
  11. 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
  12. 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
  13. Configuration menu
    Copy the full SHA
    8b91031 View commit details
    Browse the repository at this point in the history
  14. [#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
  15. Configuration menu
    Copy the full SHA
    c9788e5 View commit details
    Browse the repository at this point in the history
  16. 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. [#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
  4. [#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
  5. 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
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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
  11. 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