index
:
ipm
dev
main
Ipm (GitHub mirror)
HydroRoll-Team
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
ipm
Commit message (
Expand
)
Author
Age
Files
Lines
*
chore(_freeze): add create_xml_file method
dev
简律纯
2024-03-12
1
-17
/
+11
*
fix(deps): add windows-curses dependence
简律纯
2024-03-11
1
-1
/
+1
*
feat(api): add xml_file generate method for build command
简律纯
2024-03-11
5
-25
/
+80
*
chore(const): update .gitignore file content
简律纯
2024-03-11
1
-1
/
+50
*
fix(toml_file): initialize array
简律纯
2024-03-10
1
-1
/
+1
*
fix(toml_file): add infini deps into array
简律纯
2024-03-10
1
-2
/
+2
*
fix(api): delete detective with .gitconfig
简律纯
2024-03-10
1
-10
/
+5
*
feat(freeze): use new format of ipk
苏向夜
2024-03-08
1
-3
/
+6
*
feat(const): update gitignore data
苏向夜
2024-03-08
1
-2
/
+4
*
fix(loader): sync changes with ipk
苏向夜
2024-03-08
1
-1
/
+1
*
refactor(freeze): set pkgname-version as default root dir in ipk file
苏向夜
2024-03-08
1
-14
/
+22
*
refactor(models): rename default name
苏向夜
2024-03-08
1
-1
/
+1
*
feat(api): add tag cli
苏向夜
2024-03-08
2
-15
/
+44
*
feat(lock): fix lock models
苏向夜
2024-03-08
1
-0
/
+1
*
feat(api): add remove and add cli
v0.2.0-alpha.4
苏向夜
2024-03-08
3
-79
/
+115
*
feat(models): add add and remove api for infini package model
苏向夜
2024-03-08
1
-1
/
+11
*
feat(api): add check, require and unrequire cli
苏向夜
2024-03-08
2
-240
/
+120
*
fix(python): fix support for python==3.8
苏向夜
2024-03-08
1
-1
/
+2
*
feat(models): add apis for require and unrequire method
苏向夜
2024-03-08
2
-13
/
+58
*
fix(exceptions): update exceptions
苏向夜
2024-03-08
1
-7
/
+11
*
refactor(cli): refactor cli handlers
苏向夜
2024-03-08
4
-75
/
+87
*
refactor(models): refactor index and lock model
苏向夜
2024-03-08
2
-204
/
+78
*
feat(models): add some methods for ipk
苏向夜
2024-03-08
1
-2
/
+3
*
refactor(api): move api handlers to project modules
苏向夜
2024-03-08
3
-0
/
+160
*
refactor(models): rewrite infini package model
苏向夜
2024-03-07
1
-33
/
+120
*
refactor(ipm): prepare to rewrite and refactor new/init api
v0.2.0-alpha.1
苏向夜
2024-03-06
8
-891
/
+898
*
fix(freeze): fix deprecated warning
苏向夜
2024-02-28
4
-3
/
+13
*
:recycle: sync(infini): sync changes of infini >= 2.0.0
苏向夜
2024-01-27
1
-7
/
+53
*
:sparkles: feat(ci): pre-asking when init infini project
苏向夜
2024-01-24
2
-9
/
+32
*
:bug: fix(lock): fix values to unpack error when checking
苏向夜
2024-01-24
1
-2
/
+3
*
:recycle: refactor(cli): use rich instead of multilogging to show output
苏向夜
2024-01-24
4
-104
/
+231
*
:recycle: refactor(api): refact default description which add when infini pro...
苏向夜
2024-01-24
1
-1
/
+1
*
:bug: fix(lock): fix lock init path mismatch
苏向夜
2024-01-23
1
-1
/
+1
*
:sparkles: feat(lock): add subject requirements checking
苏向夜
2024-01-23
1
-7
/
+36
*
:sparkles: feat(cli): new api output
苏向夜
2024-01-23
2
-16
/
+22
*
:bug: fix(api): fix path mismatch in check api
苏向夜
2024-01-23
1
-3
/
+4
*
:sparkles: feat(lock): new init method
苏向夜
2024-01-23
1
-9
/
+24
*
:sparkles: feat(cli): add check command
苏向夜
2024-01-23
1
-0
/
+9
*
:sparkles: feat(api): new check command api
苏向夜
2024-01-23
1
-0
/
+6
*
:sparkles: feat(cli): add require, unrequire and add, remove command
苏向夜
2024-01-23
1
-2
/
+56
*
:sparkles: feat(api): new require, unrequire and add remove method
苏向夜
2024-01-23
1
-1
/
+71
*
:recycle: refactor(lock): refact IpmLock abstract class and add require, unre...
苏向夜
2024-01-23
1
-14
/
+111
*
:recycle: refactor(ipk): refact InfiniPackage abstract class and add require,...
苏向夜
2024-01-23
1
-9
/
+55
*
:bug: fix(index): fix index sync method before source path init and allow uri...
苏向夜
2024-01-22
1
-1
/
+1
*
:recycle: refactor(lock): migrate lock class functions into abstract method
苏向夜
2024-01-22
1
-10
/
+28
*
:sparkles: feat(api): allow install package with version
苏向夜
2024-01-22
1
-2
/
+10
*
:sparkles: feat(ipk): new TODO
苏向夜
2024-01-22
1
-0
/
+1
*
:sparkles: feat(index): add some output
苏向夜
2024-01-22
1
-1
/
+4
*
:recycle: refactor(lock): forbid same package installed with different version
苏向夜
2024-01-22
1
-3
/
+1
*
:sparkles: feat(cli): add upgrade and force options in install
苏向夜
2024-01-22
1
-1
/
+3
[next]