Граф коммитов

27 Коммитов

Автор SHA1 Сообщение Дата
Yurij Mikhalevich 43d2e361d0 hotfix 2015-04-03 22:02:04 +03:00
Yurij Mikhalevich ccf69f6cc7 Version 1.1.0 released:
* added support of passing promises objects which will be resolved with
pre-connected db object in options.db;
* fixed issue when events logged sometime between authorizeDb and
processOpQuery calls may be lost;
* renamed default log collection to 'log' because it makes more sense than
'logs' ('log' is a list of messages already, plural form would imply
multiple of such lists);
* this.mainDb renamed to this.logDb;
* this._opQuery renamed to this._opQueue;
* added test to promises support (bluebird added to devDependencies as A+ promises implementation).
2015-03-23 22:14:14 +03:00
Yurij Mikhalevich 546e805ed2 package.json hotfix 2015-03-01 22:06:59 +03:00
Yurij Mikhalevich bf8a1c0925 Version 1.0.0 released:
* migrated to mongodb 2.x driver;
* changed configuration format to MongoDB uri string;
* added support of passing preconnected db object instead of MongoDB uri string;
* added support of passing MongoDB connection parameters in options property;
* added support of replica sets through new options and db properties;
* migrated to [Semantic Versioning](http://semver.org/) in package versions names;
* changed comments format to JSDoc;
* removed authDb from configuration options (it's impossible to handle all
possible authorization scenarios, so, if you need to use complicated
authorization pattern, please provide winston-mongodb with already prepared
db connection object).
2015-02-28 15:47:57 +03:00
Yurij Mikhalevich ddbda31651 Version 0.5.3
* added 'name' as transport option;
* updated dev dependencies.
2014-11-05 10:06:44 -08:00
Yurij Mikhalevich f9551f56b8 Version 0.5.2 released
* added labeling support.
2014-08-29 22:21:02 +04:00
Yurij Mikhalevich cddb01ddaf Fixed mistype 2014-07-24 08:44:46 +04:00
Yurij Mikhalevich 63a88644f2 Squashed commit for version 0.5:
commit cc7729fc21ae5f485013ea9f7ac43216c8c9d7d8
Author: Yurij Mikhalevich <0@39.yt>
Date:   Wed Jul 23 19:54:52 2014 +0400

    Refactored a bit.

commit fa33dc658eb87aff2d51d8ac4035dbb4acee7dc7
Author: Yurij Mikhalevich <0@39.yt>
Date:   Wed Jul 23 13:09:20 2014 +0400

    Metadata now stored in special meta field.
2014-07-23 19:56:33 +04:00
Yurij Mikhalevich d96e18b500 Version updated to 0.4.7 2014-07-17 18:01:51 +04:00
Yurij Mikhalevich 59e29f34e7 Added replica sets support 2014-07-05 22:14:16 +04:00
Yurij Mikhalevich f098a0f09d Squashed commit for the version 0.4.5:
commit 7a1723f211419a1f0e9bbac61788ecd5440ab166
Author: Yurij Mikhalevich <0@39.yt>
Date:   Sat May 24 09:33:35 2014 +0400

    Changed version to 0.4.5

commit 27aae6ba7942684ff76582c631bc47bc8e411c63
Author: Yurij Mikhalevich <0@39.yt>
Date:   Sat May 24 09:31:47 2014 +0400

    Fixed #32

commit 8960fb92df6f45c616f11e7d84db14fe110dabd9
Author: Yurij Mikhalevich <0@39.yt>
Date:   Sat May 24 09:01:25 2014 +0400

    Implemented connection strings support

    fixed #22

commit 88fe2146eea864479977a7ab376820f3e4300b48
Author: Yurij Mikhalevich <0@39.yt>
Date:   Sat May 24 08:29:35 2014 +0400

    Added support for includeIds option in query and stream methods

    fixed #26

commit d55190870513ea3b2c13c09f921204723b87c08c
Merge: e104e16 fe1120f
Author: Yurij Mikhalevich <0@39.yt>
Date:   Sat May 24 08:25:25 2014 +0400

    Merge branch 'master' of https://github.com/diosney/winston-mongodb into devel

commit e104e16f01ee869e8848181e3ee7205d5672e6cb
Merge: 3bb126d 116abf7
Author: Yurij Mikhalevich <0@39.yt>
Date:   Sat May 24 08:18:07 2014 +0400

    Merge branch 'master' of github.com:indexzero/winston-mongodb into devel

commit 116abf7bcf3b8048d7340cfb712ea7127911b7c4
Merge: c069938 3b5a35a
Author: Yurij Mikhalevich <0@39.yt>
Date:   Sat May 24 08:17:50 2014 +0400

    Merge pull request #29 from ognus/master

    Fix for MongoDB transport not handling exceptions (issue #24).

commit 3bb126d466e79c8e49979a4d18fc74df1fb0457f
Author: Yurij Mikhalevich <0@39.yt>
Date:   Fri May 23 20:51:01 2014 +0400

    Patched 'tailable cursor requested on non capped collection' error
    handling hack

    Fix for #28.

commit 7cad72ad8b9e58a2654cf3327e08b1ad6b22087d
Author: Yurij Mikhalevich <0@39.yt>
Date:   Fri May 23 20:35:04 2014 +0400

    Updated mongodb to 1.4.x

commit 318a7da99299e157bb98aa883aedb06a536e34a8
Author: Yurij Mikhalevich <0@39.yt>
Date:   Fri May 23 20:26:39 2014 +0400

    Added .idea to .npmignore

commit 402d20ff84f75a91709164e7f5e5160b88a47529
Author: Yurij Mikhalevich <0@39.yt>
Date:   Fri May 23 20:21:59 2014 +0400

    Implemented logging for circular metadata

    * added lib.helper.makeObjectNonCircular(object) method, which replaces
    any occurences of circular references with '[Circular]' string.

commit c861c1425b5cf410f790d2410684dc7066934c5f
Author: Yurij Mikhalevich <0@39.yt>
Date:   Fri May 23 20:08:54 2014 +0400

    Fixed logging circular structures

    * added lib.helper.makeObjectNonCircular(object) method, which
    replaces all circular references mentioned in object with '[Circular]'
    string.

commit 68bf133ee053df052714767889e577a31ac43e46
Author: Yurij Mikhalevich <0@39.yt>
Date:   Fri May 23 19:21:39 2014 +0400

    Added .idea to .gitignore

commit 3b5a35a536dcce4e86cd47b9c54befad85aca1d1
Author: Tomek Kolasa <kolasa.tomek@gmail.com>
Date:   Tue Mar 11 11:07:08 2014 +1300

    Added missing Transport.call(this, options) call to the MongoDB transport constructor. Fix for handleExceptions: true not working (#24).

commit fe1120f8dcd8c15298c95a814b6bdbf44981ac19
Author: Diosney <diosney.s@gmail.com>
Date:   Mon Feb 10 13:34:37 2014 -0500

    [api] Added new [query & stream] option:

        - To let users specify if they want the `_id`s included.
        - The corresponding documentation.
2014-05-24 09:34:13 +04:00
Panu Horsmalahti 8d229cff89 Added MIT license type to package.json 2014-02-18 15:00:12 +02:00
Yurij Mikhalevich 3761a0276c Updated to version 0.4.3:
* added basic SSL support;
* added support to authenticate against a different DB to the one being logged to;
* fixed issue where a capped collection wasn't being created when a username/password was supplied.
2013-11-20 10:02:37 +04:00
Steve D d874013ea1 Added basic SSL support.
Added support to authenticate against a different DB to the one being logged to.
Fixed issue where a capped collection wasn't being created when a username/password was supplied.
2013-11-19 15:28:05 +00:00
Yurij Mikhalevich e6665904e9 updated version 2013-09-05 14:56:10 +04:00
Yurij Mikhalevich 52354051b8 updated dependencies (mongodb -> 1.3.x) and added 'nativeParser' option. 2013-09-05 14:18:23 +04:00
Christopher Jeffrey 426ef3ba0b [dist] v0.4.0 2012-05-30 16:52:39 -05:00
indexzero ce6cb213d7 [dist] Version bump. 0.3.4 2012-05-10 21:02:30 -04:00
indexzero fceba7247f [merge] Merge gh-6 2012-05-10 21:00:02 -04:00
indexzero 70a775a86f [dist] Bump `devDependencies` 2012-05-10 20:47:42 -04:00
Yosef Dinerstein 6d107b9bcd Handle errors coming from mongodb. Don't open mongodb twice - this led to
messed state of mongodb and in latest version they fire exception back.
Code refactored a bit for clarity.
2012-03-16 22:42:00 +02:00
indexzero e595ad8476 [dist] Version bump. 0.3.3 2011-09-11 19:57:14 -04:00
indexzero 14277aaae1 [dist] Version bump. 0.3.2 2011-08-28 10:05:17 -04:00
indexzero 32a6616a05 [dist] Version bump. 0.3.1 2011-08-28 10:02:13 -04:00
indexzero 6949bbae07 [dist] Version bump. 0.3.0 2011-08-22 06:37:19 -04:00
indexzero 971bf0ed19 [dist test] Updated tests to use devDependencies in package.json 2011-08-21 00:53:01 -04:00
indexzero e6111b4094 [refactor] Initial commit of refactor from winston core 2011-06-07 05:02:02 -04:00