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

[frontend] Add Base Image Collections #230

Merged

Commits on Jan 16, 2023

  1. Generate latest GraphQL schema for frontend

    npm run relay:generate-schema
    npm run format
    
    Signed-off-by: Sergey Zakhlypa <sergey.zakhlypa@secomind.com>
    szakhlypa committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    c4d0ebc View commit details
    Browse the repository at this point in the history
  2. Add table component to display Base Image Collections

    Add the BaseImageCollectionsTable React component
    
    Signed-off-by: Sergey Zakhlypa <sergey.zakhlypa@secomind.com>
    szakhlypa committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    a177a4f View commit details
    Browse the repository at this point in the history
  3. Add Relay mock for Base Image Collection

    Add stubbed data to mock Relay's responses for BaseImageCollection queries
    
    Signed-off-by: Sergey Zakhlypa <sergey.zakhlypa@secomind.com>
    szakhlypa committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    3d5b331 View commit details
    Browse the repository at this point in the history
  4. Add BaseImageCollections page

    Add a page to fetch and list available Base Image Collections
    
    Signed-off-by: Sergey Zakhlypa <sergey.zakhlypa@secomind.com>
    szakhlypa committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    f040a63 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Add BaseImageCollection page

    Add a page with a form to view and edit Base Image Collection
    
    Signed-off-by: Sergey Zakhlypa <sergey.zakhlypa@secomind.com>
    szakhlypa committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    e434140 View commit details
    Browse the repository at this point in the history
  2. Add BaseImageCollectionCreate page

    Add a page with a form to create Base Image Collection
    
    Signed-off-by: Sergey Zakhlypa <sergey.zakhlypa@secomind.com>
    szakhlypa committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    880fc91 View commit details
    Browse the repository at this point in the history
  3. Add i18n translation strings for Base Image Collections

    npm run i18n:extract
    
    Signed-off-by: Sergey Zakhlypa <sergey.zakhlypa@secomind.com>
    szakhlypa committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    8952971 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG

    Signed-off-by: Sergey Zakhlypa <sergey.zakhlypa@secomind.com>
    szakhlypa committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    34742ee View commit details
    Browse the repository at this point in the history