Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
neoppod
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Carlos Ramos Carreño
neoppod
Graph
0fa3183fbe7692fc6a72a4fd0c7e8ad7cbe660a9
Switch branch/tag
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
22
May
21
20
19
18
15
14
13
12
11
7
6
5
30
Apr
29
28
27
24
23
22
21
20
17
16
15
14
10
2
1
31
Mar
27
26
25
24
23
19
18
12
6
4
3
2
16
Feb
13
12
Jan
4
Nov
31
Oct
29
28
14
18
Aug
24
Feb
20
19
16
15
14
12
9
8
7
6
5
3
2
1
31
Jan
30
29
26
24
23
22
19
18
17
16
15
10
5
26
Dec
22
19
18
8
7
6
5
1
29
Nov
28
24
22
21
14
5
3
2
1
29
Oct
7
Aug
13
Jul
11
9
8
5
Unify packets checking in master and storage.
Master and storage tests now inherit from neo.tests.base.NeoTestBase.
As suggested in previous commit, add base class for NEO related tests.
Improve storage bootstrap handler tests by introducing checkAskPacket(). It
Fix tests where _addPacket calls where check to zero time with calls to
Fix tests with _addPacket instead of addPacket.
Fix test method checkNoPacketSent to follow migration from addPacket to
Remove checkCalledAbort method from tests since it's no more used because abort
Replace a forgotten protocolError call by a raise of ProtocolError exception.
Fix misspelled BrokenNodeDisallowedError name.
Use differents databases between storage tests and ZODB to run them
Handle ECONNRESET from socket level.
All-in-one commit :
Last commit of exception-based error handling serie. Raise ProtocolError
As for previous commits, raise notReadyError exception. All error send answer
Raise an exception when a broken node send packet through a connection. Fix
Use decorators and UnexpectedPacketError exception instead of calls
In master handlers, replace calls to handleUnexpectedPacket() with raise of
Add decorators that implements common patterns used in handlers methods.
First part of replacement of handleUnexpectedPacket calls with raises of
Fix tests affected by commit #500.
Move packet decoding method at module level instead of Packet class as it was
Remove packet argument from PacketMalformedError exception to move decode methods
Add PacketMalformedError exception that inherit from ProtocolError to replace
Remove an unexpected and forgotten 'expectMessage'
Factorize duplicate code that send informations about all nodes.
Factorize duplicate code that send the whole partition table.
Remove all except statements that catch all exceptions in protocol.py, Catch
Fix tests affected by previous commit.
Remove except statements that catch all exceptions in connection.py and
Fix tests that fails since bug fix #490 (send renamed as notify)
Fix wrong method name.
Fix bug introduced in replicator with commit #483.
Factorize request/answer couples in client application by introducing
add missing import
fix typo in comment
Enable SQL queries logging previously disabled by error.
Update all tests according to previous commit.
When building a protocol packet, the ID is now added by the connection
Update tests affected with changes introduced with previous commit.