Commit Graph

356 Commits (23f8e9ca44536a1411fd5a29516578d920181f18)

Author SHA1 Message Date
Tienson Qin 1ed0864af8 fix: add missing env variables for github actions 2024-09-09 23:58:45 +08:00
Gabriel Horner bcacc84f25 fix(dev): catch CI failures before they land on feat/db
feat/db is our stable branch for the db version and should remain green.
There were CI failures on #11492 but we didn't know until it was merged.
Just run CI on PRs to prevent this in the future
2024-09-02 09:39:34 -04:00
Gabriel Horner 5f697b98b1 Merge branch 'master' into feat/db 2024-08-26 10:42:38 -04:00
Tienson Qin 0ffca2b6f6
Merge branch 'feat/db' into fix/ensure-db-safety 2024-08-26 12:31:55 +08:00
Tienson Qin 072d74c798 fix: build stage 2024-08-24 19:35:08 +08:00
Tienson Qin b4ae2ccc21 chore: update projectname 2024-08-24 19:25:51 +08:00
Tienson Qin 14da67e969 chore: remove unused workflow 2024-08-24 19:24:36 +08:00
Tienson Qin 29f7d5f422 chore: add build-demo workflow 2024-08-24 19:15:00 +08:00
Tienson Qin 8995881a38 Revert "chore: update workflow"
This reverts commit eeb5989bd4.
2024-08-24 19:12:43 +08:00
Tienson Qin 278a185893 chore: update workflow 2024-08-24 18:58:04 +08:00
Tienson Qin eeb5989bd4 chore: update workflow 2024-08-24 18:55:41 +08:00
Gabriel Horner 187fa1d29e chore: disable e2e workflow without receiving 'No jobs' notifications on every push 2024-08-23 11:01:21 -04:00
charlie 88e3c4b097 chore: update build workflow 2024-08-23 15:58:11 +08:00
charlie ca89347d5e chore: add build workflow 2024-08-23 15:51:28 +08:00
Tienson Qin e25b04ff46 fix: stage static directory 2024-08-23 15:48:56 +08:00
Gabriel Horner ea6ea6f4f2 chore: disable e2e-tests for now so we can ship with 2024-08-23 01:05:31 +08:00
Gabriel Horner 89c89f0244 chore: disable e2e-tests for now so we can ship with 2024-08-22 10:52:27 -04:00
Tienson Qin 0876198cca fix: favorite page prefer id instead of name 2024-08-19 11:25:03 +08:00
Gabriel Horner 7a40761eca refactor: organize worker namespaces and lint them
Organize them to live under src/main/frontend/worker and add a lint to ensure
that common code with frontend is only under frontend/common/.
Add a linter to ensure that worker doesn't depend on frontend.
Motivated to fix after recent worker breakage fixed by
75463c4df4
2024-08-08 23:01:57 -04:00
charlie e7520cb095 chore: add GitHub workflow 2024-08-08 11:32:08 +08:00
Tienson Qin c7b10ced51 fix: bump macos runner from 11 to 12 2024-07-22 21:37:14 +08:00
Gabriel Horner 9636fbe7ab fix: remaining query dsl tests for db graphs
Re-enable CI step for testing query-dsl and db graphs
2024-06-07 18:02:32 -04:00
Gabriel Horner 161c5c8565 Merge branch 'master' into feat/db 2024-05-09 08:41:40 -04:00
Andelf b419b955cc
Add MSI build for windows (#11301) 2024-05-09 16:35:49 +08:00
Gabriel Horner af200f9f2f fix: add temporary fixmes for linters that have failed for awhile
/cc @RCmerci for remove unused rtc fns
2024-05-06 10:47:07 -04:00
charlie 2ba9f28026 Merge branch 'master' into feat/db 2024-04-15 07:58:14 +08:00
Andelf 5362aa258c ci(build): refine windows sign 2024-04-10 01:20:06 +08:00
charlie 618f3bd107 Merge branch 'master' into feat/db 2024-04-08 19:00:51 +08:00
Andelf 85e65bd95e fix: dead link, close #11205 2024-04-07 18:34:02 +08:00
Andelf 1b0ea5358a ci: self-hosted runner to codesign 2024-04-03 16:41:50 +08:00
charlie 6ade79ba3c Merge branch 'master' into feat/db 2024-04-02 17:06:26 +08:00
KaMeHb-UA 87dbf5ca21 add build support for linux arm64 2024-04-02 15:56:31 +08:00
Gabriel Horner eecb510ccb enhance: built-in properties are indexed by :db/ident
built-in-properties are identified by their :db/ident instead
of :block/name. This removes reliance on :block/name and allows
us to consistently use namespaces when identifying built-in properties

:visible was renamed to :public? and is now included in :block/schema to
allow for querying. Also added a couple more new graph tests and tweaked
CI for db dep
2024-03-27 15:03:18 -04:00
Gabriel Horner 35203268ed Merge branch 'master' into feat/db 2024-03-27 09:02:22 -04:00
Andelf 2febcb42d9 fix(build): upgrade electron-forge to v7
- use team id based notarize
2024-03-27 18:32:02 +08:00
Tienson Qin 9a59f07dc2 chore: don't run yarn cache clean 2024-03-18 21:54:58 +08:00
Tienson Qin e6a1e259b1 Use dev environment for db demo pages 2024-03-18 20:35:32 +08:00
Gabriel Horner 517eef9c27 fix: lint and disable tests that have been failing
for a couple days with new fix-me flag
2024-03-13 16:41:38 -04:00
Andelf 73017f5e5e chore(ci): deploy sourcemap 2024-01-22 21:41:31 +08:00
Tienson Qin b06b01b88b Merge branch 'master' into feat/db 2024-01-22 12:08:37 +08:00
Andelf 6ebf012518 fix(ci): android build tools path 2024-01-12 12:44:28 +08:00
Andelf bd1d23b7a5 fix(ci): missing env while building android 2024-01-03 22:49:57 +08:00
Tienson Qin 018e1ae8ee Merge branch 'master' into feat/db 2023-12-23 14:18:25 +08:00
Andelf b7c2a7b8f5 fix(ci): provide fallback for build-stage action 2023-12-22 11:28:52 +08:00
Andelf 49f08d44a1 enhance(build): release .zip for windows 2023-12-11 19:01:26 +08:00
Tienson Qin 90ffbebc17 Merge branch 'master' into feat/db 2023-11-21 13:53:16 +08:00
Andelf 71b629a657 fix(build): disable win code sign 2023-11-20 23:48:54 +08:00
Gabriel Horner 6f9143df4f chore: add db and file graph linter to CI
This has run successfully locally for weeks. Also fix install doc for
bb tasks
2023-11-17 10:35:01 -05:00
Tienson Qin ee3442a44b Merge branch 'master' into feat/db 2023-11-14 20:40:36 +08:00
Tienson Qin 9917f06b89 fix: cloudflare branch 2023-11-14 15:35:48 +08:00