forked from eclipse-aaspe/server
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Freezor/refactor prpgram env from array to enumerable #1
Merged
Freezor
merged 8 commits into
main
from
freezor/refactor-prpgram-env-from-array-to-enumerable
Jun 12, 2024
Merged
Freezor/refactor prpgram env from array to enumerable #1
Freezor
merged 8 commits into
main
from
freezor/refactor-prpgram-env-from-array-to-enumerable
Jun 12, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…-array-to-enumerable # Conflicts: # src/AasxServerBlazor/Properties/launchSettings.json
Freezor
added a commit
that referenced
this pull request
Jun 13, 2024
…versioning (eclipse-aaspe#273) * update release workflow * fix branch name extraction * fix branch retrieval * fix naming of branch based on tag commit * update release packaging and remove build version number * update workflow * add release changelog * Remove "needs" as this is not part of the steps syntaxs * Fix version error for actions/create-release * add additional log outpu * create new workflows * fix workflows * update workflow * fix workflow setupt * update workflow and FIx Project Renaming * fix workflow order and fix project renaming * fix workflow order and fix project renaming * revert commit on UpdateProjectVersions.ps1 * fix release asset naming * update release-drafter configuration * Fix release-drafter configuration and fix asset upload * try fixing asset upload * Fixing upload and changelog creation * fix versioning * TRY updating asset upload * Fix changelog configuration * Fix attaching release assets * Fix Version naming for release asset upload update README.md Remove release-drafter.yml * Fix release Note generation * update changelog template * update changelog template * update changelog builder config * Freezor/refactor prpgram env from array to enumerable (#1) * remove old code * fix call of now deleted code * Remove all references to OPCUA * update CHANGELOG.md * transform program.env from array to List * Fix indexOf from array to list * fix launch and prevent certificate crash * Fix changelog builder * update path of changelog config * fix changelog for no prev tags * Freezor/refactor program env from array to enumerable (#2) * remove old code * fix call of now deleted code * Remove all references to OPCUA * update CHANGELOG.md * transform program.env from array to List * Fix indexOf from array to list * fix launch and prevent certificate crash * use target-type new * fix build syntax * Update prerelease-on-merge-to-main.yml * fix changelog_configuration.json * update workflows * update fetching of latest tag to build release notes againt * update changelog_configuration.json * update path to changelog_configuration.json * fix output for latest tag extraction * fix check-release.yml * fix timestamp in check-release.yml * fix timestamp variable in set_timestamp * fix timestamp usage * fix date extraction * fix again * update datetime string * update artefact uploade * Create codeql.yml * remove codeql.yml * fix deprecated github action versions * add .editorconfig * update file styling * add new code analysis workflow * fix analysis workflow * update analysis runner * update analysis * fix path to solution * improve message * add format report * change verbosity and update editorconfig * fix dotnetformat command * change workflow * fix analysis * add codeQL analytics * update code analysis * update build steps for codeQL * update build step * update codeql build steps * Re-Order steps * remove autobuild * add extended query suite * update workflow naming * remove check-style.yml * remove build-docker-images.yml as it is only used at one specific branch which is no longer active * remove build-and-publish-docker-images-release.yml as it is now used in other workflows * Update workflow names and include docker build and release job * remove check-release.yml workflow to be triggered on push to main, as the prerelease build is triggered anyway and so the check is included there
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.
Motivation and Context
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Screenshots (if appropriate):
Checklist: