aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Removed Do You Even Python from our partners list.Gravatar Jeremiah Boby2018-06-09-29/+39
|
* Fix RST table styling and add fira-code text roleGravatar Gareth Coles2018-06-08-4/+26
|
* Fix testGravatar Gareth Coles2018-06-07-2/+6
|
* Grab user avatars in bot API callGravatar Gareth Coles2018-06-07-6/+17
|
* Currently we have no git hook docsGravatar Gareth Coles2018-06-07-2/+1
|
* Move editor sizing SCSS to uses-rst classGravatar Gareth Coles2018-06-07-7/+7
|
* CONTRIBUTING.md has to be in the repo rootGravatar Gareth Coles2018-06-07-0/+0
|
* Replace GitHub with GitLab across the projectGravatar Gareth Coles2018-06-07-48/+77
|
* [CI] Add deployment env and cache .gemGravatar Gareth Coles2018-06-07-3/+8
|
* Remove some debug code from the button directiveGravatar Gareth Coles2018-06-07-4/+0
|
* Add "rundev" to pipfileGravatar Gareth Coles2018-06-07-0/+1
|
* [RST] Add directive for UIKit buttonsGravatar Gareth Coles2018-06-07-1/+74
|
* Don't log DEBUG/TRACEGravatar Gareth Coles2018-06-06-1/+1
|
* Logging changesGravatar Gareth Coles2018-06-06-29/+13
| | | | | | * Log to .json file in debug mode, with textual stdout * Log to .txt in production, with JSON stdout * No more Papertrail
* [CI] Tag builds with "docker"Gravatar Gareth Coles2018-06-06-0/+6
|
* RabbitMQ service discoveryGravatar Gareth Coles2018-06-06-24/+54
|
* [CI] Documentation is a fine thingGravatar Gareth Coles2018-06-06-1/+2
|
* [CI] Improve performance by configuring jobs betterGravatar Gareth Coles2018-06-06-9/+13
|
* Fix privacy tableGravatar Gareth Coles2018-06-06-2/+2
|
* [CI] Add docker/curl to deploy stepsGravatar Gareth Coles2018-06-06-0/+1
|
* [CI] Fix deploymentGravatar Gareth Coles2018-06-06-5/+5
|
* [CI] Add RDB/RMQ hostsGravatar Gareth Coles2018-06-06-1/+2
|
* [CI] And ruby-irbGravatar Gareth Coles2018-06-06-1/+1
|
* [CI] Ugh, fine, let's install rdoc too.Gravatar Gareth Coles2018-06-06-2/+2
|
* [CI] We don't need rdocGravatar Gareth Coles2018-06-06-1/+1
|
* [CI] Add ruby-dev to build envGravatar Gareth Coles2018-06-06-1/+1
|
* [CI] Add compilation packages to build envGravatar Gareth Coles2018-06-06-0/+8
|
* [CI] Fix GitLab CI YAMLGravatar Gareth Coles2018-06-06-3/+3
|
* [CI] Add GitLab CI YAMLGravatar Gareth Coles2018-06-06-40/+39
|
* Merge remote-tracking branch 'origin/master'Gravatar Gareth Coles2018-06-05-0/+73
|\
| * Add date parsing tests. (#87)Gravatar Johannes Christ2018-06-05-0/+73
| |
* | [GDPR] Fix omission RE code jam system infoGravatar Gareth Coles2018-06-05-0/+14
|/ | | | Full text: Rectified an omission in the old privacy policy, where the system information you provide as part of a code jam signup wasn't mentioned.
* Move from CSS to SCSS (#86)Gravatar Gareth Coles2018-06-05-10235/+23862
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Rewrite existing style.css with sass * Add "uses-rst" class for pages that use rendered RST This replaces the previous method of just listing every page in the sass * Remove old debug print * Mixins and error pages * Newly built CSS * Add SASS cache to .gitignore * New error SASS * Slight changes to error template * Add UIKit SCSS to repo This includes the LICENSE and our customizations, which makes life way easier for contributors * Reorganize sass folder; your watchers can avoid uikit now * Sass folder should be called scss * Change variable names * [SCSS] Linting * Fix scss_lint gem name [ci skip] * [SCSS] Now you can compile with just Python! * Temporary hack to make the wiki editor taller * [SCSS] @jchristgit * [SCSS.py] Require specification of include dir to simplify the SCSS imports * [SCSS] All inline styles have been removed * [SCSS] Update UIKit theme to import from our variables * [SCSS] Remove extra newlines in errors/_common.scss
* documentation metadata API (#57)Gravatar Johannes Christ2018-06-05-2/+227
| | | | | | | | | | | | | | | | | | | | | | * Add documentation metadata "schema". * Add seed data for `pydoc_links` table. * Add tests for the `doc` API. * Allow specifying multiple parameters. * Move up line in generator. * make each docs test a function for greater test report visibility * fix a typo * Use fixtures instead of `pytest-ordering`. * Move `doc` API to `/bot/doc`. * Use new migration system.
* [Jams] Fix signup messageGravatar Gareth Coles2018-06-03-2/+2
|
* Make the site still work without RMQGravatar Gareth Coles2018-06-03-19/+22
|
* [Wiki] Fix actions not showing in some desirable casesGravatar Gareth Coles2018-06-03-6/+6
|
* [Wiki] Prefer horizontal whitespace over vertical (#85)Gravatar neonsea2018-06-02-5/+7
| | | | | | | | | | | | | | * [Wiki] Prefer horizontal whitespace over vertical This should fix the issue with the long vertical bar of whitespace under the menu toggle button on mobile, whilst also not breaking centering of content. * [Wiki] Prefer horizontal whitespace over vertical This removes the vertical bar of whitespace under the menu toggle button in favor of a horizontal line on mobile. * Fix indentation error
* [Wiki] Fix a CSS dumbGravatar Gareth Coles2018-06-02-4/+4
|
* [Jams] Send signup messages to jam log channelGravatar Gareth Coles2018-06-02-1/+15
|
* [Wiki] Codeblocks should no longer be way too wide on mobileGravatar Gareth Coles2018-06-02-1/+11
|
* Allow nav dropdown vertical scrollingGravatar Gareth Coles2018-06-02-1/+1
|
* Attempt to fix dropdown positioningGravatar Gareth Coles2018-06-02-1/+1
|
* [Wiki] Attempt to fix width issues on mobileGravatar Gareth Coles2018-06-02-1/+5
|
* [Wiki] Hide scrollbar on code blocks when not neededGravatar Gareth Coles2018-06-02-2/+2
|
* [Wiki] Attempt to fix page views on mobileGravatar Gareth Coles2018-06-02-1/+40
|
* [Wiki] Fix UX bug relating to current article headersGravatar Gareth Coles2018-06-02-1/+1
|
* [Wiki] UX improvements for sidebarGravatar Gareth Coles2018-06-02-2/+7
|
* Merge branch 'master' of github.com:discord-python/site [ci skip]Gravatar Joseph2018-05-31-1/+1
|\
| * Merge remote-tracking branch 'origin/master'Gravatar Gareth Coles2018-05-31-0/+3
| |\