Commit Graph

42 Commits (cycle-task-create)

Author SHA1 Message Date
Zef Hemel 80f9c14b96
Change how attribute indexing and completion works (#1061)
* Creation of separate aspring-page objects for pages linked to, but not created
* Show "No results" instead of broken markdown table for no query results
* Show schema validation errors
* Deno upgrade
* Adds config support to plugs (see examples)
* Moves all builtin schemas to plug config
* Adds core plug just for builtin schemas
* Changes how attributes are indexed and completed, now attempts to derive a JSON schema for ad hoc attributes
2024-08-24 12:35:09 +02:00
Zef Hemel 6faa0edf1a Fix release 2024-08-18 17:22:51 +02:00
Zef Hemel 6b69449d05
More JSR (#1027)
* Move all syscalls to JSR-style package naming
* Eliminating some prefixes in import maps
2024-08-06 20:11:38 +02:00
Zef Hemel 64e116f75e lint cleanup 2024-07-30 15:17:34 +02:00
Florent 5226c43552
Support arm64 arch for Linux (#906) 2024-06-28 12:22:01 +02:00
Zef Hemel e9c3d74dbf Deno version bump 2024-06-07 08:26:16 +02:00
Zef Hemel 8617aa5e3e Deno bump to 1.42 2024-04-09 09:30:51 +02:00
Zef Hemel 33effe0cc3 Bump Deno to 1.41 2024-02-25 08:22:15 +01:00
Zef Hemel c338693343 Upgrade to deno 1.40 2024-01-28 14:13:37 +01:00
Zef Hemel e508628826 Lock Deno to 1.39.4 for now 2024-01-25 14:51:10 +01:00
Zef Hemel 8404256ccb Fixes #643 2024-01-25 11:42:36 +01:00
Zef Hemel 0e66920550 Bump deno version 2024-01-15 16:46:37 +01:00
Zef Hemel 5b3dd500e4 Adding typecheck to "deno task test" 2024-01-08 16:32:43 +01:00
Zef Hemel b14a7a4c64 Deno version bumps 2023-11-20 12:53:57 +01:00
Zef Hemel 62be257efe Fixes #556 by upgrading the deno version to 1.38 2023-11-11 13:44:09 +01:00
Zef Hemel 23e99b0c46 Release without draft 2023-10-29 10:00:46 +01:00
Zef Hemel 0313565610
Complete redo of content indexing and querying (#517)
Complete redo of data store
Introduces live queries and live templates
2023-10-03 14:16:33 +02:00
Zef Hemel a1c623b1f5 edge docker release 2023-07-24 15:15:15 +02:00
Zef Hemel d32761fe07 edge docker release 2023-07-24 15:01:39 +02:00
Zef Hemel d764c564ec
Update test.yml with deno 1.35 2023-07-15 14:26:18 +02:00
Zef Hemel fcda68dbfe Work towards a single-binary silverbullet 2023-07-02 15:43:02 +02:00
Zef Hemel 2035587d65 Attempt to fix docker build 2023-06-13 20:52:47 +02:00
Zef Hemel 8e0a7cf177
Real-time collaboration within space (#411) 2023-06-13 20:47:05 +02:00
Zef Hemel 5f484bed57
SilverBullet pivot to become an offline-first PWA (#403) 2023-05-23 20:53:53 +02:00
me|kor c8d0b2df14
Feature: Docker multiarch image (amd64 & arm64) dynamic tags and ghcr repositoy (#400)
* Enabled multiarch build with buildx, qemu and also enabled ghcr, improved tagging

- Enabled multiarch build with buildx, qemu and also enabled ghcr
- Improved image tagging
- Getting rid unknown/unknonw architecture in ghcr
    - https://github.com/docker/build-push-action
    - https://docs.docker.com/build/attestations/slsa-provenance/
    - https://github.com/docker/build-push-action/issues/820

* Switched to lukechannings/deno docke rimage as proposed in #136

- silverbulletmd/silverbullet/issues/136

(cherry picked from commit 176b70f5481dbbef9744818662f47617903de209)

* Added tini, condensed Dockerfile Run to one step, cleaning up image

- tini is missing in new base image, so I added it manually, as
  documented in https://github.com/krallin/tini

(cherry picked from commit 4d549b8f5b45bcc9ea04a0e7a4fdc3c82cdd7f5c)

* Using TARGETARCH for downloading tini

(cherry picked from commit 23a6019da00115b34c3bd09eb0c733172edcebbc)
2023-05-09 15:31:40 +02:00
Zef Hemel 5c7b649705 Fixes #198 by tagging docker images 2023-05-07 13:46:04 +02:00
Zef Hemel a28966b410 Dep update, build fixes 2023-04-19 10:46:20 +02:00
Zef Hemel 18c1da4431 Rebranding from "Silver Bullet" to "SilverBullet" and updated a lot of website copy 2023-01-16 16:45:55 +01:00
Zef Hemel 71b3ee4c77 Add static typecheck to pipeline 2023-01-15 11:33:09 +01:00
Zef Hemel 2e25718ff6 Fixes #305 2023-01-14 03:05:07 -08:00
Zef Hemel a56e14bff1
Sync engine (#298)
Fixes #261
2023-01-13 15:41:29 +01:00
Zef Hemel 168187d13f Add silverbullet.js to release 2023-01-05 15:34:02 +01:00
Zef Hemel 9e2dbcf015 Fix build 2023-01-05 15:31:10 +01:00
Zef Hemel 7e6781012e 0.2.6 2023-01-05 15:26:56 +01:00
Zef Hemel 23d090eed0 Fixes #283 2023-01-05 15:13:14 +01:00
Zef Hemel fdc08d893a
PoC Electron app (#264)
Initial version of Electron wrapper + build pipeline
2023-01-03 20:46:52 +01:00
Zef Hemel 5b8c25f8b3
Deno docker update (#174)
Fix #150: update Dockerfile and docker-compose
2022-12-07 18:43:47 +01:00
Zef Hemel dff2a3dfa4 Dependency bump 2022-11-19 16:05:37 +01:00
Zef Hemel 987297ae8b Bump deno version to 1.27.2 2022-11-09 11:45:59 +01:00
Zef Hemel 4d66d2bf7e
Fix build 2022-11-01 17:28:14 +01:00
Zef Hemel 6013426212 Fixes #93 #56 2022-10-17 16:28:58 +02:00
Zef Hemel 6101ef0f93
Github action to run tests 2022-10-15 18:38:40 +02:00