Skip to content
Snippets Groups Projects
  1. Dec 15, 2021
  2. Dec 13, 2021
  3. Nov 03, 2021
  4. Nov 01, 2021
  5. Oct 29, 2021
    • Felix Gerking's avatar
      Add alphaplan FWR generator · d8ea1226
      Felix Gerking authored
      alphaplan_fwr.py: Creates alphaplan software packages for the build
      release artifacts. According to the release, all relevant artifacts are
      collected in a list structure and the corresponding aphaplan
      information are added for each artifact (attributes, md5sum, path, etc.).
      The list is attached to major software package structure. This structure
      is written in a json file for documentation. Afterwards the structure is
      send to an AlphaPlan webservice that creates the FWR articles.
      alphaplan_keys.py: Generates a dictionary which contains all AlphaPlan
      specific information for the artifacts. Flag classes are used to define
      unique keys for the dictionary accesses.
      d8ea1226
  6. Sep 30, 2021
  7. Sep 27, 2021
  8. Sep 20, 2021
  9. Sep 15, 2021
  10. Aug 30, 2021
    • Jonas Höppner's avatar
      CI: Adapt package_release to also deploy artifacts locally · de38c9f0
      Jonas Höppner authored
      To upload the sdk the local deployment on build host is needed as it is
      too big for the uploads.
      
      Move copy functionality to extra function. It also generates md5sum.txt
      from the source file's md5sums.
      Copy locally (host system) and as gitlab artifact.
      
      Add option to copy doc files ( all .md in given folder).
      
      BCS 746-000262
      de38c9f0
  11. Jun 29, 2021
  12. Jun 15, 2021
  13. Jun 14, 2021
  14. May 26, 2021
  15. May 19, 2021
  16. Apr 20, 2021
  17. Apr 12, 2021
  18. Mar 25, 2021
    • Norman Stetter's avatar
      Take squashed MRs into account · 38f95968
      Norman Stetter authored
      When a MR is merged via WebUI using the 'squash commits' option the
      squashed commit is assigned to the 'squash_commit_sha' property of the
      MR object. We have to test for this property too, when looking which MR
      a commit belongs to in case the pipeline runs on a squashed commit.
      Otherwise parent MR cannot be found.
      38f95968
  19. Mar 19, 2021
  20. Feb 15, 2021
Loading