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