Skip to content
Snippets Groups Projects
Select Git revision
  • master default
  • fj-add-build-proxies
  • syscall
  • 3755-helper-image-for-windows-container-execution
  • 3983-runner-ability-to-fetch-prospective-merge-pipelines
  • add-retryable-err-type
  • mr-origin-1164
  • 3755-helper-image-for-windows-container-execution-dockerfiles
  • 11-8-stable
  • 3973-docs-feedback-run-runner-on-kubernetes
  • fix/process-killing-bug
  • prepare-build-current-docker-make-target
  • 3366-temporary-fix-for-lfs-clone-failure
  • docs-make-shell-selection-clear
  • 3755-helper-image-for-windows-container-execution-publish-windows-images
  • rework-git-init
  • mask-trace
  • update-git-lfs-on-helper-image
  • 3755-helper-image-for-windows-container-execution-update-make-file
  • docs/add-windows-deveopment-guidelines
  • v11.8.0
  • v11.8.0-rc1
  • v11.7.0
  • v11.6.1
  • v11.7.0-rc1
  • v11.6.0
  • v11.6.0-rc1
  • v11.5.1
  • v11.5.0
  • v11.5.0-rc1
  • v11.4.2
  • v11.4.1
  • v11.3.2
  • v11.2.2
  • v11.4.0
  • v11.4.0-rc1
  • v11.3.1
  • v11.2.1
  • v11.1.1
  • v11.3.0
40 results

mock_Client.go

Forked from GitLab.org / gitlab-runner
Source project has a limited visibility.
  • Steve Xuereb's avatar
    c45fc343
    Add web terminal for docker executor · c45fc343
    Steve Xuereb authored
    Use reflect.DeepEqual for session.closeTerminalConn since the struct
    might have slices which are not comparable.
    
    Make the docker executor implement the `session.Conn` &
    `session.InteractiveTerminal` interface to support interactive web
    terminals.
    
    Update `gitlab-terminal` package to version to support docker stream.
    Verified
    c45fc343
    History
    Add web terminal for docker executor
    Steve Xuereb authored
    Use reflect.DeepEqual for session.closeTerminalConn since the struct
    might have slices which are not comparable.
    
    Make the docker executor implement the `session.Conn` &
    `session.InteractiveTerminal` interface to support interactive web
    terminals.
    
    Update `gitlab-terminal` package to version to support docker stream.