Commit Graph

36 Commits

Author SHA1 Message Date
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
Elara 538b125190 Allow parsing additional scripts via source when pulling repos 2022-12-03 13:09:42 -08:00
Elara 1a36a6d530 Do two parsing passes when building a package, and prompt user to view script after the first 2022-12-03 11:52:09 -08:00
Elara d6b5696a2c Add build script viewer and prompt users asking if they want to read the script 2022-12-02 22:10:03 -08:00
Elara e8bd5e94cc Make sure scripts are valid when updating DB 2022-12-01 11:08:20 -08:00
Elara bc4dec246c Remove unused internal/db.GetPkg() function 2022-11-30 22:54:03 -08:00
Elara fc3782c7aa Fix spacing in database schema 2022-11-30 22:52:21 -08:00
Elara 053fbf0bc2 Handle the possibility of the DB not existing on startup 2022-11-30 22:38:22 -08:00
Elara 5ac5c612af Use strict database table schema 2022-11-30 22:22:37 -08:00
Elara 7266b716d1 Add doc comments 2022-11-30 22:15:34 -08:00
Elara 89ead2706d Create function for getting canonical CPU architecture 2022-11-30 22:02:36 -08:00
Elara 36e3b6a214 Make actions in internal/repos unexported 2022-11-30 21:47:07 -08:00
Elara 20ffb5839f Use correct verb when prompting user to choose packages 2022-11-30 19:33:40 -08:00
Elara cf32dd19f0 Remove packages from DB when removing repository 2022-11-30 19:14:07 -08:00
Elara dd1511b493 Switch all LURE operations to use new DB 2022-11-30 19:10:17 -08:00
Elara fa52173bcc Add FindPkgs to repos package 2022-11-30 18:26:25 -08:00
Elara 9cad02fd7c Build and update database when repo pulled 2022-11-30 14:34:52 -08:00
Elara 5f2b5a025f Begin moving repository operations into separate package 2022-11-30 11:45:13 -08:00
Elara ed4dfb242e Move configuration into separate package 2022-11-30 11:14:21 -08:00
Elara 401e8531ab Add initial helper functions (#39) 2022-11-20 20:52:38 -08:00
Elara 41c77de379 Add GPLv3 headers to all files 2022-11-05 16:11:01 -07:00
Elara e1e57fbb0c Pass options to subshell when executing a ScriptFunc 2022-10-02 19:59:10 -07:00
Elara 61bcacba51 Add option to disable like distros in decoder 2022-10-01 20:53:26 -07:00
Elara 54261ea4fd Factor in ID_LIKE variable and ARM variants when checking for overrides 2022-09-30 20:07:44 -07:00
Elara ec8474f981 Return EOF if Nop ReadWriteCloser is used 2022-09-30 16:25:40 -07:00
Elara 303cf27b77 Remove error when nop exec handler is executed 2022-09-30 16:22:27 -07:00
Elara 98fb613843 Remove unneeded WriteFunc() function 2022-09-26 14:07:13 -07:00
Elara 9eff6c61ff Add GPL headers 2022-09-26 12:28:21 -07:00
Elara d6ca57087f Initial Commit 2022-09-25 14:00:15 -07:00