Skip to content

Commit cdd8068

Browse files
committed
Update JS assets, allow local atomic ontologies #604
1 parent d273724 commit cdd8068

File tree

10 files changed

+164
-129
lines changed

10 files changed

+164
-129
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ See [STATUS.md](server/STATUS.md) to learn more about which features will remain
1919
- Add `POST` + `body` support for Endpoints #592
2020
- Refactor `Endpoint` handlers, uses a Context now #592
2121
- Re-build store + invite when adjusting server url #607
22+
- Use local atomic-server for properties and classes, improves atomic-server #604
2223

2324
## [v0.34.1] - 2023-02-11
2425

lib/src/populate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ pub fn populate_default_store(store: &impl Storelike) -> AtomicResult<()> {
210210
Ok(())
211211
}
212212

213-
/// Generates some nice collections for classes, such as `/agent` and `/collection`.
213+
/// Generates collections for classes, such as `/agent` and `/collection`.
214214
/// Requires a `self_url` to be set in the store.
215215
pub fn populate_collections(store: &impl Storelike) -> AtomicResult<()> {
216216
let mut query = Query::new_class(urls::CLASS);

server/app_assets/assets/index.js

Lines changed: 119 additions & 119 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/app_assets/assets/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/app_assets/assets/index2.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)