This project is mirrored from https://gitee.com/mirrors/neo4jsource.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 17 Dec, 2014 18 commits
-
-
Oskar Hane authored
- Add button in drawer to open grass viewer. - Fix backward compability for {id} and {type}.
-
Johan Svensson authored
Fixes a race allowing transactions to be rotate away before applied
-
Mattias Persson authored
The problem was that there was a window after appending the transaction to the log and before marking that transaction as committed where a log rotation could come in and rotate the log. The rotator would not wait for the transaction(s) that had just been appended, and potentially also forced since it hadn't even been marked as committed yet. So a crash right after or at least before the changes of such transactions would have been applied and fully forced to the store would be lost since the transaction describing those changes would not be recovered.
-
Jacob Hansson authored
Request direct url to skip redirect in wedadmin.
-
Alistair Jones authored
Update MSIE version check.
-
Alistair Jones authored
Polish inspector attributes overflow and indicator.
-
Alistair Jones authored
Fix collision on item properties and node-id / rel type in GraSS.
-
rickardoberg authored
-
rickardoberg authored
-
rickardoberg authored
Ignore that we don't know about the previous transaction, because the case here is that we just restored a backup that doesn't have the log, and that's fine.
-
Mattias Persson authored
-
Davide Grohmann authored
Disallows same character used for multipl purposes in CSV input
-
Davide Grohmann authored
Rewrites filtering around join operators
-
Andres Taylor authored
-
Davide Grohmann authored
Conflicts: community/cypher/cypher-compiler-2.1/src/main/scala/org/neo4j/cypher/internal/compiler/v2_1/parser/CypherParser.scala community/cypher/cypher/src/test/scala/org/neo4j/cypher/ErrorMessagesTest.scala
-
Davide Grohmann authored
Conflicts: community/cypher/cypher-compiler-2.1/src/main/scala/org/neo4j/cypher/internal/compiler/v2_1/parser/CypherParser.scala
-
Andres Taylor authored
Add selections to plans from the exhaustive planner
-
Andres Taylor authored
More user friendly error message when trying to execute multiple statements
-
- 16 Dec, 2014 18 commits
-
-
Davide Grohmann authored
-
Chris Vest authored
Produce fewer exceptions
-
Mattias Persson authored
Also moves instantiation of executors into Step#start() called immediately before execution, to prevent keeping live threads in not-yet-executed stages.
-
Konstantin Lutovich authored
Merge 2.1 to 2.2
-
Andres Taylor authored
-
Mattias Persson authored
-
Pontus Melke authored
Show label names in plan descriptions
-
lutovich authored
Conflicts: community/kernel/src/main/java/org/neo4j/kernel/api/exceptions/schema/SchemaKernelException.java
-
Chris Vest authored
This fixes two hot exception producers that popped up during performance testing. This might slightly improve performance, but there's another benefit in that it removes two very noisy spots from the code, so we can get more interesting signal about rarer exceptions. The CollectUserAgentFilter is only a problem during performance testing, where the load generators don't provide a User-Agent header. Probably not an issue in production. The ResultIterator was implemented in a way that required non-local control flow through lambdas. This is implemented in Scala with trace-less exceptions. Changing the logic around to no longer do an early return removes the need for this control-flow-by-exception.
-
Konstantin Lutovich authored
Merge 2.0 to 2.1
-
Tobias Lindaaker authored
-
lutovich authored
Conflicts: community/kernel/src/main/java/org/neo4j/unsafe/batchinsert/BatchInserterImpl.java community/kernel/src/test/java/org/neo4j/unsafe/batchinsert/TestBatchInsert.java
-
Konstantin Lutovich authored
Add troubleshooting tip for WebLogic.
-
Andres Taylor authored
-
Mattias Persson authored
-
Andres Taylor authored
Improved plan description
-
Andres Taylor authored
Still work in progress - not used by default yet.
-
Andres Taylor authored
Removed the overhead of CandidateList
-
- 15 Dec, 2014 4 commits
-
-
Tobias Lindaaker authored
-
Mattias Persson authored
Store migrator sets base tx checksum if migrating empty store
-
Tobias Lindaaker authored
The ComponentVersion class for the import-tool was shadowing the one for kernel.
-
Mattias Persson authored
since there's this convention that txId=BASE_TX_ID has checksum BASE_TX_CHECKSUM. This logic exists in some places and StoreMigrator now follows that convention as well to avoid checksum mismatches.
-