Skip to content
Snippets Groups Projects
  1. Nov 15, 2022
  2. Nov 10, 2022
  3. Oct 18, 2022
    • Tim Jaacks's avatar
      FTP upload: Add flag to hide FTP upload stage · a5e27f6e
      Tim Jaacks authored
      This is a workaround to prevent customer releases being uploaded to our
      public FTP area. It should be removed as soon as we support uploading to
      different FTP target folders.
      a5e27f6e
    • Tim Jaacks's avatar
      manifest_package: add release suffix · 543a2170
      Tim Jaacks authored
      Customer specific manifest projects can now set the RELEASE_SUFFIX
      variable, which then gets appended to the deployment folder names.
      543a2170
    • Tim Jaacks's avatar
      alphaplan_fwr: change variable "release_name_local" to "release_name" · c763c43f
      Tim Jaacks authored
      Otherwise it can be assumed that it might be correlated with
      outputdir_local, which is not the case.
      c763c43f
    • Tim Jaacks's avatar
      package_release: more refactoring · 2d8d26a5
      Tim Jaacks authored
      - Make output-dir an argument that can be passed multiple times instead
        of hard-coding two dirs with certain meanings.
      - Remove LOCALDIR variable from package.env, because it is not used
        anywhere (only occurence was job class ".uploadsdkftp" which wasn't
        used anywhere either).
      2d8d26a5
    • Tim Jaacks's avatar
      package_release: refactoring · dc3698c8
      Tim Jaacks authored
      Improve readability of package_release.py and its submodule
      generate_release_metadata.py.
      
      - Add describing comments throughout the file.
      - Remove duplicate code from functions. Simplify them, so that they do
        what their names say (and nothing more).
      - Rename variables and function arguments to make their purpose clearer.
      - Harmonize variable names with their corresponding command line arguments.
      - Add pydoc for functions.
      - Add type declarations to function arguments.
      - Generate MD5 and metadata files in the source directories so that they
        can be copied along with the rest of the files.
      dc3698c8
  4. Sep 27, 2022
  5. Sep 19, 2022
  6. Sep 14, 2022
  7. Sep 12, 2022
    • Tim Jaacks's avatar
      Remove build stage on master · 45b49ee3
      Tim Jaacks authored
      We don't need to explicitly trigger a build after merging changes in
      gitlab-ci. A master pipeline on the target projects runs automatically.
      45b49ee3
  8. Sep 06, 2022
  9. Sep 05, 2022
  10. Aug 31, 2022
  11. Aug 30, 2022
  12. Aug 29, 2022
Loading