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

Update index server build scripts and deployment #147

Merged
merged 23 commits into from
Nov 22, 2022

Commits on Nov 10, 2022

  1. registry-viewer repo cloning replaced with devfile-web repo cloning, …

    …registry-viewer docker image building removed.
    
    Signed-off-by: Michael Valdron <mvaldron@redhat.com>
    michael-valdron committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    e6e2df9 View commit details
    Browse the repository at this point in the history
  2. index server image build updated to remove old registry-viewer resour…

    …ce copying and include static registry-viewer build with export.
    
    Signed-off-by: Michael Valdron <mvaldron@redhat.com>
    michael-valdron committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    db52dd6 View commit details
    Browse the repository at this point in the history
  3. entrypoint script for index server no longer starts separate registry…

    …-viewer web server service.
    
    Signed-off-by: Michael Valdron <mvaldron@redhat.com>
    michael-valdron committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    21d6e7f View commit details
    Browse the repository at this point in the history
  4. removed old registry viewer helm chart configs.

    Signed-off-by: Michael Valdron <mvaldron@redhat.com>
    michael-valdron committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    ed06e0c View commit details
    Browse the repository at this point in the history
  5. Registry Viewer build & export removed from devfile-index-base image …

    …build
    
    Signed-off-by: Michael Valdron <mvaldron@redhat.com>
    michael-valdron committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    a057944 View commit details
    Browse the repository at this point in the history
  6. removed unneeded registry viewer steps to create environment variable…

    …s and file directory from index server build.
    
    Signed-off-by: Michael Valdron <mvaldron@redhat.com>
    michael-valdron committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    a9aafdc View commit details
    Browse the repository at this point in the history
  7. headless env var added to index server build scripts.

    Signed-off-by: Michael Valdron <mvaldron@redhat.com>
    michael-valdron committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    f5cebc2 View commit details
    Browse the repository at this point in the history
  8. index server captures headless env var

    Signed-off-by: Michael Valdron <mvaldron@redhat.com>
    michael-valdron committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    05c4c21 View commit details
    Browse the repository at this point in the history
  9. headless mode added to index server, error handling for registry view…

    …er proxy added, removed old registry viewer static routes.
    
    Signed-off-by: Michael Valdron <mvaldron@redhat.com>
    michael-valdron committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    86ab0c0 View commit details
    Browse the repository at this point in the history
  10. headless index server helm chart created.

    Signed-off-by: Michael Valdron <mvaldron@redhat.com>
    michael-valdron committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    2b717bb View commit details
    Browse the repository at this point in the history
  11. registry viewer container and values added to devfile-registry helm c…

    …hart.
    
    Signed-off-by: Michael Valdron <mvaldron@redhat.com>
    michael-valdron committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    0c39557 View commit details
    Browse the repository at this point in the history
  12. index server deploy guide in README updated to include headless deplo…

    …yment and new headed deployment changes.
    
    Signed-off-by: Michael Valdron <mvaldron@redhat.com>
    michael-valdron committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    73c2fb0 View commit details
    Browse the repository at this point in the history
  13. Test for registry viewer headless handler added.

    Signed-off-by: Michael Valdron <mvaldron@redhat.com>
    michael-valdron committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    431a44e View commit details
    Browse the repository at this point in the history
  14. write err handling added for response writing under registry viewer e…

    …rror handler.
    
    Signed-off-by: Michael Valdron <mvaldron@redhat.com>
    michael-valdron committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    044a5c3 View commit details
    Browse the repository at this point in the history
  15. Builder for proxy server error responses added with test cases.

    Signed-off-by: Michael Valdron <mvaldron@redhat.com>
    michael-valdron committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    ad40d16 View commit details
    Browse the repository at this point in the history
  16. registry viewer resource attributes added to devfile-registry chart.

    Signed-off-by: Michael Valdron <mvaldron@redhat.com>
    michael-valdron committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    39a109f View commit details
    Browse the repository at this point in the history
  17. fixed headless to be deployed with the same helm chart.

    Signed-off-by: Michael Valdron <mvaldron@redhat.com>
    michael-valdron committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    3542690 View commit details
    Browse the repository at this point in the history
  18. helm chart docs updated.

    Signed-off-by: Michael Valdron <mvaldron@redhat.com>
    michael-valdron committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    2aa95c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. headless mode env var is now set on deployment.

    Signed-off-by: Michael Valdron <mvaldron@redhat.com>
    michael-valdron committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    1b96189 View commit details
    Browse the repository at this point in the history
  2. revisions to README applied.

    Signed-off-by: Michael Valdron <mvaldron@redhat.com>
    michael-valdron committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    016e487 View commit details
    Browse the repository at this point in the history
  3. set registry viewer env vars for deployment

    Signed-off-by: Michael Valdron <mvaldron@redhat.com>
    michael-valdron committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    116b195 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. registry hosts value added for env var in helm chart deployment templ…

    …ate.
    
    Signed-off-by: Michael Valdron <mvaldron@redhat.com>
    michael-valdron committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    e41c199 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. review revisions applied.

    Signed-off-by: Michael Valdron <mvaldron@redhat.com>
    michael-valdron committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    07c5525 View commit details
    Browse the repository at this point in the history