Skip to content

Releases: fastenhealth/fasten-onprem

v0.1.5

29 Aug 03:11
Compare
Choose a tag to compare
  • [feat] Dashboard Widget Enhancements 🥳
    • Aggregation functionality added, groupBy, sortBy, orderBy
    • Fixed Donut graph in example.
    • Adding ability to customize dashboard (load configuration from Github Gists).
  • [feat] Usability updates for Explore tables
    • fixes #214
    • fixes #213
    • adding pagination to the explore page.
      • fixes #216
      • disabled sorting on Explore page tables.
  • [feat] Add User Settings table
  • [bug] Footer is hiding page elements. Temporarily fixed #160 by adding a margin-bottom:50px style to the Resource details debug bar.
  • [bug] ui fixes for medical history page. (broken details links and [Object object])
  • [bug] fixing Condition onset and abatement extraction.
  • [feat] update fasten-sources version to v0.2.13
    • fixes #225
    • Some providers do not correctly return wrapped Binary resources, instead returning raw PDF's which are skipped during sync. Added logic to handle and wrap these resources ourselves.
    • better parsing of date/datetime values in FHIR Resources (previously only datetime was supported)
    • eClinicalHealth/Healow providers added (1,583 clinics)
    • AthenaHealth providers added (16,000 clinics)
  • make sure that the Binary component in the UI can query against the ResourceType+ResourceId and the SourceURI

Images

Screen Shot 2023-08-25 at 5 10 27 PM Screen Shot 2023-08-30 at 5 38 57 PM Screen Shot 2023-08-30 at 5 38 38 PM
Timestamp SHA Message Author
2023-08-29T03:11Z c4eb009 (v0.1.5) Automated packaging of release by Packagr packagrio-bot
2023-08-28T23:23Z a9cb793 split frontend routing config from backend config. Added method to use embedded frontend routing. rename desktop config to desktop_sandbox config. adding desktop_mode (used for Wails Desktop app + hash based routing) make sure all window.location parsing works correctly with desktop_mode Jason Kulatunga
2023-08-28T17:42Z 0984f9e upgrade fasten-sources to 0.3.0 which significantly decreases the compile size (+ hopefully time) Jason Kulatunga
2023-08-28T00:09Z 0a9eb88 fixing module name (fasten-onprem vs fastenhealth-onprem) Jason Kulatunga
2023-08-27T20:56Z 011cfa3 fixing build commands. make sure that we can build a desktop flavor of the UI. Jason Kulatunga
2023-08-26T15:45Z 16209c9 Update README.md Jason Kulatunga
2023-08-26T00:04Z 8a080eb update fasten-sources, adding support for AthenaHealth providers related fastenhealth/fasten-sources#8 Jason Kulatunga
2023-08-25T22:48Z c9b482d fixing token expiration time (can be number or string), make sure we parse it correctly. Jason Kulatunga
2023-08-25T22:38Z b351919 fixing some tests. Jason Kulatunga
2023-08-25T04:43Z 8b33c6d adding examples and documentation links. Jason Kulatunga
2023-08-25T04:22Z 3498632 handle errors better. add dashboard location validation. Jason Kulatunga
2023-08-25T03:40Z 9a4dcf9 adding tests for dashboard settings fixing database persistence for settings. using reflection instead of abusing AppConfig for parsing UserSettingsEntries to UserSettings struct. Jason Kulatunga
2023-08-25T00:07Z cb6cb1d adding the ability to add one custom dashboard at a time. make sure source information is automatically populated for remote dashboards adding modals to add dashboard via UI addign modals to edit make sure we can switch between dashboards. Jason Kulatunga
2023-08-24T19:28Z 31479a4 adding support for user settings (Remote Dashboard Locations) Jason Kulatunga
2023-08-23T20:48Z a0bce39 update readme with additional information about future plans. Jason Kulatunga
2023-08-23T19:24Z 3fe7291 adding ability to count by wildcard (source_resource_type). internal fields like id, source_id, source_resource_id and source_resource_type are now queryable via keyword type. Jason Kulatunga
2023-08-23T01:11Z dbc2f49 make sure that we can filter by platform in the left menu. Jason Kulatunga
2023-08-22T22:58Z dd50faa update instructions for dashboard. Jason Kulatunga
2023-08-22T00:20Z 3db12ee adding information about the unsafe endpoints. Dashboard locations should be added to settings table. Jason Kulatunga
2023-08-18T00:32Z 97f15d5 adding popover info for General Practitioner/Primary Care. Jason Kulatunga
2023-08-17T23:32Z 5b01441 style fixes (right-clickable links) related #192 Jason Kulatunga
2023-08-17T23:02Z 4e7560f fixing resource links. Jason Kulatunga
2023-08-17T22:51Z 2a8b302 fixing tests. Jason Kulatunga
2023-08-17T22:40Z 3c30298 fixing tests. Jason Kulatunga
2023-08-17T22:15Z 7c9a322 remove fasten-sources dependency alias. Jason Kulatunga
2023-08-17T22:14Z 3485938 remove fasten-sources dependency alias. Jason Kulatunga
2023-08-17T22:09Z 43cc6b4 make sure the diagnostic report correctly embeds attachments. Make sure that Binary resource types with fully qualified urls identifier are handled correctly (base64 encoded url is the ResourceID). Update fasten-sources version. Jason Kulatunga
2023-08-17T18:14Z 2f29239 where possible store the SourceURI with the resource. requires updated version of Fasten sources (better Binary compatibility) Jason Kulatunga
2023-08-14T23:50Z 936af44 disable client-side sorting in explore tables. Jason Kulatunga
2023-08-14T23:11Z b3a173d working aggregation code Jason Kulatunga
2023-08-14T22:50Z 6f56fa9 working aggregation code. added tests for sql generation. Jason Kulatunga
2023-08-14T06:35Z 2c5133b adding testing framework for Aggregation code. WIP. Jason Kulatunga
2023-08-11T20:24Z 495fce5 starting to work on GroupBy aggregations Jason Kulatunga
2023-08-13T21:28Z 1f113cd make sure reference fields are correctly extracted and stored in the DB. Jason Kulatunga
2023-08-13T20:15Z 4f60d0e bump fasten-sources version (includes Immunization extraction fixes) Jason Kulatunga
2023-08-13T18:30Z 4dad809 removing Resource. segment of FHIRpath expressions (not supported) Jason Kulatunga
2023-08-13T18:21Z ddbf650 fixing Condition onset and abatement extraction. Jason Kulatunga
2023-08-12T13:30Z b4ee83b make sure explore page loading animation is present until all source lookups are complete. Jason Kulatunga
2023-08-12T06:04Z 169dc28 Practitioner UI tweaks. Jason Kulatunga
2023-08-12T05:44Z 410696c adding pagination to the explore page. fixes #216 simplified fallback component for table list Jason Kulatunga
2023-08-12T03:20Z 83114f0 UI updates. Jason Kulatunga
2023-08-11T22:51Z f94f29d cleanup html attachments. fixing attachment titles. Jason Kulatunga
2023-08-11T21:51Z 9469e29 ui fixes for medical history page. (broken details links and [Object object]) Jason Kulatunga
2023-08-11T14:17Z b834d3f added a buffer to temporarily fix #160 Jason Kulatunga
2023-08-11T14:13Z ba64565 set a min image height for medical-sources-card, to ensure SVG images are always displayed. Jason Kulatunga
2023-08-09T22:15Z 204d35b more updates. Jason Kulatunga
2023-08-09T22:08Z a298635 updates to PR213. Added codeableConcept formatter and safe chaining to table explore view. Jason Kulatunga
2023-08-04T05:22Z 09640e5 Update list-condition.component.ts OhHeyAlan
2023-08-04T05:22Z 20c2dd0 Update list-allergy-intolerance.component.ts OhHeyAlan
2023-08-04T05:21Z 13c07c7 Update list-diagnostic-report.component.ts OhHeyAlan
2023-08-04T05:21Z 69e0d19 Update list-document-reference.component.ts OhHeyAlan
2023-08-04T05:20Z 22ca083 Update list-encounter.component.ts OhHeyAlan
2023-08-04T05:19Z 1273504 Update list-immunization.component.ts OhHeyAlan
2023-08-04T05:19Z b1f7c47 Update list-medication-request.component.ts OhHeyAlan
2023-08-04T05:18Z 285e1ff Update list-medication.component.ts OhHeyAlan
2023-08-04T05:17Z 1f331d8 Update list-medication.component.ts OhHeyAlan
2023-08-04T05:16Z 45059fa Update list-observation.component.ts OhHeyAlan
2023-08-04T05:12Z 54e644b Update list-service-request.component.ts OhHeyAlan
2023-08-09T18:51Z 90df9bf update gitignore file to exclude DB snapshots. Jason Kulatunga
2023-08-09T18:49Z c2d82b3 fixing event type for latest docker image tag. Jason Kulatunga

v0.1.4

09 Aug 04:12
Compare
Choose a tag to compare
  • [feat] ClinicalWorks sandbox was added
  • [feat] when creating a new release, the main flavor should be tagged with latest
  • [feat] DB enhancements for FHIR Resource documents:
    • make sure sortTitle and sortDate are correctly set
    • failures during SearchParameter extraction should not cause the resource to be skipped.
    • correctly handle time.Time extraction & storage
    • default to nil if empty list is returned during extraction.
  • [feat] (re)added Explore page, rename all usages of "source" page to "explore"
  • [feat] enabled Allscripts Endpoints.
  • [bug] ongoing fixes to the Widgets & Dashboard
    • moving dashboard widget processing code into its own function, so we can test it without an API call.
    • adding tests for dashboard widget component.
    • fixing code to get the last item from the dataset (was previously modifying the array, causing widgets to break)
  • [bug] Allscripts sandbox was fixed (patient id from idtoken if present)
  • [bug] Fixed Anthem/CareEvolution providers (broken when confidential PKCE support was added)
  • [bug] make sure we can handle HumanName and Address type objects as SearchParameters
  • [bug] sort all resources by "sort_date" column during query
Timestamp SHA Message Author
2023-08-09T04:12Z 8c4e926 (v0.1.4) Automated packaging of release by Packagr packagrio-bot
2023-08-09T00:56Z cb1dab7 fix backend tests Jason Kulatunga
2023-08-08T22:47Z fa70566 fixing allscripts endpoints. Jason Kulatunga
2023-08-08T19:13Z d090989 update medical sources connect flow, correctly extract Patient ID when absolute url provided. update logos update fasten-sources version to 0.2.5 (eclinicalworks sandbox, allscripts sandbox, allscripts Patient R4 endpoints) Jason Kulatunga
2023-08-04T03:08Z 568fa1e rename additional usages of "source" page to "explore" Jason Kulatunga
2023-08-04T03:03Z 0397a2f sort all resources by "sort_date" column during query return units when querying rename all usages of "source" page to "explore" adding new explore page. fix dashboard widgets to correctly Jason Kulatunga
2023-08-02T03:29Z 28cb918 make sure sortTitle and SortDate are correctly set when extracting searchParamters Failures during searchparameter extraction should not cause the resource to be skipped. Update searchparameter extraction to correctly handle Time objects Update searchparameter extraction to default to nil if empty list is returned during extraction. Jason Kulatunga
2023-07-31T16:16Z 9e776c6 make sure HumanName and Address types are correctly extracted as searchable strings. Make sure they can be searched against using the query endpoint. Jason Kulatunga
2023-07-31T04:41Z 94fa479 update the generator script for FhirResource storage. Jason Kulatunga
2023-07-31T04:40Z 0517f9b make sure we can handle HumanName and Address type objects (convert to string). Jason Kulatunga
2023-07-31T02:51Z 6433de8 make sure refreshed token is stored in the database when making raw unsafe requests. Jason Kulatunga
2023-07-30T01:09Z 956368c enable latest tag for main flavor and tag. fixes #200 Jason Kulatunga
2023-07-30T00:28Z 80e0998 Fix Displayed Age. (#201) OhHeyAlan
2023-07-28T02:06Z 72062f3 Merge pull request #198 from fastenhealth/dashboard-fixes Jason Kulatunga
2023-07-28T01:32Z fefb2e8 try to extact patient id from idtoken if present (used in AllScripts). Jason Kulatunga
2023-07-27T01:54Z 07f0a1f in response wrapper, the error field is optional Dashboard widget query processing is now done in the dashboard-widget. added tests for dashboard-widget. Jason Kulatunga
2023-07-25T03:09Z 779948a moving dashboard widget processing code into its own function, so we can test it without an API call. adding tests for dashboard widget component. Jason Kulatunga

v0.1.3

21 Jul 05:40
Compare
Choose a tag to compare
  • [feat] Epic offline scope support:
    • make sure that we can generate offline tokens for Epic providers (using dynamic client registration - https://fhir.epic.com/Documentation?docId=Oauth2&section=Standalone-Oauth2-OfflineAccess-0)
    • when SourceCredential is sent to the CreateSource API, we'll check if dynamic client regirstion is enabled. If it is, we'll use this token to register a new client, store the client information, and geneate a new Access Token using the key pair associated with this newly registered client.
    • added additional fields to SourceCredential table (registration_endpoint, dynamic_client_registration_mode, dynamic_client_jwks, dynamic_client_id)
    • fixes #178
    • Screen Shot 2023-07-20 at 10 02 14 AM
  • [feat] renamed RefreshTokens to SetTokens in SourceCredential model - to have consistent naming
  • [feat] added IsDynamicClient and RefreshDynamicClientAccessToken methods to SourceCredential Model
  • [bug] make sure docker images are correctly tagged when new release is cut.
Timestamp SHA Message Author
2023-07-21T05:39Z 60bedab (v0.1.3) Automated packaging of release by Packagr packagrio-bot
2023-07-21T05:38Z 214ebfe trying to use Github App Token to create release, as thsi should allow Docker image creation to work as well. Jason Kulatunga
2023-07-21T05:26Z c2f3970 trying to use Github App Token to create release, as thsi should allow Docker image creation to work as well. Jason Kulatunga
2023-07-21T05:21Z ae4903e Merge pull request #190 from fastenhealth/epic_dynamic_client_registration Jason Kulatunga
2023-07-21T05:08Z 07d01fc fixing tests. Jason Kulatunga
2023-07-21T04:43Z f1b7e80 make sure that we print the error response body if we can. Added an update source method. After sync, if sourcecredential access token/refresh token has been updated make sure we store it int he database. Jason Kulatunga
2023-07-20T05:45Z a5b3715 - make sure that we can generate offline tokens for Epic providers (using dynamic client registration - https://fhir.epic.com/Documentation?docId=Oauth2&section=Standalone-Oauth2-OfflineAccess-0) - when SourceCredential is sent to the CreateSource API, we'll check if dynamic client regirstion is enabled. If it is, we'll use this token to register a new client, store the client information, and geneate a new Access Token using the key pair associated with this newly registered client. - added additional fields to SourceCredential table (registration_endpoint, dynamic_client_registration_mode, dynamic_client_jwks, dynamic_client_id) - renamed RefreshTokens to SetTokens in SourceCredential model - to have consistent naming - added IsDynamicClient and RefreshDynamicClientAccessToken methods to SourceCredential Model fixes #178 Jason Kulatunga
2023-07-17T04:35Z be30cb0 better error message printing (no more [Object object]) when server error is sent. Jason Kulatunga

v0.1.0

16 Jul 19:41
Compare
Choose a tag to compare
  • [feat] ⚠️ ⚠️ BREAKING ⚠️ ⚠️ Widget Query Language Enhancements 🎉
    • Fasten's query language has changed for the better. After a very productive conversation with @codyebberson from Medplum, I've decided to mimic their solution - extract the FHIR SearchParameters for each resource as they are being stored, and store them beside the raw FHIR resource data. This means querying is more performant with a "well documented" syntax (we'll be using a subset of the FHIR search syntax)
    • every FHIR resource type is now stored in its own table. This allows us to create additional columns for resource specific search parameter values.
      the new DB schema is incompatible with the old one, so you will need to delete your old .db file if you've persisted it outside of the container
    • Documentation for the Dashboard Configuration & Query language has been started (still a WIP)
    • closes #156
    • related #182
  • [feat] Widget-based Dashboard Enhancements 🥳
  • [feat] 1000's of user contributed logos and websites for healthcare institutions have been merged into our dataset. Thanks to all our contributors!
  • [feat] Fixed a long standing issue when syncing resources with Healthcare institutions. Users with large patient histories would only see a portion of their data in Fasten, as their access token would expire before the sync completed. We've fixed this to refresh tokens even in the middle of the sync.
  • [feat] Almost complete test coverage has been added to the database layer.
  • [feat] Adding Storybook UI Library to display FHIR Components and available Dashboard Widgets
  • [bug] Fixed some compilation issues related to the ballooning size of the fasten-sources library
  • [bug] CI fixes related to docker image builds
Timestamp SHA Message Author
2023-07-16T19:40Z 40ca73e (v0.1.0) Automated packaging of release by Packagr packagrio-bot
2023-07-16T16:37Z 59fd25c do not print out the issuer key in plain text. only used for debugging. Jason Kulatunga
2023-07-15T03:43Z e897ddc fix docker image build again. Jason Kulatunga
2023-07-15T03:15Z b85cb51 make sure we can build docker images in parallel again (no mutex via volume mount caching) Jason Kulatunga
2023-07-15T02:52Z 12cfcae make sure that the sourcecredential interface is a pointer reciever. Jason Kulatunga
2023-07-11T04:17Z 49cee9f trying to fix OOM parallel build issue Jason Kulatunga
2023-07-11T04:11Z c8f06ea trying to fix OOM parallel build issue Jason Kulatunga
2023-07-10T16:10Z e34cca2 trying to fix OOM parallel build issue Jason Kulatunga
2023-07-10T05:15Z e60771c using fasten ascii art during startup. Jason Kulatunga
2023-07-10T04:59Z ea26ead update to fasten-sources 1.15 (includes 1200+ changes to source logos + patient access urls) Jason Kulatunga
2023-07-10T04:23Z 50ba91f differentiate error messages adding 600+ manually downloaded logos, thanks to everyone who contributed! Jason Kulatunga
2023-07-09T00:54Z f0fa05c adding new fhir resources. Jason Kulatunga
2023-07-08T16:50Z 7ae0546 make sure that branch tags are only present if its not main. Jason Kulatunga
2023-07-08T16:37Z 25ae2c6 build multiple flavors at the same time. handle tags for branches Jason Kulatunga
2023-07-08T14:43Z f1f2da2 Widget Dashboard Queries using extracted Search Parameters (#179) Jason Kulatunga
2023-05-19T14:58Z 3db6c42 ARM7 support adding support for ARM7 docker image builds. Jason Kulatunga

v0.0.12

14 May 17:45
Compare
Choose a tag to compare
  • [feat] Users can now filter Medical Sources by Category
    • filter component can expand and shrink with animations
  • [feat] When clicking on a medical source chicklet/card, users will be provided with more information about the source, including Patient Portal url & category information if available.
  • [feat] Added a link to the Google Spreadsheet where users can report issues/contribute fixes to the list of Medical Sources
  • [bug] Updated the list of Medical Sources (added ~350 missing Epic providers)

Screen Shot 2023-05-09 at 11 15 01 AM Screen Shot 2023-05-09 at 11 14 48 AM

v0.0.11

05 May 16:07
Compare
Choose a tag to compare
  • [feat] 🚧 🚧 🚧 Introducing Widget based Dashboard! 🚧 🚧 🚧
    • still under construction. Will eventually allow users to build customizable widget-based dashboards, and share them with other users who have similar conditions.
    • related #21
  • [bug] Dockerfile fixes (EXPOSE port)
  • [bug] Better login page input validation messages
  • [feat] Add support for Dynamically generating DAG Graph from Patient records, with custom Sources & Sinks.
  • [docs] Update link for creating new issues
  • [feat] Add patient-friendly descriptions for all resources with Codes
  • [docs] Adding support for Storybook - making component development & testing easier.
  • [feat] Support PKCE authentication for confidential clients
  • [feat] Migrating Angular components to standalone (to work with Storybook and provide better isolation/testing)
  • [feat] Adding git version information to footer for easier debugging.
  • [bug] Patient age was hardcoded to 58

Screen Shot 2023-04-26 at 6 20 44 PM

Screen Shot 2023-04-23 at 10 33 57 AM

v0.0.10

15 Apr 17:18
Compare
Choose a tag to compare
  • Fasten now supports almost 10000 healthcare institutions -- with 1000's more on the way.
    • You can connect with your personal accounts, importing your own electronic medical records!
    • If you just want to test out Fasten, you can continue to use Sandbox credentials, full of synthetically created test data.
  • As promised, not only can you manually enter your medical records using our helpful form (Conditions, Medications, Practitioners, Locations/Organizations, Surgeries/Procedures, etc), you can now also upload documentation (PDFs, notes, etc) and medical imaging results (DICOM)! Take a look at the screenshot album
  • Added patient-friendly descriptions for medical codes (LOINC/SNOMED) so that Fasten users can understand their medical history with context.
  • Fixed a couple of popular but broken Healthcare Institutions:
    • Aetna
    • Anthem/BlueCross
    • Kaiser Permanente (coming soon)
  • Created a Blog! https://www.fastenhealth.com
  • Added a Policy repository - https://github.com/fastenhealth/policy where you can see changes to our Terms of Service & Privacy Policy.

Screen Shot 2023-03-24 at 8 42 07 AM

DICOM

v0.0.9

15 Mar 14:33
Compare
Choose a tag to compare
  • Fasten now supports almost 6000 healthcare institutions -- with 1000's more on the way.
    • You can now connect with your personal accounts, importing your own electronic medical records!
    • If you just want to test out Fasten, you can continue to use Sandbox credentials, full of synthetically created test data.
  • You can now manually enter your medical records using our helpful form (Conditions, Medications, Practitioners, Locations/Organizations, Surgeries/Procedures, etc).
    • For Patients in the US, these fields support auto-complete using data from National Practitioners Database (Locations/Pracititioners/Organizations), National Library of Medicine (Medication and Procedures) and Centers for Medicare & Medicaid Services (Conditions)
  • Branding logos & homepages have been added for many sources, making it easier to recognize your provider
  • Provider search has been enhanced, adding pagination, full text search and filtering by tags

Screen_Shot_2023-03-05_at_9 57 09_PM

Screenshot_2023-03-05_at_21-56-41_fastenhealth

v0.0.8

01 Feb 05:58
Compare
Choose a tag to compare
Timestamp SHA Message Author
2023-02-01T05:58Z 6402777 (v0.0.8) Automated packaging of release by Packagr packagrio-bot
2023-02-01T05:55Z d6a6654 using packagr app for version bumping while still keeping branch rest… (#56) Jason Kulatunga
2023-02-01T02:58Z 668bcce fix current version. Jason Kulatunga
2023-02-01T02:56Z 4dd8942 when triggering a release, CI is required. just tagging build. Jason Kulatunga
2023-02-01T02:30Z 0aa331c Use Depot for Docker builds (#55) Co-authored-by: Jacob Gillespie jacobwgillespie@gmail.com Jason Kulatunga
2023-01-30T05:52Z 99ab993 remove azure pipelines script. Jason Kulatunga
2023-01-30T05:27Z 88affc1 Set up CI with Azure Pipelines [skip ci] Jason Kulatunga
2023-01-26T16:07Z 4b0fc2c try using binfmt image. Jason Kulatunga
2023-01-26T15:50Z edc5ec7 try multiplatform build without qemu Jason Kulatunga
2023-01-26T11:15Z e3501c9 fix target. Jason Kulatunga
2023-01-26T11:14Z eebab3d fixing make location. Jason Kulatunga
2023-01-26T11:11Z 220a713 fixing build. Jason Kulatunga
2023-01-26T11:10Z 22f23e2 fixing config file -- correct database mount location. Jason Kulatunga
2023-01-26T11:08Z a89f640 build frontend before UI Jason Kulatunga
2023-01-26T10:45Z 04c3c4d yarn cache (node_modules) directory should already exist, so yarn install should be a noop. Jason Kulatunga
2023-01-26T10:03Z 0a5dd6a cleaned up some ancient dependencies. Jason Kulatunga
2023-01-26T09:41Z 47feec7 set concurrency . Jason Kulatunga
2023-01-26T09:36Z 81b74f7 remove timeout. Jason Kulatunga
2023-01-26T09:36Z 94c7996 dont force using lockfile version, maybe incompatibilities due to arch? Jason Kulatunga
2023-01-26T07:11Z 74650c4 trying to fix timeout. Jason Kulatunga
2023-01-26T06:33Z 6d5d009 trying to fix timeout. Jason Kulatunga
2023-01-26T06:31Z 2889904 trying to fix timeout. Jason Kulatunga
2023-01-26T06:26Z 248f42f trying to fix timeout. Jason Kulatunga
2023-01-26T06:22Z 50a94b1 trying to fix timeout. Jason Kulatunga
2023-01-26T05:50Z 7554f3b trying to fix yarn install. forcing npm registry. Jason Kulatunga
2023-01-26T05:06Z 7eb86d9 removing yarn timeout command. Jason Kulatunga
2023-01-26T02:33Z 914ed97 Update README.md Jason Kulatunga
2023-01-26T02:00Z c013336 build multiple arch Jason Kulatunga

v0.0.7

01 Feb 02:59
Compare
Choose a tag to compare
Timestamp SHA Message Author
2023-02-01T02:59Z da9b2af (v0.0.7) Automated packaging of release by Packagr packagrio-bot
2023-02-01T02:58Z 668bcce fix current version. Jason Kulatunga
2023-02-01T02:56Z 4dd8942 when triggering a release, CI is required. just tagging build. Jason Kulatunga
2023-02-01T02:30Z 0aa331c Use Depot for Docker builds (#55) Co-authored-by: Jacob Gillespie jacobwgillespie@gmail.com Jason Kulatunga
2023-01-30T05:52Z 99ab993 remove azure pipelines script. Jason Kulatunga
2023-01-30T05:27Z 88affc1 Set up CI with Azure Pipelines [skip ci] Jason Kulatunga
2023-01-26T16:07Z 4b0fc2c try using binfmt image. Jason Kulatunga
2023-01-26T15:50Z edc5ec7 try multiplatform build without qemu Jason Kulatunga
2023-01-26T11:15Z e3501c9 fix target. Jason Kulatunga
2023-01-26T11:14Z eebab3d fixing make location. Jason Kulatunga
2023-01-26T11:11Z 220a713 fixing build. Jason Kulatunga
2023-01-26T11:10Z 22f23e2 fixing config file -- correct database mount location. Jason Kulatunga
2023-01-26T11:08Z a89f640 build frontend before UI Jason Kulatunga
2023-01-26T10:45Z 04c3c4d yarn cache (node_modules) directory should already exist, so yarn install should be a noop. Jason Kulatunga
2023-01-26T10:03Z 0a5dd6a cleaned up some ancient dependencies. Jason Kulatunga
2023-01-26T09:41Z 47feec7 set concurrency . Jason Kulatunga
2023-01-26T09:36Z 81b74f7 remove timeout. Jason Kulatunga
2023-01-26T09:36Z 94c7996 dont force using lockfile version, maybe incompatibilities due to arch? Jason Kulatunga
2023-01-26T07:11Z 74650c4 trying to fix timeout. Jason Kulatunga
2023-01-26T06:33Z 6d5d009 trying to fix timeout. Jason Kulatunga
2023-01-26T06:31Z 2889904 trying to fix timeout. Jason Kulatunga
2023-01-26T06:26Z 248f42f trying to fix timeout. Jason Kulatunga
2023-01-26T06:22Z 50a94b1 trying to fix timeout. Jason Kulatunga
2023-01-26T05:50Z 7554f3b trying to fix yarn install. forcing npm registry. Jason Kulatunga
2023-01-26T05:06Z 7eb86d9 removing yarn timeout command. Jason Kulatunga
2023-01-26T02:33Z 914ed97 Update README.md Jason Kulatunga
2023-01-26T02:00Z c013336 build multiple arch Jason Kulatunga