[ckan-changes] [okfn/datahub] af6b9e: test resource creation via WUI
noreply at github.com
noreply at github.com
Wed Jul 13 16:21:50 UTC 2011
Branch: refs/heads/master
Home: https://github.com/okfn/datahub
Commit: af6b9e1b7862f38906d64b8dd38fd7b2a5e103f4
https://github.com/okfn/datahub/commit/af6b9e1b7862f38906d64b8dd38fd7b2a5e103f4
Author: Friedrich Lindenberg <friedrich at pudo.org>
Date: 2011-07-13 (Wed, 13 Jul 2011)
Changed paths:
M datahub/views.py
M test/test_resource.py
Log Message:
-----------
test resource creation via WUI
Commit: b65e325d4004f44ec7b422a3ae8377ea9f446c03
https://github.com/okfn/datahub/commit/b65e325d4004f44ec7b422a3ae8377ea9f446c03
Author: Friedrich Lindenberg <friedrich at pudo.org>
Date: 2011-07-13 (Wed, 13 Jul 2011)
Changed paths:
M datahub/logic/account.py
M datahub/logic/resource.py
M datahub/logic/search.py
M datahub/logic/user.py
Log Message:
-----------
add elastic search indexing to accounts and resources.
Commit: 3e98716f8a5a5a7311eadb8deb3b6a27af6440e7
https://github.com/okfn/datahub/commit/3e98716f8a5a5a7311eadb8deb3b6a27af6440e7
Author: Friedrich Lindenberg <friedrich at pudo.org>
Date: 2011-07-13 (Wed, 13 Jul 2011)
Changed paths:
M datahub/model.py
M test/util.py
Log Message:
-----------
add type to json representations
Commit: c6989f6653a3146a64a23777e3447faa5827a30c
https://github.com/okfn/datahub/commit/c6989f6653a3146a64a23777e3447faa5827a30c
Author: Friedrich Lindenberg <friedrich at pudo.org>
Date: 2011-07-13 (Wed, 13 Jul 2011)
Changed paths:
M datahub/logic/account.py
A datahub/logic/node.py
M datahub/manage.py
Log Message:
-----------
command to rebuild the search index via the command line.
Commit: a08bbe7156a6d9c1fdce12843d699df0d154e603
https://github.com/okfn/datahub/commit/a08bbe7156a6d9c1fdce12843d699df0d154e603
Author: Friedrich Lindenberg <friedrich at pudo.org>
Date: 2011-07-13 (Wed, 13 Jul 2011)
Changed paths:
M datahub/logic/account.py
Log Message:
-----------
unused import
Commit: c1d6bd7812698ccfad2328e62d6724b2eabd1a54
https://github.com/okfn/datahub/commit/c1d6bd7812698ccfad2328e62d6724b2eabd1a54
Author: Friedrich Lindenberg <friedrich at pudo.org>
Date: 2011-07-13 (Wed, 13 Jul 2011)
Changed paths:
R datahub/model.py
A datahub/model/__init__.py
A datahub/model/account.py
A datahub/model/node.py
Log Message:
-----------
split up model into node and account files.
Commit: 98aa662e3f9767e9128a45eb4e2e9e399f7a0d01
https://github.com/okfn/datahub/commit/98aa662e3f9767e9128a45eb4e2e9e399f7a0d01
Author: Friedrich Lindenberg <friedrich at pudo.org>
Date: 2011-07-13 (Wed, 13 Jul 2011)
Changed paths:
M datahub/model/__init__.py
A datahub/model/event.py
M datahub/model/node.py
A datahub/model/types.py
Log Message:
-----------
add event data model.
Commit: 0acc98a953b4a8e0fd902ab4210ac24eb3f0904f
https://github.com/okfn/datahub/commit/0acc98a953b4a8e0fd902ab4210ac24eb3f0904f
Author: Friedrich Lindenberg <friedrich at pudo.org>
Date: 2011-07-13 (Wed, 13 Jul 2011)
Changed paths:
R datahub/views.py
A datahub/views/__init__.py
A datahub/views/account_api.py
A datahub/views/resource_api.py
M test/test_account.py
Log Message:
-----------
refactor views, split out API parts into their own blueprints.
Commit: e63d0ae25869da34ba67aaef043b1ce27fe6d1f1
https://github.com/okfn/datahub/commit/e63d0ae25869da34ba67aaef043b1ce27fe6d1f1
Author: Friedrich Lindenberg <friedrich at pudo.org>
Date: 2011-07-13 (Wed, 13 Jul 2011)
Changed paths:
M datahub/logic/__init__.py
A datahub/logic/event.py
M datahub/model/__init__.py
M datahub/model/event.py
M datahub/views/__init__.py
A datahub/views/event_api.py
A test/test_event.py
Log Message:
-----------
event API, testing harness and extended model, now ready to create some logic.
Commit: b22071b7878d89df0c7e982a8baceec89e58e20c
https://github.com/okfn/datahub/commit/b22071b7878d89df0c7e982a8baceec89e58e20c
Author: Friedrich Lindenberg <friedrich at pudo.org>
Date: 2011-07-13 (Wed, 13 Jul 2011)
Changed paths:
M datahub/exc.py
M datahub/manage.py
M datahub/model/__init__.py
M test/__init__.py
Log Message:
-----------
import cleanup in tests and model (for createdb)
Commit: b9c820046136bc1369fde1253d75aba542261d26
https://github.com/okfn/datahub/commit/b9c820046136bc1369fde1253d75aba542261d26
Author: Friedrich Lindenberg <friedrich at pudo.org>
Date: 2011-07-13 (Wed, 13 Jul 2011)
Changed paths:
M datahub/model/event.py
Log Message:
-----------
rename event attribute from "user" to "account"
Commit: 37172efce084b7371820f04b6ae840fa5cbb8c52
https://github.com/okfn/datahub/commit/37172efce084b7371820f04b6ae840fa5cbb8c52
Author: Friedrich Lindenberg <friedrich at pudo.org>
Date: 2011-07-13 (Wed, 13 Jul 2011)
Changed paths:
M datahub/logic/event.py
A datahub/logic/renderers.py
Log Message:
-----------
basic event logic layer: create an event in various eventstreams, retrieve and render (with a renderer class)
Commit: 6e2dd0b2193b9c6a47e6166868fd2b6affe23b5f
https://github.com/okfn/datahub/commit/6e2dd0b2193b9c6a47e6166868fd2b6affe23b5f
Author: Friedrich Lindenberg <friedrich at pudo.org>
Date: 2011-07-13 (Wed, 13 Jul 2011)
Changed paths:
M datahub/logic/resource.py
Log Message:
-----------
emit an event when creating a resource.
Commit: a20ca2b13a19bbe22a1a4bdc7d4d2f8565767878
https://github.com/okfn/datahub/commit/a20ca2b13a19bbe22a1a4bdc7d4d2f8565767878
Author: Friedrich Lindenberg <friedrich at pudo.org>
Date: 2011-07-13 (Wed, 13 Jul 2011)
Changed paths:
M datahub/views/event_api.py
M test/test_event.py
Log Message:
-----------
introduce web interface for events, tests for get methods.
Commit: 7b383758715c64fda267ebbb5fa2ba3b8681c12f
https://github.com/okfn/datahub/commit/7b383758715c64fda267ebbb5fa2ba3b8681c12f
Author: Friedrich Lindenberg <friedrich at pudo.org>
Date: 2011-07-13 (Wed, 13 Jul 2011)
Changed paths:
M datahub/static/style/style.css
M datahub/templates/account/home.html
A datahub/templates/event/parts.html
M datahub/views/__init__.py
M datahub/web.py
Log Message:
-----------
display and theme events on user home page.
Compare: https://github.com/okfn/datahub/compare/6310b2a...7b38375
More information about the ckan-changes
mailing list