Commit Graph

237 Commits

Author SHA1 Message Date
0594777974 Add comments to Downloader and UpdatingDownloader interfaces 2023-01-29 14:19:20 -08:00
6ab82b121b Fix typo in comment 2023-01-29 13:43:39 -08:00
c2abed95f2 Normalize URL for caching 2023-01-29 13:42:23 -08:00
42c604a41e Check provides field when filtering build dependencies 2023-01-29 01:32:55 -08:00
a73cd33654 Add comments for internal/{dl,dlcache} 2023-01-29 00:54:59 -08:00
12d8fa9d91 Remove old download package 2023-01-29 00:07:10 -08:00
45340e7c0c Add translations for new download system 2023-01-28 21:24:53 -08:00
4705cde60d Run go fmt 2023-01-28 21:08:35 -08:00
64eb34bbce Handle broken cache manifest 2023-01-28 21:05:20 -08:00
4f274b7add Switch to new download system 2023-01-28 20:53:06 -08:00
58c2b3956e Add unarchiving to file downloader 2023-01-28 20:33:36 -08:00
9a2e7a6f12 Add git downloader 2023-01-28 20:32:47 -08:00
5a578de3d3 Add initial caching download system 2023-01-28 15:17:22 -08:00
49893baa27 Update AUR badge 2023-01-27 22:11:09 +00:00
6e5bb389ad Add download caching system 2023-01-25 17:23:43 -08:00
7be3036181 Do not use root for listing installed packages 2023-01-25 16:47:22 -08:00
53f332aeed Add warning for already-installed packages 2023-01-25 16:43:25 -08:00
057b72b4f6 Add translation system for LURE CLI 2023-01-12 19:41:52 -08:00
909b020089 Fix database presence check 2023-01-11 18:31:57 -08:00
2c1e11648e Warn user if DB does not have version 2023-01-11 18:31:08 -08:00
5c4e5cefa0 Add localization to API server 2023-01-11 18:07:49 -08:00
7e96a8666e Add language overrides to database 2023-01-11 15:26:12 -08:00
13ef66c415 Move database open code into internal/db 2023-01-11 14:14:31 -08:00
ac5db18366 Add languages to overrides 2023-01-11 13:37:52 -08:00
787d652eb2 Fix lure target dependencies in Makefile 2023-01-11 13:03:40 -08:00
ee25d1a4b2 Only generate for internal/config in version.txt target 2023-01-01 20:40:05 -08:00
0ea82c9915 Install to in AUR package 2023-01-01 20:30:53 -08:00
bd2560616e Add completion files to archive 2023-01-01 20:23:23 -08:00
d770581cb6 Return error if db.JSON decode hook gets an invalid type 2023-01-01 19:28:16 -08:00
de23b9c778 Add installmisc target for non-binary files 2023-01-01 19:17:06 -08:00
846a6f6f51 Move CLI helper functions into internal/cliutils 2022-12-29 12:25:37 -08:00
9199e0cf0b Skip packages with empty name 2022-12-29 12:01:54 -08:00
1e810cd30f Create variable for all flag 2022-12-29 11:53:57 -08:00
26945ca68b Display only info for current distro in lure info 2022-12-28 19:04:38 -08:00
b30e140c9e Fix nil argument when -P flag is not given 2022-12-28 18:44:48 -08:00
1ae30bdf78 Convert distro.ParseOSRelease() into a singleton 2022-12-28 18:40:20 -08:00
0b4cfd8827 Split overrides into separate package with tests 2022-12-28 18:39:31 -08:00
75915965fc Remove replace directive for pebble 2022-12-28 20:07:58 +00:00
64c03af055 Remove debug code 2022-12-28 12:00:38 -08:00
66259e28c6 Provide flag for passing package manager arguments 2022-12-28 11:57:07 -08:00
da0be8eb0f Provide ability to pass args to package manager, add --allowerasing for dnf and yum 2022-12-27 14:44:48 -08:00
2e1e26e188 Add tests for internal/shutils package 2022-12-27 12:13:22 -08:00
72197e4015 Add tests for internal/repos package 2022-12-27 11:23:34 -08:00
45e45771f9 Move json_array_contains sql function registration to internal/db 2022-12-27 11:14:04 -08:00
6e3273145f Add tests for internal/db package 2022-12-27 11:11:19 -08:00
ab55a790e8 Add noconfirm flags to install script 2022-12-24 16:35:00 -08:00
0bd0e97656 Replace GenjiDB with SQLite in README 2022-12-24 16:31:42 -08:00
4e3dd3e644 Fix Supports Architecture filter 2022-12-24 16:21:02 -08:00
18e771be9f Add back 32-bit architectures 2022-12-24 14:09:41 -08:00
5b5cee4343 Fix old database check 2022-12-24 14:03:19 -08:00