100 Commits

Author SHA1 Message Date
Matija Koželj
94585fc3f2 Fix missing await when invoking OnInvalidating
Fix equals calls on possibly null values in SelectExpression
2023-01-31 12:46:59 +01:00
Matija Koželj
e35dc32284 Give tests access to internal implementations for Connected.Data 2023-01-31 11:06:34 +01:00
Matija Koželj
08e5857fc8 Add basic Translator tests to Connected.Data.Tests 2023-01-31 09:25:10 +01:00
Matija Koželj
bdbb99e17b [WIP] Version bump 2023-01-26 14:30:22 +01:00
Matija Koželj
311ad9a2cc [WIP] Version bump 2023-01-26 14:20:06 +01:00
Matija Koželj
259534c423 [WIP] Version bump 2023-01-26 14:00:25 +01:00
Matija Koželj
d28beb5ae2 [WIP] Version bump 2023-01-26 13:38:15 +01:00
Matija Koželj
3c5bdcbef8 [WIP] Version bump 2023-01-26 13:29:58 +01:00
Matija Koželj
bc59f15d59 Revert "[WIP] Replace incoming select statement with from statement in Binder.cs"
This reverts commit 5459722b245fbd8e90b3df50601c3f03ff5ad6af.
2023-01-26 13:08:48 +01:00
Matija Koželj
5459722b24 [WIP] Replace incoming select statement with from statement in Binder.cs 2023-01-26 13:00:46 +01:00
Matija Koželj
ed7e8f411a Add support for compare function to SqlFormatter 2023-01-25 16:28:15 +01:00
Matija Koželj
16b430ef2f Remove redundant line in TSqlLinguist 2023-01-25 13:35:10 +01:00
Matija Koželj
05dd763f1b [WIP] Add WhereClauseRewriter back to Translator 2023-01-25 13:32:29 +01:00
Matija Koželj
c53cbe0096 Add local nuget push to remaining projects 2023-01-25 13:14:25 +01:00
Matija Koželj
6d6ca3f633 Add local nuget package push to projects
Add where clause rewriter to TSqlLinguist
2023-01-25 12:07:36 +01:00
Matija Koželj
f989b59330 Add nuget local push to additional projects 2023-01-25 10:59:10 +01:00
Matija Koželj
db4fd905a2 Add nuget local repo upload to Connected.Data 2023-01-25 09:37:50 +01:00
Matija Koželj
ed9f31df1f [WIP] Add additional check to entities list 2023-01-24 18:59:03 +01:00
Matija Koželj
018a48dd65 [WIP] Add debug output of entities 2023-01-24 18:51:59 +01:00
Matija Koželj
9381a4e4c6 Add local nuget push to Connected.Interop 2023-01-24 18:33:32 +01:00
Matija Koželj
93b39c97a7 Add nuget local uploads to Connected.Entities 2023-01-24 18:20:13 +01:00
Matija Koželj
379d31dbfd Add package upload to Connected.Caching 2023-01-24 18:07:41 +01:00
Matija Koželj
be2134313a Updated nuget.config to include local source 2023-01-24 18:07:26 +01:00
Matija Koželj
4ba5b64f66 Fix ReturnValueBinder taking existing value from operation instead of entity 2023-01-24 17:53:49 +01:00
Matija Koželj
1195fa1b7e Fix type conversion in ReturnValueBinder 2023-01-24 17:48:13 +01:00
Matija Koželj
5f48a06413 Replace early returns with continues in ReturnValueBinder 2023-01-24 17:41:47 +01:00
Matija Koželj
38d8781734 Remove redundant operation parameter binding 2023-01-24 17:41:30 +01:00
Matija Koželj
ae0131086e Fix ReturnValueBinder iterating through Operation properties instead
of entity properties
2023-01-24 17:36:19 +01:00
Matija Koželj
57a4f2fb05 Rewrite ReturnValueBinder to properly bind return values 2023-01-24 17:30:16 +01:00
Matija Koželj
d92f0a6f82 Fix CommandBuilder not appending output parameters on cached command 2023-01-24 17:13:27 +01:00
Matija Koželj
ccd824dcc3 Fix EntityStorage parameter binding 2023-01-24 16:52:11 +01:00
Matija Koželj
339dc635e5 Add clone method to EntityExtensions 2023-01-24 16:48:25 +01:00
Matija Koželj
9209bada7a Fix cached command builder 2023-01-24 16:28:49 +01:00
Matija Koželj
5b0537a04a Pass base configuration to WebApplication Instance builder 2023-01-20 13:56:03 +01:00
Matija Koželj
8fe51a15d5 Add IConfiguration constructors to Storage and Endpoint configuration 2023-01-20 10:21:46 +01:00
Matija Koželj
d2d1f66cf6 [WIP] Switch configuration service to use standard configuration stores 2023-01-17 15:38:39 +01:00
Matija Koželj
c9bb863108 Merge branch 'features/nuget_autobuild' of https://git.tompit.com/Connected/Connected.Framework into features/nuget_autobuild 2023-01-17 15:28:12 +01:00
Matija Koželj
caacc27fd2 Fix package reference version in Connected.Rest.csproj 2023-01-17 15:27:01 +01:00
Matija Koželj
41f52d0b87 Convert OnInitialize stub to use standard IConfiguration for initialization 2023-01-17 15:25:40 +01:00
Matija Koželj
90cc4e7ca6 Convert dictionary initialization to standard initialization 2023-01-17 15:25:40 +01:00
Matija Koželj
25f1563ef5 Convert dictionary initialization to standard IConfig initialization 2023-01-17 15:25:40 +01:00
Matija Koželj
399cee2eac Add Connected.Framework parent package
Add project auto-build script to repository
2023-01-17 15:25:40 +01:00
Matija Koželj
7903031fcc Remove Dependencies folder 2023-01-17 15:25:40 +01:00
Matija Koželj
d9ed50ef20 Add automatic nuget build to Conencted.Instance
Add automatic versioning to Connected.Instance
2023-01-17 15:25:40 +01:00
Matija Koželj
00a1cb9826 Add automatic nuget build to Connected.Services
Add automatic versioning to Connected.Services
2023-01-17 15:25:40 +01:00
Matija Koželj
ce7106af32 Add automatic nuget build to Connected.Data
Add automatic versioning to Connected.Data
2023-01-17 15:25:40 +01:00
Matija Koželj
25701aa001 Add automatic nuget build to Connected.Expressions
Add automatic versioning to Connected.Expressions
2023-01-17 15:25:40 +01:00
Matija Koželj
ee15df00a4 Add automatic nuget build to Connected.Entities
Add automatic versioning to Connected.Entities
2023-01-17 15:25:39 +01:00
Matija Koželj
070040a1d3 Add automatic nuget build to Connected.Caching
Add automatic versioning to Connected.Caching
2023-01-17 15:25:39 +01:00
Matija Koželj
7ec3818c1c Add automatic nuget build to Connected.Notifications
Add automatic versioning to Connected.Notifications
2023-01-17 15:25:39 +01:00