Skip to content
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
25 changes: 0 additions & 25 deletions .travis.yml

This file was deleted.

256 changes: 128 additions & 128 deletions CHANGELOG.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# feathers-elasticsearch

[![CI](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/actions/workflows/test-matrix.yml/badge.svg)](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/actions/workflows/test-matrix.yml)
[![CI](https://github.com/feathersjs/feathers-elasticsearch/actions/workflows/test-matrix.yml/badge.svg)](https://github.com/feathersjs/feathers-elasticsearch/actions/workflows/test-matrix.yml)
[![npm version](https://img.shields.io/npm/v/feathers-elasticsearch.svg)](https://www.npmjs.com/package/feathers-elasticsearch)
[![Download Status](https://img.shields.io/npm/dm/feathers-elasticsearch.svg?style=flat-square)](https://www.npmjs.com/package/feathers-elasticsearch)

Expand Down Expand Up @@ -240,7 +240,7 @@ We welcome contributions! Please see [Contributing](./docs/contributing.md) for

```bash
# Clone and install
git clone https://github.com/feathersjs-ecosystem/feathers-elasticsearch.git
git clone https://github.com/feathersjs/feathers-elasticsearch.git
cd feathers-elasticsearch
npm install

Expand Down
4 changes: 2 additions & 2 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,6 @@ service.find({

## Support

- GitHub Issues: [Report bugs](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues)
- Documentation: [Full documentation](https://github.com/feathersjs-ecosystem/feathers-elasticsearch)
- GitHub Issues: [Report bugs](https://github.com/feathersjs/feathers-elasticsearch/issues)
- Documentation: [Full documentation](https://github.com/feathersjs/feathers-elasticsearch)
- Feathers Discord: [Community support](https://discord.gg/qa8kez8QBx)
2 changes: 1 addition & 1 deletion docs/TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ If you're still experiencing issues:

1. Check [Elasticsearch documentation](https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html)
2. Review [FeathersJS adapter guide](https://feathersjs.com/api/databases/adapters.html)
3. Open an issue on [GitHub](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues)
3. Open an issue on [GitHub](https://github.com/feathersjs/feathers-elasticsearch/issues)
4. Include:
- Node version (`node --version`)
- Elasticsearch version (`curl http://localhost:9201/`)
Expand Down
2 changes: 1 addition & 1 deletion docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cd feathers-elasticsearch
3. Add the upstream repository:

```bash
git remote add upstream https://github.com/feathersjs-ecosystem/feathers-elasticsearch.git
git remote add upstream https://github.com/feathersjs/feathers-elasticsearch.git
```

### Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion docs/migration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ If you encounter issues during migration:
- [Performance Features](./PERFORMANCE_FEATURES.md)

3. **Report issues:**
- GitHub Issues: https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues
- GitHub Issues: https://github.com/feathersjs/feathers-elasticsearch/issues

---

Expand Down
Loading