Skip to content

Commit

Permalink
Update Cores for AAP Production 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
akintolga committed Jul 15, 2016
1 parent d80dd78 commit aba0f62
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "superdesk",
"license": "GPL-3.0",
"dependencies": {
"superdesk-core": "superdesk/superdesk-client-core#636134d6a",
"superdesk-core": "superdesk/superdesk-client-core#50642ee4a",
"grunt": "~0.4.5",
"grunt-angular-gettext": "2.1.3",
"grunt-angular-templates": "0.5.7",
Expand Down
12 changes: 1 addition & 11 deletions server/features/content_auto_publish.feature
Original file line number Diff line number Diff line change
Expand Up @@ -172,14 +172,4 @@ Feature: Content Auto Publishing
When run import legal publish queue
When we enqueue published
And we get "/legal_publish_queue"
Then we get list with 2 items
"""
{
"_items": [
{"state": "pending", "content_type": "composite",
"subscriber_id": "Channel 1", "item_id": "#archive.123.take_package#", "item_version": 2},
{"state": "pending", "content_type": "text",
"subscriber_id": "Channel 2", "item_id": "123", "item_version": 2}
]
}
"""
Then we get list with 0 items
2 changes: 1 addition & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ honcho==0.6.6
pyodbc==3.0.10
unidecode==0.04.19

git+git://github.com/superdesk/superdesk-core.git@70b76c975a35c5bc7644f474a5cf9fda54753e2e#egg=Superdesk-Core
git+git://github.com/superdesk/superdesk-core.git@3061cc78b#egg=Superdesk-Core

0 comments on commit aba0f62

Please sign in to comment.