Skip to content

Allow to integrate multiple gitlabs #10

Open
@kaystrobach

Description

@kaystrobach

would be really awesome to change the code to allow access multiple gitlab instances.

IMHO there are several steps to take:

  • convert settings file form ini to yaml
  • iterate over instances and then repos to get the needed information
  • put all the stuff into one file

The yaml file may look like:

m4tthumphrey:
  php-gitlab-api:
    instances:
      -
        apiToken: 'ASDFGHJKL12345678'
        endpointUri: 'http://gitlab.example.com/api/v3/'
      -
        apiToken: 'ASDFGHJKL12345678'
        endpointUri: 'http://gitlab.example.com/api/v3/'
      -
        apiToken: 'ASDFGHJKL12345678'
        endpointUri: 'http://gitlab.example.com/api/v3/'

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions