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

feat: add docker container table #520

Merged
merged 33 commits into from
May 29, 2024
Merged

Commits on May 18, 2024

  1. WIP On docker integration

    ajnart committed May 18, 2024
    Configuration menu
    Copy the full SHA
    60c1d77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cefcb18 View commit details
    Browse the repository at this point in the history
  3. WIP on adding docker support

    ajnart committed May 18, 2024
    Configuration menu
    Copy the full SHA
    8ebf756 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1511404 View commit details
    Browse the repository at this point in the history
  5. WIP on adding docker support

    ajnart committed May 18, 2024
    Configuration menu
    Copy the full SHA
    8d4eece View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0585509 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6a5837f View commit details
    Browse the repository at this point in the history
  8. revert changes

    ajnart committed May 18, 2024
    Configuration menu
    Copy the full SHA
    cd476c0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dde88a6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8b8f255 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. chore: apply pr suggestions

    ajnart committed May 19, 2024
    Configuration menu
    Copy the full SHA
    d86ff41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    163abbf View commit details
    Browse the repository at this point in the history
  3. chore: Update npm dependencies

    ajnart committed May 19, 2024
    Configuration menu
    Copy the full SHA
    09d0dcd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee1f396 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e50dbec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3975b4d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8f40056 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    54f426d View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. refactor: Update DockerTable component

    Include container actions and state badges
    ajnart committed May 20, 2024
    Configuration menu
    Copy the full SHA
    2ddbf77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    866ea22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3067ede View commit details
    Browse the repository at this point in the history
  4. feat: Refactor DockerSingleton to use host and instance properties

    This commit refactors the DockerSingleton class in the `docker.ts` file to use the `host` and `instance` properties instead of the previous `key` and `remoteApi` properties. This change improves clarity and consistency in the codebase.
    ajnart committed May 20, 2024
    Configuration menu
    Copy the full SHA
    f939f87 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d18dfc6 View commit details
    Browse the repository at this point in the history
  6. feat: Improve DockerTable component with Avatar and Name column

    This commit enhances the DockerTable component in the `DockerTable.tsx` file by adding an Avatar and Name column. The Avatar column displays an icon based on the Docker container's image, while the Name column shows the container's name. This improvement provides better visual representation and identification of the containers in the table.
    ajnart committed May 20, 2024
    Configuration menu
    Copy the full SHA
    f4617c5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d4ca1be View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    5e7e1d9 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    7b9e944 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ff54e9 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    97856f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1a33d7 View commit details
    Browse the repository at this point in the history
  3. fix: format issues

    Meierschlumpf committed May 29, 2024
    Configuration menu
    Copy the full SHA
    2b06d44 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a533c20 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94524df View commit details
    Browse the repository at this point in the history