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: dockge set/update agent friendly name #414

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Feb 1, 2024

  1. feat: dockge agent friendly name

    Add the option to set a friendly name to a dockge remote
    agent. If the field is not used the `agent.url` will be
    displayed
    lohrbini committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    c0fc76a View commit details
    Browse the repository at this point in the history
  2. docs(en): add missing new item

    adding `Friendly Name` to en.json
    lohrbini committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    11f5fff View commit details
    Browse the repository at this point in the history
  3. DRAFT: feat(friendlyName): make friendlyname configurable

    allow updates and removal of `friendly name`
    lohrbini committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    54e158f View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. feat(containerTerminal): add friendly name

    adding the `friendlyname` option to the running and paused container
    lohrbini committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    8f142af View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. feat(compose): add friendly names

    when create a new stack via UI the friendly name should also be displayed
    lohrbini committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    62ceb44 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. chore(deps): update from upstream

    Merge branch 'feat/dockge-agents-friendly-name' into feat/dockge-agents-friendly-name-editable
    lohrbini committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    5885665 View commit details
    Browse the repository at this point in the history
  2. fix(agent-manager): add update query

    add a query to update the friendlyname correctly
    lohrbini committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    2b64b3f View commit details
    Browse the repository at this point in the history
  3. fix(DashboardHome): remove edit-pen for controller

    remove edit-pen for controller which cannot have a friendlyname for now
    lohrbini committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    a8b75fb View commit details
    Browse the repository at this point in the history
  4. style(agent-manager): liniting

    fix linting issues
    lohrbini committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    9748469 View commit details
    Browse the repository at this point in the history
  5. fix(manage-agent-socket-handler): type

    fix tsc check by updating var type
    lohrbini committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    052cf17 View commit details
    Browse the repository at this point in the history
  6. fix(DashboardHome): duplicate code

    remove if condition and update to proper values to prevent
    duplicates
    lohrbini committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    dcc48d3 View commit details
    Browse the repository at this point in the history