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

MVP #2

Merged
merged 49 commits into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
fa21f1e
feature(#1): mvp code ready
snovak7 May 17, 2024
6169780
feature(#1): Bypass non-determinism, and redundant Memo
snovak7 May 20, 2024
91f9a1f
chore(#1): github continuous integration workflows and dependabot
snovak7 May 27, 2024
9a50b77
chore(#1): allow versions after 8.0.200
snovak7 May 27, 2024
b6a3edc
chore(#1): dotnet workloads, more specific commands
snovak7 May 27, 2024
65f9c23
chore(#1): bump aspire version to latest release
snovak7 May 27, 2024
183612b
chore(#1): aspire for github actions
snovak7 May 27, 2024
9484b45
chore(#1): added github actions test logger to the tests project
snovak7 May 27, 2024
abf9e09
chore(#1): env change
snovak7 May 27, 2024
803c986
chore(#1): test timeout to 1minute only
snovak7 May 27, 2024
256ca2d
chore(#1): try from aspire-samples
snovak7 May 27, 2024
4d98f1a
chore(#1): bump test packages
snovak7 May 28, 2024
8d2730b
chore(#1): disable parallelization
snovak7 May 28, 2024
f5fa7fb
chore(#1): blame
snovak7 May 28, 2024
2a953e8
chore(#1): increase verbosity
snovak7 May 28, 2024
570f881
chore(#1): increase test timeout to 5minutes
snovak7 May 28, 2024
beb8488
chore(#1): publish env refactor, with addons
snovak7 May 29, 2024
0039c7e
chore(#1): added waitfor pattern from Aspire
snovak7 May 29, 2024
ccf1e6a
chore(#1): log lines
snovak7 May 29, 2024
20d9b1e
chore(#1): check on temporal authority
snovak7 May 29, 2024
2515799
chore(#1): added logger factory other than NullLoggerFactory
snovak7 May 29, 2024
ee97a90
chore(#1): make static temporal environment
snovak7 May 29, 2024
a53c0fd
chore(#1): after options?
snovak7 May 29, 2024
71440bc
chore(#1): what if
snovak7 May 29, 2024
8410564
chore(#1): add newly added temporal github service
snovak7 Jun 1, 2024
4caecef
chore(#1): bump temporal service
snovak7 Jun 1, 2024
74e0d95
chore(#1): switch to localhost
snovak7 Jun 1, 2024
09f5c8b
chore(#1): remove temporarily temporal server in aspire
snovak7 Jun 1, 2024
d8c3169
chore(#1): containerize steps
snovak7 Jun 1, 2024
7b63216
chore(#1): install curl first
snovak7 Jun 1, 2024
19d9584
chore(#1): fix curl install
snovak7 Jun 1, 2024
c68d12e
chore(#1): added libicu67 to dependencies
snovak7 Jun 1, 2024
35d1548
chore(#1): revert to jammy container
snovak7 Jun 1, 2024
b9083fb
chore(#1): reintroduced libicu67
snovak7 Jun 1, 2024
18ca556
chore(#1): install icu
snovak7 Jun 1, 2024
61c7b6f
chore(#1): added libicu70 (22.04)
snovak7 Jun 1, 2024
341bdb2
chore(#1): find out the mounts
snovak7 Jun 1, 2024
66b52fe
chore(#1): revert all gha services and containers
snovak7 Jun 2, 2024
e4e6ed6
fix(#1): refactor to use sdk-dotnet instead of aspire
snovak7 Jun 2, 2024
4575188
fix(#1): switch app domain for DependencyContext
snovak7 Jun 3, 2024
2b38000
chore(#1): fixed tests
snovak7 Jun 3, 2024
5d46652
fix(#1): fixed typos & params
snovak7 Jun 3, 2024
0b4edff
feature(#1): added public api and hid some surfaces not needed in pub…
snovak7 Jun 23, 2024
bbc8b35
chore(#1): include prerelease changelogs from previous releases
snovak7 Jun 23, 2024
15b0704
fix(#1): removed a migration activity from "AddActivity" delegate
snovak7 Jun 23, 2024
d9aeca8
chore(#1): skip nuget publish if no apikey is present
snovak7 Jun 23, 2024
8d52f82
feature(#1): added migrations setup flow scenarios
snovak7 Jul 6, 2024
d4b4c0d
chore(#1): add readme
snovak7 Jul 6, 2024
74a68d5
chore(#1): added performance logging example
snovak7 Jul 6, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# EditorConfig

[*]
charset = utf-8
trim_trailing_whitespace = true
tab_width = 2
indent_size = 2
indent_style = space
insert_final_newline = true

[*.cs]
charset = utf-8-bom
tab_width = 4
indent_size = 4
63 changes: 63 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto

###############################################################################
# Set default behavior for command prompt diff.
#
# This is need for earlier builds of msysgit that does not have it on by
# default for csharp files.
# Note: This is only used by command line
###############################################################################
#*.cs diff=csharp

###############################################################################
# Set the merge driver for project and solution files
#
# Merging from the command prompt will add diff markers to the files if there
# are conflicts (Merging from VS is not affected by the settings below, in VS
# the diff markers are never inserted). Diff markers may cause the following
# file extensions to fail to load in VS. An alternative would be to treat
# these files as binary and thus will always conflict and require user
# intervention with every merge. To do so, just uncomment the entries below
###############################################################################
#*.sln merge=binary
#*.csproj merge=binary
#*.vbproj merge=binary
#*.vcxproj merge=binary
#*.vcproj merge=binary
#*.dbproj merge=binary
#*.fsproj merge=binary
#*.lsproj merge=binary
#*.wixproj merge=binary
#*.modelproj merge=binary
#*.sqlproj merge=binary
#*.wwaproj merge=binary

###############################################################################
# behavior for image files
#
# image files are treated as binary by default.
###############################################################################
#*.jpg binary
#*.png binary
#*.gif binary

###############################################################################
# diff behavior for common document formats
#
# Convert binary document formats to text before diffing them. This feature
# is only available from the command line. Turn it on by uncommenting the
# entries below.
###############################################################################
#*.doc diff=astextplain
#*.DOC diff=astextplain
#*.docx diff=astextplain
#*.DOCX diff=astextplain
#*.dot diff=astextplain
#*.DOT diff=astextplain
#*.pdf diff=astextplain
#*.PDF diff=astextplain
#*.rtf diff=astextplain
#*.RTF diff=astextplain
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -301,10 +301,6 @@ node_modules/
*.dsw
*.dsp

# Visual Studio 6 technical files
*.ncb
*.aps

# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
Expand Down Expand Up @@ -396,3 +392,4 @@ FodyWeavers.xsd

# JetBrains Rider
*.sln.iml
.idea/
Loading