aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* feat(models): add add and remove api for infini package model苏向夜2024-03-081-1/+11
|
* feat(api): add check, require and unrequire cli苏向夜2024-03-082-240/+120
|
* fix(python): fix support for python==3.8苏向夜2024-03-081-1/+2
|
* feat(models): add apis for require and unrequire method苏向夜2024-03-082-13/+58
|
* fix(exceptions): update exceptions苏向夜2024-03-081-7/+11
|
* refactor(cli): refactor cli handlers苏向夜2024-03-084-75/+87
|
* refactor(models): refactor index and lock model苏向夜2024-03-082-204/+78
|
* feat(models): add some methods for ipk苏向夜2024-03-081-2/+3
|
* refactor(api): move api handlers to project modules苏向夜2024-03-083-0/+160
|
* refactor(models): rewrite infini package model苏向夜2024-03-071-33/+120
|
* refactor(ipm): prepare to rewrite and refactor new/init apiv0.2.0-alpha.1苏向夜2024-03-068-891/+898
|
* fix(freeze): fix deprecated warning苏向夜2024-02-284-3/+13
|
* :recycle: sync(infini): sync changes of infini >= 2.0.0苏向夜2024-01-271-7/+53
|
* :sparkles: feat(ci): pre-asking when init infini project苏向夜2024-01-242-9/+32
|
* :bug: fix(lock): fix values to unpack error when checking苏向夜2024-01-241-2/+3
|
* :recycle: refactor(cli): use rich instead of multilogging to show output苏向夜2024-01-244-104/+231
|
* :recycle: refactor(api): refact default description which add when infini ↵苏向夜2024-01-241-1/+1
| | | | project initialization
* :bug: fix(lock): fix lock init path mismatch苏向夜2024-01-231-1/+1
|
* :sparkles: feat(lock): add subject requirements checking苏向夜2024-01-231-7/+36
|
* :sparkles: feat(cli): new api output苏向夜2024-01-232-16/+22
|
* :bug: fix(api): fix path mismatch in check api苏向夜2024-01-231-3/+4
|
* :sparkles: feat(lock): new init method苏向夜2024-01-231-9/+24
|
* :sparkles: feat(cli): add check command苏向夜2024-01-231-0/+9
|
* :sparkles: feat(api): new check command api苏向夜2024-01-231-0/+6
|
* :sparkles: feat(cli): add require, unrequire and add, remove command苏向夜2024-01-231-2/+56
|
* :sparkles: feat(api): new require, unrequire and add remove method苏向夜2024-01-231-1/+71
|
* :recycle: refactor(lock): refact IpmLock abstract class and add require, ↵苏向夜2024-01-231-14/+111
| | | | unrequire and add, remove method
* :recycle: refactor(ipk): refact InfiniPackage abstract class and add ↵苏向夜2024-01-231-9/+55
| | | | require, unrequire and add, remove method
* :bug: fix(index): fix index sync method before source path init and allow ↵苏向夜2024-01-221-1/+1
| | | | uri without endswith /
* :recycle: refactor(lock): migrate lock class functions into abstract method苏向夜2024-01-221-10/+28
|
* :sparkles: feat(api): allow install package with version苏向夜2024-01-221-2/+10
|
* :sparkles: feat(ipk): new TODO苏向夜2024-01-221-0/+1
|
* :sparkles: feat(index): add some output苏向夜2024-01-221-1/+4
|
* :recycle: refactor(lock): forbid same package installed with different version苏向夜2024-01-221-3/+1
|
* :sparkles: feat(cli): add upgrade and force options in install苏向夜2024-01-221-1/+3
|
* :sparkles: feat(api): complete version control in install苏向夜2024-01-222-3/+83
|
* :sparkles: feat(exception): new exception PackageExsitsError苏向夜2024-01-221-0/+4
|
* :bug: fix(index): fix index path load path苏向夜2024-01-221-1/+1
|
* :bug: fix(index): fix index handler error苏向夜2024-01-222-7/+15
|
* :bug: fix(typing): fix typing defination苏向夜2024-01-221-3/+3
|
* :sparkles: feat(index): add index operator and improve api with index苏向夜2024-01-222-4/+68
|
* :sparkles: feat(lock): add typing苏向夜2024-01-221-0/+5
|
* :sparkles: feat(lock): add get particular method and refact get function ↵苏向夜2024-01-221-4/+15
| | | | annotation
* :sparkles: feat(lock): allow disable lock auto completion苏向夜2024-01-221-25/+33
|
* :sparkles: feat(exception): new exception LockLoadFailed苏向夜2024-01-221-0/+4
|
* :sparkles: feat(const): new index path const var苏向夜2024-01-221-0/+1
|
* :sparkles: feat(lock): new index operation苏向夜2024-01-221-16/+61
|
* :sparkles: feat(lock): new index data苏向夜2024-01-221-0/+6
|
* :sparkles: feat(lock): add uuid metadata苏向夜2024-01-222-2/+22
|
* :sparkles: feat(freeze): add verify log output苏向夜2024-01-221-0/+2
|