| Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
|
|
|
|
* added countdown
* updated jam dates
* added test
* flake8
* flake8 (i did it on wrong file)
|
|
way it should be.
|
|
|
|
|
|
footer text. (#41)
|
|
|
|
* add environment varibales to a .env file
specifically useful if using an IDE
maybe this also warrants an update of the wiki..
* add newline
* Add a brief footer with a link to the github rep
* Update README.md
* Update README.md
* Remove command line about running locally
* add styling for the footer
* rm config vars file
* use html bullet point code instead of literal
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Code Combat
* Corey Schafer's Python tutorials playlist
|
|
|
|
|
|
|
|
doesn't exist
|
|
|
|
|
|
|
|
* Help page and misc improvements
Committing so I can go home >:|
* [WIP] - API improvements for the tag features. Not completed.
* renaming tag.py to tags.py and refactoring the nomenclature of docs to tags
* fixed error message in tags, cleaning up app_test.py
* tests for the tags feature
* ignoring jsonify returns cause coverall can't handle them
* Catch-all error view for the API blueprint
* cleaning up APIErrorView a little
* bringing coverage for tags.py to 100%
* how did this get in here?
* how did this get in here? ROUND 2
* Removing the 503 database error handling. It's not in use and we should probably rethink that whole custom error handling system anyway.
* Converting the tags file to use the @api_params decorator instead of validating manually. Tested with bot staging.
|
|
|
|
|
|
* Info pages and templates
* Info pages and templates
* Info pages and templates
* Update navigation and fix up HTML
* Navigation HTML spacing for readability
* Fix error views not using `self.render()`
* `render()` method should accept Any for context values
* Change header linking CSS to a dedicated class
* Rules page
* Basic resources page setup
* Fix headers for new CSS class
* Resource categories and initial resource data
* Add link to JSON file on GH - won't work until the branch is merged
* Remove info overview page and redirect info root url to resources
* Flake8
* Add some tests
* Line lengths
|
|
|
|
* Fix squished logo & button
* Hide terminal on mobile
* A misc set of fixes
* Newline in window.css
* Add extra_head block to base template
* Move script/CSS loading to extra_head block in error view
* Move terminal JS into window.onload
* Replace `var` with `let` and enable strict mode in 500.js
* Stop typewriter when the terminal is closed
* Move terminal onclick assignment to 500.js
* Move error page <style> contents into window.css
* Tidy up error page HTML and remove unmatched tags
|
|
|
|
|
|
|
|
|
|
|
|
Better embedding for the url to the site.
|
|
|
|
send 500
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Add error messages
Signed-off-by: JoeBanks13 <[email protected]>
* Remove un-used keyword arg from 404
* Assert for status code instead of full content
* PEP8
* test lint
* please coverage
* oh
* Exclude websockets.py from coverage
* Move code output into terminal
* Switch typewriter href protocol
* Add tests for websockets.py
* Abort previous commit, coveralls did not let coverage go down
* Add more pauses and request => response
* move css and js out, add typewriter JS to our own repo & add method for appending text in bulk.
* Enable REPL on 4XX and change error descriptions
* commas
* /error path
|
|
|
|
|
|
|