Keagan McClelland
2105c58182
mass clean up of warnings, hints, errors
2022-05-26 18:26:32 -06:00
Keagan McClelland
9da5c1e9b3
switch from conduit responses to file responses
2022-02-26 23:27:27 -07:00
Keagan McClelland
b43d85ea63
implements query parameter for prioritizing lower versions
2022-02-26 23:27:27 -07:00
Keagan McClelland
7b402d4039
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:27 -07:00
Keagan McClelland
c6acbd383c
sends 404s if we can't find the package rather than just blowing up and going 500
2022-02-26 23:27:27 -07:00
Keagan McClelland
bf9e3e313f
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:27 -07:00
Keagan McClelland
d6ae703915
more cleanup
2022-02-26 23:27:27 -07:00
Keagan McClelland
99dea51f7d
reduce io dependence
2022-02-26 23:27:27 -07:00
Keagan McClelland
468b65f43c
Apply suggestions from code review
...
Remove unused code
Co-authored-by: Lucy C <12953208+elvece@users.noreply.github.com >
2022-02-26 23:27:27 -07:00
Keagan McClelland
5c163a9140
remove inject function
2022-02-26 23:27:27 -07:00
Keagan McClelland
bcc3f01086
builds
2022-02-26 23:27:27 -07:00
Keagan McClelland
1fc3c2b678
redefine appmgr calls, holes at call sites
2022-02-26 23:27:27 -07:00
Keagan McClelland
32de58979c
cleanup usages of removed appmgr call
2022-02-26 23:27:27 -07:00
Keagan McClelland
66e19a727e
rename AppIdentifier to PkgId to save typing and reflect new name terminology
2022-02-26 23:27:27 -07:00
Keagan McClelland
911032ada2
rename appmgr calls to be more descriptive of the API
2022-02-26 23:27:27 -07:00
Keagan McClelland
164089ff88
changes appmgr calls to be conduit sources.
2022-02-26 23:27:27 -07:00
Lucy Cifferello
7b2684acd5
aggregate query functions
2022-02-26 23:27:27 -07:00
Lucy Cifferello
e2d2fb6afc
format all the things
2022-02-26 23:27:27 -07:00
Lucy Cifferello
723602e6f7
fix urls for static files
2022-02-26 23:27:27 -07:00
Lucy Cifferello
09e188e9d8
rename apps endpoints to package and add header to addl endpoint
2022-02-26 23:27:27 -07:00
Lucy Cifferello
82dcfbd5f5
make version arch optional
2022-02-26 23:27:27 -07:00
Lucy Cifferello
d2f8db82cf
add architecture to version table; refactor to remove dependency on apps.yaml
2022-02-26 23:27:27 -07:00
Lucy Cifferello
8f20f68c5e
merge add package header
2022-02-26 23:27:27 -07:00
Lucy Cifferello
64fc16813f
categories refactor
2022-02-26 23:27:27 -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