aboutsummaryrefslogtreecommitdiffstats
path: root/manage.py (unfollow)
Commit message (Collapse)AuthorLines
2019-04-20Addressing volcyys third review.Gravatar Leon Sandøy-6/+7
2019-04-19Addressing all comments in volcyy's second review. The tests now mock the ↵Gravatar Leon Sandøy-132/+204
API calls so we don't have to actually call the API every time we run tests.
2019-04-19Added test cases to increase coverage for this PR to 100%Gravatar Leon Sandøy-3/+37
2019-04-19Pin flake8-bandit to 1.0.2 to fix ExceptHandler error.Gravatar Scragly-21/+11
2019-04-18Addressing all of volcyys review comments, and adding linting and full test ↵Gravatar Leon Sandøy-46/+75
coverage.
2019-04-18Fixing all linting problems introduced by this PR. There's still a TODO left ↵Gravatar Leon Sandøy-8/+8
in viewsets, but that's for jchrist to deal with later, so I'm leaving that in.
2019-04-18Adding the migration and the lockfileGravatar Leon Sandøy-0/+450
2019-04-18Update docker/app/migrate_and_serve.shGravatar Sebastiaan Zeeff-1/+1
Co-Authored-By: lemonsaurus <[email protected]>
2019-04-18Adding a default admin panel user to migrate_and_serve, adding hrefs for all ↵Gravatar Leon Sandøy-17/+34
the links, fixing a bug with the banner highlighting, and making the sponsors hero a little bigger.
2019-04-17The GitHub API stuff is done now, including data caching. Just a couple of ↵Gravatar Leon Sandøy-143/+129
minor bugfixes left before this is PR-ready.
2019-04-16makemigrations pipeline created, RepoData model created, and a really naive ↵Gravatar Leon Sandøy-37/+103
implementation of the API stuff which makes 6 requests and takes forever to load. I've found a better approach so I'm gonna switch to that next.
2019-04-14Remove the third infraction.Gravatar Johannes Christ-67/+0
2019-04-14Move models to submodules.Gravatar Johannes Christ-513/+679
2019-04-14Add missing test.Gravatar Johannes Christ-0/+7
2019-04-14Fixup broken reverse in test.Gravatar Johannes Christ-1/+1
2019-04-13refactoring slightly to use a class-based view, changing home to main. Ready ↵Gravatar Leon Sandøy-60/+136
to write the API search stuff now.
2019-04-13Added hrefs for the cardsGravatar Leon Sandøy-6/+6
2019-04-13Adjust dynamic video sizing to try keep aspect.Gravatar Scragly-19/+32
2019-04-12Responsive video container not quite working the way it should.Gravatar Leon Sandøy-51/+113
2019-04-12Slight improvements to the who are we textGravatar Leon Sandøy-8/+17
2019-04-12Better JetBrains sponsor logo, fixed a bug with responsive video containers, ↵Gravatar Leon Sandøy-74/+83
set up some placeholder cards for projects on the landing page.
2019-04-12responsive video containerGravatar Leon Sandøy-12/+33
2019-04-12Fixing the footer. Django logo no longer clips, and matches the rest of the ↵Gravatar Leon Sandøy-4/+4
font size better. Footer size reduced and padding made symmetrical.
2019-04-12Implemented a sticky footer systemGravatar Leon Sandøy-5/+20
2019-04-11New landing page. Not quite done yet. This probably should've been more than ↵Gravatar Leon Sandøy-1149/+356
one commit.
2019-04-11Ignore pip version pinning complaints.Gravatar Johannes Christ-3/+3
2019-04-11Remove `--dev` from container installation.Gravatar Johannes Christ-1/+1
2019-04-11Use `set -eux` in pipeline script.Gravatar Johannes Christ-1/+3
2019-04-11Document `LOG_LEVEL` and `DEBUG` setup.Gravatar Johannes Christ-5/+6
2019-04-11Remove `ENGINE` variable export documentation.Gravatar Johannes Christ-2/+1
2019-04-11Made clarifications on the hosts fileGravatar ImportErr-2/+22
2019-04-11Added info for running the serverGravatar ImportErr-2/+4
2019-04-10Only install uWSGI in Docker.Gravatar Johannes Christ-42/+35
2019-04-10Document `LogEntryViewSet`.Gravatar Johannes Christ-1/+27
2019-04-10Make the pipeline green as grass.Gravatar Johannes Christ-14/+14
2019-04-10Remove unused changelog.Gravatar Johannes Christ-39/+0
2019-04-10No more vim modelinesGravatar Gareth Coles-8/+0
2019-04-10Single base template, no content in itGravatar Gareth Coles-71/+31
2019-04-10Navbar: No need for example contentGravatar Gareth Coles-54/+6
2019-04-10Fix footer text colourGravatar Gareth Coles-2/+2
2019-04-10Initial work on some base templatesGravatar Gareth Coles-162/+1432
2019-04-08Add the `message` field.Gravatar Johannes Christ-3/+6
2019-04-07Minor formatting improvements.Gravatar Johannes Christ-0/+1
2019-04-07Add the `/logs` API route.Gravatar Johannes Christ-23/+41
2019-04-07Add the `LogEntry` model.Gravatar Johannes Christ-0/+70
2019-04-07Address review by @jchristgitGravatar Gareth Coles-5/+5
2019-04-07Use volume for staticfiles.Gravatar Johannes Christ-1/+5
2019-04-07Display some output about migrations.Gravatar Johannes Christ-1/+1
2019-04-07Exit `migrate_and_serve` on error.Gravatar Johannes Christ-1/+1
2019-04-07Remove bot from compose setup, move staticfiles to writable directory.Gravatar Johannes Christ-7/+1