-
Notifications
You must be signed in to change notification settings - Fork 33
merging master into experiimental #351
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
dellams
wants to merge
882
commits into
Experimental
Choose a base branch
from
master
base: Experimental
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
882 commits
Select commit
Hold shift + click to select a range
38715ae
Implement AptosOASIS and ElrondOASIS stubs; wire up NEAROASIS provider
dellams 10a6f1d
Implement AptosOASIS and ElrondOASIS stubs; wire up NEAROASIS provider
dellams 92e47c5
removed old files
dellams 886c5e5
Add ONODE Manager system: ONODEService supervisor, ONODE.Client libra…
dellams 8ba55db
Simplify Holon bridge routes: remove holons/ prefix, use /api/v1/onod…
dellams 2cb4929
Fix critical security bug: hash password with BCrypt in all update-by…
dellams 9d234cc
Move password hashing from AvatarController to SaveAvatarAsync in Ava…
dellams b03210e
Phase 5: provider configuration across Manager, CLI, Web4 API, ONODES…
dellams db77d9a
Phase 6: Metrics/Network/Audit tabs, toasts, tray animation, rate lim…
dellams afbdf5f
Implement 3-layer password encryption and DID SSO support
dellams 3a38785
Add Security-Encryption-DID.md — docs for 3-layer encryption and DID SSO
dellams 79e9a8f
Add DID challenge nonce endpoint (GET /api/avatar/did-challenge/{did})
dellams a67378c
Add ONODE Phase 6: SQLite metrics history, WebSocket push, Velopack a…
dellams 94008e1
Add ONODE Manager architecture, design & operations manual
dellams c1fdead
Add pluggable DID nonce store: InMemory (default) + Redis (multi-node)
dellams db63630
Fix UploadAvatarPortraitAsync: fall back to username/email if ID look…
dellams 2703388
Fix upload-avatar-portrait auth: also allow username/email match, not…
dellams 2bbcabd
Fix UploadAvatarPortraitAsync: try username then email then id
dellams 2e3a277
Fix build errors: WebSocket usings, AutoMapper downgrade, add ONODE.C…
dellams dc6a1a1
Fix remaining ONODE WebAPI build errors
dellams ecdfe67
fixing build, bumping versions, updating release history for web4 api…
dellams a420ef8
Fix HyperDrive Client docs: correct repo path OasisHyperDriveClient →…
dellams 3829724
renamed Network to ONET
dellams b56c337
Fix UpdateAvatarDetailAsync missing Title, FirstName, LastName
dellams 2d6667f
Add ONODE Manager to developer index and API README with alpha downlo…
dellams 5686375
Add WEB5-WEB10 API release history files; wire OASISBootLoader versio…
dellams 725922e
Add OASIS HyperDrive Client design spec, implementation reference, an…
dellams 03a5641
OASISBootLoader: log WEB6-WEB10 API versions on boot alongside WEB4/WEB5
dellams 986ae84
Bump WEB5 STAR API to v2.0.0
dellams d7f105d
Revert "Bump WEB5 STAR API to v2.0.0"
dellams b394d86
Revert "Fix UpdateAvatarDetailAsync missing Title, FirstName, LastName"
dellams ee10089
Comment out Avatar.AvatarId temp workaround — use base.Id (serialised…
dellams 46e48d4
Security: enforce username and email uniqueness on avatar update
dellams 42c8ba3
Fix sibling repo checkout paths to resolve missing library references
dellams a659d88
Fix ONODE Manager release: checkout sibling repos at correct path
dellams 70ef3a1
Fix Mermaid render: pass no-sandbox puppeteer config for GitHub Actions
dellams 74f2752
Fix ONET/ONODE tests: checkout sibling repos at correct path
dellams b8216d0
Fix CI/CD pipeline: checkout sibling repos at correct path, bump to .…
dellams b82a271
Fix all workflows: checkout OASIS into subdir so sibling repos stay w…
dellams a720555
Add workflow_dispatch to ONODE Manager release
dellams 2136dbe
Fix ONODE Manager: update CommunityToolkit.Mvvm to 8.5.0 for .NET 10 …
dellams a7931bf
Fix username/email uniqueness checks: bypass HyperDrive failover, use…
dellams 455fbff
Fix CS0535: restore AvatarId implementation on Avatar to satisfy IAva…
dellams e229e05
Remove AvatarId from IAvatar and Avatar: use Id only
dellams 82156fb
Fix Mermaid render: checkout branch ref to avoid detached HEAD on push
dellams 86675fa
Fix ONODE Manager: downgrade CommunityToolkit.Mvvm to 8.4.2 (8.5.0 do…
dellams 82dd5e5
Fix ONODE WebAPI build: restore AvatarId on IAvatar/Avatar, update .A…
dellams b785c82
Consolidate HyperDrive Client docs into single reference manual; upda…
dellams 14e6848
Fix ONODE Manager build errors: rename StatusColour method, fix Axis.…
dellams 4a42d9e
Fix ONODEService build: qualify System.IO.File to avoid ControllerBas…
dellams 48f991a
Warn when ONET node joins with DID auth enabled but non-Redis nonce s…
dellams 18831d7
remove redundant projects
dellams aff79bb
Fix username/email uniqueness: use HandleError not HandleWarning so p…
dellams a3e339d
Fix username/email sync: early return on conflict; add Avatar->Avatar…
dellams ab63433
Fix Guid.TryParse duplicate variable names in DataHelper (AvatarDetai…
dellams 6360efe
Refactor STARAPIClient: one type per file, SOLID SRP
dellams 7a7571a
Add OGameLib + full architecture docs
dellams 46cf044
Integrate OGLib into ODOOM and OQuake; rename OGameLib -> OGLib
dellams c5ea44a
Add gRPC endpoints to Web5/STAR ODK WebAPI
dellams 06f970b
Add gRPC endpoints to Web6 AI/ML/FAHRN/A2A WebAPI
dellams 6af6abf
Add Hot Chocolate GraphQL endpoint to Web4/ONODE WebAPI
dellams c1ad13f
Add Hot Chocolate GraphQL endpoint to Web10 Source WebAPI
dellams 4229287
Add Hot Chocolate GraphQL endpoint to Web5/STAR ODK WebAPI
dellams 287503d
Add Hot Chocolate GraphQL endpoint to Web8 Mesh Networking WebAPI
dellams 580f9b5
Add Hot Chocolate GraphQL endpoint to Web7 Collective Consciousness W…
dellams 89259a7
Add Hot Chocolate GraphQL endpoint to Web9 Singularity WebAPI
dellams 6aff966
Add Hot Chocolate GraphQL endpoint to Web6 AI/ML/FAHRN/A2A WebAPI
dellams 1f364c1
Configure Kestrel Http1AndHttp2 on Railway PORT for gRPC support acro…
dellams 073f7d8
Expand Web4 GraphQL schema with missing queries and mutations
dellams bb652d7
Add Web4 ONODE gRPC proto files
dellams c280950
Register AvatarType and HolonType with Hot Chocolate to fix GraphQL s…
dellams 86543f5
Expand Web4 GraphQL to near-100% REST coverage
dellams e8536a5
Complete Web4 GraphQL to 100% REST coverage - Bridge, HyperDrive, Com…
dellams 9586754
Complete Web6 GraphQL to 100% REST coverage - A2A, DID/VC, HolonicMem…
dellams 0c33488
Fix Web5 STAR ODK GraphQL cosmic type namespaces and method signatures
dellams 9607d55
Add SubmitSymbiosisSignalsAsync to Web7 GraphQL for 100% REST coverage
dellams fb084c0
bumped STAR API to v2.0.0.
dellams ffb2fdd
Fix Web9 build: resolve Path and UnifiedStatusReport ambiguity errors
dellams 154df0a
gRPC support
dellams 71779e8
Update Program.cs
dellams 5f288f7
Move MapGraphQL before MapControllers in Web4 UseEndpoints to match W…
dellams e7a8ea3
Expand Web5 and Web6 GraphQL schemas with full domain coverage
dellams f4a28e0
Add 100% gRPC coverage matching GraphQL endpoints
dellams 03ce629
Karma: add Benevolent platform action enums, fill all GetKarmaForType…
dellams 0505868
Fix universal 401s: move JwtMiddleware before auth and register OASIS…
dellams 2e4ed95
Add 100% gRPC and GraphQL coverage for EOSIO, Holochain, Map, OLand, …
dellams 4405677
Add CreateCollectionNftAsync and SetCollectionSizeAsync to SolanaService
dellams 438c53c
Add CreateCollectionNFT and SetCollectionSize to NFT API stack
dellams 1493b26
Docs: add create-collection-nft and set-collection-size to NFT API re…
dellams 68819ee
Fix SetAndVerifyCollection for sized collections
dellams a376bd0
Fix SetAndVerifyCollection: use instruction 32 for sized collections
dellams a93abc3
Merge branch 'master' into Development
dellams 0608003
chore(diagrams): auto-render Mermaid SVGs
github-actions[bot] 11e37ae
Add debug logging: print instruction bytes before simulate
dellams a626f03
Embed instruction bytes in error message for diagnostics
dellams 4625e01
Merge branch 'master' into Development
dellams 328bbee
Set isMutable: false on NFT and collection mints to improve RugCheck …
dellams 18978f1
Fix Web5 MetaData gRPC/GraphQL: correct UpdateAsync, DeleteAsync, Clo…
dellams a45d744
Merge pull request #367 from NextGenSoftwareUK/Development
dellams 4c33c2e
Add RevokeTokenAuthorities option to MintWeb3NFTRequest and SolanaSer…
dellams b0697ab
Add FreezeMetadata option to MintWeb3NFTRequest and SolanaService
dellams 58dbc32
Wire RevokeTokenAuthorities and FreezeMetadata through full mint stac…
dellams 584d764
Fix build: add RevokeTokenAuthorities and FreezeMetadata to MintAndPl…
dellams 17f4fe7
Disable RevokeTokenAuthorities: Metaplex transfers authority to Maste…
dellams 30124aa
Comment out RevokeTokenAuthorities everywhere in the NFT mint stack
dellams e7ef487
new script and missing grpc endpoints
dellams 03a18df
Gate mint-nft and send-nft endpoints to Wizard avatars only
dellams bcac4ab
Revert "Gate mint-nft and send-nft endpoints to Wizard avatars only"
dellams 2ab604f
Gate mint-nft and send-nft endpoints to Wizard avatars only
dellams 7a9cb4c
Reapply "Gate mint-nft and send-nft endpoints to Wizard avatars only"
dellams b25285e
Fix MongoDBOASIS SaveHolonAsync/SaveHolon always inserting instead of…
dellams 1b4897e
Add upsert fallback to HolonRepository Update/UpdateAsync
dellams 891b9e3
Fix MongoDBOASIS SaveHolonAsync/SaveHolon always inserting instead of…
dellams ec94a6a
Add upsert fallback to HolonRepository Update/UpdateAsync
dellams c63d56f
Phase 1+2: BsonIgnore IsNewHolon, fix PrepareHolonForSaving, add audi…
dellams 74705e6
Phase 1+2: BsonIgnore IsNewHolon, fix PrepareHolonForSaving, add audi…
dellams 4a3c99f
Phase 3+4: AvatarRepository upsert fallback; comment out redundant Is…
dellams 49e5b34
Phase 3+4: AvatarRepository upsert fallback; comment out redundant Is…
dellams 9bcf096
Update docs: mark all 4 phases complete
dellams 2d6aae0
Update docs: mark all 4 phases complete
dellams 0017b9a
Set isMutable: false on NFT and collection mints to improve RugCheck …
dellams c28f787
Fix Web5 MetaData gRPC/GraphQL: correct UpdateAsync, DeleteAsync, Clo…
dellams fbf833c
Revert Phase 4: restore IsNewHolon=true in all callers
dellams b8d3848
Revert Phase 4: restore IsNewHolon=true in all callers
dellams c5fc875
Enforce IsNewHolon=true contract: fix remaining callers, add XML doc …
dellams 3c9d113
Enforce IsNewHolon=true contract: fix remaining callers, add XML doc …
dellams ed6d59d
Update docs: fix phase status, Phase 4 detail, WEB6/STARNET audit ent…
dellams df46254
Update docs: fix phase status, Phase 4 detail, WEB6/STARNET audit ent…
dellams 4b288df
Revert "Phase 1+2: BsonIgnore IsNewHolon, fix PrepareHolonForSaving, …
dellams 0f0c76e
Revert "Phase 3+4: AvatarRepository upsert fallback; comment out redu…
dellams a0f067a
Revert "Revert Phase 4: restore IsNewHolon=true in all callers"
dellams db02154
Revert "Enforce IsNewHolon=true contract: fix remaining callers, add …
dellams a1b260f
Improve email text readability in avatar emails
dellams 6f25637
Improve email text readability in avatar emails
dellams af85bb0
Make remaining avatar email links white
dellams d3fe9d1
Make remaining avatar email links white
dellams 221fbc5
updated oportal uris etc
dellams cee80c1
Merge branch 'master' into Development
dellams d99b002
Revert "Phase 1+2: BsonIgnore IsNewHolon, fix PrepareHolonForSaving, …
dellams 80797b2
Revert "Phase 3+4: AvatarRepository upsert fallback; comment out redu…
dellams dddab91
Revert "Revert Phase 4: restore IsNewHolon=true in all callers"
dellams 944667a
Revert "Enforce IsNewHolon=true contract: fix remaining callers, add …
dellams 6425dc3
Fix unbounded memory usage causing nightly Railway memory spikes
dellams 80f9b2b
Add rate limiting and API key middleware, config via OASISDNA Securit…
dellams 8381a6c
Add rate limiting and API key middleware to Web5-Web10 WebAPIs
dellams e390262
Remove unused Microsoft.ML.AutoML package from Web6.Core
dellams f31d9d5
Eliminate LoadAllAvatars in security-sensitive lookup paths
dellams c0f6509
Implement efficient token lookups in MongoDB provider
dellams e608567
Implement efficient token lookups in SQLite provider
dellams b460d12
Implement efficient token lookups across all remaining providers
dellams d5ee1d4
Fix REST route hyphens and misleading NFT mint success message
dellams 248b257
Extend 3-layer encryption to wallet private keys and holon data
dellams 6ca4dc2
Expand holon MetaData encryption exempt keys and add AdditionalQuerya…
dellams 4cdc14d
Expand holon MetaData encryption exempt keys and add AdditionalQuerya…
dellams 994b60e
feat: add ODuke3D + ODuke3D-RT integrations; GUI/HUD parity for all 4…
dellams 296c047
feat: add OWolf3D integration (ECWolf fork); extend to 7-game Omniver…
dellams a67f1b2
feat: add OQuake2/OQuake2-RTX/OQuake3 integrations; complete 10-game …
dellams 90fe070
feat: add ogengine → star_api rename; fix build script paths; add Q2/…
dellams 7b88c0f
rename: star_api→ogengine across all OGame integrations; fix Q2 docs
dellams 3b74532
docs: add OGEditor integration roadmap and deep editor integration spec
dellams e887403
docs(ogeditor): add full OGEditor integration doc suite, correct UDB …
dellams a92a5ba
docs(ogeditor): clarify map format incompatibility and cross-editor p…
dellams 6d38afa
docs(ogeditor): add OGMapFormat SDK — modular community-extensible ma…
dellams 970a3e8
feat(ogengine): add teleport, spawn-event, and map-entity C API funct…
dellams 6226646
feat(star-api): add Teleport, SpawnEvents, Stories, and MapEntities c…
dellams eaba827
feat(assets): add weapons, ammo, and powerup cross-game entries to oa…
dellams f91bec9
feat(integrations): add CheckIncomingTeleport and spawn-event polling…
dellams fab08db
feat(unity): add teleport IPC polling to kernel; add Friends and Tele…
dellams a8d4e04
feat(oglib): add oglib_log.h — lightweight printf-style logger for ga…
dellams f421b83
docs: update INTEGRATION_GUIDE with teleport/spawn phases and new API…
dellams dc21d83
docs: update OGLib, portal system, per-game integration docs, and pow…
dellams fa78086
docs: update roadmap, architecture, and dev index — mark Phases 2-6 c…
dellams 51e1cce
feat(integrations): add teleport+spawn hooks to OQuake2, OQuake2-RTX,…
dellams a0456aa
refactor: rewrite StoriesController + MapEntitiesController to use Ho…
dellams 3079336
refactor: cross-game story arcs are Chapter→Mission→Quest→Objective
dellams 6d6db3a
feat(omniverse): implement player warp + entity spawn across all 10 O…
dellams 13a2e4e
feat(omniverse): implement inventory/quest popup refresh + more spawn…
dellams b9aaabf
docs: comprehensive README rewrite for all 10 OASIS Omniverse games
dellams 684a6bd
feat: implement all deferred OGame features — spawn, media, multi-gen…
dellams 2827f61
feat: implement UnlockPortal across all 10 games + PortalsController …
dellams ea941a7
feat: add EditorIntegrations (NetRadiant, Mapster32) and 7 new OGame …
dellams bd592d5
rename OGEditorClient (was ogeditor_api.dll/OGEditor_API): update DLL…
dellams eaff67b
rename OGEditorClient: update .c sources, CMakeLists, header includes…
dellams da96079
rename star_api -> OGEngineClient: oglib_session.h, NativeWrapper and…
dellams 10b36e2
feat: NetRadiant plugin — full GTK3 dialogs for all three OASIS commands
dellams 41b1fb1
feat: port OHeretic, OHexen, OShadowWarrior, OMorrowind to OASIS Omni…
dellams 74fb7c6
fix: OShadowWarrior targets Raze (GZDoom) not VoidSW
dellams abaa755
docs: update Gen 1 to 13 OGames; add OHeretic/OHexen/OShadowWarrior; …
dellams fc82fff
feat: add OShadowWarriorRT (Duke-RT/Raze fork); update Gen 1 count to 14
dellams cd2fb64
docs: update all 10 OGames references to 14; fix map format list
dellams f52ac99
feat: add 6 new OGames (OBlood, OExhumed, OStrife, ODoom64, OHexenII,…
dellams 9c249a4
refactor: move all OGames into OGames/ subfolder; add 10 new build sc…
dellams c96e239
feat: add UltimateDoomBuilder EditorIntegration stubs (OASIS UDBScrip…
dellams b84e5fa
docs: update all docs to reflect 20 OGames, OGames/ subfolder, and 5-…
dellams c30ed80
fix: restore NFT MetaData query and local dev port/HTTPS config
dellams 70c29b9
fix: add missing MetaData exempt keys for encryption compatibility
dellams ac55bb4
perf: replace in-memory MetaData scan with server-side dollar-expr+do…
dellams 8dcb116
Update MapEntitiesController.cs
dellams a491c7b
fix: default IsActive to true on all Holon/HolonBase entities
dellams 532b21a
fix: guarantee IsActive=true for new holons at MetaData write point i…
dellams 3acb5a0
Update HolonManager-Private.cs
dellams 2b0ec3b
fix: make MongoClient a singleton per connection string and cap pool …
dellams 4051fc8
fix: reduce MongoDB pool size to 30 to stay under Atlas free tier 500…
dellams 48d1702
feat: rework CreateCollectionNFT to wrap Web4 MintNft flow with retry…
dellams cb8cd07
refactor: rename CreateCollectionNFT -> MintOnChainCollectionNFT acro…
dellams aa36417
feat: add READMEs for all 13 missing OGames, finish OMorrowind, add O…
dellams 0f8f9e6
feat: OASIS architecture review — bug fixes, controller split, sandbo…
dellams 0b5e28b
feat: add WEB5 STAR examples to sandbox playground (missions, celesti…
dellams 4a35ead
docs: document session changes — controller split, deadlock fix, WEB6…
dellams 9a4e8d7
feat: expand OASIS Hub from 10 to 22 OGame portals
dellams 14415ce
feat: add OHalfLife (Xash3D FWGS + HLSDK) OASIS integration
dellams 4f7d36a
docs: update all docs to reflect 23 OGames (OHalfLife + Gen-2 complete)
dellams 0697cc0
feat: wire OHalfLife HLSDK source hooks; mark OHalfLife complete
dellams 918d0dd
refactor: split ArbitrumOASIS (4524 lines) into 8 partial class files
dellams db06097
refactor: split Web3CoreOASISBaseProvider (4484 lines) into 8 partial…
dellams 702a8af
refactor: split BNBChainOASIS (4477 lines) into 10 partial class files
dellams 3556646
refactor: split SolanaOasis (4484 lines) into 10 partial class files
dellams cabe2d5
refactor: split AvalancheOASIS (4170 lines) into 11 partial class files
dellams 95d75c4
refactor: split TelosOASIS (4066 lines) into 9 partial class files
dellams c753f27
fix: guard null blockhash RPC response in SolanaService
dellams 1968db6
fix: revert to correct discriminators, add payer account, suppress re…
dellams 81d8a32
fix: suppress send NFT retry noise when send ultimately succeeds
dellams b0b9760
fix: surface SetCollectionSize program error via simulate step; fix l…
dellams e0e73ca
fix: remove spurious payer account from SetCollectionSize; only 3 acc…
dellams 05082d8
refactor: split PolkadotOASIS (4086 lines) into 9 partial class files
dellams 0a4d438
refactor: split StarknetOASIS (3956 lines) into 9 partial class files
dellams bbb56c1
refactor: split WalletManager (5357 lines) into 11 partial class files
dellams 2810162
refactor: split TRONOASIS (5162 lines) into 10 partial class files
dellams 61c9dce
refactor: split AptosOASIS (5156 lines) into 10 partial class files
dellams a171f5e
refactor: split NEAROASIS (5142 lines) into 10 partial class files
dellams 642795c
refactor: split BlockStackOASIS (4991 lines) into 9 partial class files
dellams cd5e37b
refactor: split EthereumOASIS (4913 lines) into 9 partial class files
dellams f3202d1
refactor: split CardanoOASIS (4864 lines) into 9 partial class files
dellams 7d973e1
refactor: split CosmosBlockChainOASIS.cs (4749 lines) into 8 partial …
dellams 7096e9b
refactor: split HashgraphOASIS.cs (4657 lines) into 8 partial class f…
dellams 4934c35
refactor: split BitcoinOASIS.cs (4644 lines) into 9 partial class files
dellams 4a5f541
refactor: split EOSIOOASIS.cs (4616 lines) into 9 partial class files
dellams 83a9f49
refactor: split LocalFileOASIS.cs (4501 lines) into 6 partial class f…
dellams 0ee8c54
refactor: split BaseOASIS.cs (4031 lines) into 8 partial class files;…
dellams fa70843
refactor: split SuiOASIS.cs (3871 lines) into 8 partial class files
dellams e1b820f
refactor: split ElrondOASIS.cs (3871 lines) into 9 partial class files
dellams 31d094d
refactor: split OptimismOASIS.cs (3842 lines) into 8 partial class files
dellams 9220fb9
refactor: split HoloOASIS.cs (3632 lines) into 8 partial class files
dellams 6935a67
refactor: split FantomOASIS.cs (3628 lines) into 8 partial class files
dellams 89c1dfe
refactor: split ThreeFoldOASIS.cs (3510 lines) into 8 partial class f…
dellams 4b65383
refactor: split RadixOASIS.cs (3458 lines) into 8 partial class files
dellams 5c223ff
refactor: split GoogleCloud.cs (3429 lines) into 9 partial class files
dellams 1331f54
refactor: split Neo4jOASIS.Aura (3347 lines) into 8 partial class files
dellams b3d72d1
refactor: split MoralisOASIS.cs (2884 lines) into 7 partial class files
dellams 0da491c
refactor: split ZcashOASIS.cs (2644 lines) into 6 partial class files
dellams File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| { | ||
| "version": "0.0.1", | ||
| "configurations": [ | ||
| { | ||
| "name": "Web6Site", | ||
| "runtimeExecutable": "npx", | ||
| "runtimeArgs": ["serve", "-p", "5173", "C:\\Source\\Web6Site"], | ||
| "port": 5173 | ||
| } | ||
| ] | ||
| } |
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 |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| { | ||
| "repo_notes": [ | ||
| { | ||
| "content": "Use api.oasisweb4.one (not .com) as the canonical base URL for the hosted OASIS API in all examples, code snippets, and documentation. Base URL: https://api.oasisweb4.one, API prefix: https://api.oasisweb4.one/api, Swagger: https://api.oasisweb4.one/swagger/index.html.\n\nIn the Getting Started / Developer Guides section, document both paths clearly:\n1. Using the remote API: Users can call the hosted API at https://api.oasisweb4.one without cloning or running the repo. Include: register (POST /api/avatar/register), verify-email, authenticate (POST /api/avatar/authenticate), then use the JWT in Authorization header for other endpoints. No .NET SDK or local setup required.\n2. Running locally: Clone, restore, build, and run the WebAPI project for local development.", | ||
| "author": "OASIS docs" | ||
| } | ||
| ], | ||
| "pages": [] | ||
| } |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
STARAPIClient tests likely fail on Ubuntu
High Severity
The new
test-starapi-clientjob runsrun_star_api_test_suite.ps1onubuntu-latestviapwsh, but relatedSTARAPIClientscripts in the same area use Windows-only tooling/paths (e.g.,C:\..., MSVC). Ifrun_star_api_test_suite.ps1has similar assumptions, the workflow will fail and blockbuild-and-packagevianeeds.Additional Locations (1)
.github/workflows/ci-cd.yml#L187-L189