Commit Graph

206 Commits

Author SHA1 Message Date
Sean Garrett 3b6b08a9ad Merge branch 'feature/cancellation-token-2' of github.com:blacktau/mongodb-generic-repository into feature/cancellation-token-2 2023-07-19 11:22:11 +01:00
Sean Garrett 5ff1c21780 removed redundant ToList() calls and added line break after region 2023-07-19 11:21:46 +01:00
Alexandre SPIESER 8f2f92f9d3 remove dotnet-xunit bet nuget package, update xunit packages 2023-07-18 23:01:21 +01:00
Sean Garrett 091ee9c204 removing comment 2023-07-18 08:56:03 +01:00
Sean Garrett 7bbbd7bd71 reverting target frameworks change 2023-07-18 08:55:06 +01:00
Sean Garrett cb55d3bffa removing empty test classes 2023-07-17 18:37:17 +01:00
Sean Garrett 67784e64ee getandupdate and getpaginated 2023-07-06 19:15:10 +01:00
Sean Garrett 3a7b24262e unit tests for repo update methods 2023-07-06 18:32:00 +01:00
Sean Garrett 26b71ff76e reformatting 2023-07-06 13:00:55 +01:00
Sean Garrett c70727212e cancellation tokens on repository update methods 2023-07-06 11:49:45 +01:00
Sean Garrett be58460bf1 tokens for updater and unit tests 2023-07-05 20:20:08 +01:00
Sean Garrett dc7a4dc67b tests for readonly repositories 2023-07-04 22:38:01 +01:00
Sean Garrett b09b359867 rest of the unit tests for readonly repo 2023-07-02 17:54:30 +01:00
Sean Garrett f9ea630611 unit tests for keyed readonly repo 2023-07-02 14:10:55 +01:00
Sean Garrett 40e287418b read only and tests 2023-07-01 22:27:11 +01:00
Sean Garrett 240b61d1d2 tests for getMaxVValue and GetMinValue 2023-06-25 22:27:40 +01:00
Sean Garrett f7ba046f20 Reader GetAll, GetByMin and getByMax test 2023-06-25 21:13:17 +01:00
Sean Garrett 0699130733 Reader GetAll, GetByMin and getByMax test 2023-06-25 21:12:52 +01:00
Sean Garrett 03b8b273f8 any and count tests 2023-06-25 16:55:44 +01:00
Sean Garrett dee1376a41 MongodbReader cancellation tokens and some unit tests 2023-06-25 15:03:52 +01:00
Sean Garrett 11ce19cb5c Cancellation tokens for CombinedTextIndex and DropIndex 2023-06-24 19:10:12 +01:00
Sean Garrett 387bf6beec Cancellation tokens on Create Hashed Index 2023-06-24 18:17:55 +01:00
Sean Garrett 807a4b17ce Ascending index tests and Descending Index and tests 2023-06-24 17:08:26 +01:00
Sean Garrett 251ffdacfa unit tests for Create and Get Indexes 2023-06-24 14:48:35 +01:00
Sean Garrett aaf80a7ae2 Cancellation Tokens for Text Index and GetIndex 2023-06-24 12:41:17 +01:00
Sean Garrett b7b23e7b92 added tests for index handler 2023-06-22 22:06:27 +01:00
Sean Garrett 25766febd4 Index tests 2023-06-20 22:06:30 +01:00
Sean Garrett ed2eddd33e unit tests for add 2023-06-18 18:37:30 +01:00
Sean Garrett 39e93dc968 added cancellation tokens to 'Create' methods 2023-06-18 18:08:50 +01:00
Sean Garrett cae2b01dd9 removing ignored file 2023-06-17 23:46:02 +01:00
Sean Garrett 86d9ea6990 added unit tests for MongoDBCreator and missing CancellationTokens 2023-06-17 23:42:10 +01:00
Sean Garrett 1b8f795e00 added cancellation tokens to sync deletes and added more unit tests 2023-06-17 17:49:49 +01:00
Sean Garrett b285c7d919 reverting verify change 2023-06-16 22:41:45 +01:00
Sean Garrett 23780697fb added some missing cancellation tokens and fixed incorrect tests 2023-06-16 22:40:46 +01:00
Sean Garrett f09cfc53c2 Delete unit tests for the repos 2023-06-16 17:20:04 +01:00
Sean Garrett c6545b9448 keyed Delete unit tests 2023-06-16 11:51:40 +01:00
Sean Garrett 54e756c695 unit tests 2023-06-15 21:56:47 +01:00
Sean Garrett 0cf6a7e5d3 added overloads for delete 2023-06-15 21:35:51 +01:00
Sean Garrett e23f659ffe removing volatile 2023-06-15 18:32:12 +01:00
Sean Garrett 02b9385fd8 fixed various warnings 2023-06-11 20:23:44 +01:00
Sean Garrett 14e261261c interfaces to seperate files 2023-06-11 18:39:22 +01:00
Alexandre SPIESER d166feb5d6 Merge pull request #46 from miszu/bump-mongodb-driver-to-2.15
Bumped mongodb.driver to 2.15
2022-08-22 18:19:01 +01:00
Michał Żołnieruk 885507274d Bumped mongodb.driver to 2.15 2022-04-04 15:51:51 +02:00
Alexandre SPIESER 52390fad25 Merge pull request #43 from khanhna/feature/read_process_integration_test
Add integration test for native read filter operations
2022-01-11 14:05:52 +00:00
Khanh Nguyen f888d5996b Add integration test for native read filter operations 2021-12-12 11:02:17 +07:00
Alexandre SPIESER f74254b411 Merge pull request #42 from khanhna/feature/read_process_added
Add read operation support for filter definition
2021-12-06 19:14:55 +00:00
Khanh Nguyen An c14ceffe4f Add read operation support for filter definition 2021-10-26 18:14:42 +07:00
Alexandre SPIESER dc196b24f7 Upgraded MongoDB.Driver to 2.13.2, move target framework of CoreIntegrationTests to netcoreapp2.1 1.4.8 2021-10-13 22:52:00 +01:00
Alexandre SPIESER fe02d871f3 Merge branch 'alex/CancellationTokenWork' 2021-03-15 11:39:18 +00:00
Alexandre SPIESER ff94611ee9 remove legacy stuff, bump to version 1.4.7 after missed cancellation token mapping in AddOneAsync. 2021-03-15 11:38:37 +00:00