Mahuta icon indicating copy to clipboard operation
Mahuta copied to clipboard

IPFS Storage service with search capability

Results 20 Mahuta issues
Sort by recently updated
recently updated
newest added

Maven repo url needs to be updated to https.

Bumps [spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from 2.1.0.RELEASE to 2.5.12. Release notes Sourced from spring-boot-starter-web's releases. v2.5.12 :lady_beetle: Bug Fixes MustacheAutoConfiguration in a Servlet web application fails with a ClassNotFoundException when Spring MVC is...

dependencies

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.10 to 2.9.10.8. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.9.10&new-version=2.9.10.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [elasticsearch](https://github.com/elastic/elasticsearch) from 6.5.4 to 6.8.17. Release notes Sourced from elasticsearch's releases. Elasticsearch 6.8.17 Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/6.8/release-notes-6.8.17.html Elasticsearch 6.8.16 Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/6.8/release-notes-6.8.16.html Elasticsearch 6.8.15 Downloads: https://elastic.co/downloads/elasticsearch...

dependencies

Bumps commons-io from 2.6 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.6&new-version=2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [guava](https://github.com/google/guava) from 27.0.1-jre to 29.0-jre. Release notes Sourced from guava's releases. 29.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>29.0-jre</version> <!-- or, for Android: --> <version>29.0-android</version> </dependency> Javadoc 29.0-jre 29.0-android JDiff 29.0-jre...

dependencies

Bumps `elasticsearch.version` from 6.5.4 to 7.11.2. Updates `elasticsearch` from 6.5.4 to 7.11.2 Release notes Sourced from elasticsearch's releases. Elasticsearch 7.11.2 Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/7.11/release-notes-7.11.2.html Elasticsearch 7.11.1 Downloads: https://elastic.co/downloads/elasticsearch Release...

dependencies

1, how to config to deploy over global internet? 2, does it support multi writer at the same time? thanks.

Implement other types of indexer than ElasticSearch, for instance: [ ] MongoDB [ ] Lucene [ ] S3 [ ] OrbitDB ?

enhancement

Hello, I tried to index some data using the index_simple method. The server returned `{"timestamp":"2019-03-26T23:07:52.367+0000","status":500,"error":"Internal Server Error","message":"no such index","path":"/mahuta/index"}`. At first I thought it was a bug in the server...