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
2ed8fb0b690ad39fd8fa7257c5a0913744a379ae
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
14
Aug
12
10
9
8
1
31
Jul
26
24
23
20
19
17
16
13
11
6
5
19
Jun
23
Apr
17
26
Mar
22
21
20
19
16
15
14
13
12
1
29
Feb
28
24
23
22
21
20
16
15
14
13
10
7
6
31
Jan
26
25
23
20
19
18
17
16
13
10
9
6
5
3
2
20
Dec
9
Nov
27
Oct
26
25
17
13
11
6
3
30
Sep
29
24
16
15
14
13
12
10
9
8
7
6
5
3
1
31
Aug
30
25
24
Jun
23
22
21
16
15
14
10
9
31
May
30
27
24
23
20
2
29
Apr
28
27
21
20
13
12
7
31
Mar
24
23
22
21
17
14
2
1
28
Feb
25
21
8
25
Jan
24
21
20
19
18
17
11
10
6
5
29
Dec
28
24
23
22
16
15
14
13
10
9
Add threaded test decorator to help writing backup tests
neosimple: new --bind_ip option
master: check backup master behaves properly when upstream master is unreachable
Start renaming UUID into NID, because node IDs are not 128 bits length anymore
storage: fix severe performance issue by committing backend only at key moments
Make unit tests honor NEO_TESTS_ADAPTER instead of always testing MySQL
Backup bugfixes
Global connection filtering in threaded tests, and fix id of delayed packets
master: remove useless 'selector' argument of broadcastPartitionChanges
TODO: review naming of some Connection methods
Prevent removing nodes that contain the only readable cells
Do not change partition table when adding node and reimplement pt.tweak()
Add test reproducing a bug in PartitionTable.addNode()
tests: fix bugs in MasterPartitionTableTests
master: simplify pt.addNode() a little
Guess last oid from 'obj' tables instead of saving if in 'config'
Fix a log when no node is known
neoctl: fix commands expecting an UUID
storage: retry instead of raise if the DB is locked by another process
neoctl: improve output of 'print node'
fixup! client: fix cache invalidation during a load from a storage for the same oid
Clean up TODO
client: enable patch to avoid useless ping to master at end of transactions
client: really process all invalidations in poll thread
tests: transaction.begin() does abort, not the contrary
client: fix cache corruption when appending a noncurrent value
logger: retry instead of raise if the log is locked by another process
neolog: do not create empty DB if log does not exist
client: simplify previous commit since all loads are serialized
client: fix cache invalidation during a load from a storage for the same oid
client: no need to create a NEOStorage instance for each ZODB connection
client: always process invalidations in poll thread
More tests for processing of invalidations including one showing a critical bug
client: small optimizations
Fix 'cannot VACUUM from within a transaction' error in threaded tests
Do not let neo.scripts.simple do more than starting processes
neolog: new --from option to show more recent records
storage: fix save or reset of 'backup_tid' config value
Fix race condition preventing switching cluster in backup mode
In PAddress, server=None already means 'no server'