summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
25 hoursadd test_client_zen.pyJohn Turner
26 hoursadd test_sqlite_storage.pyJohn Turner
26 hoursfix unused importJohn Turner
27 hoursuse foreach loop to create meson test targetsJohn Turner
27 hoursadd test_server.pyJohn Turner
27 hoursprint start status after pypaste is fully setupJohn Turner
2 daysdont return if command returns non-zeroJohn Turner
3 dayspass --command directly into subprocess.run using shell=TrueJohn Turner
3 dayscheck subcommand status code and print its stderr on failureJohn Turner
9 daysrewrite pypaste clientJohn Turner
9 daysprint errors to sys.stderrJohn Turner
9 daysmake paste service API take str instead of io.BytesIOJohn Turner
9 daysmake sure to check every py file with flake8John Turner
9 daysfix lintsJohn Turner
11 daysfix unused variable lintplugable-clientsJohn Turner
11 daysrewrite meson.build file to handle installing just the client or serverJohn Turner
11 daysimpl client backend for pgzJohn Turner
11 dayspass stdin.buffer directly to paste method, and catch errorsJohn Turner
11 daysimplement basic clientJohn Turner
12 daysmake syntax parameter in url take priority over saved syntax settingJohn Turner
12 daysremember the syntax value if it was set during uploadJohn Turner
12 daysprint install tree after running check.shJohn Turner
12 daysmake error messages print [error] instead of [warning]John Turner
12 daysfix meson buildJohn Turner
Define all sources at the top level meson.build so that they get installed in the correct subdir.
12 daysinstall wordlistJohn Turner
12 daysimplement sqlite storage backendpluggable-storageJohn Turner
12 daysrun meson in check.shJohn Turner
12 dayscreate check.sh scriptJohn Turner
12 daysrewrite to support modular storage backendsJohn Turner
14 daysreturn HTTPInternalServerError is checking for key failsJohn Turner
14 daysforgot to await self.database.existsJohn Turner
14 daysprint warning when failing to find lexerJohn Turner
14 daysprint a warning instead of an error when failing to find a styleJohn Turner
14 dayscheck for error when checking if key exists in databaseJohn Turner
14 dayswhitespace fixupJohn Turner
14 daysonly delete pastes from database when delete returns 200John Turner
14 daysadd GPL-3 boilerplate to top of all filesJohn Turner
14 dayssplit app logic out of __main__.pyJohn Turner
14 daysmove logging functions into __init__.pyJohn Turner
14 daysuse log_error in pygmentizeJohn Turner
14 daysadd types to logging functionsJohn Turner
14 daysfix type error in pygmentizeJohn Turner
14 daysput database.py back in the top level package dirJohn Turner
14 daysadd database module to meson sourcesJohn Turner
14 daysfix importsJohn Turner
2025-09-07disable aiohttp loggingJohn Turner
2025-09-07fixupJohn Turner
2025-09-07create database moduleJohn Turner
2025-09-06add loggingJohn Turner
2025-09-06add aiohttp as dependency in meson.buildJohn Turner