Commit Graph

63 Commits

Author SHA1 Message Date
Keagan McClelland
0166cfb284 implements query parameter for prioritizing lower versions 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
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
28ecdc01bf Apply suggestions from code review
Remove unused code

Co-authored-by: Lucy C <12953208+elvece@users.noreply.github.com>
2022-02-26 23:27:00 -07:00
Keagan McClelland
75c3bdae5e remove inject function 2022-02-26 23:27:00 -07:00
Keagan McClelland
c7cb76092a builds 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
Keagan McClelland
5be87f2aec cleanup usages of removed appmgr call 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
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
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
84cb8292d4 fix urls for static files 2022-02-26 23:26:11 -07:00
Lucy Cifferello
9e9ece45f8 rename apps endpoints to package and add header to addl endpoint 2022-02-26 23:25:26 -07:00
Lucy Cifferello
a616925905 make version arch optional 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
Lucy Cifferello
16bb00a230 merge add package header 2022-02-26 23:25:26 -07:00
Lucy Cifferello
b1b3d1a4ed categories refactor 2022-02-26 23:25:22 -07:00
Lucy Cifferello
1ec210bed1 small fixes 2021-01-13 13:32:29 -07:00
Lucy Cifferello
7a99562b16 add timestamp from most recent service file to app manifest 2021-01-12 20:42:33 -07:00
Keagan McClelland
28edfc2f87 emver for registry appears complete, more testing required but should be ready for beta testing 2020-10-28 17:43:36 -06:00
Lucy C
8cad3095fa Merge pull request #28 from Start9Labs/bugfix/user-agent-meshos
fixes useragent parsing for 'MeshOS' which should enable filtering ba…
2020-10-26 15:21:18 -06:00
Keagan McClelland
5452799d8a fixes useragent parsing for 'MeshOS' which should enable filtering back to 0.1.3 2020-10-26 15:17:07 -06:00
Lucy Cifferello
e4d3e9a713 alter endpoints to support dynamic versions 2020-10-10 19:08:43 -06:00
Lucy Cifferello
f7482cbc76 refactor config/manifest endpoint path with appId 2020-10-09 14:16:57 -06:00
Lucy Cifferello
846b1d7754 static path for appmgr and other feedback 2020-10-07 16:47:05 -06:00
Lucy Cifferello
a56e3e66b6 add routes for getting app config and manifest 2020-10-07 15:25:23 -06:00
Keagan McClelland
a192bce08c removes compatibility dependency, filters apps/versions based off of user agent header 2020-09-21 17:45:23 -06:00
Keagan McClelland
f385d23210 autorenews certificates 2020-08-03 15:09:50 -06:00
Keagan McClelland
abdb452a11 octet-stream 2020-07-27 16:12:55 -06:00
Lucy Cifferello
84034bb510 more dynamic flow 2020-07-27 15:24:14 -06:00
Lucy Cifferello
7232c48292 refactor for boolean blindness 2020-07-27 15:24:03 -06:00
Lucy Cifferello
90b24d989b clean up logic for recording metrics 2020-07-27 15:23:43 -06:00
Lucy Cifferello
b931269354 rework getApp to handle sys files appropriately 2020-07-27 15:23:24 -06:00
Lucy Cifferello
d3929d8b88 handle inserting unique apps and versions 2020-06-22 17:27:31 -06:00
Lucy Cifferello
dc078bfa31 make metrics specifc to apps 2020-06-22 15:44:41 -06:00
Lucy Cifferello
25b1786808 rework to normalize version in db and small cleanups 2020-06-22 12:47:28 -06:00
Lucy Cifferello
57627163ff more robust testing 2020-06-09 12:48:28 -06:00
Lucy Cifferello
87a6b9bb9b handle proper version info parsing 2020-06-08 15:18:57 -06:00
Lucy Cifferello
2fb72aeca4 finalize persistence ofapp download metrics 2020-06-06 21:52:57 -06:00
Lucy Cifferello
08654c3b2c further test setup with hie 2020-04-16 11:39:26 -06:00
Lucy Cifferello
ac56031317 get settings 2020-03-31 09:12:38 -06:00
Lucy Cifferello
74d3c0c1b8 reworked constants into configurable settings 2020-03-12 17:26:27 -06:00
Keagan McClelland
dae7164d3e redundancies 2020-02-27 15:04:29 -07:00
Keagan McClelland
f5fcbbe0f2 should work 2020-02-27 14:58:08 -07:00
Aaron Greenspan
bd5ee1eb50 adds comment, removes unnecessary import 2020-01-08 11:40:28 -07:00