-
Notifications
You must be signed in to change notification settings - Fork 171
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
update tests to reflect changes to change password message #341
Open
phil198
wants to merge
539
commits into
neo4j:master
Choose a base branch
from
phil198:clarify-success-message-when-set-initial-password
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
update tests to reflect changes to change password message #341
phil198
wants to merge
539
commits into
neo4j:master
from
phil198:clarify-success-message-when-set-initial-password
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker-entrypoint will now set default configs based on Neo4j Edition
…bility checking logic The /logs folder is created in the Dockerfile, so it always exists, so the line to set NEO4J_dbms_directories_logs=/logs would always overwrite the configuration in the environment. I made the assignment so that it only sets it to /logs if the variable is unassigned or empty. This should fix issue neo4j#193 looks like I messed up doing a rebase and lost an important line of code
…ource=docker Changed unsupported.dbms.udc.source to docker
…but not the one we release.
neo4jlabs-plugins.json was been included in local docker image build …
…running against SNAPSHOT versions.
Together with the "EnvFile" intellij plugin, this should make developing the docker images easier. Using the plugin, you can configure the JUnit test template to load an env file before running tests. This means you aren't constantly having to edit run config environment every time you regenerate the neo4j docker image.
…hanging containers.
changing the versions.json urls to use github.io (github pages) urls
NEO4J_AUTH can now be of the form "neo4j/password/true" to enable password reset. NEO4J_AUTH="neo4j/password" should work as before this change.
… in 3.6 updated JUnit to v5.5.2
install tini through apt rather than direct from github packages
current status is broken for other neo4j versions
* replace deprecated dbms.procedures() with SHOW PROCEDURES * only run SHOW PROCEDURES if the Neo4j version is 4.3 or above
…h so downstream dependents don't break
In order to comply with the sanctions against Russia, we are moving the GDS artifacts to a new bucket that sits behind Cloudflare and Route53 with a new domain. Unfortunately, we cannot configure redirects from the current S3 bucket, because redirects only apply if the bucket is configured to use static website hosting, but we use the direct object URLs. Regardless of bucket configuration, using the direct object URL on a public object will not issue a redirect.
Change to URLs for the GDS distribution
…se that setting the initial password will only take effect if performed BEFORE the database is started for the first time
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
we have changed the set password success message to emphasise that the command only takes effect when run before the database is started for the first time.