Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release v0.3.2 #3

Merged
merged 4 commits into from
Apr 29, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 5 additions & 29 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,36 +1,12 @@
build
typings
node_modules

# Logs
logs
*.log
npm-debug.log*

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
# Typescript stuff
typings
build
docs
coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directory
node_modules

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history
20 changes: 19 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,22 @@ node_modules
.npm

# Optional REPL history
.node_repl_history
.node_repl_history


# Typescript stuff
typings
build
docs
coverage

# Files
*.ts
!*.d.ts
*.js.map
*.spec.js
*.spec.ts
*.spec.d.ts
*.spec.js.map

.travis.yml
19 changes: 18 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
language: node_js
node_js:
- "5"
- '5'
- '4.2'

script: npm run citest
after_script: npm install coveralls@^2.11.9 && cat ./coverage/lcov.info | coveralls

before_deploy:
- npm run bootstrap
- tsc --outDir .

deploy:
provider: npm
email: christoph.buehler@bluewin.ch
api_key:
secure: NoAP3zXpaw7efTltwCT5v//pWSTsCk1pvMVR02gFimdOI4kc9yr45GUAemmMBKDMPyxqwS2rJHl1A6Wps+P6gz2oMAFyioiK5TZI0qQNTVu9ggD7d1hlCr5Is1WZckblU863YckES6u+HoO0eXFC3iGZnh+1BldbTPR1PA9LWFJPGsZzJsDQRpxOWY6TLKRPlE53QmdclcIc//o4vVCldrCAdKojGlOVKhc03IaWt4i+onCszP81rUYkTTPdE2ODwQZrlbn1D01ojPu8UvPM4REKB90P+C9J/9PL1LR95UjHNPr2+nsa5dmbI2IQhAEudvAKOyBJV27DfZ2AcNNQyXc1e3OnH7zhP3Y19rceTzk0DOXnXKrQbzZEZ9ICnPfxv5PaQ+vOFJB4XkyrrF7LBWqNMRiYywt+vCBRelU7RUepXtO5wcj4TJmXUyB2fESL4W90HtPh1AZNvRPL2dH2DZF3tE2XSnG0MSHbwcrO+9ZUFZ2xBxCNM4WW5VCzH5H9z+ieLYqQmDwjBCgQp52Nw5UnJSmHk72Tlbbzphg4e7e40xH00AIVfLQiBHzEMOyRfZbtvS7cI/1SSMpP/sU+9rFUl5GiavupPVbFnzDUNBltXOk6HSaFtlarafO2llUcAGgxRithYLpjGbD1/4ZU+5NyOR4AFBejj0oq1cDAn7Y=
on:
tags: true
repo: smartive/proc-that-elastic-loader
2 changes: 0 additions & 2 deletions ElasticLoader.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import sinon = require('sinon');
import sinonChai = require('sinon-chai');
import {ElasticLoader} from './ElasticLoader';

let Promise = require('es6-promise').Promise;

let should = chai.should();
chai.use(asPromised);
chai.use(sinonChai);
Expand Down
3 changes: 1 addition & 2 deletions ElasticLoader.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {ILoad} from 'proc-that/dist/interfaces/ILoad';
import {ILoad} from 'proc-that';
import {Buffer} from './helpers/Buffer';

let Promise = require('es6-promise').Promise;
let elasticsearch = require('elasticsearch');

class NoIdProvidedError extends Error {
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ElasticLoader [![Build Status](https://travis-ci.org/buehler/proc-that-elastic-loader.svg?branch=master)](https://travis-ci.org/buehler/proc-that-elastic-loader)
Loader for proc-that. Loads processed items into an elasticsearch index.
# ElasticLoader
Loader for `proc-that`. Loads processed items into an elasticsearch index.

##### A bunch of badges

[![Build Status](https://travis-ci.org/smartive/proc-that-elastic-loader.svg?maxAge=3600)](https://travis-ci.org/smartive/proc-that-elastic-loader) [![npm](https://img.shields.io/npm/v/proc-that-elastic-loader.svg?maxAge=3600)](https://www.npmjs.com/package/proc-that-elastic-loader) [![Coverage status](https://img.shields.io/coveralls/smartive/proc-that-elastic-loader.svg?maxAge=3600)](https://coveralls.io/github/smartive/proc-that-elastic-loader) [![license](https://img.shields.io/github/license/smartive/proc-that-elastic-loader.svg?maxAge=2592000)](https://github.com/smartive/proc-that-elastic-loader)

## Installation

Expand Down
11 changes: 0 additions & 11 deletions dist/ElasticLoader.d.ts

This file was deleted.

59 changes: 0 additions & 59 deletions dist/ElasticLoader.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/ElasticLoader.js.map

This file was deleted.

17 changes: 0 additions & 17 deletions dist/helpers/Buffer.d.ts

This file was deleted.

96 changes: 0 additions & 96 deletions dist/helpers/Buffer.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/helpers/Buffer.js.map

This file was deleted.

1 change: 0 additions & 1 deletion dist/index.d.ts

This file was deleted.

4 changes: 0 additions & 4 deletions dist/index.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/index.js.map

This file was deleted.

2 changes: 0 additions & 2 deletions helpers/Buffer.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import sinon = require('sinon');
import sinonChai = require('sinon-chai');
import {Buffer} from './Buffer';

let Promise = require('es6-promise').Promise;

let should = chai.should();
chai.use(asPromised);
chai.use(sinonChai);
Expand Down
Loading