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
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Sep 12, 2019

  1. Merge pull request neo4j#192 from neo4j/set-configs-based-on-edition

    docker-entrypoint will now set default configs based on Neo4j Edition
    bfeshti authored Sep 12, 2019
    Configuration menu
    Copy the full SHA
    22ee74a View commit details
    Browse the repository at this point in the history
  2. rebased on master

    jennyowen committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    838c023 View commit details
    Browse the repository at this point in the history
  3. env NEO4J_dbms_directories_logs was being overwritten by folder writa…

    …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
    jennyowen committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    8a4b3cc View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. Changed unsupported.dbms.udc.source to docker

    Bledi Feshti committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    d1a0b1d View commit details
    Browse the repository at this point in the history
  2. Merge pull request neo4j#195 from neo4j/change-unsupported.dbms.udc.s…

    …ource=docker
    
    Changed unsupported.dbms.udc.source to docker
    bfeshti authored Sep 13, 2019
    Configuration menu
    Copy the full SHA
    49031c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. neo4jlabs-plugins.json was been included in local docker image build …

    …but not the one we release.
    jennyowen committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    fcdfdf0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request neo4j#196 from neo4j/fix-makefile

    neo4jlabs-plugins.json was been included in local docker image build …
    jennyowen authored Sep 25, 2019
    Configuration menu
    Copy the full SHA
    d0e1a25 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. changing the versions.json urls to use github.io (github pages) urls

    eastlondoner authored and Andrew Jefferson committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    fbb40ee View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. improved Neo4j version parser and muted PluginInstallation test when …

    …running against SNAPSHOT versions.
    jennyowen committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    8f8924a View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. Configuration menu
    Copy the full SHA
    5dcf7ee View commit details
    Browse the repository at this point in the history
  2. makefile now creates devenv file

    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.
    jennyowen committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    694f925 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

  1. Configuration menu
    Copy the full SHA
    1c1df2d View commit details
    Browse the repository at this point in the history
  2. Merge pull request neo4j#197 from eastlondoner/master

    changing the versions.json urls to use github.io (github pages) urls
    eastlondoner authored Oct 4, 2019
    Configuration menu
    Copy the full SHA
    06048d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. Configuration menu
    Copy the full SHA
    f8178db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    488b0fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c08fb1c View commit details
    Browse the repository at this point in the history
  4. updated main readme

    jennyowen committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    c4d848e View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. Configuration menu
    Copy the full SHA
    b4c0b36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93935cc View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. added require-password-change flag to set-initial-password

    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 committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    1c64629 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. Configuration menu
    Copy the full SHA
    bb60e76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9044dc4 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. Configuration menu
    Copy the full SHA
    5fad554 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. Configuration menu
    Copy the full SHA
    c375ea1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2996846 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. fixed jvm.additional overriden by docker-entrypoint

    Bledi Feshti committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    5b71dfd View commit details
    Browse the repository at this point in the history
  2. removed old jvm.additional overriding config

    Bledi Feshti committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    10014c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. updated set intitial password to new requires password reset argument…

    … in 3.6
    
    updated JUnit to v5.5.2
    jennyowen committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    6d9e8f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c8cb8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09bc490 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57f0ed2 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. removing private files

    jennyowen committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    7e95b5c View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. Reverted previous changes and added a more reliable way to fix jvm.ad…

    …ditional-not-overriden
    Bledi Feshti committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    8de0b0a View commit details
    Browse the repository at this point in the history
  2. fixed indentation and added some helpful comments

    Bledi Feshti committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    1e47370 View commit details
    Browse the repository at this point in the history
  3. Merge pull request neo4j#205 from neo4j/fix-jvm.additional-not-overriden

    fixed jvm.additional overriden by docker-entrypoint
    bfeshti authored Nov 25, 2019
    Configuration menu
    Copy the full SHA
    bc476cb View commit details
    Browse the repository at this point in the history
  4. Added 4.1 docker-image-src

    Bledi Feshti committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    154b9d2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request neo4j#209 from neo4j/add-4.1-docker-image-src

    Added 4.1 docker-image-src
    bfeshti authored Nov 25, 2019
    Configuration menu
    Copy the full SHA
    54d1bd4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f40b214 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f58bf3a View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. Configuration menu
    Copy the full SHA
    3efe2f1 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. Configuration menu
    Copy the full SHA
    ee631e7 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Configuration menu
    Copy the full SHA
    476bbd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    817d59d View commit details
    Browse the repository at this point in the history
  3. ignore upgrade test in 4.0 until I can close the old version containe…

    …r cleanly so upgrade is successful
    jennyowen committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    110bc9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9dc76dd View commit details
    Browse the repository at this point in the history
  5. patched 4.0 fixes to 4.1

    jennyowen committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    6197aa3 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

  1. Replaced curl with wget in the entryoint

    Bledi Feshti committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    d8f74ae View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into fix-curl-vulnerability

    Bledi Feshti committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    b7dad0f View commit details
    Browse the repository at this point in the history
  3. Final touch of replacing curl

    Bledi Feshti committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    e50093a View commit details
    Browse the repository at this point in the history
  4. Merge pull request neo4j#216 from neo4j/fix-curl-vulnerability

    Replaced curl with wget in the entrypoint
    bfeshti authored Dec 10, 2019
    Configuration menu
    Copy the full SHA
    e35ddb8 View commit details
    Browse the repository at this point in the history
  5. add seperate build targets for community and enterprise

    Andrew Jefferson committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    de6d73a View commit details
    Browse the repository at this point in the history
  6. add neo4j community bintray repository to pom so that neo4j java depe…

    …ndencies that are not on maven central can be picked up (e.g. betas and release candidates)
    Andrew Jefferson committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    8903096 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a9e4153 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. Merge pull request neo4j#206 from eastlondoner/run-plugins-tests

    Add neo4j m2 repo (community) & always run the plugins tests
    eastlondoner authored Dec 11, 2019
    Configuration menu
    Copy the full SHA
    c75b2b2 View commit details
    Browse the repository at this point in the history
  2. add the ability to easily run a particular junit test or tests matchi…

    …ng a pattern from make e.g. make test TESTS='*Plugin*'
    Andrew Jefferson committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    8aac9d0 View commit details
    Browse the repository at this point in the history
  3. tidying up java test code

    Andrew Jefferson committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    05e39e8 View commit details
    Browse the repository at this point in the history
  4. apply default configurations for plugins when installing a plugin (if…

    … the user has not already set the configuration value in question)
    Andrew Jefferson committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    946059d View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

  1. Improve handling of NEO4J_ config setting env variables

    Andrew Jefferson committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    a5fd50a View commit details
    Browse the repository at this point in the history
  2. Merge pull request neo4j#217 from eastlondoner/configure-plugins-auto…

    …matically
    
    apply default configurations for plugins when installing a plugin
    eastlondoner authored Dec 12, 2019
    Configuration menu
    Copy the full SHA
    b5a0164 View commit details
    Browse the repository at this point in the history
  3. use the latest neo4j driver

    Andrew Jefferson committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    ce9a7e9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request neo4j#220 from eastlondoner/tidying

    tidying up java test code
    eastlondoner authored Dec 12, 2019
    Configuration menu
    Copy the full SHA
    1905283 View commit details
    Browse the repository at this point in the history
  5. Merge pull request neo4j#218 from eastlondoner/make-individual-test

    add the ability to easily run a particular junit test
    eastlondoner authored Dec 12, 2019
    Configuration menu
    Copy the full SHA
    53076ab View commit details
    Browse the repository at this point in the history
  6. Merge pull request neo4j#219 from eastlondoner/use-latest-neo4j-driver

    use the latest neo4j driver
    eastlondoner authored Dec 12, 2019
    Configuration menu
    Copy the full SHA
    deed771 View commit details
    Browse the repository at this point in the history
  7. Merge pull request neo4j#221 from eastlondoner/improve-config-handling

    Improve handling of NEO4J_ config setting env variables
    eastlondoner authored Dec 12, 2019
    Configuration menu
    Copy the full SHA
    96797c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. unset NEO4J_AUTH was setting no password rather than default password…

    …, fixed and added a test.
    jennyowen committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    707b9cb View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. Configuration menu
    Copy the full SHA
    53ba5c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. Configuration menu
    Copy the full SHA
    b192927 View commit details
    Browse the repository at this point in the history
  2. Merge pull request neo4j#227 from jbarrasa/master

    Add NEO4JLABS_PLUGINS  support for neosemantics (n10s)
    eastlondoner authored Feb 4, 2020
    Configuration menu
    Copy the full SHA
    5ac55f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. Configuration menu
    Copy the full SHA
    a9c12d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47075e1 View commit details
    Browse the repository at this point in the history
  3. Revert "updated test dependencies in pom"

    This reverts commit a9c12d5
    jennyowen committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    05ec38e View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. updated pom dependendies

    jennyowen committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    9e86faa View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. removed udc.source from 4.0.x

    Bledi Feshti committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    ddcda66 View commit details
    Browse the repository at this point in the history
  2. Fixed a typo

    Bledi Feshti committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    ce5cb12 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Moved assumption on top of the test

    Bledi Feshti committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    cf4063d View commit details
    Browse the repository at this point in the history
  2. Merge pull request neo4j#234 from neo4j/Remove_udc.source_from_4.0.x

    Remove udc.source from 4.0.x
    bfeshti authored Mar 5, 2020
    Configuration menu
    Copy the full SHA
    7e6d4b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. Configuration menu
    Copy the full SHA
    8714fbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8783c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. Configuration menu
    Copy the full SHA
    27ddc04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    057ecf5 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. Configuration menu
    Copy the full SHA
    8eb77c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dcdf60 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Configuration menu
    Copy the full SHA
    28191a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eba50a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. fixed issue neo4j#243

    folders mounted under neo4j home were only give read access to `root` instead of `neo4j`.
    Change neo4j#237 applied a chmod 700 to *all* files and folders under home instead of ones that were only owned by root. This meant that all mounted files under home which were not owned by neo4j became unreadable.
    jennyowen committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    20e64f4 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. adding graph-data-science to NEO4JLABS_PLUGINS

    Andrew Jefferson committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    4edbfb1 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. Merge pull request neo4j#245 from eastlondoner/gds-plugin

    adding graph-data-science to NEO4JLABS_PLUGINS
    eastlondoner authored Apr 17, 2020
    Configuration menu
    Copy the full SHA
    663161f View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. TestMounting was incorrectly passing some data mounting tests, fixed.

    We were using a Neo4jContainer from TestContainers rather than a GenericContainer and this
    seems to have caused the /data/dbms directory to get built unexpectedly.
    The data/dbms folder contains authentication information, and it turns out that Neo4jContainer
    was setting a default password even though NEO4J_AUTH=none is set, hence the folder appeared and out tests passed.
    I've added an initial password so that the folder is created and we can test permissions on it.
    jennyowen committed May 6, 2020
    Configuration menu
    Copy the full SHA
    52c2c74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    baec1f1 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. Configuration menu
    Copy the full SHA
    d5c97b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. Configuration menu
    Copy the full SHA
    bdf86b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. Configuration menu
    Copy the full SHA
    b0acb4f View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. Configuration menu
    Copy the full SHA
    4c002cf View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. Revert "explicitly set neo4j uid and gid to 7474"

    This reverts commit 4c002cf.
    jennyowen committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    03bc788 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Revert "Revert "explicitly set neo4j uid and gid to 7474""

    This reverts commit 03bc788.
    jennyowen committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    b65ad72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    994bf19 View commit details
    Browse the repository at this point in the history
  3. made tests that mount 2 or more folders keep the temp folders togethe…

    …r inside a parent.
    
    renamed test folders so they sort by test rather than folder function
    jennyowen committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    b09dd44 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d75707 View commit details
    Browse the repository at this point in the history
  5. added host FS operation to create test folder under TEST_TMP_FOLDER w…

    …ithout having to specify it
    jennyowen committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    9e5927a View commit details
    Browse the repository at this point in the history
  6. removed dump and load test

    So I can merge host file system refactors.
    jennyowen committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    3f8cc0a View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. Configuration menu
    Copy the full SHA
    3d059c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Configuration menu
    Copy the full SHA
    fb989d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. Configuration menu
    Copy the full SHA
    c1d4889 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. Configuration menu
    Copy the full SHA
    981c878 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9aefd7 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'arm-support'

    jennyowen committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    fe410ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f5d362 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Configuration menu
    Copy the full SHA
    94ed955 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    jennyowen authored Jul 16, 2020
    Configuration menu
    Copy the full SHA
    cc64a60 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. Configuration menu
    Copy the full SHA
    e3e06a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c364cc2 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. Configuration menu
    Copy the full SHA
    04d5df6 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. Configuration menu
    Copy the full SHA
    19667f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. Configuration menu
    Copy the full SHA
    15355fb View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. NamedVolume didn't work if you mounted 2 volumes, it only mounts the …

    …last one called, so refactored to remove the helper class.
    
    Currently tests do not pass as I haven't fixed the underlying named volume mount problem.
    jennyowen committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    896ac82 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Configuration menu
    Copy the full SHA
    28a1fbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    618ea23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41393ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    770e297 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5f5106 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. Configuration menu
    Copy the full SHA
    f431f75 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. now chown neo4j.conf

    jennyowen committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    72d5f72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7aba0e View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Configuration menu
    Copy the full SHA
    638e560 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. fixed licensing test

    jennyowen committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    7afa379 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Configuration menu
    Copy the full SHA
    9ae6fe0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afd988a View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Configuration menu
    Copy the full SHA
    0ff5625 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Configuration menu
    Copy the full SHA
    4e826ad View commit details
    Browse the repository at this point in the history
  2. Merge pull request neo4j#279 from Roxling/relaxed-config-log

    Relaxed expected config log
    Roxling authored Oct 29, 2020
    Configuration menu
    Copy the full SHA
    20792cf View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. bump testcontainers version

    Andrew Jefferson committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    b202339 View commit details
    Browse the repository at this point in the history
  2. Merge pull request neo4j#282 from eastlondoner/update-test-containers

    bump testcontainers version
    eastlondoner authored Dec 14, 2020
    Configuration menu
    Copy the full SHA
    5ec4a6b View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. add Bloom plugin

    GlacialBoy committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    74fbfe2 View commit details
    Browse the repository at this point in the history
  2. add Bloom plugin

    GlacialBoy committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    30302c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d42514 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Merge pull request neo4j#283 from neo4j/cla/addbloomplugin

    Add Bloom Plugin
    GlacialBoy authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    49fe2ad View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. fixed ARM64 build script

    jennyowen committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    4148271 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Configuration menu
    Copy the full SHA
    1d29325 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    771e700 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2b7720 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Configuration menu
    Copy the full SHA
    17e6c7e View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Configuration menu
    Copy the full SHA
    8fb9a8d View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. add --expand-commands flag to neo4j-admin commands (neo4j#294)

    * add --expand-commands argument to neo4j-admin commands
    
    * tests for setting password when using config command expansion
    eastlondoner authored May 20, 2021
    Configuration menu
    Copy the full SHA
    5877dcb View commit details
    Browse the repository at this point in the history
  2. temporarily revert tests for command expansion bugs because those bug…

    …s are present but tolerated in drop04 (neo4j#297)
    eastlondoner authored May 20, 2021
    Configuration menu
    Copy the full SHA
    315b333 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. added new 4.4 folder

    glindroth committed May 24, 2021
    Configuration menu
    Copy the full SHA
    340f758 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. use new 'neo4j dry-run' mechanism to start neo4j process in 4.3 (neo4…

    …j#295)
    
    * use new 'neo4j dry-run' mechanism to start neo4j process in 4.3
    
    do not run  as root
    
    change neo4j dry-run from a command to an argument. Minor tidying of the script
    
    * reduce use of eval
    
    * Revert "temporarily revert tests for command expansion bugs because those bugs are present but tolerated in drop04 (neo4j#297)"
    
    This reverts commit 315b333.
    
    * handle errors from --dry-run correctly
    eastlondoner authored Jun 2, 2021
    Configuration menu
    Copy the full SHA
    b3f3a26 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Configuration menu
    Copy the full SHA
    e0c2d43 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Revert "Revert "use new 'neo4j dry-run' mechanism to start neo4j proc…

    …ess in 4.3 (neo4j#295)""
    
    This reverts commit e0c2d43.
    glindroth committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    a518e2d View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. Configuration menu
    Copy the full SHA
    b774b69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3f89af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5f3d5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ff1612 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Configuration menu
    Copy the full SHA
    7986a74 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. added apoc-core

    renetapopova committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    8170386 View commit details
    Browse the repository at this point in the history
  2. fix

    renetapopova committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    f9b6989 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    468b450 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. reworked my PR

    renetapopova committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    abe0989 View commit details
    Browse the repository at this point in the history
  2. fixes the json

    renetapopova committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    57630ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7318b01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f085d1 View commit details
    Browse the repository at this point in the history
  5. another fix in json

    renetapopova committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    f2eed34 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. test bundled plugins

    Andrew Jefferson committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    e8cb7cb View commit details
    Browse the repository at this point in the history
  2. fix bash string check

    Andrew Jefferson committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    cf342b2 View commit details
    Browse the repository at this point in the history
  3. tweak bash

    Andrew Jefferson committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    cb00f07 View commit details
    Browse the repository at this point in the history
  4. what I should have done

    Andrew Jefferson committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    b8c827c View commit details
    Browse the repository at this point in the history
  5. add debug output to test

    Andrew Jefferson committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    be421c1 View commit details
    Browse the repository at this point in the history
  6. apoc versioning not as expected

    Andrew Jefferson committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    cd24506 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Merge pull request neo4j#302 from renetapopova/apoc-core

    Added apoc-core
    renetapopova authored Jul 20, 2021
    Configuration menu
    Copy the full SHA
    daad125 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Configuration menu
    Copy the full SHA
    857a388 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Configuration menu
    Copy the full SHA
    f088026 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Configuration menu
    Copy the full SHA
    66b8bec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5c2e8f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'arm-support'

    jennyowen committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    86d6b6e View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Configuration menu
    Copy the full SHA
    207ff0a View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Configuration menu
    Copy the full SHA
    2041181 View commit details
    Browse the repository at this point in the history
  2. refactored test folders

    jennyowen committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    ef47c5a View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. fix: upgrade org.slf4j:slf4j-api from 1.7.30 to 1.7.32

    Snyk has created this PR to upgrade org.slf4j:slf4j-api from 1.7.30 to 1.7.32.
    
    See this package in Maven Repository:
    https://mvnrepository.com/artifact/org.slf4j/slf4j-api/
    
    See this project in Snyk:
    https://app.snyk.io/org/dimitris.larisis/project/20ca4914-4733-4c42-96d3-54ef1fb0e370?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    05f88fd View commit details
    Browse the repository at this point in the history
  2. fix: upgrade org.slf4j:slf4j-log4j12 from 1.7.30 to 1.7.32

    Snyk has created this PR to upgrade org.slf4j:slf4j-log4j12 from 1.7.30 to 1.7.32.
    
    See this package in Maven Repository:
    https://mvnrepository.com/artifact/org.slf4j/slf4j-log4j12/
    
    See this project in Snyk:
    https://app.snyk.io/org/dimitris.larisis/project/20ca4914-4733-4c42-96d3-54ef1fb0e370?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    c7296af View commit details
    Browse the repository at this point in the history
  3. Merge pull request neo4j#308 from neo4j/snyk-upgrade-87d83deb096cad2c…

    …92e72b90166cb702
    
    [Snyk] Upgrade org.slf4j:slf4j-api from 1.7.30 to 1.7.32
    jennyowen authored Oct 20, 2021
    Configuration menu
    Copy the full SHA
    b8612b8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request neo4j#309 from neo4j/snyk-upgrade-4429ab96f6cde517…

    …6882e64e12feb62a
    
    [Snyk] Upgrade org.slf4j:slf4j-log4j12 from 1.7.30 to 1.7.32
    jennyowen authored Oct 20, 2021
    Configuration menu
    Copy the full SHA
    115d757 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Configuration menu
    Copy the full SHA
    8642791 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5de058 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d48def View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. Configuration menu
    Copy the full SHA
    daf16d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e30f423 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c647d02 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c58288 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac7145b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f168f61 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. fix: upgrade org.slf4j:slf4j-api from 1.7.30 to 1.7.32

    Snyk has created this PR to upgrade org.slf4j:slf4j-api from 1.7.30 to 1.7.32.
    
    See this package in Maven Repository:
    https://mvnrepository.com/artifact/org.slf4j/slf4j-api/
    
    See this project in Snyk:
    https://app.snyk.io/org/dimitris.larisis/project/20ca4914-4733-4c42-96d3-54ef1fb0e370?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot authored and jennyowen committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    5fbb6d0 View commit details
    Browse the repository at this point in the history
  2. fix: upgrade org.slf4j:slf4j-log4j12 from 1.7.30 to 1.7.32

    Snyk has created this PR to upgrade org.slf4j:slf4j-log4j12 from 1.7.30 to 1.7.32.
    
    See this package in Maven Repository:
    https://mvnrepository.com/artifact/org.slf4j/slf4j-log4j12/
    
    See this project in Snyk:
    https://app.snyk.io/org/dimitris.larisis/project/20ca4914-4733-4c42-96d3-54ef1fb0e370?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot authored and jennyowen committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    c00b941 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d0a1d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Configuration menu
    Copy the full SHA
    81a2edb View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Configuration menu
    Copy the full SHA
    8f0321f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6a6d8b View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Configuration menu
    Copy the full SHA
    cb3f98a View commit details
    Browse the repository at this point in the history
  2. Revert "testDumpLoad was running before 4.4.0 for some reason, hopefu…

    …lly fixed"
    
    This reverts commit cb3f98a.
    jennyowen committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    fcfcf10 View commit details
    Browse the repository at this point in the history
  3. Revert "Merge branch 'betterTeardown'"

    This reverts commit f6a6d8b, reversing
    changes made to 81a2edb.
    jennyowen committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    e241b4c View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Configuration menu
    Copy the full SHA
    d9eb296 View commit details
    Browse the repository at this point in the history
  2. fixed typo

    jennyowen committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    aa2002d View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Change pagecache size debug log output assertion due to type change

    The setting: dbms.memory.pagecache.size is about to change from
    `Setting<String>`` to `Setting<Long>`` and will therefore change
    slightly how the setting value is printed in the debug log.
    This changes a test assertion so that it accepts both variants of
    that debug log print.
    tinwelint committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    79985e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f4dcf5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request neo4j#317 from MishaDemianenko/temp-disable-upgrade

    Temporary disable upgrade tests since upgrade is under update for 5.0 and not working atm
    MishaDemianenko authored Nov 19, 2021
    Configuration menu
    Copy the full SHA
    bdf9a9e View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Merge pull request neo4j#316 from neo4j/page-cache-mem-type-change

    Change pagecache size debug log output assertion due to type change
    tinwelint authored Nov 22, 2021
    Configuration menu
    Copy the full SHA
    34cd62c View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Configuration menu
    Copy the full SHA
    7b86c36 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Merge pull request neo4j#319 from MishaDemianenko/5.0-podman-howto

    Add podman how to for systems that lack docker support
    MishaDemianenko authored Dec 2, 2021
    Configuration menu
    Copy the full SHA
    530a6ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c75539 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e68c297 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Configuration menu
    Copy the full SHA
    85a9baa View commit details
    Browse the repository at this point in the history
  2. Change pagecache size debug log output assertion due to type change

    The setting: dbms.memory.pagecache.size is about to change from
    `Setting<String>`` to `Setting<Long>`` and will therefore change
    slightly how the setting value is printed in the debug log.
    This changes a test assertion so that it accepts both variants of
    that debug log print.
    tinwelint authored and jennyowen committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    d2ad9f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b93f75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a8c4dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e86b73 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'fix-arm-dockerfiles' of github.com:neo4j/docker-neo4j i…

    …nto fix-arm-dockerfiles
    jennyowen committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    d71738a View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2021

  1. Configuration menu
    Copy the full SHA
    ed5e620 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Configuration menu
    Copy the full SHA
    d711d2d View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Configuration menu
    Copy the full SHA
    cb52cf8 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. Configuration menu
    Copy the full SHA
    9e12322 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9fc888 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13605d5 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Configuration menu
    Copy the full SHA
    6afa0af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fb7597 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Configuration menu
    Copy the full SHA
    b058ada View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Configuration menu
    Copy the full SHA
    3a2061e View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Configuration menu
    Copy the full SHA
    51cc80d View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Merge pull request neo4j#329 from neo4j/better-tini

    install tini through apt rather than direct from github packages
    jennyowen authored Jan 21, 2022
    Configuration menu
    Copy the full SHA
    1272e67 View commit details
    Browse the repository at this point in the history
  2. add semantic version comparison

    GlacialBoy authored and jennyowen committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    5e9bb21 View commit details
    Browse the repository at this point in the history
  3. semver feature is working in 4.4

    current status is broken for other neo4j versions
    jennyowen committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    8489c00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ffe2799 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd340c9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    abcd3b1 View commit details
    Browse the repository at this point in the history
  7. fixed merge error

    jennyowen committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    62a7bcc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c9de29a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    24241ad View commit details
    Browse the repository at this point in the history
  10. fixed java syntax

    jennyowen committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    5af9d5d View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. Configuration menu
    Copy the full SHA
    c046055 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    550cb7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95963b7 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Configuration menu
    Copy the full SHA
    078e445 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Configuration menu
    Copy the full SHA
    5bc5417 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Configuration menu
    Copy the full SHA
    87c890c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8ba7b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e114e20 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Configuration menu
    Copy the full SHA
    82300af View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. replace deprecated dbms.procedures() with SHOW PROCEDURES (neo4j#336)

    * replace deprecated dbms.procedures() with SHOW PROCEDURES
    
    * only run SHOW PROCEDURES if the Neo4j version is 4.3 or above
    HannesSandberg authored Mar 4, 2022
    Configuration menu
    Copy the full SHA
    0c14079 View commit details
    Browse the repository at this point in the history
  2. made /docker-entrypoint.sh link to newer /startup/docker-entrypoint.s…

    …h so downstream dependents don't break
    jennyowen committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    5a653be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efe2631 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Change to URLs for the GDS distribution

    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.
    knutwalker authored Mar 22, 2022
    Configuration menu
    Copy the full SHA
    cc37970 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Merge pull request neo4j#340 from neo4j/new-gds-distribution-url

    Change to URLs for the GDS distribution
    knutwalker authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    6467f76 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. changing the success message when setting initial password to emphasi…

    …se that setting the initial password will only take effect if performed BEFORE the database is started for the first time
    phil198 committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    4284187 View commit details
    Browse the repository at this point in the history