-
Notifications
You must be signed in to change notification settings - Fork 7
Flux deploy preview for use in WE #596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jhweir
wants to merge
78
commits into
dev
Choose a base branch
from
feat/sparql-cleanup-ad4m-version-test-4
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
78 commits
Select commit
Hold shift + click to select a range
543ef59
feat(WS-5): replace N+1 graph walks with SPARQL model methods
HexaField 5d8a540
feat(WS-6): add ChannelSummary and MessageSummary lightweight read mo…
HexaField 5b71137
feat(WS-3): fix query scoping in composables
HexaField 8f1b6e5
feat(WS-4): replace raw listeners with scoped live queries
HexaField b75e9da
fix: strip comments in structural tests to avoid false positives
HexaField df99ce3
refactor: replace workstream references with descriptive comments
HexaField ac45650
fix(api): use GROUP BY aggregation in recentConversations() SPARQL
HexaField 93eb2fb
fix(app): add concurrency guard to refreshAllData()
HexaField 7d99cb0
fix(test): harden scoping tests to fail on regex mismatch
HexaField 4af6d86
refactor(timeline): replace refreshAllData with reactive watchEffect …
HexaField e57359f
refactor(test): replace Jest with Vitest, rewrite structural tests as…
HexaField 9e8d299
fix: revert ad4m overrides from file: paths back to version refs
HexaField e4981dd
ci: retrigger Netlify deploy (file: overrides reverted)
HexaField e9c8142
fix: revert packages/ui/meta.json to dev state (auto-generated)
HexaField 8cd9a78
fix: regenerate pnpm-lock.yaml cleanly (remove build-script residue)
HexaField 5441db5
ci: trigger rebuild and Netlify redeploy
HexaField f502a4a
fix: commit uncommitted feat branch changes (CreateCommunityModal, lo…
HexaField 1162ad2
Merge remote-tracking branch 'github/dev' into feat/architectural-opt…
HexaField 7e2cc98
ci: retrigger Netlify deploy after AD4M review fixes
HexaField 2b1fdc7
ci: retrigger Netlify deploy
HexaField bf3f620
fix: regenerate pnpm-lock.yaml without file: overrides (fixes Netlify…
HexaField 48aab0c
fix: SPARQL literal matching + Vue proxy safety for imported perspect…
HexaField e839634
feat: migrate custom SPARQL queries from GRAPH to RDF 1.2 reifier pat…
HexaField 7749dbd
fix: handle private:// prefix and plain UUIDs in community routes
HexaField 194936b
fix: guard against undefined channel in sidebar and community view te…
HexaField 3bf1d94
fix: prefer transcript_started_at over link timestamp for transcripti…
HexaField a1f2d60
ci: retrigger Netlify deploy
HexaField 3e54d28
ci: retrigger Netlify deploy (target: dev)
HexaField fe411c3
Merge remote-tracking branch 'origin/dev' into feat/sparql-1.2
HexaField f71830a
Merge branch 'feat/sparql-1.2' of https://github.com/coasys/flux into…
HexaField 6dc9b66
ci: add lint + typecheck to CI workflows
HexaField ca30111
fix: use targeted SPARQL subscription for channel item updates
HexaField 363b267
fix: address CodeRabbit review feedback
HexaField d3acbfb
fix: populate conversation cache in getRecentConversations/getPinnedC…
HexaField 1abff18
fix: update channel view handling to use fullChannel instance for per…
HexaField 185159d
fix: enhance conversation hydration in community service for better s…
HexaField 21c3d66
fix: guard async channel watchers against stale responses
HexaField 0704801
fix: use shallowRef for myPerspectives to prevent Vue Proxy breaking …
HexaField af67058
feat: convert Prolog queries to SPARQL (Phase 4)
HexaField 5a11363
feat: replace addListener with targeted subscribeQuery (Phases 5+6)
HexaField 7d2f758
fix: eliminate N+1 query patterns in PollCard and useCommunityService
HexaField e4d3bf6
feat: migrate kanban-view + table-view from Prolog to SHACL APIs (Pha…
HexaField ba306c1
chore: replace remaining addListener with subscribeQuery, remove dead…
HexaField 8f2b8a5
feat: Phase 11 — remove usePerspectives link bus
HexaField 1e599e8
ci: retrigger after AD4M hooks-helpers fix
HexaField 6bac137
ci: override all AD4M hook packages in linked builds
HexaField 8220753
debug: add CI diagnostic output to conversation tests
HexaField fa212d4
chore: remove CI debug logging from conversation tests
HexaField 13550a3
fix: restore missing useRoute import in MainView.vue
HexaField ed365f3
fix: subscription type mismatch, local SDK linking, channel prefix st…
HexaField ba12ab5
fix(ui): use lit/directives instead of lit-html/directives for ifDefined
HexaField e913744
Merge branch 'dev' into feat/sparql-1.2-cleanup
HexaField 460287c
fix: add eslint-disable for second require statement
HexaField b507d7b
ci: retrigger build
HexaField d735b80
fix(ci): pin pnpm for netlify ad4m-link build
HexaField 2787c0d
fix(ci): fallback to published SDK when linked ad4m build fails
HexaField 6c388b7
fix(ci): use published ad4m overrides in netlify fallback
HexaField 7300d91
fix(ci): skip linked ad4m build on netlify deploy previews
HexaField 22a990c
fix(ci): align with dev script and pin pnpm 9 for ad4m build
HexaField 3a7c5c1
ci: force netlify redeploy
HexaField a3c05c5
fix(ci): add graceful fallback error handling for ad4m build
HexaField 60a5d83
fix(ci): improve pnpm v9 pinning with multiple fallback methods
HexaField 4864d52
ci: force netlify redeploy again
HexaField f0e2af6
fix(ci): refactor error handling for ad4m clone and build
HexaField 54fe8a2
fix(ci): skip AD4M linking on Netlify deploy previews for stability
HexaField 2d26004
fix(netlify): explicitly set pnpm v9.15.0 in Netlify environment
HexaField 8479448
ci: trigger final check
HexaField e841d2f
fix(ci): skip AD4M linking on deploy previews due to pnpm v10 incompa…
HexaField d1113f3
fix(ci): check deploy preview mode BEFORE branch name resolution
HexaField e5dcce8
fix: repair build script for feat/sparql-1.2-cleanup deployment
HexaField a3c0044
fix: align package overrides with GitHub Actions workflows
HexaField 3905d60
Ad4m version bump to 0.13.0-test-4
jhweir 719a3a0
fix: add explicit through: 'ad4m://has_child' to all implicit HasMany…
jhweir d07a297
fix: bump flux-container ad4m deps to 0.13.0-test-4 to match workspac…
jhweir 69482a0
fix: stop restoring origin/dev package.json on CI when no ad4m branch…
jhweir aecca96
chore: bump ad4m-connect to 0.13.0-test-5
jhweir b524573
chore: bump @coasys/ad4m-connect to 0.13.0-test-6
jhweir 7a7b525
chore: bump ad4m and ad4m-connect to 0.13.0-test-7
jhweir File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| ../ad4m | ||
| ../ad4m-types | ||
| vue.config.js | ||
| vue.config.js | ||
| src/views/signup/perlin.js |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.