| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 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 | ||
| 2019-04-06 | Address review by @lemonsaurus | -5/+2 | ||
| 2019-04-05 | Address review by @jchristgit | -159/+46 | ||
| 2019-04-05 | pysite -> pydis_site | -87/+87 | ||
| 2019-04-05 | [#158 #160] Automatically run collectstatic in containers/setup script | -0/+10 | ||
| 2019-04-05 | [#158 #160] Add crispy-bulma and simple-bulma | -9676/+82 | ||
| 2019-04-05 | [#193] Replace Poetry with Pipenv | -425/+394 | ||
| 2019-04-05 | [#176] Redo project layout | -57/+62 | ||
| 2019-03-11 | Set `harakiri = 30`. | -0/+4 | ||