aboutsummaryrefslogtreecommitdiffstats
path: root/postgres/init.sql (unfollow)
Commit message (Collapse)AuthorLines
2023-03-10apply Zig's suggestionsGravatar shtlrs-39/+42
2023-03-09update url of site_apiGravatar shtlrs-1/+1
2023-03-08clarify where redis values should be overridenGravatar shtlrs-1/+2
2023-03-08make GUILD_ID always requiredGravatar shtlrs-1/+1
2023-03-08update prefix to underscore: _Gravatar shtlrs-308/+308
2023-03-02appease linterGravatar shtlrs-1/+1
2023-03-02add a section that details help forum setupGravatar shtlrs-0/+18
2023-03-02update all instances of bootstrap_config with botstrapGravatar shtlrs-2/+2
2023-02-28Appease linterGravatar shtlrs-1/+1
2023-02-28use concrete ids for the channel examplesGravatar shtlrs-6/+6
2023-02-28Mention that only necessary component IDs needs to be added when configuring ↵Gravatar shtlrs-2/+3
manually
2023-02-28Use "Python program" instead of "Python code" to describe the scriptGravatar shtlrs-1/+2
2023-02-28Update the note about ignoring .envGravatar shtlrs-2/+2
2023-02-26prefix sentry_dsn & trace_loggers with `bot.`Gravatar Amrou-13/+13
2023-02-26update appendix to use the "." separatorGravatar Amrou-19/+19
2023-02-25remove usage of the Field classGravatar Amrou-4/+2
2023-02-25add old config commentsGravatar Amrou-1/+17
2023-02-25enclose config appendix in yaml code blocksGravatar Amrou-1/+3
2023-02-25put constants.py inside code tagsGravatar Amrou-1/+1
2023-02-25update the run it linkGravatar Amrou-1/+4
2023-02-25update guide linksGravatar Amrou-2/+2
2023-02-25remove duplicated line in appendixGravatar Amrou-1/+0
2023-02-25update info of the `GUILD_ID` env varGravatar Amrou-1/+2
2023-02-25update all mentions of config & default-config.yamlGravatar Amrou-7/+7
2023-02-25update recommendeations of values that need overridingGravatar Amrou-12/+12
2023-02-25blunt replacement of the embedded .yaml configGravatar Amrou-351/+397
2023-02-25divide config into auto & manual sectionsGravatar Amrou-5/+13
2023-02-25make the notes inlineGravatar Amrou-6/+2
2023-02-25add a first explanation of how the `.env.server` should be usedGravatar Amrou-4/+51
2023-02-25appease linterGravatar Amrou-13/+13
2023-02-25fix typo in "Installing specific dependency groups" sectionGravatar Amrou-3/+3
2023-02-25add the Scaffolding the configuration sectionGravatar Amrou-14/+54
2023-02-25add guide to install a specific dependency group with poetryGravatar Amrou-0/+24
This sets up the stage to install the needed bootstrapping script dependencies
2022-12-28Update help channels guide (#814)Gravatar Amrou Bellalouna-36/+47
Co-authored-by: Xithrius <[email protected]>
2022-12-28Bump coverage from 6.5.0 to 7.0.1Gravatar dependabot[bot]-53/+54
Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.5.0 to 7.0.1. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/6.5.0...7.0.1) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
2022-12-28Bump sentry-sdk from 1.11.1 to 1.12.1Gravatar dependabot[bot]-5/+6
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.11.1 to 1.12.1. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.11.1...1.12.1) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2022-12-28Bump pep8-naming from 0.13.2 to 0.13.3Gravatar dependabot[bot]-6/+6
Bumps [pep8-naming](https://github.com/PyCQA/pep8-naming) from 0.13.2 to 0.13.3. - [Release notes](https://github.com/PyCQA/pep8-naming/releases) - [Changelog](https://github.com/PyCQA/pep8-naming/blob/main/CHANGELOG.rst) - [Commits](https://github.com/PyCQA/pep8-naming/compare/0.13.2...0.13.3) --- updated-dependencies: - dependency-name: pep8-naming dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2022-12-28Bump django-distill from 3.0.1 to 3.0.2Gravatar dependabot[bot]-4/+4
Bumps [django-distill](https://github.com/meeb/django-distill) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/meeb/django-distill/releases) - [Commits](https://github.com/meeb/django-distill/compare/v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: django-distill dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2022-12-28Bump setuptools from 65.5.0 to 65.5.1Gravatar dependabot[bot]-4/+4
Bumps [setuptools](https://github.com/pypa/setuptools) from 65.5.0 to 65.5.1. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst) - [Commits](https://github.com/pypa/setuptools/compare/v65.5.0...v65.5.1) --- updated-dependencies: - dependency-name: setuptools dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
2022-12-26Bump pre-commit from 2.20.0 to 2.21.0Gravatar dependabot[bot]-19/+6
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.20.0 to 2.21.0. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v2.20.0...v2.21.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2022-12-12Confirmation with the reader on when to set statusGravatar Xithrius-2/+4
2022-12-11Kaizen: Ensure consistent formatting and wording.Gravatar kosayoda-3/+3
2022-12-11Point showcase link to an actual example.Gravatar kosayoda-1/+1
The example pointed to by the previous link is no more, so let's find another example.
2022-12-11Add tips that showcase markdown quirks.Gravatar kosayoda-0/+41
2022-12-11Reviews fully resolved, but unsure about deferGravatar Xithrius-1/+2
2022-12-09Bump flake8-bugbear from 22.10.27 to 22.12.6Gravatar dependabot[bot]-5/+5
Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.10.27 to 22.12.6. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/22.10.27...22.12.6) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2022-12-09Bump flake8 from 5.0.4 to 6.0.0Gravatar dependabot[bot]-14/+14
Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.4 to 6.0.0. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/5.0.4...6.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
2022-12-09Bump pymdown-extensions from 9.8 to 9.9Gravatar dependabot[bot]-5/+5
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 9.8 to 9.9. - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/9.8...9.9) --- updated-dependencies: - dependency-name: pymdown-extensions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2022-12-09Bump flake8-import-order from 0.18.1 to 0.18.2Gravatar dependabot[bot]-5/+5
Bumps [flake8-import-order](https://github.com/PyCQA/flake8-import-order) from 0.18.1 to 0.18.2. - [Release notes](https://github.com/PyCQA/flake8-import-order/releases) - [Changelog](https://github.com/PyCQA/flake8-import-order/blob/master/CHANGELOG.rst) - [Commits](https://github.com/PyCQA/flake8-import-order/compare/0.18.1...0.18.2) --- updated-dependencies: - dependency-name: flake8-import-order dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2022-12-09Bump django from 4.1.3 to 4.1.4Gravatar dependabot[bot]-5/+5
Bumps [django](https://github.com/django/django) from 4.1.3 to 4.1.4. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.1.3...4.1.4) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>