Skip to content

Commit

Permalink
internal: split api.lua to logical blocks
Browse files Browse the repository at this point in the history
The patch splits a large file `api.lua` with a Cartridge
role for a few smaller files based on their functionality.
It will help to create a Tarantool 3.0 role from that blocks
instead of copy-paste.

Part of #68
  • Loading branch information
oleg-jukovec committed Apr 3, 2024
1 parent 9cf8eae commit 9f2ceed
Show file tree
Hide file tree
Showing 7 changed files with 632 additions and 544 deletions.
4 changes: 4 additions & 0 deletions sharded-queue-scm-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ build = {
['sharded_queue.stash'] = 'sharded_queue/stash.lua',
['sharded_queue.state'] = 'sharded_queue/state.lua',
['sharded_queue.stats.storage'] = 'sharded_queue/stats/storage.lua',
['sharded_queue.router.config'] = 'sharded_queue/router/config.lua',
['sharded_queue.router.metrics'] = 'sharded_queue/router/metrics.lua',
['sharded_queue.router.queue'] = 'sharded_queue/router/queue.lua',
['sharded_queue.router.tube'] = 'sharded_queue/router/tube.lua',
['sharded_queue.storage.config'] = 'sharded_queue/storage/config.lua',
['sharded_queue.storage.drivers'] = 'sharded_queue/storage/drivers.lua',
['sharded_queue.storage.methods'] = 'sharded_queue/storage/methods.lua',
Expand Down
Loading

0 comments on commit 9f2ceed

Please sign in to comment.