Skip to content
Snippets Groups Projects
  1. Jun 13, 2022
  2. May 24, 2022
  3. Dec 22, 2020
    • Tim Jaacks's avatar
      get_manifest_projects: add possibility to concatenate namespaces · 982bbeac
      Tim Jaacks authored
      This is needed for cases where the remote URL contains a part of the project namespace (e.g. "ssh://git@gitlab.com/garz-fricke/yocto") and the project name contains another part of it (e.g. "layers/meta-guf-machine"). There is no GitLab API call which will find a project given this information.
      Thus we are adding a possibility to parse the namespace from the remote and prepend it to the project name in order to return it including its complete namespace (e.g. "garz-fricke/yocto/layers/meta-guf-machine").
      982bbeac
  4. Nov 16, 2020
    • Tim Jaacks's avatar
      Add support for retriggering merge request pipelines · 26df0863
      Tim Jaacks authored
      * Add retrigger_mr_pipeline_py script
      * Move get_merge_request() function to separate file and make it return all
        available pipelines instead of just one
      * Add helper script for parsing projects from manifest file
      26df0863
Loading