Elara Elara6331
Elara6331 pushed to master at lure/lure 2022-12-01 06:52:18 +00:00
Elara6331 pushed to master at lure/lure 2022-12-01 06:50:06 +00:00
7e9e550c50 Fix spacing in database schema
Elara6331 pushed to master at lure/lure 2022-12-01 06:38:24 +00:00
0ac8ccac81 Handle the possibility of the DB not existing on startup
Elara6331 pushed to master at lure/lure 2022-12-01 06:38:18 +00:00
Elara6331 pushed to master at lure/lure 2022-12-01 06:36:49 +00:00
f5d70bb9dd Handle the possibility of the DB not existing on startup
Elara6331 deleted branch add-database from lure/lure 2022-12-01 06:27:00 +00:00
Elara6331 pushed to master at lure/lure 2022-12-01 06:25:17 +00:00
56550a5135 Merge pull request #44 from Arsen6331/add-database
b4f4633f6a Use strict database table schema
67b9801f42 Add doc comments
7164aac0b4 Create function for getting canonical CPU architecture
4e71a5c35c Create function for asking yes or no questions
Compare 19 commits »
Elara6331 pushed to add-database at lure/lure 2022-12-01 06:24:13 +00:00
56550a5135 Merge pull request #44 from Arsen6331/add-database
Elara6331 pushed to add-database at lure/lure 2022-12-01 06:22:40 +00:00
b4f4633f6a Use strict database table schema
67b9801f42 Add doc comments
Compare 2 commits »
Elara6331 pushed to add-database at lure/lure 2022-12-01 06:02:39 +00:00
7164aac0b4 Create function for getting canonical CPU architecture
Elara6331 pushed to add-database at lure/lure 2022-12-01 05:58:25 +00:00
4e71a5c35c Create function for asking yes or no questions
Elara6331 pushed to add-database at lure/lure 2022-12-01 05:47:13 +00:00
eaf49a4594 Make actions in internal/repos unexported
c0439a2b90 Remove unused imports
43d6461c71 Move pkgPrompt() to cli.go
2e591d9f1c Remove unnecessary PkgNotFoundError
Compare 4 commits »
Elara6331 pushed to add-database at lure/lure 2022-12-01 05:42:07 +00:00
7d00c7b5fb Add --installed/-I flag to ls command
Elara6331 pushed to add-database at lure/lure 2022-12-01 03:33:43 +00:00
ead0c79139 Use correct verb when prompting user to choose packages
Elara6331 pushed to add-database at lure/lure 2022-12-01 03:14:10 +00:00
1377ef1bc9 Remove packages from DB when removing repository
Elara6331 pushed to add-database at lure/lure 2022-12-01 03:10:21 +00:00
a88adb43fe Switch all LURE operations to use new DB
Elara6331 pushed to add-database at lure/lure 2022-12-01 02:26:30 +00:00
3663a8ef8f Add FindPkgs to repos package
Elara6331 pushed to add-database at lure/lure 2022-11-30 22:34:58 +00:00
5f12d2aee2 Build and update database when repo pulled
Elara6331 pushed to add-database at lure/lure 2022-11-30 19:46:59 +00:00
99b70859d1 Move version comparison to separate package
Elara6331 pushed to add-database at lure/lure 2022-11-30 19:45:16 +00:00
715fd6ccc9 Begin moving repository operations into separate package