-
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
base: master
Are you sure you want to change the base?
update tests to reflect changes to change password message #341
Commits on Sep 12, 2019
-
Merge pull request neo4j#192 from neo4j/set-configs-based-on-edition
docker-entrypoint will now set default configs based on Neo4j Edition
Configuration menu - View commit details
-
Copy full SHA for 22ee74a - Browse repository at this point
Copy the full SHA 22ee74aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 838c023 - Browse repository at this point
Copy the full SHA 838c023View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 8a4b3cc - Browse repository at this point
Copy the full SHA 8a4b3ccView commit details
Commits on Sep 13, 2019
-
Changed unsupported.dbms.udc.source to docker
Bledi Feshti committedSep 13, 2019 Configuration menu - View commit details
-
Copy full SHA for d1a0b1d - Browse repository at this point
Copy the full SHA d1a0b1dView commit details -
Merge pull request neo4j#195 from neo4j/change-unsupported.dbms.udc.s…
…ource=docker Changed unsupported.dbms.udc.source to docker
Configuration menu - View commit details
-
Copy full SHA for 49031c2 - Browse repository at this point
Copy the full SHA 49031c2View commit details
Commits on Sep 25, 2019
-
neo4jlabs-plugins.json was been included in local docker image build …
…but not the one we release.
Configuration menu - View commit details
-
Copy full SHA for fcdfdf0 - Browse repository at this point
Copy the full SHA fcdfdf0View commit details -
Merge pull request neo4j#196 from neo4j/fix-makefile
neo4jlabs-plugins.json was been included in local docker image build …
Configuration menu - View commit details
-
Copy full SHA for d0e1a25 - Browse repository at this point
Copy the full SHA d0e1a25View commit details
Commits on Sep 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for fbb40ee - Browse repository at this point
Copy the full SHA fbb40eeView commit details
Commits on Oct 2, 2019
-
improved Neo4j version parser and muted PluginInstallation test when …
…running against SNAPSHOT versions.
Configuration menu - View commit details
-
Copy full SHA for 8f8924a - Browse repository at this point
Copy the full SHA 8f8924aView commit details
Commits on Oct 3, 2019
-
removed all reference to environment variable NEO4J_VERSION in favour…
… of NEO4JVERSION
Configuration menu - View commit details
-
Copy full SHA for 5dcf7ee - Browse repository at this point
Copy the full SHA 5dcf7eeView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 694f925 - Browse repository at this point
Copy the full SHA 694f925View commit details
Commits on Oct 4, 2019
-
Tried to improve container closing so that tests don't leave so many …
…hanging containers.
Configuration menu - View commit details
-
Copy full SHA for 1c1df2d - Browse repository at this point
Copy the full SHA 1c1df2dView commit details -
Merge pull request neo4j#197 from eastlondoner/master
changing the versions.json urls to use github.io (github pages) urls
Configuration menu - View commit details
-
Copy full SHA for 06048d0 - Browse repository at this point
Copy the full SHA 06048d0View commit details
Commits on Oct 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f8178db - Browse repository at this point
Copy the full SHA f8178dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 488b0fb - Browse repository at this point
Copy the full SHA 488b0fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c08fb1c - Browse repository at this point
Copy the full SHA c08fb1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4d848e - Browse repository at this point
Copy the full SHA c4d848eView commit details
Commits on Oct 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b4c0b36 - Browse repository at this point
Copy the full SHA b4c0b36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93935cc - Browse repository at this point
Copy the full SHA 93935ccView commit details
Commits on Oct 31, 2019
-
added
require-password-change
flag toset-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.
Configuration menu - View commit details
-
Copy full SHA for 1c64629 - Browse repository at this point
Copy the full SHA 1c64629View commit details
Commits on Nov 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for bb60e76 - Browse repository at this point
Copy the full SHA bb60e76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9044dc4 - Browse repository at this point
Copy the full SHA 9044dc4View commit details
Commits on Nov 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5fad554 - Browse repository at this point
Copy the full SHA 5fad554View commit details
Commits on Nov 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c375ea1 - Browse repository at this point
Copy the full SHA c375ea1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2996846 - Browse repository at this point
Copy the full SHA 2996846View commit details
Commits on Nov 15, 2019
-
fixed jvm.additional overriden by docker-entrypoint
Bledi Feshti committedNov 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 5b71dfd - Browse repository at this point
Copy the full SHA 5b71dfdView commit details -
removed old jvm.additional overriding config
Bledi Feshti committedNov 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 10014c4 - Browse repository at this point
Copy the full SHA 10014c4View commit details
Commits on Nov 21, 2019
-
updated set intitial password to new requires password reset argument…
… in 3.6 updated JUnit to v5.5.2
Configuration menu - View commit details
-
Copy full SHA for 6d9e8f2 - Browse repository at this point
Copy the full SHA 6d9e8f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c8cb8a - Browse repository at this point
Copy the full SHA 5c8cb8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09bc490 - Browse repository at this point
Copy the full SHA 09bc490View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57f0ed2 - Browse repository at this point
Copy the full SHA 57f0ed2View commit details
Commits on Nov 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7e95b5c - Browse repository at this point
Copy the full SHA 7e95b5cView commit details
Commits on Nov 25, 2019
-
Reverted previous changes and added a more reliable way to fix jvm.ad…
…ditional-not-overriden
Bledi Feshti committedNov 25, 2019 Configuration menu - View commit details
-
Copy full SHA for 8de0b0a - Browse repository at this point
Copy the full SHA 8de0b0aView commit details -
fixed indentation and added some helpful comments
Bledi Feshti committedNov 25, 2019 Configuration menu - View commit details
-
Copy full SHA for 1e47370 - Browse repository at this point
Copy the full SHA 1e47370View commit details -
Merge pull request neo4j#205 from neo4j/fix-jvm.additional-not-overriden
fixed jvm.additional overriden by docker-entrypoint
Configuration menu - View commit details
-
Copy full SHA for bc476cb - Browse repository at this point
Copy the full SHA bc476cbView commit details -
Bledi Feshti committed
Nov 25, 2019 Configuration menu - View commit details
-
Copy full SHA for 154b9d2 - Browse repository at this point
Copy the full SHA 154b9d2View commit details -
Merge pull request neo4j#209 from neo4j/add-4.1-docker-image-src
Added 4.1 docker-image-src
Configuration menu - View commit details
-
Copy full SHA for 54d1bd4 - Browse repository at this point
Copy the full SHA 54d1bd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f40b214 - Browse repository at this point
Copy the full SHA f40b214View commit details -
Configuration menu - View commit details
-
Copy full SHA for f58bf3a - Browse repository at this point
Copy the full SHA f58bf3aView commit details
Commits on Nov 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3efe2f1 - Browse repository at this point
Copy the full SHA 3efe2f1View commit details
Commits on Dec 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ee631e7 - Browse repository at this point
Copy the full SHA ee631e7View commit details
Commits on Dec 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 476bbd9 - Browse repository at this point
Copy the full SHA 476bbd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 817d59d - Browse repository at this point
Copy the full SHA 817d59dView commit details -
ignore upgrade test in 4.0 until I can close the old version containe…
…r cleanly so upgrade is successful
Configuration menu - View commit details
-
Copy full SHA for 110bc9c - Browse repository at this point
Copy the full SHA 110bc9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dc76dd - Browse repository at this point
Copy the full SHA 9dc76ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6197aa3 - Browse repository at this point
Copy the full SHA 6197aa3View commit details
Commits on Dec 10, 2019
-
Replaced curl with wget in the entryoint
Bledi Feshti committedDec 10, 2019 Configuration menu - View commit details
-
Copy full SHA for d8f74ae - Browse repository at this point
Copy the full SHA d8f74aeView commit details -
Merge branch 'master' into fix-curl-vulnerability
Bledi Feshti committedDec 10, 2019 Configuration menu - View commit details
-
Copy full SHA for b7dad0f - Browse repository at this point
Copy the full SHA b7dad0fView commit details -
Bledi Feshti committed
Dec 10, 2019 Configuration menu - View commit details
-
Copy full SHA for e50093a - Browse repository at this point
Copy the full SHA e50093aView commit details -
Merge pull request neo4j#216 from neo4j/fix-curl-vulnerability
Replaced curl with wget in the entrypoint
Configuration menu - View commit details
-
Copy full SHA for e35ddb8 - Browse repository at this point
Copy the full SHA e35ddb8View commit details -
add seperate build targets for community and enterprise
Andrew Jefferson committedDec 10, 2019 Configuration menu - View commit details
-
Copy full SHA for de6d73a - Browse repository at this point
Copy the full SHA de6d73aView commit details -
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 committedDec 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 8903096 - Browse repository at this point
Copy the full SHA 8903096View commit details -
allow setting an env var to skip the plugin test if it causes problems
Andrew Jefferson committedDec 10, 2019 Configuration menu - View commit details
-
Copy full SHA for a9e4153 - Browse repository at this point
Copy the full SHA a9e4153View commit details
Commits on Dec 11, 2019
-
Merge pull request neo4j#206 from eastlondoner/run-plugins-tests
Add neo4j m2 repo (community) & always run the plugins tests
Configuration menu - View commit details
-
Copy full SHA for c75b2b2 - Browse repository at this point
Copy the full SHA c75b2b2View commit details -
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 committedDec 11, 2019 Configuration menu - View commit details
-
Copy full SHA for 8aac9d0 - Browse repository at this point
Copy the full SHA 8aac9d0View commit details -
Andrew Jefferson committed
Dec 11, 2019 Configuration menu - View commit details
-
Copy full SHA for 05e39e8 - Browse repository at this point
Copy the full SHA 05e39e8View commit details -
apply default configurations for plugins when installing a plugin (if…
… the user has not already set the configuration value in question)
Andrew Jefferson committedDec 11, 2019 Configuration menu - View commit details
-
Copy full SHA for 946059d - Browse repository at this point
Copy the full SHA 946059dView commit details
Commits on Dec 12, 2019
-
Improve handling of NEO4J_ config setting env variables
Andrew Jefferson committedDec 12, 2019 Configuration menu - View commit details
-
Copy full SHA for a5fd50a - Browse repository at this point
Copy the full SHA a5fd50aView commit details -
Merge pull request neo4j#217 from eastlondoner/configure-plugins-auto…
…matically apply default configurations for plugins when installing a plugin
Configuration menu - View commit details
-
Copy full SHA for b5a0164 - Browse repository at this point
Copy the full SHA b5a0164View commit details -
Andrew Jefferson committed
Dec 12, 2019 Configuration menu - View commit details
-
Copy full SHA for ce9a7e9 - Browse repository at this point
Copy the full SHA ce9a7e9View commit details -
Merge pull request neo4j#220 from eastlondoner/tidying
tidying up java test code
Configuration menu - View commit details
-
Copy full SHA for 1905283 - Browse repository at this point
Copy the full SHA 1905283View commit details -
Merge pull request neo4j#218 from eastlondoner/make-individual-test
add the ability to easily run a particular junit test
Configuration menu - View commit details
-
Copy full SHA for 53076ab - Browse repository at this point
Copy the full SHA 53076abView commit details -
Merge pull request neo4j#219 from eastlondoner/use-latest-neo4j-driver
use the latest neo4j driver
Configuration menu - View commit details
-
Copy full SHA for deed771 - Browse repository at this point
Copy the full SHA deed771View commit details -
Merge pull request neo4j#221 from eastlondoner/improve-config-handling
Improve handling of NEO4J_ config setting env variables
Configuration menu - View commit details
-
Copy full SHA for 96797c6 - Browse repository at this point
Copy the full SHA 96797c6View commit details
Commits on Jan 22, 2020
-
unset NEO4J_AUTH was setting no password rather than default password…
…, fixed and added a test.
Configuration menu - View commit details
-
Copy full SHA for 707b9cb - Browse repository at this point
Copy the full SHA 707b9cbView commit details
Commits on Jan 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 53ba5c5 - Browse repository at this point
Copy the full SHA 53ba5c5View commit details
Commits on Feb 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b192927 - Browse repository at this point
Copy the full SHA b192927View commit details -
Merge pull request neo4j#227 from jbarrasa/master
Add NEO4JLABS_PLUGINS support for neosemantics (n10s)
Configuration menu - View commit details
-
Copy full SHA for 5ac55f4 - Browse repository at this point
Copy the full SHA 5ac55f4View commit details
Commits on Mar 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a9c12d5 - Browse repository at this point
Copy the full SHA a9c12d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47075e1 - Browse repository at this point
Copy the full SHA 47075e1View commit details -
Revert "updated test dependencies in pom"
This reverts commit a9c12d5
Configuration menu - View commit details
-
Copy full SHA for 05ec38e - Browse repository at this point
Copy the full SHA 05ec38eView commit details
Commits on Mar 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9e86faa - Browse repository at this point
Copy the full SHA 9e86faaView commit details
Commits on Mar 4, 2020
-
Bledi Feshti committed
Mar 4, 2020 Configuration menu - View commit details
-
Copy full SHA for ddcda66 - Browse repository at this point
Copy the full SHA ddcda66View commit details -
Bledi Feshti committed
Mar 4, 2020 Configuration menu - View commit details
-
Copy full SHA for ce5cb12 - Browse repository at this point
Copy the full SHA ce5cb12View commit details
Commits on Mar 5, 2020
-
Moved assumption on top of the test
Bledi Feshti committedMar 5, 2020 Configuration menu - View commit details
-
Copy full SHA for cf4063d - Browse repository at this point
Copy the full SHA cf4063dView commit details -
Merge pull request neo4j#234 from neo4j/Remove_udc.source_from_4.0.x
Remove udc.source from 4.0.x
Configuration menu - View commit details
-
Copy full SHA for 7e6d4b6 - Browse repository at this point
Copy the full SHA 7e6d4b6View commit details
Commits on Mar 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8714fbc - Browse repository at this point
Copy the full SHA 8714fbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8783c5 - Browse repository at this point
Copy the full SHA f8783c5View commit details
Commits on Mar 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 27ddc04 - Browse repository at this point
Copy the full SHA 27ddc04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 057ecf5 - Browse repository at this point
Copy the full SHA 057ecf5View commit details
Commits on Mar 25, 2020
-
changed listen address overrides because they seem unnecessary and ma…
…y break in windows.
Configuration menu - View commit details
-
Copy full SHA for 8eb77c9 - Browse repository at this point
Copy the full SHA 8eb77c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dcdf60 - Browse repository at this point
Copy the full SHA 3dcdf60View commit details
Commits on Apr 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 28191a4 - Browse repository at this point
Copy the full SHA 28191a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for eba50a9 - Browse repository at this point
Copy the full SHA eba50a9View commit details
Commits on Apr 15, 2020
-
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.
Configuration menu - View commit details
-
Copy full SHA for 20e64f4 - Browse repository at this point
Copy the full SHA 20e64f4View commit details
Commits on Apr 16, 2020
-
adding graph-data-science to NEO4JLABS_PLUGINS
Andrew Jefferson committedApr 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 4edbfb1 - Browse repository at this point
Copy the full SHA 4edbfb1View commit details
Commits on Apr 17, 2020
-
Merge pull request neo4j#245 from eastlondoner/gds-plugin
adding graph-data-science to NEO4JLABS_PLUGINS
Configuration menu - View commit details
-
Copy full SHA for 663161f - Browse repository at this point
Copy the full SHA 663161fView commit details
Commits on May 6, 2020
-
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.
Configuration menu - View commit details
-
Copy full SHA for 52c2c74 - Browse repository at this point
Copy the full SHA 52c2c74View commit details -
Configuration menu - View commit details
-
Copy full SHA for baec1f1 - Browse repository at this point
Copy the full SHA baec1f1View commit details
Commits on May 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d5c97b6 - Browse repository at this point
Copy the full SHA d5c97b6View commit details
Commits on Jun 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bdf86b5 - Browse repository at this point
Copy the full SHA bdf86b5View commit details
Commits on Jun 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b0acb4f - Browse repository at this point
Copy the full SHA b0acb4fView commit details
Commits on Jun 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4c002cf - Browse repository at this point
Copy the full SHA 4c002cfView commit details
Commits on Jun 15, 2020
-
Revert "explicitly set neo4j uid and gid to 7474"
This reverts commit 4c002cf.
Configuration menu - View commit details
-
Copy full SHA for 03bc788 - Browse repository at this point
Copy the full SHA 03bc788View commit details
Commits on Jun 16, 2020
-
Revert "Revert "explicitly set neo4j uid and gid to 7474""
This reverts commit 03bc788.
Configuration menu - View commit details
-
Copy full SHA for b65ad72 - Browse repository at this point
Copy the full SHA b65ad72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 994bf19 - Browse repository at this point
Copy the full SHA 994bf19View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for b09dd44 - Browse repository at this point
Copy the full SHA b09dd44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d75707 - Browse repository at this point
Copy the full SHA 3d75707View commit details -
added host FS operation to create test folder under TEST_TMP_FOLDER w…
…ithout having to specify it
Configuration menu - View commit details
-
Copy full SHA for 9e5927a - Browse repository at this point
Copy the full SHA 9e5927aView commit details -
So I can merge host file system refactors.
Configuration menu - View commit details
-
Copy full SHA for 3f8cc0a - Browse repository at this point
Copy the full SHA 3f8cc0aView commit details
Commits on Jun 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3d059c5 - Browse repository at this point
Copy the full SHA 3d059c5View commit details
Commits on Jun 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fb989d6 - Browse repository at this point
Copy the full SHA fb989d6View commit details
Commits on Jul 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c1d4889 - Browse repository at this point
Copy the full SHA c1d4889View commit details
Commits on Jul 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 981c878 - Browse repository at this point
Copy the full SHA 981c878View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9aefd7 - Browse repository at this point
Copy the full SHA d9aefd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe410ec - Browse repository at this point
Copy the full SHA fe410ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f5d362 - Browse repository at this point
Copy the full SHA 6f5d362View commit details
Commits on Jul 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 94ed955 - Browse repository at this point
Copy the full SHA 94ed955View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc64a60 - Browse repository at this point
Copy the full SHA cc64a60View commit details
Commits on Jul 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e3e06a8 - Browse repository at this point
Copy the full SHA e3e06a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c364cc2 - Browse repository at this point
Copy the full SHA c364cc2View commit details
Commits on Jul 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 04d5df6 - Browse repository at this point
Copy the full SHA 04d5df6View commit details
Commits on Jul 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 19667f3 - Browse repository at this point
Copy the full SHA 19667f3View commit details
Commits on Jul 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 15355fb - Browse repository at this point
Copy the full SHA 15355fbView commit details
Commits on Jul 28, 2020
-
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.
Configuration menu - View commit details
-
Copy full SHA for 896ac82 - Browse repository at this point
Copy the full SHA 896ac82View commit details
Commits on Jul 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 28a1fbf - Browse repository at this point
Copy the full SHA 28a1fbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 618ea23 - Browse repository at this point
Copy the full SHA 618ea23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41393ff - Browse repository at this point
Copy the full SHA 41393ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 770e297 - Browse repository at this point
Copy the full SHA 770e297View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5f5106 - Browse repository at this point
Copy the full SHA b5f5106View commit details
Commits on Aug 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f431f75 - Browse repository at this point
Copy the full SHA f431f75View commit details
Commits on Sep 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 72d5f72 - Browse repository at this point
Copy the full SHA 72d5f72View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7aba0e - Browse repository at this point
Copy the full SHA e7aba0eView commit details
Commits on Oct 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 638e560 - Browse repository at this point
Copy the full SHA 638e560View commit details
Commits on Oct 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7afa379 - Browse repository at this point
Copy the full SHA 7afa379View commit details
Commits on Oct 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9ae6fe0 - Browse repository at this point
Copy the full SHA 9ae6fe0View commit details -
Configuration menu - View commit details
-
Copy full SHA for afd988a - Browse repository at this point
Copy the full SHA afd988aView commit details
Commits on Oct 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0ff5625 - Browse repository at this point
Copy the full SHA 0ff5625View commit details
Commits on Oct 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4e826ad - Browse repository at this point
Copy the full SHA 4e826adView commit details -
Merge pull request neo4j#279 from Roxling/relaxed-config-log
Relaxed expected config log
Configuration menu - View commit details
-
Copy full SHA for 20792cf - Browse repository at this point
Copy the full SHA 20792cfView commit details
Commits on Dec 14, 2020
-
Andrew Jefferson committed
Dec 14, 2020 Configuration menu - View commit details
-
Copy full SHA for b202339 - Browse repository at this point
Copy the full SHA b202339View commit details -
Merge pull request neo4j#282 from eastlondoner/update-test-containers
bump testcontainers version
Configuration menu - View commit details
-
Copy full SHA for 5ec4a6b - Browse repository at this point
Copy the full SHA 5ec4a6bView commit details
Commits on Jan 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 74fbfe2 - Browse repository at this point
Copy the full SHA 74fbfe2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30302c0 - Browse repository at this point
Copy the full SHA 30302c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d42514 - Browse repository at this point
Copy the full SHA 3d42514View commit details
Commits on Jan 19, 2021
-
Merge pull request neo4j#283 from neo4j/cla/addbloomplugin
Add Bloom Plugin
Configuration menu - View commit details
-
Copy full SHA for 49fe2ad - Browse repository at this point
Copy the full SHA 49fe2adView commit details
Commits on Feb 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4148271 - Browse repository at this point
Copy the full SHA 4148271View commit details
Commits on Feb 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1d29325 - Browse repository at this point
Copy the full SHA 1d29325View commit details -
Configuration menu - View commit details
-
Copy full SHA for 771e700 - Browse repository at this point
Copy the full SHA 771e700View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2b7720 - Browse repository at this point
Copy the full SHA b2b7720View commit details
Commits on Feb 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 17e6c7e - Browse repository at this point
Copy the full SHA 17e6c7eView commit details
Commits on Apr 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8fb9a8d - Browse repository at this point
Copy the full SHA 8fb9a8dView commit details
Commits on May 20, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for 5877dcb - Browse repository at this point
Copy the full SHA 5877dcbView commit details -
temporarily revert tests for command expansion bugs because those bug…
…s are present but tolerated in drop04 (neo4j#297)
Configuration menu - View commit details
-
Copy full SHA for 315b333 - Browse repository at this point
Copy the full SHA 315b333View commit details
Commits on May 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 340f758 - Browse repository at this point
Copy the full SHA 340f758View commit details
Commits on Jun 2, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for b3f3a26 - Browse repository at this point
Copy the full SHA b3f3a26View commit details
Commits on Jun 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e0c2d43 - Browse repository at this point
Copy the full SHA e0c2d43View commit details
Commits on Jun 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a518e2d - Browse repository at this point
Copy the full SHA a518e2dView commit details
Commits on Jun 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b774b69 - Browse repository at this point
Copy the full SHA b774b69View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3f89af - Browse repository at this point
Copy the full SHA a3f89afView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5f3d5b - Browse repository at this point
Copy the full SHA a5f3d5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ff1612 - Browse repository at this point
Copy the full SHA 6ff1612View commit details
Commits on Jun 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7986a74 - Browse repository at this point
Copy the full SHA 7986a74View commit details
Commits on Jul 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8170386 - Browse repository at this point
Copy the full SHA 8170386View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9b6989 - Browse repository at this point
Copy the full SHA f9b6989View commit details -
Configuration menu - View commit details
-
Copy full SHA for 468b450 - Browse repository at this point
Copy the full SHA 468b450View commit details
Commits on Jul 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for abe0989 - Browse repository at this point
Copy the full SHA abe0989View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57630ba - Browse repository at this point
Copy the full SHA 57630baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7318b01 - Browse repository at this point
Copy the full SHA 7318b01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f085d1 - Browse repository at this point
Copy the full SHA 1f085d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2eed34 - Browse repository at this point
Copy the full SHA f2eed34View commit details
Commits on Jul 19, 2021
-
Andrew Jefferson committed
Jul 19, 2021 Configuration menu - View commit details
-
Copy full SHA for e8cb7cb - Browse repository at this point
Copy the full SHA e8cb7cbView commit details -
Andrew Jefferson committed
Jul 19, 2021 Configuration menu - View commit details
-
Copy full SHA for cf342b2 - Browse repository at this point
Copy the full SHA cf342b2View commit details -
Andrew Jefferson committed
Jul 19, 2021 Configuration menu - View commit details
-
Copy full SHA for cb00f07 - Browse repository at this point
Copy the full SHA cb00f07View commit details -
Andrew Jefferson committed
Jul 19, 2021 Configuration menu - View commit details
-
Copy full SHA for b8c827c - Browse repository at this point
Copy the full SHA b8c827cView commit details -
Andrew Jefferson committed
Jul 19, 2021 Configuration menu - View commit details
-
Copy full SHA for be421c1 - Browse repository at this point
Copy the full SHA be421c1View commit details -
apoc versioning not as expected
Andrew Jefferson committedJul 19, 2021 Configuration menu - View commit details
-
Copy full SHA for cd24506 - Browse repository at this point
Copy the full SHA cd24506View commit details
Commits on Jul 20, 2021
-
Merge pull request neo4j#302 from renetapopova/apoc-core
Added apoc-core
Configuration menu - View commit details
-
Copy full SHA for daad125 - Browse repository at this point
Copy the full SHA daad125View commit details
Commits on Sep 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 857a388 - Browse repository at this point
Copy the full SHA 857a388View commit details
Commits on Sep 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f088026 - Browse repository at this point
Copy the full SHA f088026View commit details
Commits on Sep 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 66b8bec - Browse repository at this point
Copy the full SHA 66b8becView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5c2e8f - Browse repository at this point
Copy the full SHA e5c2e8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86d6b6e - Browse repository at this point
Copy the full SHA 86d6b6eView commit details
Commits on Sep 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 207ff0a - Browse repository at this point
Copy the full SHA 207ff0aView commit details
Commits on Oct 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2041181 - Browse repository at this point
Copy the full SHA 2041181View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef47c5a - Browse repository at this point
Copy the full SHA ef47c5aView commit details
Commits on Oct 20, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for 05f88fd - Browse repository at this point
Copy the full SHA 05f88fdView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for c7296af - Browse repository at this point
Copy the full SHA c7296afView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for b8612b8 - Browse repository at this point
Copy the full SHA b8612b8View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 115d757 - Browse repository at this point
Copy the full SHA 115d757View commit details
Commits on Oct 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8642791 - Browse repository at this point
Copy the full SHA 8642791View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5de058 - Browse repository at this point
Copy the full SHA e5de058View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d48def - Browse repository at this point
Copy the full SHA 1d48defView commit details
Commits on Oct 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for daf16d9 - Browse repository at this point
Copy the full SHA daf16d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e30f423 - Browse repository at this point
Copy the full SHA e30f423View commit details -
Configuration menu - View commit details
-
Copy full SHA for c647d02 - Browse repository at this point
Copy the full SHA c647d02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c58288 - Browse repository at this point
Copy the full SHA 9c58288View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac7145b - Browse repository at this point
Copy the full SHA ac7145bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f168f61 - Browse repository at this point
Copy the full SHA f168f61View commit details
Commits on Oct 28, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for 5fbb6d0 - Browse repository at this point
Copy the full SHA 5fbb6d0View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for c00b941 - Browse repository at this point
Copy the full SHA c00b941View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d0a1d6 - Browse repository at this point
Copy the full SHA 0d0a1d6View commit details
Commits on Nov 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 81a2edb - Browse repository at this point
Copy the full SHA 81a2edbView commit details
Commits on Nov 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8f0321f - Browse repository at this point
Copy the full SHA 8f0321fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6a6d8b - Browse repository at this point
Copy the full SHA f6a6d8bView commit details
Commits on Nov 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for cb3f98a - Browse repository at this point
Copy the full SHA cb3f98aView commit details -
Revert "testDumpLoad was running before 4.4.0 for some reason, hopefu…
…lly fixed" This reverts commit cb3f98a.
Configuration menu - View commit details
-
Copy full SHA for fcfcf10 - Browse repository at this point
Copy the full SHA fcfcf10View commit details -
Configuration menu - View commit details
-
Copy full SHA for e241b4c - Browse repository at this point
Copy the full SHA e241b4cView commit details
Commits on Nov 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d9eb296 - Browse repository at this point
Copy the full SHA d9eb296View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa2002d - Browse repository at this point
Copy the full SHA aa2002dView commit details
Commits on Nov 19, 2021
-
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.
Configuration menu - View commit details
-
Copy full SHA for 79985e3 - Browse repository at this point
Copy the full SHA 79985e3View commit details -
Temporary disable upgrade tests since upgrade is under update for 5.0…
… and not working atm
Configuration menu - View commit details
-
Copy full SHA for 7f4dcf5 - Browse repository at this point
Copy the full SHA 7f4dcf5View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for bdf9a9e - Browse repository at this point
Copy the full SHA bdf9a9eView commit details
Commits on Nov 22, 2021
-
Merge pull request neo4j#316 from neo4j/page-cache-mem-type-change
Change pagecache size debug log output assertion due to type change
Configuration menu - View commit details
-
Copy full SHA for 34cd62c - Browse repository at this point
Copy the full SHA 34cd62cView commit details
Commits on Dec 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7b86c36 - Browse repository at this point
Copy the full SHA 7b86c36View commit details
Commits on Dec 2, 2021
-
Merge pull request neo4j#319 from MishaDemianenko/5.0-podman-howto
Add podman how to for systems that lack docker support
Configuration menu - View commit details
-
Copy full SHA for 530a6ab - Browse repository at this point
Copy the full SHA 530a6abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c75539 - Browse repository at this point
Copy the full SHA 5c75539View commit details -
Configuration menu - View commit details
-
Copy full SHA for e68c297 - Browse repository at this point
Copy the full SHA e68c297View commit details
Commits on Dec 3, 2021
-
Temporary disable upgrade tests since upgrade is under update for 5.0…
… and not working atm
Configuration menu - View commit details
-
Copy full SHA for 85a9baa - Browse repository at this point
Copy the full SHA 85a9baaView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for d2ad9f2 - Browse repository at this point
Copy the full SHA d2ad9f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b93f75 - Browse repository at this point
Copy the full SHA 9b93f75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a8c4dc - Browse repository at this point
Copy the full SHA 8a8c4dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e86b73 - Browse repository at this point
Copy the full SHA 9e86b73View commit details -
Merge branch 'fix-arm-dockerfiles' of github.com:neo4j/docker-neo4j i…
…nto fix-arm-dockerfiles
Configuration menu - View commit details
-
Copy full SHA for d71738a - Browse repository at this point
Copy the full SHA d71738aView commit details
Commits on Dec 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ed5e620 - Browse repository at this point
Copy the full SHA ed5e620View commit details
Commits on Dec 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d711d2d - Browse repository at this point
Copy the full SHA d711d2dView commit details
Commits on Dec 16, 2021
-
Revert "install tini through apt rather htan direct from github"
This reverts commit d711d2d.
Configuration menu - View commit details
-
Copy full SHA for cb52cf8 - Browse repository at this point
Copy the full SHA cb52cf8View commit details
Commits on Jan 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9e12322 - Browse repository at this point
Copy the full SHA 9e12322View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9fc888 - Browse repository at this point
Copy the full SHA b9fc888View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13605d5 - Browse repository at this point
Copy the full SHA 13605d5View commit details
Commits on Jan 10, 2022
-
Revert "Revert "install tini through apt rather htan direct from gith…
…ub"" This reverts commit cb52cf8.
Configuration menu - View commit details
-
Copy full SHA for 6afa0af - Browse repository at this point
Copy the full SHA 6afa0afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fb7597 - Browse repository at this point
Copy the full SHA 1fb7597View commit details
Commits on Jan 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b058ada - Browse repository at this point
Copy the full SHA b058adaView commit details
Commits on Jan 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3a2061e - Browse repository at this point
Copy the full SHA 3a2061eView commit details
Commits on Jan 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 51cc80d - Browse repository at this point
Copy the full SHA 51cc80dView commit details
Commits on Jan 21, 2022
-
Merge pull request neo4j#329 from neo4j/better-tini
install tini through apt rather than direct from github packages
Configuration menu - View commit details
-
Copy full SHA for 1272e67 - Browse repository at this point
Copy the full SHA 1272e67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e9bb21 - Browse repository at this point
Copy the full SHA 5e9bb21View commit details -
semver feature is working in 4.4
current status is broken for other neo4j versions
Configuration menu - View commit details
-
Copy full SHA for 8489c00 - Browse repository at this point
Copy the full SHA 8489c00View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffe2799 - Browse repository at this point
Copy the full SHA ffe2799View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd340c9 - Browse repository at this point
Copy the full SHA cd340c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for abcd3b1 - Browse repository at this point
Copy the full SHA abcd3b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62a7bcc - Browse repository at this point
Copy the full SHA 62a7bccView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9de29a - Browse repository at this point
Copy the full SHA c9de29aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24241ad - Browse repository at this point
Copy the full SHA 24241adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5af9d5d - Browse repository at this point
Copy the full SHA 5af9d5dView commit details
Commits on Jan 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c046055 - Browse repository at this point
Copy the full SHA c046055View commit details -
Configuration menu - View commit details
-
Copy full SHA for 550cb7d - Browse repository at this point
Copy the full SHA 550cb7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95963b7 - Browse repository at this point
Copy the full SHA 95963b7View commit details
Commits on Jan 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 078e445 - Browse repository at this point
Copy the full SHA 078e445View commit details
Commits on Jan 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5bc5417 - Browse repository at this point
Copy the full SHA 5bc5417View commit details
Commits on Feb 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 87c890c - Browse repository at this point
Copy the full SHA 87c890cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8ba7b9 - Browse repository at this point
Copy the full SHA d8ba7b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e114e20 - Browse repository at this point
Copy the full SHA e114e20View commit details
Commits on Feb 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 82300af - Browse repository at this point
Copy the full SHA 82300afView commit details
Commits on Mar 4, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 0c14079 - Browse repository at this point
Copy the full SHA 0c14079View commit details -
made /docker-entrypoint.sh link to newer /startup/docker-entrypoint.s…
…h so downstream dependents don't break
Configuration menu - View commit details
-
Copy full SHA for 5a653be - Browse repository at this point
Copy the full SHA 5a653beView commit details -
Configuration menu - View commit details
-
Copy full SHA for efe2631 - Browse repository at this point
Copy the full SHA efe2631View commit details
Commits on Mar 22, 2022
-
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.
Configuration menu - View commit details
-
Copy full SHA for cc37970 - Browse repository at this point
Copy the full SHA cc37970View commit details
Commits on Mar 23, 2022
-
Merge pull request neo4j#340 from neo4j/new-gds-distribution-url
Change to URLs for the GDS distribution
Configuration menu - View commit details
-
Copy full SHA for 6467f76 - Browse repository at this point
Copy the full SHA 6467f76View commit details
Commits on Mar 30, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 4284187 - Browse repository at this point
Copy the full SHA 4284187View commit details