Skip to content
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

LittleStarter Repo migration #61

Merged
merged 51 commits into from
Sep 22, 2024
Merged

LittleStarter Repo migration #61

merged 51 commits into from
Sep 22, 2024

Conversation

sgrottel
Copy link
Owner

No description provided.

Squashed commit of the following:

commit ec21488dd5349bd38710d93d937e8821515d273f
Author: SGrottel <sgrottel@sgrottel.de>
Date:   Sat Sep 10 07:58:50 2022 +0200

    Build result badge

commit 3dace27dea3f54b536428a68d34468197f54a49e
Author: SGrottel <sgrottel@sgrottel.de>
Date:   Sat Sep 10 07:54:21 2022 +0200

    Github Workflow

commit 1188e1bfdb622724f4d0b9f3dcb9801eff23414d
Author: SGrottel <sgrottel@sgrottel.de>
Date:   Sat Sep 10 07:42:31 2022 +0200

    Started Visual Studio App project
Squashed commit of the following:

commit 50ca58117f49b1379ae14957275b1b6ab3935219
Author: SGrottel <sgrottel@sgrottel.de>
Date:   Sat Sep 10 11:42:59 2022 +0200

    Version patched to 0.1.1 to avoid build number conflicts with deprecated build run file

commit af9a49448ed159f58d7f4e448ccc9e34bd537318
Author: SGrottel <sgrottel@sgrottel.de>
Date:   Sat Sep 10 11:40:45 2022 +0200

    Fixed warning in ConfigFileReader

commit 8ed48c7225ae00ead38154c0a860a2b7c33f0c7f
Author: SGrottel <sgrottel@sgrottel.de>
Date:   Sat Sep 10 11:35:13 2022 +0200

    build-pipeline test on branch

commit 801c497c4a3b0dd07f3f7fd4c5e8d6ddc6da6b4c
Author: SGrottel <sgrottel@sgrottel.de>
Date:   Sat Sep 10 11:34:24 2022 +0200

    Spawning processes

commit 3fad2277778ab36e0b79f81143079faaff640f2c
Author: SGrottel <sgrottel@sgrottel.de>
Date:   Sat Sep 10 11:22:50 2022 +0200

    Loading config yaml

commit 1a3fdeb5b3fd9c795dfb3ad1d923538541dfb506
Author: SGrottel <sgrottel@sgrottel.de>
Date:   Sat Sep 10 10:16:27 2022 +0200

    Started ConfigFileReader

commit 8ef81a152672f66259046a1c68d90cbfdde23074
Author: SGrottel <sgrottel@sgrottel.de>
Date:   Sat Sep 10 10:16:09 2022 +0200

    yaml > yml

commit 8762ee74be8d0ee6cef19c3cb3253e30df1b78aa
Author: SGrottel <sgrottel@sgrottel.de>
Date:   Sat Sep 10 09:01:07 2022 +0200

    Limiting Github Actions to pull_requests and pushes to `main` and `develop`

commit 43340534a6ab5f60ab8665d2c9b4ffcf78ffd390
Author: SGrottel <sgrottel@sgrottel.de>
Date:   Sat Sep 10 08:43:43 2022 +0200

    Fundamental app ui layout
Merge branch 'develop'
Squashed commit of the following:

commit 6b84627efea8e74df69640bd0728c49d7df6570a
Author: SGrottel <sgrottel@sgrottel.de>
Date:   Sat Sep 10 14:50:49 2022 +0200

    Disabling StartupAction if the path root is not available.

commit 2657acff704802a87496072eb6710501db1d22a9
Author: SGrottel <sgrottel@sgrottel.de>
Date:   Sat Sep 10 14:39:03 2022 +0200

    Introduced `StartupAction.IsEnabled`

commit 57e5d85c02e6229ef7fee5295f5a901ba266bb3f
Author: SGrottel <sgrottel@sgrottel.de>
Date:   Sat Sep 10 14:23:31 2022 +0200

    Added "how to install" to the documentation
…ctions.

This is helpful, e.g. if some actions were on an unavailable drive (network), which became available later.
…ctions.

This is helpful, e.g. if some actions were on an unavailable drive (network), which became available later.
…sages

Log messages are debounced for GUI update
Version 0.7, with Delay, IsSelectedIf, and Improved Release Package
* Migrated to `SimpleLog`

* Patch version bump, since log file behavior changed.
sgrottel and others added 21 commits June 11, 2023 08:07
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3 to 4.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps YamlDotNet from 15.1.6 to 16.0.0.

---
updated-dependencies:
- dependency-name: YamlDotNet
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 16.0.0 to 16.1.0.
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](aaubry/YamlDotNet@v16.0.0...v16.1.0)

---
updated-dependencies:
- dependency-name: YamlDotNet
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 16.1.0 to 16.1.2.
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](aaubry/YamlDotNet@v16.1.0...v16.1.2)

---
updated-dependencies:
- dependency-name: YamlDotNet
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…o-migration

# Conflicts:
#	.github/dependabot.yml
#	.gitignore
@sgrottel sgrottel merged commit 84e6706 into main Sep 22, 2024
2 checks passed
@sgrottel sgrottel deleted the repo-migration branch September 22, 2024 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant