Commit Graph

78 Commits

Author SHA1 Message Date
Elara f8af758814 Add unsafe options to config
ci/woodpecker/push/woodpecker Pipeline was successful Details
2023-05-04 17:56:46 -07:00
Elara 1fae9dbb2a Don't quit if fetch operation returns already up-to-date
ci/woodpecker/push/woodpecker Pipeline was successful Details
2023-05-04 12:05:22 -07:00
Elara e3838621a9 Fetch all references when cloning git source
ci/woodpecker/push/woodpecker Pipeline was successful Details
2023-05-04 11:44:34 -07:00
Elara d03f39f030 Change default repo to use new username 2023-04-26 22:15:50 -07:00
Elara eb976be96e Update domain 2023-04-20 20:01:05 -07:00
Elara 0417a06b36 Fall back to English if system locale is 'C' 2023-02-27 13:30:20 -08:00
Elara 0fe10af2c9 Add interactive flag to turn off prompts 2023-02-23 16:38:08 -08:00
Elara 448dbd74ee Fix panic when performing incremental database updates 2023-02-01 11:55:22 -08:00
Elara 2205d0ae83 Add missing GPL headers and change year to 2023 2023-01-30 23:12:29 -08:00
Elara e76fe9b715 Check ~archive parameter for file downloader 2023-01-29 18:07:37 -08:00
Elara 60a14eb622 Check ~name parameter for file downloader 2023-01-29 17:56:11 -08:00
Elara afe22bcbb5 Check ~name parameter for git downloader 2023-01-29 17:36:35 -08:00
Elara 0594777974 Add comments to Downloader and UpdatingDownloader interfaces 2023-01-29 14:19:20 -08:00
Elara 6ab82b121b Fix typo in comment 2023-01-29 13:43:39 -08:00
Elara c2abed95f2 Normalize URL for caching 2023-01-29 13:42:23 -08:00
Elara a73cd33654 Add comments for internal/{dl,dlcache} 2023-01-29 00:54:59 -08:00
Elara 12d8fa9d91 Remove old download package 2023-01-29 00:07:10 -08:00
Elara 4705cde60d Run go fmt 2023-01-28 21:08:35 -08:00
Elara 64eb34bbce Handle broken cache manifest 2023-01-28 21:05:20 -08:00
Elara 4f274b7add Switch to new download system 2023-01-28 20:53:06 -08:00
Elara 58c2b3956e Add unarchiving to file downloader 2023-01-28 20:33:36 -08:00
Elara 9a2e7a6f12 Add git downloader 2023-01-28 20:32:47 -08:00
Elara 5a578de3d3 Add initial caching download system 2023-01-28 15:17:22 -08:00
Elara 6e5bb389ad Add download caching system 2023-01-25 17:23:43 -08:00
Elara 057b72b4f6 Add translation system for LURE CLI 2023-01-12 19:41:52 -08:00
Elara 909b020089 Fix database presence check 2023-01-11 18:31:57 -08:00
Elara 2c1e11648e Warn user if DB does not have version 2023-01-11 18:31:08 -08:00
Elara 7e96a8666e Add language overrides to database 2023-01-11 15:26:12 -08:00
Elara 13ef66c415 Move database open code into internal/db 2023-01-11 14:14:31 -08:00
Elara ac5db18366 Add languages to overrides 2023-01-11 13:37:52 -08:00
Elara d770581cb6 Return error if db.JSON decode hook gets an invalid type 2023-01-01 19:28:16 -08:00
Elara 846a6f6f51 Move CLI helper functions into internal/cliutils 2022-12-29 12:25:37 -08:00
Elara 9199e0cf0b Skip packages with empty name 2022-12-29 12:01:54 -08:00
Elara 26945ca68b Display only info for current distro in lure info 2022-12-28 19:04:38 -08:00
Elara 0b4cfd8827 Split overrides into separate package with tests 2022-12-28 18:39:31 -08:00
Elara 2e1e26e188 Add tests for internal/shutils package 2022-12-27 12:13:22 -08:00
Elara 72197e4015 Add tests for internal/repos package 2022-12-27 11:23:34 -08:00
Elara 45e45771f9 Move json_array_contains sql function registration to internal/db 2022-12-27 11:14:04 -08:00
Elara 6e3273145f Add tests for internal/db package 2022-12-27 11:11:19 -08:00
Elara 70e68fbf9a Actually eliminate duplicate results this time 2022-12-24 13:58:05 -08:00
Elara 83ee385808 Eliminate duplicate results 2022-12-24 13:04:34 -08:00
Elara aa8468be09 Switch to SQLite DB 2022-12-24 12:56:02 -08:00
Elara 842c88701f Add ignorePkgUpdates field to config 2022-12-18 17:46:40 -08:00
Elara 718f7e115f Add GetBuildScript API endpoint 2022-12-18 13:52:57 -08:00
Elara 50fd9becef Move generated api to internal, rename lure-api to lure-api-server 2022-12-18 13:41:52 -08:00
Elara 1cd53bbc54 Remove comments from DB and API 2022-12-18 00:15:14 -08:00
Elara c4ad6187b1 Add GetPkg endpoint to API 2022-12-17 23:10:34 -08:00
Elara 49497c6534 Add twirp RPC backend API for lure-web 2022-12-17 21:01:50 -08:00
Elara dacc0365f0 Fix SQL for deleting packages 2022-12-04 14:52:46 -08:00
Elara 513f873496 Clear screen when starting pager 2022-12-03 18:22:58 -08:00