Commit Graph

  • ac95b84fb2 remove hashing temp Lucy Cifferello 2021-07-05 16:03:12 -04:00
  • b32dbfdbd2 fix path and temp icon for service Lucy Cifferello 2021-07-05 16:00:45 -04:00
  • ad6c4e606d temp fix icon path for dependencies Lucy Cifferello 2021-07-05 15:57:00 -04:00
  • f0b13fc0b6 proper manifest parsing Lucy Cifferello 2021-07-05 15:47:50 -04:00
  • 421e83f472 fix path to version and remove json flag from sdk manifest cmd Lucy Cifferello 2021-07-02 18:43:40 -04:00
  • 256bd53c26 add read instance for emver version Lucy Cifferello 2021-07-02 18:37:14 -04:00
  • bde94383d0 fix version parsing and add temp logs Lucy Cifferello 2021-07-02 18:20:05 -04:00
  • a616925905 make version arch optional Lucy Cifferello 2021-07-02 17:44:47 -04:00
  • 5cdbb5a43b add architecture to version table; refactor to remove dependency on apps.yaml Lucy Cifferello 2021-07-02 17:35:20 -04:00
  • 16bb00a230 merge add package header Lucy Cifferello 2021-07-01 18:39:15 -04:00
  • 66cc783321 add webroot flag to certbot renewal Lucy Cifferello 2021-07-01 17:39:58 -04:00
  • d3b7d3076a change apps to package in routes Lucy Cifferello 2021-07-01 16:33:35 -04:00
  • c2b880c467 unique index on category table and update sys endpoint Lucy Cifferello 2021-06-30 11:08:32 -04:00
  • b1b3d1a4ed categories refactor Lucy Cifferello 2021-06-30 09:36:49 -04:00
  • d867450fa9 gzip eos.img and s9pks feature/gzip-encodings Keagan McClelland 2022-02-15 18:14:14 -07:00
  • f8c5697961 switch from conduit responses to file responses Keagan McClelland 2022-02-15 17:08:34 -07:00
  • 667f425643 rewire the api to be clean and consistent (#92) Keagan McClelland 2022-02-08 13:14:31 -07:00
  • 0120c58eb2 rewire the api to be clean and consistent feature/api-cleanup Keagan McClelland 2022-02-07 13:56:54 -07:00
  • 692de4e907 Feature/encode icons (#91) Lucy C 2022-02-08 13:11:05 -07:00
  • 26054c524f remove redundant constraint feature/encode-icons Keagan McClelland 2022-02-07 12:59:44 -07:00
  • 7d10c19ee5 swap arguments for loadIcon Keagan McClelland 2022-02-07 12:59:07 -07:00
  • fd5c816208 adds icons to dependencies Keagan McClelland 2022-02-07 12:56:41 -07:00
  • ca758b7d0e base64 encode icon in package response Lucy Cifferello 2022-02-03 17:00:08 -07:00
  • db55907b32 reorder routes file, change error logs endpoint Keagan McClelland 2022-02-02 11:23:55 -07:00
  • 5b39717591 adds name to /package/data Keagan McClelland 2022-02-02 11:12:21 -07:00
  • 83ad920de4 fixes file descriptor leak Keagan McClelland 2022-02-01 17:35:00 -07:00
  • ae4aecce6f implements query parameter for prioritizing lower versions Keagan McClelland 2022-01-26 14:46:41 -07:00
  • bf33ca6e39 implements query parameter for prioritizing lower versions feature/sort-by-min Keagan McClelland 2022-01-26 14:46:41 -07:00
  • 0d24ad87ff transactional refactoring bugfix/02x-memleak Keagan McClelland 2021-12-30 09:36:10 -07:00
  • 51851ef66c attempts at fixing this Keagan McClelland 2021-12-30 09:12:05 -07:00
  • 3159f2b3bd Merge pull request #83 from Start9Labs/bugfix/relative-urls Lucy C 2021-12-20 12:46:42 -07:00
  • 27b55e64e0 makes relative urls and uses route types to generate them Keagan McClelland 2021-12-17 16:45:27 -07:00
  • 0ca2372b6d remove critical from dependency type as uneeded Lucy Cifferello 2021-12-03 14:52:21 -07:00
  • a8ecb41e15 add Makefile Keagan McClelland 2021-12-03 11:49:40 -07:00
  • a02b424ab6 Merge pull request #75 from Start9Labs/bugfix/package-index-version Lucy C 2021-12-03 11:42:17 -07:00
  • 7344a616a8 Condense Imports Keagan McClelland 2021-12-03 10:29:45 -07:00
  • e7708da122 resolve PR feedback - add record type for package and dependency metadata Lucy Cifferello 2021-12-02 16:41:02 -07:00
  • 64d432f2c9 organization refactor separating database actions, data transformations, and api type constructs into separate components Lucy Cifferello 2021-12-02 08:06:47 -07:00
  • 1610c8c9fd reprganize database calls and marketplaces types Lucy Cifferello 2021-11-24 18:20:32 -07:00
  • b8a84f540a add database model for ptracking package dependencies Lucy Cifferello 2021-11-24 18:19:39 -07:00
  • 89cbabe8a1 add testing resources directory Lucy Cifferello 2021-11-22 13:07:13 -07:00
  • 85f080a86f update server name Lucy Cifferello 2021-11-22 13:06:31 -07:00
  • eacaa0c78f rename all references from services to packages Lucy Cifferello 2021-11-22 13:06:05 -07:00
  • 1b6f21094f always get package dependencies when querying for a specified package Lucy Cifferello 2021-11-21 22:05:41 -07:00
  • 8180e8feb9 handle errors in either cases Lucy Cifferello 2021-11-21 17:18:20 -07:00
  • 59fbdd4aa2 refactor test suite for model and api changes, adding tests for fetched versions via index endpoint Lucy Cifferello 2021-11-21 14:21:01 -07:00
  • 0cf13f46e6 fix handling of using index endpoint to fetch package at specific version Lucy Cifferello 2021-11-21 14:19:08 -07:00
  • 455e1d9e77 changes log epoch to use text instead of word64 due to overflow issues (#81) Keagan McClelland 2021-11-23 17:24:54 -07:00
  • ee32e9b776 add check for directory existence during package version enumeration (#80) Keagan McClelland 2021-11-23 16:33:35 -07:00
  • bd99c77102 conflict resolution (#77) Keagan McClelland 2021-11-23 15:55:45 -07:00
  • 745435224f Merge pull request #78 from Start9Labs/feature/x-eos-hash Lucy C 2021-11-23 15:48:00 -07:00
  • 8b47c50bc6 Merge pull request #79 from Start9Labs/bugfix/graceful-not-found Lucy C 2021-11-23 15:42:16 -07:00
  • cd5f9e4279 sends 404s if we can't find the package rather than just blowing up and going 500 Keagan McClelland 2021-11-23 14:09:11 -07:00
  • 4550ca17ba adds x-eos-hash header to eos.img response Keagan McClelland 2021-11-23 13:36:00 -07:00
  • f55a33578f Merge pull request #76 from Start9Labs/bugfix/eos-version-compat Lucy C 2021-11-22 12:05:38 -07:00
  • 04881413f5 rename get parameter Keagan McClelland 2021-11-22 11:57:08 -07:00
  • e81b3b7546 udpate lts to 18.11 (#69) Lucy C 2021-11-08 09:39:06 -07:00
  • d23d56a7b1 fix the types on the db entries Keagan McClelland 2021-11-03 17:00:09 -06:00
  • 85cf6f19a5 refactor registry to include OS version filtering on the package index (#64) Keagan McClelland 2021-10-26 14:53:36 -06:00
  • ff5374b33e Merge pull request #62 from Start9Labs/bugfix/eos-img-content-length Lucy C 2021-10-14 12:50:02 -06:00
  • d3b2a8837d remove unnecessary import Keagan McClelland 2021-10-14 12:43:33 -06:00
  • 9d0c6677e3 fixes lack of content length in eos image download Keagan McClelland 2021-10-14 12:02:50 -06:00
  • 4183eaa2db puts newlines at the end of log statement if missing Keagan McClelland 2021-10-07 14:55:40 -06:00
  • 50e751412a Merge pull request #58 from Start9Labs/bugfix/version-ordering Lucy C 2021-09-29 17:09:56 -06:00
  • 31f4e7e158 Merge pull request #57 from Start9Labs/bugfix/icon-destinations Lucy C 2021-09-29 17:05:54 -06:00
  • b9843541a7 always sorts versions outside sql Keagan McClelland 2021-09-29 16:55:16 -06:00
  • cd75af0ab2 creates correct icon file Keagan McClelland 2021-09-29 16:09:27 -06:00
  • d5f7f32ea2 Merge pull request #56 from Start9Labs/fix/performance Lucy C 2021-09-29 15:38:58 -06:00
  • 1a43fc52b6 more cleanup Keagan McClelland 2021-09-29 14:57:06 -06:00
  • 6c55244aa4 send back release notes for eos Keagan McClelland 2021-09-29 14:11:51 -06:00
  • 605392f075 reduce io dependence Keagan McClelland 2021-09-29 14:00:49 -06:00
  • 93f8c7be24 Apply suggestions from code review Keagan McClelland 2021-09-29 13:30:27 -06:00
  • b949eafbfa changed prints to logs Keagan McClelland 2021-09-29 13:29:02 -06:00
  • 056e04f4e3 also re-extract if file modified Keagan McClelland 2021-09-29 13:22:39 -06:00
  • 8871edc1ee remove prelude import Keagan McClelland 2021-09-29 13:17:42 -06:00
  • 2274a0cdad remove postgresql-simple dependency Keagan McClelland 2021-09-29 12:55:21 -06:00
  • 9980ad55a3 delete unused code Keagan McClelland 2021-09-29 12:15:06 -06:00
  • d77ae1d51d remove commented pkg Keagan McClelland 2021-09-29 12:12:10 -06:00
  • bf8f225d55 fix type Keagan McClelland 2021-09-29 12:06:50 -06:00
  • 2e792ddd3f Apply suggestions from code review Keagan McClelland 2021-09-29 11:27:46 -06:00
  • 779d281ea2 remove debugging code Keagan McClelland 2021-09-29 11:17:24 -06:00
  • db9d0cfb32 remove inject function Keagan McClelland 2021-09-29 11:11:51 -06:00
  • 98f7cfb2b8 clean up unused imports Keagan McClelland 2021-09-29 11:05:07 -06:00
  • 37c9a2bf6f fixes extraction logic, found a bug in System.Process Keagan McClelland 2021-09-28 20:19:32 -06:00
  • 427c31c886 improves logging Keagan McClelland 2021-09-28 17:59:28 -06:00
  • 50ecce1c21 builds Keagan McClelland 2021-09-28 15:43:56 -06:00
  • 95086bcc2c add asset retrievers Keagan McClelland 2021-09-28 10:00:09 -06:00
  • e615abee4e remove unnecessary conversions Keagan McClelland 2021-09-27 20:35:42 -06:00
  • 42ac32bca4 redefine appmgr calls, holes at call sites Keagan McClelland 2021-09-27 20:26:03 -06:00
  • d51db922ca fix package path Lucy Cifferello 2021-09-27 18:34:09 -06:00
  • cd4bc994cc sort versions Lucy Cifferello 2021-09-27 18:11:38 -06:00
  • 7a4e0d8f0e fsnotify extraction attempt Keagan McClelland 2021-09-27 18:07:49 -06:00
  • 718851c756 cleanup usages of removed appmgr call Keagan McClelland 2021-09-27 15:47:15 -06:00
  • a3f7d27473 more dead code removal Keagan McClelland 2021-09-27 15:42:26 -06:00
  • 7420065c88 remove dead code Keagan McClelland 2021-09-27 15:22:29 -06:00
  • 20469c2071 remove function that is invalid for 0.3 appmgr Keagan McClelland 2021-09-27 15:22:12 -06:00
  • 36e78f7177 upgrade to GHC 8.10.7 Keagan McClelland 2021-09-27 15:21:43 -06:00
  • 615def8d3a rename AppIdentifier to PkgId to save typing and reflect new name terminology Keagan McClelland 2021-09-27 11:33:11 -06:00
  • 10eb17b0d3 rename and degeneralize Keagan McClelland 2021-09-27 11:26:00 -06:00
  • 9f97efe652 rename appmgr calls to be more descriptive of the API Keagan McClelland 2021-09-27 10:58:48 -06:00