- 23 Apr, 2020 1 commit
-
-
Carlo Landmeter authored
-
- 28 Mar, 2020 1 commit
-
-
Carlo Landmeter authored
Update copyright See merge request !45
-
- 26 Mar, 2020 1 commit
-
-
TBK authored
-
- 23 Feb, 2020 1 commit
-
-
TBK authored
-
- 08 Nov, 2019 6 commits
-
-
Carlo Landmeter authored
-
Carlo Landmeter authored
-
rage authored
-
Tiago Ilieve authored
-
Tiago Ilieve authored
-
Carlo Landmeter authored
-
- 05 Nov, 2018 1 commit
-
-
Tiago Ilieve authored
-
- 26 Oct, 2018 2 commits
-
-
Tiago Ilieve authored
-
Tiago Ilieve authored
-
- 12 Aug, 2018 1 commit
-
-
Carlo Landmeter authored
-
- 16 May, 2018 2 commits
-
-
Jakub Jirutka authored
To be consistent with alpinelinux.org.
-
Jakub Jirutka authored
-
- 01 Feb, 2018 1 commit
-
-
Carlo Landmeter authored
-
- 31 Jan, 2018 1 commit
-
-
MatthiasSchuster authored
smallest contribution ever made
-
- 26 Jan, 2018 1 commit
-
-
Carlo Landmeter authored
-
- 25 Jan, 2018 1 commit
-
-
Carlo Landmeter authored
To make flag comment mobile accessible. We switch position from bottom to top to prevent css tooltip to break the layout. Also updated hint css to use full version including rounded corners.
-
- 24 Jan, 2018 5 commits
-
-
Carlo Landmeter authored
-
Carlo Landmeter authored
Currently lua packages make use of provider_priority to select the a dependency with the highest provider_priority value. This commit should mimic the way apk-tools handles multiple provides by selecting only a single depend with highest priority.
-
Carlo Landmeter authored
-
Carlo Landmeter authored
-
Carlo Landmeter authored
- split databases into branches - change relation of pkg vs flagged status - added migration script to migrate to new flagged table format - added new provider_priority field to apk header - add settings for default branch and arch - make edge the default branch in packages list - add SQL debug option in config - remove uneeded usage of class - move all utils to utils.lua - optimize SQL queries - re-factor importer script - allow to change http listening port via environment - linted with luacheck and added .luacheckrc This commit changes how we handle databases. Instead of having everything in a single sqlite database we split each branch into its own sqlite database. This will limit the amount of rows in the pkg/file per table and improve performance. Flagged table has been redesigned. This redesign uses a composite index (repo,origin,version) so the packages table is now related to this index which makes it possible to remove the current flag id column. This also introduced the updated column to be able to unflag a package and make it unlisted on flagged listing but still be able to show the status on individual packages when some archs are behind. Every time packages are updated the unique triple will be looked up in the flagged table and updated/unflagged when found. Migration is handled by the migrate_v2.lua script. It needs to be run against the old single aports.db and will generate a single flagged.db. The flagged.db can be renamed to aports-edge.db after which the import script can be run to start generating the splitted aports-branch.dbs. Some settings need to be updated from the provided sample config ie the db location is changed to a path instead of a file and the apkindex format is now defined in config instead of hard coded in multiple places.
-
- 15 Nov, 2017 2 commits
-
-
Carlo Landmeter authored
-
Carlo Landmeter authored
-
- 11 Nov, 2017 1 commit
-
-
Carlo Landmeter authored
-
- 24 Jun, 2017 3 commits
-
-
Dave Hall authored
Bump year to 2017 Add comma before "All rights reserved"
-
Jochen Kupperschmidt authored
-
Jochen Kupperschmidt authored
-
- 10 Oct, 2016 1 commit
-
-
Jakub Jirutka authored
-
- 29 Sep, 2016 1 commit
-
-
Jakub Jirutka authored
-
- 27 Sep, 2016 1 commit
-
-
Jakub Jirutka authored
-
- 26 Sep, 2016 3 commits
-
-
Carlo Landmeter authored
Fix utils.parse_email_addr() to strip trailing whitespaces in name
-
Carlo Landmeter authored
config.sample: change contact email in default Anitya flag message
-
Jakub Jirutka authored
-
- 25 Sep, 2016 1 commit
-
-
Jakub Jirutka authored
-
- 14 Sep, 2016 2 commits
-
-
Carlo Landmeter authored
Fix mail:send() to correctly signal error
-
Jakub Jirutka authored
-