- 27 May, 2017 5 commits
-
-
David Haynes authored
- more or less me testing things, will get modified or removed in the future
-
David Haynes authored
- this is probably from when we were rolling our own API - this no longer does anything of use and is in fact, confusing to new contributers
-
David Haynes authored
- before they existed but were not displayed - apparently the variable names need to be the same and they were not - this fixes that
-
David Haynes authored
- some things that were bugging me that I think can be agreed upon as overall good
-
David Haynes authored
- get out of here microsoft
-
- 15 May, 2017 2 commits
-
-
David Haynes authored
-
David Haynes authored
- This got really annoying in development to remember to go to /api all the time - Potentially in the future we will build a test landing page on / to test that the API works instead of having to rely on third party tools or just manual clicks - Until then, this will make life easier (imo)
-
- 05 May, 2017 1 commit
-
-
David Haynes authored
- forgot a level
-
- 19 Apr, 2017 4 commits
-
-
Daniel W Bond authored
Resolve "Fix links in the README" Closes #46 See merge request !17
-
Daniel W Bond authored
-
bhnvi dubey authored
removes the rest of the faulty links, wraps the lines properly, and fixes @dhaynes spelling from commit 0675ce93.
-
Mark Stenglein authored
It's not needed to repeat the url using [url](url-again), just delete the link syntax. Markdown will figure out what you mean. This is a demo commit for a new contributor. Signed-off-by:
Mark Stenglein <mark@stengle.in>
-
- 11 Apr, 2017 1 commit
-
- 04 Apr, 2017 1 commit
-
-
David Haynes authored
- Drop in update to 1.11 Signed-off-by:
David Haynes <dhaynes3@gmu.edu>
-
- 02 Apr, 2017 22 commits
-
-
David Haynes authored
- fields moved over to the new model - ForeignKey connection from Facility to Location - also commenting all the things, slowly Signed-off-by:
David Haynes <dhaynes3@gmu.edu>
-
David Haynes authored
- each Facility _may_ have a building it is located in which _may_ have an address - allow someone to query for that Facility address - allow someone on the admin page to input a Facility address Closes #38 Signed-off-by:
David Haynes <dhaynes3@gmu.edu>
-
David Haynes authored
Resolve "Move to MySQL as the backend database" See merge request !14
-
David Haynes authored
Resolve "Port to Python 3" See merge request !13
-
David Haynes authored
- how to use env vars - how to setup db - more words on virtualenv Signed-off-by:
David Haynes <dhaynes3@gmu.edu>
-
David Haynes authored
- copy paste is getting me again Signed-off-by:
David Haynes <dhaynes3@gmu.edu>
-
David Haynes authored
- totally forgot the export word Signed-off-by:
David Haynes <dhaynes3@gmu.edu>
-
David Haynes authored
- maybe needs some ""'s Signed-off-by:
David Haynes <dhaynes3@gmu.edu>
-
David Haynes authored
- That's what you get for ctrl-c ctrl-v'ing everything dhaynes Signed-off-by:
David Haynes <dhaynes3@gmu.edu>
-
David Haynes authored
- env vars, mysql image, should work Signed-off-by:
David Haynes <dhaynes3@gmu.edu>
-
David Haynes authored
- Docker now will use a mysql image - base.py now loads mysql as the default database with configuration env vars - Also remove postgres remnants Signed-off-by:
David Haynes <dhaynes3@gmu.edu>
-
David Haynes authored
- remove commented out items Signed-off-by:
David Haynes <dhaynes3@gmu.edu>
-
David Haynes authored
- ctrl-c ctrl-v from Go Signed-off-by:
David Haynes <dhaynes3@gmu.edu>
-
David Haynes authored
- 2.7 -> 3.6 Signed-off-by:
David Haynes <dhaynes3@gmu.edu>
-
David Haynes authored
- Include py3 packages and py3 commands Signed-off-by:
David Haynes <dhaynes3@gmu.edu>
-
David Haynes authored
- And now the single "except" does Signed-off-by:
David Haynes <dhaynes3@gmu.edu>
-
David Haynes authored
- deprecation fix Signed-off-by:
David Haynes <dhaynes3@gmu.edu>
-
David Haynes authored
- print_function overwrites print causing the build to fail Signed-off-by:
David Haynes <dhaynes3@gmu.edu>
-
David Haynes authored
- See description of other commit on __future__ imports Signed-off-by:
David Haynes <dhaynes3@gmu.edu>
-
David Haynes authored
- None of them actually test anything and are not located in the proper location (app root) - Don't worry, they'll return in future commits Signed-off-by:
David Haynes <dhaynes3@gmu.edu>
-
David Haynes authored
- If the file is run in py2, it should still function if using certain py3 functionality (unicode, division, imports, etc) Signed-off-by:
David Haynes <dhaynes3@gmu.edu>
-
David Haynes authored
- We don't include migrations/ within other Django projects and thus, we should standardize - Adding to the gitignore will prevent people from committing the directory in the future Signed-off-by:
David Haynes <dhaynes3@gmu.edu>
-
- 24 Mar, 2017 4 commits
-
-
David Haynes authored
Resolve "Configure gitlab-ci.yml to build on every commit" See merge request !12
-
David Haynes authored
-
David Haynes authored
- Tests basic build - runs unit tests - Computes coverage Closes #44
-
David Haynes authored
Resolve "Better dockerization of the project" See merge request !11
-