You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/07/03 15:23:04 UTC

[jira] [Commented] (JENA-980) Store UI-created datasets in configuration/ not the system database.

    [ https://issues.apache.org/jira/browse/JENA-980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14613183#comment-14613183 ] 

ASF GitHub Bot commented on JENA-980:
-------------------------------------

GitHub user afs opened a pull request:

    https://github.com/apache/jena/pull/85

    JENA-980: Switch to using configuration directory for UI-created datasets.

    This PR turns off use of the system database for storing UI-created datasets and instead puts files into the configuration directory.  The user can then more easily edit the files.  The system directory is left and is checked on start for existing datasets recorded there.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/afs/jena master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/jena/pull/85.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #85
    
----
commit ff732872a9bc4f5debfea069505d08c7ebda601a
Author: Andy Seaborne <an...@apache.org>
Date:   2015-07-03T13:04:59Z

    Transaction around system database access.

commit 8aa643fb8af609bb590363237411f55357fb7879
Author: Andy Seaborne <an...@apache.org>
Date:   2015-07-03T13:08:44Z

    Clear configuration directory on server reset.

commit dabd3d2936c37091d0ecb6b4e28c9a204b0c168a
Author: Andy Seaborne <an...@apache.org>
Date:   2015-07-03T13:09:13Z

    Switch to configuration directory for UI created datasets.

commit b7aa28db27e1326daf306c35c259f3d6fe091687
Author: Andy Seaborne <an...@apache.org>
Date:   2015-07-03T13:11:09Z

    Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/jena

commit c0d3b1c4f9ef948b5d7888ac9fea98eb57a7dc8a
Author: Andy Seaborne <an...@apache.org>
Date:   2015-07-03T13:09:13Z

    JENA-980: Switch to configuration directory for UI created datasets.

commit bce5e5b05243147b5ff9463c8a2ad7740eea6c20
Author: Andy Seaborne <an...@apache.org>
Date:   2015-07-02T18:59:56Z

    Add Trix to the graph and quads output formats.

commit ed30d38718de4a360d931933946773567bf89c01
Author: Andy Seaborne <an...@apache.org>
Date:   2015-07-03T07:58:47Z

    JENA-982 : CME on DatasetGraphMem.clear

commit 1e38db5d4723bf108fd6e551d467ebf6bd0626a1
Author: Andy Seaborne <an...@apache.org>
Date:   2015-07-03T13:19:49Z

    Merge branch 'master' of github.com:afs/jena

----


> Store UI-created datasets in configuration/ not the system database.
> --------------------------------------------------------------------
>
>                 Key: JENA-980
>                 URL: https://issues.apache.org/jira/browse/JENA-980
>             Project: Apache Jena
>          Issue Type: Improvement
>          Components: Fuseki
>            Reporter: Andy Seaborne
>            Assignee: Andy Seaborne
>
> Fuseki2 current stores UI-created datasets in the system database. This means users can't easily edit the configuration.
> Instead, put the UI-created datasets in the configuration/ directory as assembler files.  They are then conveniently accessible to users.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)