Commit Graph

6309 Commits (c90c13aa3f95077baa10f48c73129e4f8dcb6ee9)

Author SHA1 Message Date
Eric Holscher c90c13aa3f Add tidbit about future plans 2015-12-21 13:29:41 -08:00
Eric Holscher ab90edb6a5 Remove use of project's use_conda 2015-12-21 13:29:41 -08:00
Eric Holscher 289b7b1ae7 Add initial yaml config docs 2015-12-21 13:29:41 -08:00
Eric Holscher a6f2094739 Break out Python Environments into their own file.
This adds a new abstractions to the builds,
along with the Environment (Machine, Docker, etc).
This is the Python Environment we want to build in.

This allows us to support Conda & Virtualenv as 
different backends to the same API.
2015-12-21 13:29:41 -08:00
Eric Holscher b8ea0170e8 Update setuptools, this version wasn't working 2015-12-21 13:29:41 -08:00
Eric Holscher 8d7258c072 Better help_text 2015-12-21 13:29:41 -08:00
Eric Holscher 4bc792a2ca Proper rename use_virtualenv to install_project 2015-12-21 13:29:41 -08:00
Eric Holscher 208c714234 Update docstring 2015-12-21 13:29:40 -08:00
Eric Holscher 01914f895b Use condo update with a name and custom env path 2015-12-21 13:29:40 -08:00
Eric Holscher 684f0b9885 Add proper support for conda update 2015-12-21 13:29:40 -08:00
Eric Holscher 4bcea30639 Add basic conda support to the build environment 2015-12-21 13:29:40 -08:00
Eric Holscher 04b88488d1 Add conda to doc index 2015-12-21 13:29:40 -08:00
Eric Holscher a693517086 Add basic conda doc 2015-12-21 13:29:40 -08:00
Eric Holscher c6db870198 Add rtd import to master 2015-12-21 13:28:25 -08:00
Anthony 895b80428a Merge pull request #1823 from rtfd/remove-jsonp
Remove jsonp and browsable api renderers
2015-12-15 11:38:51 -08:00
Eric Holscher b220f81dc6 Fix issue where VersionForm wasn't returning object on save 2015-12-11 15:38:57 -08:00
Eric Holscher 21d6a8533a Fix pylint-django version 2015-12-03 15:05:55 -08:00
Eric Holscher 2c3e3ec769 Merge pull request #1848 from waldoj/patch-1
Fix grammar mistake
2015-12-03 14:46:43 -08:00
Waldo Jaquith 79907b5c1d Fix grammar mistake 2015-12-03 17:03:19 -05:00
Eric Holscher c13ca83c2a Merge pull request #1839 from rtfd/hotfix-import
Add lookups for users with missing profiles to middleware
2015-12-01 15:28:51 -08:00
Anthony Johnson fab3799afd Fix lint command in tox
Failing due to landscapeio/prospector#146 and when using pylint <1.5, it fails
with astroid 1.4
2015-11-30 18:39:57 -08:00
Anthony Johnson 37ef5df48b Lint fixes 2015-11-30 17:57:26 -08:00
Anthony Johnson 90e57632f0 Replace duplicated logic for ensuring UserProfile with django-annoying
Profile is an auto relationship field now, and doesn't require the signal to create the relationship anymore.
2015-11-30 17:51:57 -08:00
Anthony Johnson 09bcd4b57a Fix lint command in tox
Failing due to landscapeio/prospector#146 and when using pylint <1.5, it fails
with astroid 1.4
2015-11-30 14:28:02 -08:00
Eric Holscher b849dd308b Merge pull request #1841 from rtfd/hotfix-remote-sync
Fix javascript issue with remote repo syncing
2015-11-30 13:18:20 -08:00
Eric Holscher 4fefb7fa0d Merge pull request #1840 from rtfd/hotfix-frontpage-list
Tune front page query
2015-11-30 13:17:50 -08:00
Anthony Johnson c49f20a002 Fix javascript issue with remote repo syncing
Fixes #1809, an issue with a missing CSRF token from the view. This is due to httponly csrf token cookies.
2015-11-29 11:00:32 -08:00
Anthony Johnson 2c57e9414b Use naive queryset instead, due to missing indexes and performance hit 2015-11-29 01:17:47 -08:00
Anthony Johnson 92cc525794 Revert "Tune front page query"
This reverts commit 20ce8a01eb.
2015-11-29 01:02:53 -08:00
Anthony Johnson 20ce8a01eb Tune front page query 2015-11-29 00:44:15 -08:00
Anthony Johnson 449952130f Lint fix 2015-11-28 23:59:17 -08:00
Anthony Johnson eee9d25850 Add lookups for users with missing profiles to middleware 2015-11-28 23:53:14 -08:00
Anthony Johnson 470dad2ec8 Merge branch 'admin-improve' 2015-11-23 00:47:16 -08:00
Anthony Johnson ec809b1ced Add user model admin overrides 2015-11-23 00:46:43 -08:00
Anthony Johnson f733088a0b Merge branch 'spam' 2015-11-22 17:46:28 -08:00
Anthony Johnson f9165ed408 Add some spam protection features
This adds validation to the project description field
2015-11-22 17:45:34 -08:00
Eric Holscher 045843a85e Merge pull request #1825 from destroyerofbuilds/fix/robotstxt/allow
fix(robotstxt): Remove invalid Allow property from robots.txt.
2015-11-19 16:09:11 -08:00
Hutson Betts 6c9f8e8bd7 fix(robotstxt): Remove invalid Allow property from robots.txt. 2015-11-17 16:57:09 -05:00
Eric Holscher e3f9d79f02 Remove jsonp and browsable api renderers 2015-11-17 09:09:11 -08:00
Anthony cf9a3e7793 Merge pull request #1805 from rtfd/cookie-httponly
Set CSRF cookie to httponly
2015-11-04 14:47:41 -08:00
Anthony 301833ca17 Merge pull request #1804 from rtfd/pip-cache
Add explicit pip cache path to pip install calls and models
2015-11-04 14:45:26 -08:00
Anthony Johnson a4e468864d Change context var name for csrf 2015-11-04 14:40:43 -08:00
Anthony Johnson dbb930de52 Grab csrf token from session, not cookies 2015-11-03 18:46:48 -08:00
Anthony Johnson 1771bd9d86 Set CSRF cookie to httponly
Also, set httponly on session cookie in base settings, though it is already
overridden in prod settings.
2015-11-03 15:41:34 -08:00
Anthony Johnson 6cd929b769 Add explicit pip cache path to pip install calls and models
This moves the pip cache to a project-local path, so that it persists into new docker containers.

Fixes #1783
2015-11-03 15:33:01 -08:00
Anthony Johnson e7bc900c5f Merge branch 'donate-form-arbitrary'
Missing migration was added after PR merge
2015-10-30 16:01:09 -07:00
Anthony e793dc07fc Merge pull request #1780 from rtfd/fix-confpy-paths
Check for _static path in confpy overrides
2015-10-30 15:59:12 -07:00
Anthony Johnson 0edd842ec1 Consider static html _static option in confpy overrides 2015-10-30 15:58:33 -07:00
Eric Holscher e2dbb00a16 Merge pull request #1799 from rtfd/donate-form-arbitrary
Make dollar input field into optional arbitrary value input
2015-10-30 15:14:29 -07:00
Eric Holscher bc96f5b123 Merge pull request #1801 from rtfd/cache-direct
Alter direct calls to redis using intermediate redis settings
2015-10-30 15:06:15 -07:00