Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: LinkedDataFragments/Server.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.5
Choose a base ref
...
head repository: LinkedDataFragments/Server.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.6
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Apr 10, 2020

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8a54d95 View commit details
  2. Copy the full SHA
    fcc5e2e View commit details
Showing with 9 additions and 3 deletions.
  1. +6 −0 CHANGELOG.md
  2. +1 −1 lerna.json
  3. +1 −1 packages/server/bin/ldf-server-migrate-config-3x
  4. +1 −1 packages/server/package.json
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

<a name="v3.0.6"></a>
## [v3.0.6](https://github.com/LinkedDataFragments/Server.js/compare/v3.0.5...v3.0.6) - 2020-04-10

### Fixed
* [Fix datasource descriptions being migrated incorrectly](https://github.com/LinkedDataFragments/Server.js/commit/8a54d95c5b67ad09ab626a678388995df366db02)

<a name="v3.0.5"></a>
## [v3.0.5](https://github.com/LinkedDataFragments/Server.js/compare/v3.0.4...v3.0.5) - 2020-04-10

2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
"packages/*"
],
"useWorkspaces": true,
"version": "3.0.5",
"version": "3.0.6",
"loglevel": "success",
"registry": "https://registry.npmjs.org/",
"npmClient": "yarn"
2 changes: 1 addition & 1 deletion packages/server/bin/ldf-server-migrate-config-3x
Original file line number Diff line number Diff line change
@@ -75,7 +75,7 @@ function migrateConfig(configFile, updateFile) {
'quads': false, // QPF did not exist before 3.x, so ensure the existing datasources keep their current semantics
'datasourcePath': datasourcePath,
'datasourceTitle': datasourceOld.title,
... datasourceOld.description ? { datasourceDescription: datasourceOld.description } : {},
... datasourceOld.description ? { description: datasourceOld.description } : {},
... datasourceOld.license ? { license: datasourceOld.license } : {},
... datasourceOld.licenseUrl ? { licenseUrl: datasourceOld.licenseUrl } : {},
... datasourceOld.copyright ? { copyright: datasourceOld.copyright } : {},
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ldf/server",
"description": "Quad Pattern Fragments Linked Data Fragments Server",
"version": "3.0.5",
"version": "3.0.6",
"lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@ldf/server",
"lsd:contexts": {
"https://linkedsoftwaredependencies.org/bundles/npm/@ldf/server/^3.0.0/components/context.jsonld": "components/context.jsonld"