Skip to content
Snippets Groups Projects
Select Git revision
  • f0ff846c70f77398c3544981d064c2fd1216aa22
  • master default protected
  • gitkeep
  • development protected
  • QRCode/Size
  • sync-link-hdf5
  • feature/multi-scriptpaths
  • dev/plotID_Class
  • doc
  • V1.0.1
  • V1.0
  • V1.0-RC1
  • V0.2.2
  • V0.2.1
  • V0.2-RC1
  • V0.1
16 results

+PlotID

  • Open with
  • Download source code
  • Download directory
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • user avatar
    Erik Sundell authored
    The following is now a valid configuration for oauthenticator 0.8.1 I
    think:
    
    ```yaml
    hub:
      extraEnv:
        GITLAB_URL: https://my-gitlab-instance.example.com
    
    auth:
      type: gitlab
      gitlab:
        clientId: <client id>
        clientSecret: <client secret>
        callbackUrl: <callback url>
        gitlabGroupWhitelist:
          - "groupName1"
          - "groupName2"
        gitlabProjectIdWhitelist:
          - "projectId1"
          - "projectId2"
    ```
    174bbd56
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Name Last commit Last update
    ..