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

update tests to reflect changes to change password message #341

Open
wants to merge 539 commits into
base: master
Choose a base branch
from

Conversation

phil198
Copy link

@phil198 phil198 commented Mar 30, 2022

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.

bfeshti and others added 30 commits September 12, 2019 09:08
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
neo4jlabs-plugins.json was been included in local docker image build …
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.
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.
jennyowen and others added 29 commits January 10, 2022 17:13
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
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.