[ckan-changes] [ckan/ckan] fe00e6: [#1465] exclude more unlikely cominations
GitHub
noreply at github.com
Thu Feb 13 13:11:51 UTC 2014
Branch: refs/heads/master
Home: https://github.com/ckan/ckan
Commit: fe00e6cf633d3e0642c77d432fa34cba0ff8dfc6
https://github.com/ckan/ckan/commit/fe00e6cf633d3e0642c77d432fa34cba0ff8dfc6
Author: kindly <kindly at gmail.com>
Date: 2014-01-27 (Mon, 27 Jan 2014)
Changed paths:
M .travis.yml
Log Message:
-----------
[#1465] exclude more unlikely cominations
Commit: dfc770bd929934531e08ee32566c7154f774dc7a
https://github.com/ckan/ckan/commit/dfc770bd929934531e08ee32566c7154f774dc7a
Author: Vitor Baptista <vitor at vitorbaptista.com>
Date: 2014-02-04 (Tue, 04 Feb 2014)
Changed paths:
M CHANGELOG.rst
M README.rst
M ckan/__init__.py
M ckan/controllers/group.py
M ckan/controllers/package.py
M ckan/controllers/user.py
M ckan/lib/mailer.py
M ckan/lib/navl/validators.py
M ckan/logic/__init__.py
M ckan/logic/action/get.py
M ckan/logic/auth/__init__.py
M ckan/logic/auth/delete.py
M ckan/logic/validators.py
A ckan/new_tests/logic/auth/test_init.py
M ckan/plugins/interfaces.py
M ckan/public/base/javascript/modules/custom-fields.js
M ckan/public/base/test/spec/modules/custom-fields.spec.js
M ckan/templates/group/snippets/group_item.html
M ckan/templates/package/edit_base.html
M ckan/templates/package/new_resource.html
M ckan/templates/package/new_resource_not_draft.html
M ckan/templates/package/resource_edit_base.html
M ckan/tests/functional/test_package.py
M ckan/tests/test_coding_standards.py
M ckanext/datapusher/logic/action.py
M ckanext/datapusher/tests/test.py
M doc/_templates/footer.html
R doc/api.rst
A doc/api/index.rst
A doc/api/legacy-api.rst
R doc/appendices/index.rst
R doc/appendices/solr-multicore.rst
R doc/apps-ideas.rst
R doc/authorization.rst
R doc/background-tasks.rst
M doc/conf.py
R doc/configuration.rst
M doc/contents.rst
M doc/contributing/architecture.rst
M doc/contributing/documentation.rst
M doc/contributing/index.rst
M doc/contributing/issues.rst
M doc/contributing/release-process.rst
A doc/contributing/test.rst
M doc/contributing/upgrading-dependencies.rst
R doc/data-viewer.rst
R doc/datastore.rst
R doc/deployment.rst
R doc/email-notifications.rst
M doc/extensions/index.rst
M doc/extensions/testing-extensions.rst
M doc/extensions/tutorial.rst
R doc/features.rst
R doc/filestore.rst
R doc/form-integration.rst
R doc/getting-started.rst
M doc/index.rst
R doc/install-from-package.rst
R doc/install-from-source.rst
R doc/installing.rst
R doc/legacy-api.rst
R doc/linked-data-and-rdf.rst
A doc/maintaining/apps-ideas.rst
A doc/maintaining/authorization.rst
A doc/maintaining/background-tasks.rst
A doc/maintaining/configuration.rst
A doc/maintaining/data-viewer.rst
A doc/maintaining/datastore.rst
A doc/maintaining/email-notifications.rst
A doc/maintaining/filestore.rst
A doc/maintaining/form-integration.rst
A doc/maintaining/getting-started.rst
A doc/maintaining/index.rst
A doc/maintaining/installing/deployment.rst
A doc/maintaining/installing/index.rst
A doc/maintaining/installing/install-from-package.rst
A doc/maintaining/installing/install-from-source.rst
A doc/maintaining/linked-data-and-rdf.rst
A doc/maintaining/multilingual.rst
A doc/maintaining/paster.rst
A doc/maintaining/solr-multicore.rst
A doc/maintaining/stats.rst
A doc/maintaining/tag-vocabularies.rst
A doc/maintaining/tracking.rst
A doc/maintaining/upgrading/index.rst
A doc/maintaining/upgrading/upgrade-package-ckan-1-to-2.rst
A doc/maintaining/upgrading/upgrade-package-to-minor-release.rst
A doc/maintaining/upgrading/upgrade-package-to-patch-release.rst
A doc/maintaining/upgrading/upgrade-source.rst
R doc/multilingual.rst
R doc/paster.rst
R doc/stats.rst
M doc/sysadmin-guide.rst
R doc/tag-vocabularies.rst
R doc/test.rst
M doc/theming/index.rst
M doc/theming/templates.rst
R doc/tracking.rst
R doc/upgrade-package-ckan-1-to-2.rst
R doc/upgrade-package-to-minor-release.rst
R doc/upgrade-package-to-patch-release.rst
R doc/upgrade-source.rst
R doc/upgrading.rst
M doc/user-guide.rst
Log Message:
-----------
Merge branch 'master' into 1465-travis-half-jobs
Commit: d3e744e8b83a4bd4ac3d7dfa0d2d9bfc4e6fdf46
https://github.com/ckan/ckan/commit/d3e744e8b83a4bd4ac3d7dfa0d2d9bfc4e6fdf46
Author: Vitor Baptista <vitor at vitorbaptista.com>
Date: 2014-02-10 (Mon, 10 Feb 2014)
Changed paths:
R .gitmodules
M dev-requirements.txt
M doc/_templates/footer.html
R doc/_themes/sphinx-theme-okfn
M doc/conf.py
M doc/extensions/index.rst
Log Message:
-----------
Merge branch 'master' into 1465-travis-half-jobs
Commit: a5402f880678e51e266be40d7ea7f7f80ec492c6
https://github.com/ckan/ckan/commit/a5402f880678e51e266be40d7ea7f7f80ec492c6
Author: Vitor Baptista <vitor at vitorbaptista.com>
Date: 2014-02-13 (Thu, 13 Feb 2014)
Changed paths:
M bin/travis-install-dependencies
Log Message:
-----------
pip >= 1.5 needs --allow-all-external
Starting from version 1.5, pip stopped downloading packages hosted in an
external site, even if there's a checksum in PyPI that we can check the
resulting package against. This breaks when downloading argparse==1.2.1 with
Python 2.6.
Here we allow all external downloads. It shouldn't be a security issue, as
we're still checking the package's hash against PyPI.
For more info, check
http://stackoverflow.com/questions/21021326/security-considerations-of-pip-allow-external
Commit: ab724bb46cb711b37ee9a87dfdff631c75f47c6d
https://github.com/ckan/ckan/commit/ab724bb46cb711b37ee9a87dfdff631c75f47c6d
Author: Vitor Baptista <vitor at vitorbaptista.com>
Date: 2014-02-13 (Thu, 13 Feb 2014)
Changed paths:
M .travis.yml
M bin/travis-install-dependencies
Log Message:
-----------
Merge pull request #1465 from ckan/1465-travis-half-jobs
Half Travis Jobs to speed them up.
Compare: https://github.com/ckan/ckan/compare/af4b6a49eed5...ab724bb46cb7
More information about the ckan-changes
mailing list