-
Notifications
You must be signed in to change notification settings - Fork 106
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
API for updateVC #240
API for updateVC #240
Conversation
cbfb8bf
to
93ddef3
Compare
close this pr and create new from scratch, there is no required changes in this |
docker-compose.yml
Outdated
environment: | ||
- discovery.type=single-node | ||
- "ES_JAVA_OPTS=-Xms512m -Xmx512m" | ||
- ELASTIC_PASSWORD=${ELASTIC_SEARCH_PASSWORD} | ||
- xpack.security.enabled=${ELASTIC_SECURITY_ENABLED-false} | ||
- logger.level=DEBUG |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this change
docker-compose.yml
Outdated
@@ -289,6 +290,7 @@ services: | |||
image: redis:latest | |||
ports: | |||
- "6379:6379" | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this new line
docker-compose.yml.save
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this file
# Conflicts: # docker-compose.yml
Please make all the changes requested |
docker-compose.yml.save
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this file from git
java/registry/src/main/java/dev/sunbirdrc/registry/service/impl/RegistryServiceImpl.java
Outdated
Show resolved
Hide resolved
These changes are not required as VC is updated when there is change in some property of the entity |
There are 3 files in which I have made changes. By mistaken I have pushed docker-compose file which has es version 7.10.1 but we need es version 6.6.0