This website requires JavaScript.
846bb16730
Update BaseMongoRepository.TKey.Index.cs
Alexandre SPIESER
2019-04-17 19:05:17 +01:00
5e4cbfa1b3
Update BaseMongoRepository.TKey.Delete.cs
Alexandre SPIESER
2019-04-17 19:04:38 +01:00
804dc18c4f
Update BaseMongoRepository.TKey.Create.cs
Alexandre SPIESER
2019-04-17 19:03:59 +01:00
182ee0a335
Update BaseMongoRepository.Update.cs
Alexandre SPIESER
2019-04-17 19:02:57 +01:00
bd662d25d6
Update BaseMongoRepository.Index.cs
Alexandre SPIESER
2019-04-17 19:00:33 +01:00
6c8d4bdafb
Update BaseMongoRepository.Delete.cs
Alexandre SPIESER
2019-04-17 18:59:27 +01:00
4d94a1b436
Update BaseMongoRepository.Create.cs
Alexandre SPIESER
2019-04-17 18:58:47 +01:00
d91a644b4a
Update README.md
Alexandre SPIESER
2019-04-15 23:58:44 +01:00
9d1950e9c7
Update README.md
Alexandre SPIESER
2019-04-15 23:58:13 +01:00
67d0a4c8a3
Update README.md
Alexandre SPIESER
2019-04-15 00:48:19 +01:00
1826668cea
Update README.md
Alexandre SPIESER
2019-04-15 00:47:06 +01:00
b855677efd
Merge pull request #20 from alexandre-spieser/alex/refactorForKeyTypeRepo
1.3.9
Alexandre SPIESER
2019-04-15 00:26:52 +01:00
530309e9fc
added test suite for BaseMongoRepository<TKey>
Alexandre SPIESER
2019-04-15 00:26:10 +01:00
69ad94e4a3
Merge pull request #19 from alexandre-spieser/alex/refactorForKeyTypeRepo
Alexandre SPIESER
2019-04-14 22:48:59 +01:00
baaf2b5ee9
tests now full clear the mongo collections / added GetSortedPaginatedAsync + tests
Alexandre SPIESER
2019-04-14 22:47:06 +01:00
d2df667b3f
added objectid tests
Alexandre SPIESER
2019-04-14 20:18:37 +01:00
8ccced66ea
adding group by test
Alexandre SPIESER
2019-04-14 20:07:56 +01:00
c92a126ecc
Merge pull request #18 from alexandre-spieser/alex/refactorForKeyTypeRepo
Alexandre SPIESER
2019-04-14 19:36:44 +01:00
2207f2f1a1
rename after full refactor
Alexandre SPIESER
2019-04-14 19:31:28 +01:00
0626292d09
fixed some tests
Alexandre SPIESER
2019-04-14 18:10:45 +01:00
29f01d2dab
better segregation of concern and interfaces.
Alexandre SPIESER
2019-04-14 17:58:31 +01:00
a7391e06f8
first step to split function into separate classes for better reuse and easier maintenance.
Alexandre SPIESER
2019-04-11 23:59:34 +01:00
43677b72a1
Merge pull request #16 from alexandre-spieser/alex/sum
Alexandre SPIESER
2019-04-10 23:59:11 +01:00
2f29efafe3
SumByDecimal() test
Alexandre SPIESER
2019-04-10 23:57:52 +01:00
d2f465b063
reorg + inheritance setup, using interface segregation to split concern / exposure of <TDocument,TKey> methods.
Alexandre SPIESER
2019-04-10 23:48:44 +01:00
75b894cb2a
ran tests + removed obsolete methods
Alexandre SPIESER
2019-04-10 22:07:15 +01:00
ba723be738
adding Key typed base repo functionality
Alexandre SPIESER
2019-04-04 23:45:07 +01:00
f773e599d0
some good progress on refactoring into the KeyTyped repo for read only functionality
Alexandre SPIESER
2019-04-04 22:48:09 +01:00
17653b05f7
Update README.md
Alexandre SPIESER
2019-03-22 18:27:46 +00:00
69903fd69b
Merge branch 'master' into alex/sum
Alexandre SPIESER
2019-02-10 17:00:23 +00:00
9edd7e97fe
moving TKEY related methods to there own partial class in the readonly repo
Alexandre SPIESER
2019-02-07 08:48:36 +00:00
b77978e57a
introucting KeyTypedReadOnlyMongoRepository
Alexandre SPIESER
2019-02-07 08:47:27 +00:00
648b57612d
Merge pull request #14 from alexandre-spieser/alex/sum
Alexandre SPIESER
2019-02-04 23:13:28 +00:00
4ac0ffe91c
added tests for the sumbyasync methods
Alexandre SPIESER
2019-02-04 23:11:36 +00:00
eaa90d67f5
sum for decimal fields, untested.
Alexandre SPIESER
2019-01-02 23:43:37 +00:00
2d866d966c
Update MongoDbContext.cs
Alexandre SPIESER
2018-12-04 12:58:44 +00:00
ffc7e65b7b
Update README.md
Alexandre SPIESER
2018-10-07 19:46:34 +01:00
0cf24b1dcf
integration tested index management functionality
1.3.8
alexandre-spieser
2018-10-07 19:05:59 +01:00
fd8f98e375
adding more tests
alexandre-spieser
2018-10-01 22:31:08 +01:00
fa6687c084
fixed test by adding semaphores. Also reduced collections name to avoid hitting the 127 byte limit regarding index names.
alexandre-spieser
2018-09-30 19:26:25 +01:00
0b939592ba
Implementation of index management.CreateTextIndexWithOptionAsync is failing.
alexandre-spieser
2018-09-30 19:07:38 +01:00
ad18170804
work on indexes continued
alexandre-spieser
2018-09-17 22:39:14 +01:00
099e16a88c
prep work on indexes methods
alexandre-spieser
2018-09-17 08:41:36 +01:00
e41a73f745
1.3.7 release
1.3.7
alexandre-spieser
2018-09-09 18:55:53 +01:00
526adf0a23
remove unused using statements
alexandre-spieser
2018-09-09 13:31:42 +01:00
db4061dc3c
cleanup. Removing redundant GetCollection and Drop collection method, removed static constructor, added a virtual initialization method.
alexandre-spieser
2018-09-09 13:05:45 +01:00
72ea6e7999
clean up + full support for bulk insertion and deletion of documents of the same type but with different partitionkey values
alexandre-spieser
2018-09-09 12:14:43 +01:00
7f126a098d
support insertion of documents with different PartitionKey values
alexandre-spieser
2018-09-03 21:46:30 +01:00
456af09a84
+ Upgraded packages + Added GetByMax, GetByMaxAsync, GetByMin, GetByMinAsync, GetMaxValue and GetMaxValueAsync Methods (GetMinValue and GetMinValueAsync will come in another PR) + Added tests
alexandre-spieser
2018-08-05 21:10:41 +01:00
f0af32adca
Update copyright year to 2018
Alexandre SPIESER
2018-05-11 22:53:43 +01:00
345fca2e6e
Added summary where needed.
1.3.6
alexandre-spieser
2018-03-06 23:11:33 +00:00
57d332ef2a
Add support for ObjectId type for the Id of the document.
alexandre-spieser
2018-03-05 23:07:56 +00:00
2f6515a809
Merge pull request #3 from alexandre-spieser/add-license-1
Alexandre SPIESER
2018-02-24 12:22:58 +00:00
82dc2f2024
Create LICENSE
Alexandre SPIESER
2018-02-24 12:22:49 +00:00
bc992e8c61
Update README.md
Alexandre SPIESER
2018-02-16 15:11:09 +00:00
47e85f1760
Update README.md
Alexandre SPIESER
2018-02-16 15:10:18 +00:00
6f5eb71dad
Prepare for 1.3.5 release.
1.3.5
alexandre-spieser
2018-02-10 18:32:45 +00:00
ed0d206a97
Merge branch 'master' of https://github.com/alexandre-spieser/mongodb-generic-repository
alexandre-spieser
2018-02-10 18:17:42 +00:00
40ff874cf6
CoreIntegrationTests refactored and passing.
alexandre-spieser
2018-02-10 18:16:14 +00:00
9fc74fc28e
cleanup redundant tests.
alexandre-spieser
2018-02-10 16:46:59 +00:00
5270271008
Continues refactoring tests, added overload for UpdateOne and UpdateOneAsync so that we can pass a LINQ query to the method.
alexandre-spieser
2018-02-10 16:38:47 +00:00
bf2119432e
Test refactoring, continued.
alexandre-spieser
2018-02-10 14:13:10 +00:00
e581586161
Update README.md
Alexandre SPIESER
2018-02-07 12:59:13 +00:00
1a83abd25f
refactoring test classes.
alexandre-spieser
2018-02-05 23:48:11 +00:00
03b0e4265b
Merge pull request #2 from Etchelon/master
Alexandre SPIESER
2018-02-05 20:32:50 +00:00
c117bf2a7f
Add CollectionName attribute for allowing explicit naming of collections
Andrea Bertoldo
2018-02-05 14:48:26 +01:00
c50e4d086e
Update README.md
Alexandre SPIESER
2018-01-27 16:44:03 +00:00
3a42a1c574
Upgraded mongodb driver + new package version released.
1.3.4
alexandre-spieser
2018-01-27 15:58:16 +00:00
67e7318021
updating mongodb driver to version 2.5.0 for MongoDB 3.6 support.
alexandre-spieser
2018-01-27 14:49:13 +00:00
29012d1e52
nuget package update
alexandre-spieser
2018-01-27 14:41:39 +00:00
e15c1e4ad2
Refactoring to have a greater separation of concern.
alexandre-spieser
2017-12-06 23:20:53 +00:00
3d104764ae
added dependencies
alexandre-spieser
2017-11-19 19:05:22 +00:00
3af68c06db
Merge branch 'master' of https://github.com/alexandre-spieser/mongodb-generic-repository
alexandre-spieser
2017-11-17 18:39:38 +00:00
a3ae98d077
added comments and updated nuspec
alexandre-spieser
2017-11-17 18:39:34 +00:00
aff276f9e3
Update README.md
Alexandre SPIESER
2017-11-16 17:14:40 +00:00
e91c89f054
Update README.md
1.3.2
1.3.1
Alexandre SPIESER
2017-11-01 08:27:59 +00:00
657beeac99
The MongoDbRepository now has a constructor that takes an IMongoDatabase.
alexandre-spieser
2017-11-01 08:18:29 +00:00
fbb07475a1
Added tests for IdentityUsers
alexandre-spieser
2017-10-29 19:29:43 +00:00
30ea910b9c
Update README.md
Alexandre SPIESER
2017-10-22 01:06:26 +01:00
aae71cddc3
Update README.md
Alexandre SPIESER
2017-10-02 00:20:50 +01:00
ad2cd66a7d
Update README.md
Alexandre SPIESER
2017-10-01 22:47:37 +01:00
bfe1652b9c
Merge branch 'AddingTKey'
1.3
alexandre-spieser
2017-10-01 22:36:05 +00:00
9c0cd0fe47
dll added.
alexandre-spieser
2017-10-01 22:35:51 +00:00
c07b1a5d7b
Added grouping functionality and tests.
alexandre-spieser
2017-10-01 22:30:30 +00:00
76862b2caa
new nuget package
alexandre-spieser
2017-09-25 22:40:00 +00:00
a13800637f
added more tests for the documents implementing the IDocument<TKey> interface
alexandre-spieser
2017-09-25 21:44:10 +00:00
1d985e0274
Added tests
alexandre-spieser
2017-09-24 21:34:29 +00:00
833263edbf
Update README.md
Alexandre SPIESER
2017-09-24 20:04:15 +01:00
6552a01d28
TKey support, continued
alexandre-spieser
2017-09-23 22:32:44 +00:00
9b1048e318
Adding TKey support
alexandre-spieser
2017-09-23 22:00:31 +00:00
5e187e0b1f
Exposed core MongoDb driver objects and removed the AddedAtUtc property constraint from the IDocument interface.
1.2.1
alexandre-spieser
2017-09-23 18:57:56 +00:00
b843f2de7f
Update README.md
Alexandre SPIESER
2017-09-18 14:54:57 +01:00
90ba1e4fc6
Update README.md
Alexandre SPIESER
2017-09-10 13:07:22 +01:00
926099626d
Update README.md
Alexandre SPIESER
2017-09-10 13:06:39 +01:00
58cf1f1faf
Generated nuget package 1.2 and tests passing.
v1.2.0
alexandre-spieser
2017-09-09 19:13:32 +00:00
39879f6f5f
removed the unused configuration manager package
alexandre-spieser
2017-09-09 17:53:52 +00:00
54efe5e520
.NET Core tests with xunit
alexandre-spieser
2017-09-09 17:52:12 +00:00
fb4ee42a5c
now targeting multiple frameworks (net45 and netstandard1.5)
alexandre-spieser
2017-09-09 16:52:10 +00:00
e55ff5796a
Update README.md
Alexandre SPIESER
2017-09-05 22:46:26 +01:00
98b859938e
Merge branch 'master' of https://github.com/alexandre-spieser/mongodb-generic-repository
alexandre-spieser
2017-09-03 21:32:31 +00:00