Skip to content

Commit

Permalink
Merge pull request #686 from mdhaman/1.28
Browse files Browse the repository at this point in the history
(chore): Update cores 1.28
  • Loading branch information
Mayur Dhamanwala authored Mar 18, 2019
2 parents 91efa50 + 0e26e52 commit 573cf26
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "superdesk",
"license": "GPL-3.0",
"dependencies": {
"superdesk-core": "superdesk/superdesk-client-core#b4f03ef3",
"superdesk-planning": "superdesk/superdesk-planning#f49a9b3",
"superdesk-core": "superdesk/superdesk-client-core#fcf6672dd",
"superdesk-planning": "superdesk/superdesk-planning#7cd8d7f",
"superdesk-analytics": "superdesk/superdesk-analytics#ea2ae6e"
}
}
4 changes: 2 additions & 2 deletions server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ pyasn1==0.3.7
gtfs-realtime-bindings==0.0.5
protobuf3-to-dict==0.1.5

git+git://github.com/superdesk/superdesk-core.git@b315477d#egg=Superdesk-Core
git+git://github.com/superdesk/superdesk-planning.git@f49a9b3#egg=superdesk-planning
git+git://github.com/superdesk/superdesk-core.git@50ab5e104#egg=Superdesk-Core
git+git://github.com/superdesk/superdesk-planning.git@7cd8d7f#egg=superdesk-planning
git+git://github.com/superdesk/superdesk-analytics.git@ea2ae6e#egg=superdesk-analytics
2 changes: 2 additions & 0 deletions server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,3 +339,5 @@ def env(variable, fallback_value=None):
QLD_TRAFFIC_API_KEY = env('QLD_TRAFFIC_API_KEY', '')

PLANNING_AUTO_ASSIGN_TO_WORKFLOW = strtobool(env('PLANNING_AUTO_ASSIGN_TO_WORKFLOW', 'false'))

LONG_EVENT_DURATION_THRESHOLD = int(env('LONG_EVENT_DURATION_THRESHOLD', 4))

0 comments on commit 573cf26

Please sign in to comment.