| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
When both symbols are in FORCE_PREFIX_GROUPS, instead of relying on which symbol
comes later and always renaming the latter one, the symbols with a lower
priority group are moved out of the way instead of forcing the new symbol to be
moved.
This will help make relevant symbols be more likely to come up when
searching the docs.
The constant was reordered by the priority of the groups to work with this
change
|
| |
|
|
|
|
|
|
| |
When renaming, having label.symbol etc. in the list of the renamed symbol
in the embed doesn't really provide much context on what that symbol may be
to the user. Prioritizing the package name instead should makes it clearer that
it's from an another package.
Conflicts within a package are still resolved using the previous logic
|
| |\
| |
| | |
Fix pre-commit, since flake8 isn't a task
|
| |/ |
|
| |\
| |
| | |
Added blocking tag
|
| | |\
| |/
|/| |
|
| |\ \
| | |
| | | |
Constants: use in-server emojis for incident
|
| |/ /
| |
| | |
The default config is currently referencing the emoji server versions, making it unable to work with the nomination archive automation
|
| |\ \
| | |
| | | |
Nomination archive automation
|
| | |\ \
| |/ /
|/| | |
|
| |\ \ \
| | | |
| | | | |
Hotfix: Fixes Dependency Install Flag In Dockerfile
|
| |/ / /
| | |
| | |
| | | |
Signed-off-by: Hassan Abouelela <[email protected]>
|
| |\ \ \
| | | |
| | | | |
Upgrade To 3.9 and Poetry
|
| | |\ \ \
| |/ / /
|/| | | |
|
| |\ \ \ \ |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
These were added back accidentaly as part of a merge conflict.
|
| | |\ \ \ \
| |/ / / /
|/| | | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Add docker-compose.override.yml to gitignore
|
| | |\ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* Updates YTDL Tag
Updates the tag to include similar tools, and adds an open-ended descriptor.
Co-authored-by: ChrisJL <[email protected]>
|
| | | | | | | |
|
| | | |\ \ \ \
| | |/ / / /
| |/| | | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
Co-authored-by: Xithrius <[email protected]>
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
Co-authored-by: Xithrius <[email protected]>
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This commit reverts the changes to int e, by giving the invoker instructions
on how to access the export via int e. This means the metabase exports are not
inserted to every int e envrionment.
I have also added a seperate message in this commit to handle when the paste service
is offline.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This means the handling of the response comes directly after the context manager
rather than having to handle errors.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This removes the need to manually validate user input.
Co-authored-by: Numerlor <[email protected]>
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
StringIO as it has no underlying connections, so a context manager is not needed
Co-authored-by: Numerlor <[email protected]>
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This commit also includes a minor docstring change
Co-authored-by: Numerlor <[email protected]>
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Metabase generates report from site and metricity data. Quite often we export
these reports to csv, transform them and the pipe into an int e. This cog aims to
reduce the time taken for that, by giving admins the ability to export data from
a report directly into a hastebin.
The auth flow is cached, as the login endpoint is ratelimitted. We want to ensure
that we use a valid session token until it expires to reduce the number of calls
to this endpoint.
|
| | | | | | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Updates Pipfile and pipenv lock file to poetry equivalents in
CODEOWNERS.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Updates the Dockerfile, pre-commit, CI, and documentation to reflect the
new dependency manager. Dockerfile is also updated to 3.9.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Adds python dotenv to emulate the default .env file loading behavior
from pipenv.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| | |_|/ / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Migrates package manager to poetry, and updates python version to 3.9.
Some packages are updated where needed.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Code snippet: support the two dots syntax
|
| | |\ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| |\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
feat: add dotenv tag
|
| | | | | | | |
|
| |/ / / / / |
|
| |/ / / /
| | | |
| | | | |
Lines can be highlighted in GitHub using the `L00..L42` syntax, currently not supported by the regex. This commits adds it.
|
| |\ \ \ \
| | | | |
| | | | | |
Annihilate reddit cog
|
| | |\ \ \ \
| |/ / / /
|/| | | | |
|
| |\ \ \ \ \
| |_|/ / /
|/| | | | |
Fix Ping Bugs On Localhost
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Mostly affects linux machines not running as root.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Hassan Abouelela <[email protected]>
|