|
3b7f71f533
|
upgrading to upstream v1.27.1-rc1
|
2024-06-21 18:48:22 +00:00 |
|
Łukasz Magiera
|
c2dd67403b
|
feat: curioweb: Improve task_history indexes (#11911)
|
2024-04-30 20:43:56 +02:00 |
|
Łukasz Magiera
|
1b6bffd339
|
fix: curio: Update pgx imports, fix db_storage alloc
|
2024-04-30 20:43:56 +02:00 |
|
Łukasz Magiera
|
7c292905a8
|
curio: Make sector index GC work
|
2024-04-19 16:13:09 +02:00 |
|
Andrew Jackson (Ajax)
|
b9c06b64d7
|
1
|
2024-04-18 12:27:37 +02:00 |
|
Łukasz Magiera
|
c785e59371
|
feat: curio: storage index gc task (#11884)
* curio storage path gc: lay out the structure
* curio gc: Implement storage metadata gc
* move bored singleton task impl to harmonytask
* curio: run storage gc task on storage node
* make gen
|
2024-04-16 16:34:48 -05:00 |
|
Andrew Jackson (Ajax)
|
fd7f1a95e2
|
feat: curio: web based config edit (#11822)
* cfg edit 1
* jsonschema deps
* feat: lp mig - first few steps
* lp mig: default tasks
* code comments
* docs
* lp-mig-progress
* shared
* comments and todos
* fix: curio: rename lotus-provider to curio (#11645)
* rename provider to curio
* install gotext
* fix lint errors, mod tidy
* fix typo
* fix API_INFO and add gotext to circleCI
* add back gotext
* add gotext after remerge
* lp: channels doc
* finish easy-migration TODOs
* out generate
* merging and more renames
* avoid make-all
* minor doc stuff
* cu: make gen
* make gen fix
* make gen
* tryfix
* go mod tidy
* minor ez migration fixes
* ez setup - ui cleanups
* better error message
* guided setup colors
* better path to saveconfigtolayer
* loadconfigwithupgrades fix
* readMiner oops
* guided - homedir
* err if miner is running
* prompt error should exit
* process already running, miner_id sectors in migration
* dont prompt for language a second time
* check miner stopped
* unlock repo
* render and sql oops
* curio easyMig - some fixes
* easyMigration runs successfully
* lint
* part 2 of last
* message
* merge addtl
* fixing guided setup for myself
* warn-on-no-post
* EditorLoads
* cleanups and styles
* create info
* fix tests
* make gen
* change layout, add help button
* Duration custom json
* mjs naming
---------
Co-authored-by: LexLuthr <88259624+LexLuthr@users.noreply.github.com>
Co-authored-by: LexLuthr <lexluthr@protocol.ai>
Co-authored-by: LexLuthr <lexluthr@curiostorage.org>
|
2024-04-16 09:30:27 -05:00 |
|
Andrew Jackson (Ajax)
|
ccf81ecee5
|
lint
|
2024-04-16 12:16:33 +02:00 |
|
Andrew Jackson (Ajax)
|
da92001c71
|
feat/boredom
|
2024-04-16 12:16:33 +02:00 |
|
LexLuthr
|
3ebb92a976
|
fix: curio: fix incorrect null check for varchar column (#11881)
* err check empty string
* log skipped tasks
|
2024-04-15 19:27:31 -05:00 |
|
Łukasz Magiera
|
485050ee7c
|
fix: harmony: Try other tasks when storage claim fails
|
2024-04-05 13:00:50 +02:00 |
|
LexLuthr
|
243bf1a0b3
|
refactor MinerFilter func, update comments
|
2024-04-04 18:06:19 +02:00 |
|
LexLuthr
|
2951d038a8
|
add miner fliter
|
2024-04-04 18:06:19 +02:00 |
|
Łukasz Magiera
|
23a3c74720
|
feat: curio: Add schemas for DDO deal support (#11805)
|
2024-04-02 11:16:59 -05:00 |
|
LexLuthr
|
8062f200bd
|
fix: curio: refactor curio graceful shutdown (#11794)
* refactor curio shutdown
* apply suggestions, remove provider cli
|
2024-03-30 11:40:32 -05:00 |
|
Łukasz Magiera
|
099fc04d0a
|
curio web: node info page (#11745)
* curio web: node info page
* curioweb: add missing files
* curio web: Better hapi route prefixes
|
2024-03-25 10:35:54 -05:00 |
|
Łukasz Magiera
|
ea19e1df6b
|
chore: revert accidental direct commits to master
|
2024-03-21 13:51:35 +01:00 |
|
Andrew Jackson (Ajax)
|
99158dfd87
|
Merge branch 'master' of https://github.com/filecoin-project/lotus
|
2024-03-20 18:11:08 -05:00 |
|
Andrew Jackson (Ajax)
|
32efba72cf
|
harmonydb safety
|
2024-03-20 18:11:05 -05:00 |
|
Łukasz Magiera
|
51b59e3b81
|
curio web: fix capitalization in 20240317-web-summary-index.sql
|
2024-03-19 09:30:25 +01:00 |
|
Łukasz Magiera
|
49712a6e88
|
curio web: Show SP wins in actor summary
|
2024-03-19 09:30:25 +01:00 |
|
Łukasz Magiera
|
25711c5ce4
|
curio web: Task summaries in Cluster machines category
|
2024-03-19 09:30:25 +01:00 |
|
Łukasz Magiera
|
3c2be70d59
|
Merge remote-tracking branch 'origin/master' into feat/lpdeal-cache
|
2024-03-17 17:31:26 +01:00 |
|
Andrew Jackson (Ajax)
|
81ba6ab6f0
|
feat: Curio - Easy Migration (#11617)
* feat: lp mig - first few steps
* lp mig: default tasks
* code comments
* docs
* lp-mig-progress
* shared
* comments and todos
* fix: curio: rename lotus-provider to curio (#11645)
* rename provider to curio
* install gotext
* fix lint errors, mod tidy
* fix typo
* fix API_INFO and add gotext to circleCI
* add back gotext
* add gotext after remerge
* lp: channels doc
* finish easy-migration TODOs
* out generate
* merging and more renames
* avoid make-all
* minor doc stuff
* cu: make gen
* make gen fix
* make gen
* tryfix
* go mod tidy
* minor ez migration fixes
* ez setup - ui cleanups
* better error message
* guided setup colors
* better path to saveconfigtolayer
* loadconfigwithupgrades fix
* readMiner oops
* guided - homedir
* err if miner is running
* prompt error should exit
* process already running, miner_id sectors in migration
* dont prompt for language a second time
* check miner stopped
* unlock repo
* render and sql oops
* curio easyMig - some fixes
* easyMigration runs successfully
* lint
* review fixes
* fix backup path
* fixes1
* fixes2
* fixes 3
---------
Co-authored-by: LexLuthr <88259624+LexLuthr@users.noreply.github.com>
Co-authored-by: LexLuthr <lexluthr@protocol.ai>
|
2024-03-15 16:38:13 -05:00 |
|
Łukasz Magiera
|
5dfec4ab36
|
lppiece: Fix piece cleanup task
|
2024-03-14 21:30:38 +01:00 |
|
Łukasz Magiera
|
ad37cf5ead
|
harmony: Dev env var to override gpu count
|
2024-03-14 14:37:27 +01:00 |
|
Łukasz Magiera
|
465ec58a7c
|
lpdeal: Fix adapter deadlock with duplicate pieces
|
2024-03-14 13:03:14 +01:00 |
|
Łukasz Magiera
|
27317a9489
|
fix 20240228-piece-park.sql
|
2024-03-14 12:24:00 +01:00 |
|
Łukasz Magiera
|
e93a3e0d4a
|
lppiece: GC task
|
2024-03-14 09:36:51 +01:00 |
|
Łukasz Magiera
|
1bb228898e
|
Integrate PiecePark into boost-proxy
|
2024-03-14 09:36:51 +01:00 |
|
Łukasz Magiera
|
0800e6e5a7
|
make gen
|
2024-03-14 09:36:47 +01:00 |
|
Łukasz Magiera
|
e060cd2f37
|
lppiece: Implement Piece Park
|
2024-03-14 09:36:03 +01:00 |
|
Andrew Jackson (Ajax)
|
d3ca54d617
|
harmony storage (#11647)
* harmony storage
* clean-up in lotus-provider
* lints
* Do() api change
* rm Do() chg and storagemgr
* harmony: Address storage iface review
---------
Co-authored-by: Łukasz Magiera <magik6k@gmail.com>
|
2024-02-27 10:47:58 -08:00 |
|
Łukasz Magiera
|
4ae73f059c
|
provider: Fix sql query capitalization
|
2024-02-21 14:19:48 +01:00 |
|
Łukasz Magiera
|
94a31c6db6
|
harmony: BeginTransaction Retry Serialization option
|
2024-02-20 13:14:58 +01:00 |
|
Łukasz Magiera
|
bcc1d09c84
|
harmony: use where when updating machine timestamp
|
2024-02-17 23:12:11 +01:00 |
|
Łukasz Magiera
|
4f8d6add1d
|
lpseal: Make tasks return to poller when out of retries
|
2024-02-16 21:22:15 +01:00 |
|
Łukasz Magiera
|
d820e76beb
|
lpseal: MoveStorage
|
2024-02-16 21:21:38 +01:00 |
|
Łukasz Magiera
|
4649d3b8d0
|
lpseal: Finalize
|
2024-02-16 21:21:38 +01:00 |
|
Łukasz Magiera
|
12db86c0aa
|
lpseal: Seal sectors with data
|
2024-02-16 21:21:38 +01:00 |
|
Łukasz Magiera
|
0337d0198f
|
lpseal: Basic deal-accepting logic
|
2024-02-16 21:21:36 +01:00 |
|
Łukasz Magiera
|
b84e8d0fe9
|
harmony: Fix tx error wrap/retry in AddTask
|
2024-02-16 21:21:25 +01:00 |
|
Łukasz Magiera
|
e06cfa2d0a
|
harmony: Don't leak tickers, faster multiple bulk scheduling
|
2024-02-16 21:21:25 +01:00 |
|
Łukasz Magiera
|
0bd4d7dd8b
|
lpweb: Pipeline view
|
2024-02-16 21:21:25 +01:00 |
|
Łukasz Magiera
|
afc124ab2a
|
harmony: utc times in task_history queries
|
2024-02-16 21:21:25 +01:00 |
|
Łukasz Magiera
|
4c2235a686
|
make gen, mod tidy
|
2024-02-16 21:21:25 +01:00 |
|
Łukasz Magiera
|
f2e1b5a35c
|
lpseal: Poller for PoRep
|
2024-02-16 21:21:25 +01:00 |
|
Łukasz Magiera
|
0244c7df50
|
lpseal: Wire up SubmitPrecommit
|
2024-02-16 21:21:21 +01:00 |
|
Łukasz Magiera
|
2f45646a92
|
lpseal: write precommit message to message_waits
|
2024-02-16 21:20:14 +01:00 |
|
Łukasz Magiera
|
e743db5fee
|
lpmessage: Scaffold waiter
|
2024-02-16 21:20:13 +01:00 |
|