Victor Denisov
8348045cc5
Inline send function
2016-08-05 20:29:20 -07:00
Victor Denisov
b34162f084
Put request function out of Action monad
2016-08-04 22:58:25 -07:00
Victor Denisov
419b3c19fb
Inline call function
2016-08-04 22:23:30 -07:00
Victor Denisov
b2ddd48cf9
Drop auto-all-exported as it fails with ghc 8
2016-07-17 00:23:01 -07:00
Victor Denisov
b0dcf4e5ea
Bump version
2016-06-25 16:09:51 -07:00
Victor Denisov
a74286462b
Specify branch for build badge
2016-06-25 16:09:51 -07:00
Victor Denisov
eede4d705f
Update maintainers
2016-06-25 15:51:24 -07:00
Victor Denisov
8179e5a25f
Add other test modules
2016-06-25 15:43:30 -07:00
Victor Denisov
2452e3c6ec
Specify release date for 2.1.0
2016-06-21 23:41:23 -07:00
Victor Denisov
625229409a
Bump version
2016-06-21 23:24:38 -07:00
Victor Denisov
66bed533fe
Add documentation for Transport module
2016-06-21 02:19:02 -07:00
Victor Denisov
e59e1d6ba6
Fix cabal check warning
2016-06-19 21:03:07 -07:00
Victor Denisov
d40d87500f
Fix warning in authSCRAM
2016-06-19 20:49:56 -07:00
Victor Denisov
f3e1f3b42d
Put new functions into proper sections
2016-06-19 20:49:44 -07:00
Victor Denisov
f4e9883411
Merge pull request #60 from VictorDenisov/delete_command
...
Delete command
2016-06-19 20:35:45 -07:00
Victor Denisov
e44449cd6d
Add changelog entry
2016-06-19 17:18:39 -07:00
Victor Denisov
1dc7e21d1e
Add tests for delete
2016-06-19 17:18:39 -07:00
Victor Denisov
0ceefaec73
Implement bulk delete operation
2016-06-19 17:18:35 -07:00
Victor Denisov
15ba90784e
Fix bulk update documentation
2016-06-19 17:03:58 -07:00
Victor Denisov
651075989d
Add build status badge
2016-06-19 02:41:46 -07:00
Victor Denisov
18ed370b90
Implement write concern for new version of insert
2016-06-18 22:30:32 -07:00
Victor Denisov
f28a76e953
Merge pull request #59 from VictorDenisov/update_command
...
Update command
2016-06-18 21:48:42 -07:00
Victor Denisov
8091afe4a0
Hide Internal module
2016-06-16 11:27:03 -07:00
Victor Denisov
2a450ff538
Add changelog entry
2016-06-14 23:27:21 -07:00
Victor Denisov
d4b1c3a8ff
Add tests for update operations
2016-06-14 23:27:17 -07:00
Victor Denisov
97400c074d
Implement bulk update operation
2016-06-14 00:37:43 -07:00
Victor Denisov
c31744d65f
Add changelog entry for strict psend arguments
2016-06-08 00:19:28 -07:00
Victor Denisov
ff0962b1d3
Remove debug output
2016-06-06 22:44:12 -07:00
Victor Denisov
7fc095725f
Make psend's argument message strict ( #55 )
...
If the message argument can't be evaluated successfully
strict modifier will keep those errors outside of
psend invocation. Psend will catch only actual IO exceptions.
2016-06-02 07:46:24 -07:00
Victor Denisov
87fbed4971
Merge pull request #53 from VictorDenisov/insert_command
...
Insert command accordingly to the latest mongodb spec.
2016-05-31 23:00:21 -07:00
Victor Denisov
884d0e223d
Add changelog entry
2016-05-30 12:30:20 -07:00
Victor Denisov
3a4ebcb23b
Insert the list of documents into chunks
2016-05-29 23:14:04 -07:00
Victor Denisov
a632e8ff55
Collect size restrictions from the server
2016-05-26 23:03:55 -07:00
Victor Denisov
d123460b40
Implement insert using command mechanism
2016-05-25 00:12:32 -07:00
Greg Weber
726109588b
Merge pull request #50 from VictorDenisov/all_collections
...
All collections
2016-05-23 06:06:32 -07:00
Victor Denisov
574eaf8ca5
Add changelog entry
2016-05-21 13:42:59 -07:00
Victor Denisov
5b97fb4ade
Use listCollections command if protocol version is > 2
2016-05-21 13:32:04 -07:00
Victor Denisov
2ba71ca277
Retrieve server data on connection
2016-05-21 13:32:04 -07:00
Victor Denisov
76ac212708
Add test for allCollections request
2016-05-21 13:32:04 -07:00
Victor Denisov
5c6f015309
Use the latest version of mongo 2.6
2016-05-21 01:07:43 -07:00
Victor Denisov
761ddd194c
Allow failure of the latest ghc build
2016-05-21 00:05:11 -07:00
Victor Denisov
18dffc982d
Report the version of mongodb we run tests against
2016-05-20 23:41:24 -07:00
Victor Denisov
5cd545a16f
Run tests on different mongo versions
2016-05-20 12:45:18 -07:00
Victor Denisov
e683f59faa
Merge pull request #46 from VictorDenisov/tls
...
Merge a simple implementation of TLS and drop System.IO.Pipeline
2016-05-06 23:50:42 -07:00
Victor Denisov
8132604443
Add warning about experimental TLS support
2016-05-03 23:43:55 -07:00
Victor Denisov
5ca93be5e8
Drop io-region dependency
2016-05-03 23:02:54 -07:00
Victor Denisov
f18e4ff9f8
Update CHANGELOG
2016-05-03 00:03:46 -07:00
Victor Denisov
e38ec59d1e
Move Tls module to Transport
2016-05-02 22:05:02 -07:00
Victor Denisov
89ee88e67c
Rename Internal.Connection module to Transport
2016-05-02 21:30:00 -07:00
Victor Denisov
ccd6727ab4
Use conventional types for Tls.Connect
2016-05-01 19:24:40 -07:00