Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tuannvm/haproxy-mcp-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.12
Choose a base ref
...
head repository: tuannvm/haproxy-mcp-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Choose a head ref
  • 18 commits
  • 30 files changed
  • 3 contributors

Commits on May 17, 2025

  1. feat(backend): initialize backend and frontend modules with setup files

    Signed-off-by: Tommy Nguyen <tuannvm@hotmail.com>
    tuannvm committed May 17, 2025
    Configuration menu
    Copy the full SHA
    6112702 View commit details
    Browse the repository at this point in the history
  2. refactor(backend): update backend to HAProxy MCP Server configuration

    Signed-off-by: Tommy Nguyen <tuannvm@hotmail.com>
    tuannvm committed May 17, 2025
    Configuration menu
    Copy the full SHA
    311a043 View commit details
    Browse the repository at this point in the history
  3. chore: add dagger.json configuration file

    Signed-off-by: Tommy Nguyen <tuannvm@hotmail.com>
    tuannvm committed May 17, 2025
    Configuration menu
    Copy the full SHA
    6ad58ed View commit details
    Browse the repository at this point in the history
  4. refactor: rename HAProxyMCPServer to HaproxyMcpServer in .dagger files

    Signed-off-by: Tommy Nguyen <tuannvm@hotmail.com>
    tuannvm committed May 17, 2025
    Configuration menu
    Copy the full SHA
    6782a9b View commit details
    Browse the repository at this point in the history
  5. refactor: update default model to gpt-4.1 in various functions

    Signed-off-by: Tommy Nguyen <tuannvm@hotmail.com>
    tuannvm committed May 17, 2025
    Configuration menu
    Copy the full SHA
    a78a455 View commit details
    Browse the repository at this point in the history
  6. docs(prompts): update HAProxy MCP Server guidelines and instructions

    Signed-off-by: Tommy Nguyen <tuannvm@hotmail.com>
    tuannvm committed May 17, 2025
    Configuration menu
    Copy the full SHA
    9ccc259 View commit details
    Browse the repository at this point in the history
  7. ci(workflows): use GitHub token setup in workflows

    Signed-off-by: Tommy Nguyen <tuannvm@hotmail.com>
    tuannvm committed May 17, 2025
    Configuration menu
    Copy the full SHA
    c662e1a View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2025

  1. build: update dependencies in go.mod and go.sum files

    Signed-off-by: Tommy Nguyen <tuannvm@hotmail.com>
    tuannvm committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    38ff395 View commit details
    Browse the repository at this point in the history
  2. <refactor>(dagger): simplify backend source by including all directories

    Signed-off-by: Tommy Nguyen <tuannvm@hotmail.com>
    tuannvm committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    2d168f2 View commit details
    Browse the repository at this point in the history
  3. refactor(backend): remove unused UnitTest function

    Signed-off-by: Tommy Nguyen <tuannvm@hotmail.com>
    tuannvm committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    ad33ef6 View commit details
    Browse the repository at this point in the history
  4. refactor(backend): remove unit test check from Check function

    Signed-off-by: Tommy Nguyen <tuannvm@hotmail.com>
    tuannvm committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    da497d6 View commit details
    Browse the repository at this point in the history
  5. refactor(main.go): remove test execution from Check method

    Signed-off-by: Tommy Nguyen <tuannvm@hotmail.com>
    tuannvm committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    c93b942 View commit details
    Browse the repository at this point in the history
  6. <refactor>(build): streamline build process by reusing backend build …

    …function
    
    Signed-off-by: Tommy Nguyen <tuannvm@hotmail.com>
    tuannvm committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    83cdb90 View commit details
    Browse the repository at this point in the history
  7. style(backend): improve comments and variable naming in main.go

    Signed-off-by: Tommy Nguyen <tuannvm@hotmail.com>
    tuannvm committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    6e1ce81 View commit details
    Browse the repository at this point in the history
  8. refactor(backend): update binary file name to haproxy-mcp-server

    Signed-off-by: Tommy Nguyen <tuannvm@hotmail.com>
    tuannvm committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    7020db4 View commit details
    Browse the repository at this point in the history
  9. refactor(main.go): remove redundant Build synchronization logic

    Signed-off-by: Tommy Nguyen <tuannvm@hotmail.com>
    tuannvm committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    b773fe6 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #12 from tuannvm/ci/dagger-agent

    Enhance Workspace Module and CI/CD GitHub Workflows
    tuannvm authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    61b6dfd View commit details
    Browse the repository at this point in the history
  11. chore(release): 1.1.0 [skip ci]

    # [1.1.0](v1.0.12...v1.1.0) (2025-06-05)
    
    ### Features
    
    * **backend:** initialize backend and frontend modules with setup files ([6112702](6112702))
    semantic-release-bot committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    9a185de View commit details
    Browse the repository at this point in the history
Loading