Skip to content

Commit

Permalink
Rename e-conomic to debitoor
Browse files Browse the repository at this point in the history
  • Loading branch information
kapetan committed Aug 6, 2015
1 parent 1b6b1b0 commit 684d177
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@

#### Version 0.7.0

- Added `document` update mode. Uses the whole document as query when performing the update (optimistic locking). This is now the default mode. [Issue #3](https://github.com/e-conomic/mongopatch/issues/3).
- Validate provided database and collection. Nonexsting database or collection raise an error. [Issue #5](https://github.com/e-conomic/mongopatch/issues/5).
- Validate command-line arguments. Unknown arguments raise an error. [Issue #4](https://github.com/e-conomic/mongopatch/issues/4).
- Added `document` update mode. Uses the whole document as query when performing the update (optimistic locking). This is now the default mode. [Issue #3](https://github.com/debitoor/mongopatch/issues/3).
- Validate provided database and collection. Nonexsting database or collection raise an error. [Issue #5](https://github.com/debitoor/mongopatch/issues/5).
- Validate command-line arguments. Unknown arguments raise an error. [Issue #4](https://github.com/debitoor/mongopatch/issues/4).

#### Version 0.6.0

- Fix command-line argument parsing bug where `--dry-run` and `--parallel` didn't work.
- Mixin provided query when updating document, to make sure the document still statisfies the criteria. [Issue #3](https://github.com/e-conomic/mongopatch/issues/3).
- Mixin provided query when updating document, to make sure the document still statisfies the criteria. [Issue #3](https://github.com/debitoor/mongopatch/issues/3).
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mongopatch [![Build Status](https://travis-ci.org/e-conomic/mongopatch.png?branch=master)](https://travis-ci.org/e-conomic/mongopatch)
mongopatch [![Build Status](https://travis-ci.org/debitoor/mongopatch.png?branch=master)](https://travis-ci.org/debitoor/mongopatch)
==========

MongoDB patching tool. Update and log mongodb documents.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongopatch",
"version": "0.8.10",
"repository": "git://github.com/e-conomic/mongopatch.git",
"repository": "git://github.com/debitoor/mongopatch.git",
"description": "MongoDB patching tool",
"main": "./source/index.js",
"scripts": {
Expand Down

0 comments on commit 684d177

Please sign in to comment.