Commit Graph

107 Commits

Author SHA1 Message Date
Lucy Cifferello
e352360d2d reprganize database calls and marketplaces types 2022-02-26 23:27:00 -07:00
Lucy Cifferello
7219912d93 rename all references from services to packages 2022-02-26 23:27:00 -07:00
Lucy Cifferello
fd54d931f6 always get package dependencies when querying for a specified package 2022-02-26 23:27:00 -07:00
Lucy Cifferello
f4620abd52 handle errors in either cases 2022-02-26 23:27:00 -07:00
Keagan McClelland
a9c86685b5 add check for directory existence during package version enumeration (#80)
* add check for directory existence during package version enumeration

* cleanup

* error consistency

* errmsg cleanup
2022-02-26 23:27:00 -07:00
Keagan McClelland
adcf7ca3cc sends 404s if we can't find the package rather than just blowing up and going 500 2022-02-26 23:27:00 -07:00
Keagan McClelland
8a43565da5 refactor registry to include OS version filtering on the package index (#64)
* refactor registry to include OS version filtering on the package index

* remove commented code, clean up tests

* removed unused types

* remove disabled test

* remove unused type

* fix query parsing

* remove unused code

* more purging

* MOAR PURGING

* normalize data model, fix all type errors

* rename get parameter
2022-02-26 23:27:00 -07:00
Keagan McClelland
998b921f65 creates correct icon file 2022-02-26 23:27:00 -07:00
Keagan McClelland
f66d63c95c more cleanup 2022-02-26 23:27:00 -07:00
Keagan McClelland
9a96c39cff reduce io dependence 2022-02-26 23:27:00 -07:00
Keagan McClelland
1e61a0ba65 changed prints to logs 2022-02-26 23:27:00 -07:00
Keagan McClelland
765bf7c7b5 also re-extract if file modified 2022-02-26 23:27:00 -07:00
Keagan McClelland
aa3e9f3129 remove prelude import 2022-02-26 23:27:00 -07:00
Keagan McClelland
ed4df95a38 Apply suggestions from code review
Mostly removals of commented code.
2022-02-26 23:27:00 -07:00
Keagan McClelland
369d4bd28d remove debugging code 2022-02-26 23:27:00 -07:00
Keagan McClelland
a8982c48e9 clean up unused imports 2022-02-26 23:27:00 -07:00
Keagan McClelland
113d882f8c fixes extraction logic, found a bug in System.Process 2022-02-26 23:27:00 -07:00
Keagan McClelland
79329797e3 improves logging 2022-02-26 23:26:58 -07:00
Keagan McClelland
c7cb76092a builds 2022-02-26 23:26:33 -07:00
Keagan McClelland
d5803dbf77 add asset retrievers 2022-02-26 23:26:33 -07:00
Keagan McClelland
c7e2ffbc57 remove unnecessary conversions 2022-02-26 23:26:33 -07:00
Keagan McClelland
32091dcfee redefine appmgr calls, holes at call sites 2022-02-26 23:26:33 -07:00
Lucy Cifferello
8117ce2c99 fix package path 2022-02-26 23:26:33 -07:00
Keagan McClelland
978281609f fsnotify extraction attempt 2022-02-26 23:26:33 -07:00
Keagan McClelland
c7a047407c remove function that is invalid for 0.3 appmgr 2022-02-26 23:26:33 -07:00
Keagan McClelland
204c849e7e rename AppIdentifier to PkgId to save typing and reflect new name terminology 2022-02-26 23:26:33 -07:00
Keagan McClelland
f79c14fa60 rename and degeneralize 2022-02-26 23:26:33 -07:00
Keagan McClelland
97e779941c rename appmgr calls to be more descriptive of the API 2022-02-26 23:26:33 -07:00
Keagan McClelland
e94d7440c2 changes appmgr calls to be conduit sources. 2022-02-26 23:26:33 -07:00
Keagan McClelland
483a3631df clean up instrumentation 2022-02-26 23:26:33 -07:00
Lucy Cifferello
7217265fe3 fix bug wto show multiple versions in metadata 2022-02-26 23:26:33 -07:00
Lucy Cifferello
4d5d76ad6a synchronize with 0.3.0 branch 2022-02-26 23:26:33 -07:00
Keagan McClelland
998033990f print appids when they complete 2022-02-26 23:26:33 -07:00
Keagan McClelland
5eb3fec375 strictness annotations 2022-02-26 23:26:33 -07:00
Lucy Cifferello
7b5c1a9795 limit strict bs converstion and refactor to not use fs read 2022-02-26 23:26:33 -07:00
Lucy Cifferello
ca0568c296 clean up 2022-02-26 23:26:33 -07:00
Lucy Cifferello
23659236a2 aggregate query functions 2022-02-26 23:26:33 -07:00
Lucy Cifferello
d3c4772b05 format all the things 2022-02-26 23:26:33 -07:00
Lucy Cifferello
acaa2139ae alter category to optional 2022-02-26 23:26:11 -07:00
Lucy Cifferello
9fe0bba851 account for icon types 2022-02-26 23:26:11 -07:00
Lucy Cifferello
84cb8292d4 fix urls for static files 2022-02-26 23:26:11 -07:00
Lucy Cifferello
ef063c11e6 fix version in service detail path 2022-02-26 23:26:11 -07:00
Lucy Cifferello
a42c5c5caa eos endpoint, lowercase categories, sdk get instructions and license 2022-02-26 23:25:26 -07:00
Lucy Cifferello
e5ab62c313 fix toJson instances for hashmap keys 2022-02-26 23:25:26 -07:00
Lucy Cifferello
ac95b84fb2 remove hashing temp 2022-02-26 23:25:26 -07:00
Lucy Cifferello
f0b13fc0b6 proper manifest parsing 2022-02-26 23:25:26 -07:00
Lucy Cifferello
421e83f472 fix path to version and remove json flag from sdk manifest cmd 2022-02-26 23:25:26 -07:00
Lucy Cifferello
256bd53c26 add read instance for emver version 2022-02-26 23:25:26 -07:00
Lucy Cifferello
bde94383d0 fix version parsing and add temp logs 2022-02-26 23:25:26 -07:00
Lucy Cifferello
5cdbb5a43b add architecture to version table; refactor to remove dependency on apps.yaml 2022-02-26 23:25:26 -07:00