ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
gitlab_helpers Namespace Reference

Functions

def test_response
 
def get_project_id
 
def get_merge_request_id
 

Function Documentation

def gitlab_helpers.get_merge_request_id (   url,
  project_name,
  token,
  project_id,
  mr_iid 
)

Definition at line 17 of file gitlab_helpers.py.

View newest version in sPHENIX GitHub at line 17 of file gitlab_helpers.py

References test_response().

+ Here is the call graph for this function:

def gitlab_helpers.get_project_id (   url,
  project_name,
  token 
)

Definition at line 7 of file gitlab_helpers.py.

View newest version in sPHENIX GitHub at line 7 of file gitlab_helpers.py

References test_response().

+ Here is the call graph for this function:

def gitlab_helpers.test_response (   response)

Definition at line 4 of file gitlab_helpers.py.

View newest version in sPHENIX GitHub at line 4 of file gitlab_helpers.py

Referenced by get_merge_request_id(), and get_project_id().

+ Here is the caller graph for this function: