Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

This is where the actual functionality comes in. Django-sheerlike seems to be feature-complete with the Sheer WSGI server. #3

Merged
merged 40 commits into from Jul 22, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
afa00c4
initial commit
rosskarchner Jun 17, 2015
24881c7
Merge branch 'master' of github.com:cfpb/django-sheerlike
rosskarchner Jun 17, 2015
1cfb4f4
- restores .permalink (using a registry mechanism)
rosskarchner Jun 19, 2015
e51e216
Merge branch 'master' of github.com:cfpb/django-sheerlike
rosskarchner Jun 19, 2015
f00bec2
Guidance re: .permalink is no longer accurate
rosskarchner Jun 19, 2015
85f4564
Formatting fixes, and added information on SheerDetailView
rosskarchner Jun 19, 2015
08fe468
Filtering doesn't work yet, but now it fails differently
rosskarchner Jun 23, 2015
8fd915f
This is madness!
rosskarchner Jun 23, 2015
133933a
Update README.rst
rosskarchner Jun 23, 2015
af5754a
product of running sphinx-quickstart
rosskarchner Jun 23, 2015
d8a70d8
moved doc stub into docs folder
rosskarchner Jun 23, 2015
2c7f57b
Merge branch 'master' of github.com:rosskarchner/django-sheerlike
rosskarchner Jun 23, 2015
0403fbb
trying to get autodoc working
rosskarchner Jun 23, 2015
e175702
remove unneeded import, and fix reference to README in
rosskarchner Jun 23, 2015
e68ee50
add elasticsearch depenedency
rosskarchner Jun 23, 2015
ade97a5
added jinja2 to the requirements
rosskarchner Jun 23, 2015
7aeac46
Up to date with @kwall's latest changes to sheer.query
rosskarchner Jun 29, 2015
9aa0ec4
request.GET.copy() doesn't get you a mutable object.
rosskarchner Jun 29, 2015
1ceb955
Migrated some unit tests from Sheer, and configs for tox and Travis
rosskarchner Jun 29, 2015
4d98f42
The actual tests I meant to include in the last commit, plus some adm…
rosskarchner Jun 29, 2015
c7ebebd
Removed screenshot, added mailmap
rosskarchner Jun 29, 2015
f44e17a
Remove duplicate names from AUTHORS
rosskarchner Jun 29, 2015
c3e0b39
Removed redundant changelog
rosskarchner Jun 29, 2015
19795bc
Update README.rst
rosskarchner Jun 29, 2015
2b76f6a
Update README.rst
rosskarchner Jun 29, 2015
b566752
Update README.rst
rosskarchner Jun 29, 2015
2ff1f98
One last markdown-to-ReStructuredText conversion
rosskarchner Jun 29, 2015
27f66bc
Merge branch 'master' of github.com:rosskarchner/django-sheerlike
rosskarchner Jun 29, 2015
2f2898d
Update README.rst
rosskarchner Jun 29, 2015
9a5a639
A new generic view that infers templates from the URL, some configura…
rosskarchner Jun 30, 2015
5ed7dbb
Merge branch 'master' of github.com:rosskarchner/django-sheerlike
rosskarchner Jun 30, 2015
aee686a
refactored to simplify and unify the generic views, and make the comb…
rosskarchner Jul 6, 2015
843c868
corrected README re: generic views
rosskarchner Jul 6, 2015
a93dadb
fixed logic for certain types of 404's
rosskarchner Jul 6, 2015
0acdb4b
fix date formatting filter, and implement relative template imports, …
rosskarchner Jul 14, 2015
b354627
Update README.rst
rosskarchner Jul 14, 2015
d0084b4
add pytz
rosskarchner Jul 14, 2015
d6e4aa6
Merge branch 'master' of github.com:rosskarchner/django-sheerlike
rosskarchner Jul 14, 2015
6b2fb74
delete unneccesary print statement
rosskarchner Jul 14, 2015
59a3c2d
git ignore fix via @kurtw
rosskarchner Jul 22, 2015
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Expand Up @@ -7,6 +7,7 @@
*.o
*.so
_site/
_build/

# Packages #
############
Expand All @@ -20,7 +21,6 @@ _site/
*.rar
*.tar
*.zip

# Logs and databases #
######################
*.log
Expand Down Expand Up @@ -48,6 +48,8 @@ Thumbs.db
__pycache__/
*.py[cod]
.env
.eggs/

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should also include .egg/

.egg/

# Django #
#################
Expand Down
3 changes: 3 additions & 0 deletions .mailmap
@@ -0,0 +1,3 @@
Ross M Karchner <ross.karchner@cfpb.gov> <ross.karchner@cfpb.gov> <ross@karchner.com>
Ross M Karchner <ross.karchner@cfpb.gov> <ross@karchner.com>
Scott Cranfill <scott.cranfill@cfpb.gov> <scott@scottcranfill.com>
9 changes: 9 additions & 0 deletions .travis.yml
@@ -0,0 +1,9 @@
language: python
install:
- pip install tox
script:
- tox
env:
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
10 changes: 10 additions & 0 deletions AUTHORS
@@ -0,0 +1,10 @@
Ans <anselmbradford@users.noreply.github.com>
Anselm Bradford <Anselm.Bradford@cfpb.gov>
Chris Contolini <contolini@users.noreply.github.com>
James Wilson <Jimmy.Wilson@cfpb.gov>
Marc Esher <marc.esher@gmail.com>
Ross M Karchner <ross.karchner@cfpb.gov>
Scott Cranfill <scott.cranfill@cfpb.gov>
bill shelton <bill@if.io>
sheltonw <william.shelton@cfpb.gov>
virtix <bill@if.io>
17 changes: 0 additions & 17 deletions CHANGELOG.md

This file was deleted.

32 changes: 0 additions & 32 deletions CONTRIBUTING.md

This file was deleted.

33 changes: 33 additions & 0 deletions CONTRIBUTING.rst
@@ -0,0 +1,33 @@
Guidance on how to contribute
=============================

All contributions to this project will be released under the CC0
public domain dedication. By submitting a pull request or filing a
bug, issue, or feature request, you are agreeing to comply with this
waiver of copyright interest. Details can be found in our
`TERMS <TERMS.md>`__ and `LICENCE <LICENSE>`__.

There are two primary ways to help: - Using the issue tracker, and -
Changing the code-base.

Using the issue tracker
-----------------------

Use the issue tracker to suggest feature requests, report bugs, and ask
questions. This is also a great way to connect with the developers of
the project as well as others who are interested in this solution.

Use the issue tracker to find ways to contribute. Find a bug or a
feature, mention in the issue that you will take on that effort, then
follow the *Changing the code-base* guidance below.

Changing the code-base
----------------------

Generally speaking, you should fork this repository, make changes in
your own fork, and then submit a pull-request. All new code should have
associated unit tests that validate implemented features and the
presence or lack of defects. Additionally, the code should follow any
stylistic and architectural guidelines prescribed by the project. In the
absence of such guidelines, mimic the styles and patterns in the
existing code-base.
78 changes: 78 additions & 0 deletions ChangeLog
@@ -0,0 +1,78 @@
CHANGES
=======

* delete unneccesary print statement
* add pytz
* Update README.rst
* fix date formatting filter, and implement relative template imports, and a global request object!
* fixed logic for certain types of 404's
* corrected README re: generic views
* refactored to simplify and unify the generic views, and make the combined SheerTemplateView behave more like Sheer does
* A new generic view that infers templates from the URL, some configuration simplification and DRY work, the beginning of a tool for populating a Django model from a Sheer template
* Update README.rst
* One last markdown-to-ReStructuredText conversion
* Update README.rst
* Update README.rst
* Update README.rst
* Removed redundant changelog
* Remove duplicate names from AUTHORS
* Removed screenshot, added mailmap
* The actual tests I meant to include in the last commit, plus some administrivia
* Migrated some unit tests from Sheer, and configs for tox and Travis
* request.GET.copy() doesn't get you a mutable object
* Up to date with @kwall's latest changes to sheer.query
* added jinja2 to the requirements
* add elasticsearch depenedency
* remove unneeded import, and fix reference to README in setup.cfg
* trying to get autodoc working
* moved doc stub into docs folder
* product of running sphinx-quickstart
* Update README.rst
* This is madness! This is Python!
* Filtering doesn't work yet, but now it fails differently
* Formatting fixes, and added information on SheerDetailView
* Guidance re: .permalink is no longer accurate
* - restores .permalink (using a registry mechanism) - provides a generic view which should suffice for most uses of sheer's "lookups" feature
* fix typo ;)
* initial commit
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Fix typo
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Removes trailing newlines
* Update TERMS.md
* Fixes #13 - adds INSTALL.md
* Updating gitignore for more robust coverage
* Fixes typo
* Update README.md
* Add front-endy things to ignore
* Add open source checklist and to do item in README
* Use official CC0 plain text legal code
* Add suggested CHANGELOG format
* Add language about CFPB contribs. to a joint work
* https fix
* https a URL on README
* Fix typo in README
* Update first sentence of TERMS
* Copyedit README
* Copyedit CONTRIBUTING
* Fix typo in TERMS.md
* Fix typos in README. Add simple gitignore
* Update screenshot link to point to CFPB
* Adjust screenshot size
* Add screenshot to README
* Add example screenshot
* Add example screenshot
* Update README and add CHANGELOG
* Add TERMS and CONTRIBUTING
* Initial commit
3 changes: 0 additions & 3 deletions INSTALL.md

This file was deleted.

5 changes: 5 additions & 0 deletions INSTALL.rst
@@ -0,0 +1,5 @@
Installation instructions
=========================

Detailed instructions on how to install, configure, and get the project
running.
75 changes: 0 additions & 75 deletions README.md

This file was deleted.