..
ci
Remove support for Ubuntu 20.04 and Debian 11.
2024-04-01 13:27:39 -07:00
documentation_crawler
python: Simplify with str.removeprefix, str.removesuffix.
2025-03-17 14:10:29 -07:00
droplets
ruff: Fix PLR6104 Use += to perform an augmented assignment directly.
2024-07-14 13:49:51 -07:00
i18n
ruff: Fix PLC0206 Extracting value from dictionary without calling .items().
2025-01-07 09:31:11 -08:00
lib
python: Simplify with str.removeprefix, str.removesuffix.
2025-03-17 14:10:29 -07:00
linter_lib
util: Rename clean_user_content_links to postprocess_content.
2024-07-23 13:26:37 -07:00
node_lib
node_tests: Move to web/tests.
2023-02-23 16:04:17 -08:00
oneclickapps
ruff: Fix UP006 Use list instead of List for type annotation.
2024-07-13 22:28:22 -07:00
screenshots
requirements: Upgrade Python requirements.
2025-03-17 14:10:29 -07:00
setup
requirements: Upgrade Python requirements.
2025-03-17 14:10:29 -07:00
test-install
Remove support for Ubuntu 20.04 and Debian 11.
2024-04-01 13:27:39 -07:00
tests
ruff: Bump target-version from py38 to py310.
2024-07-13 22:28:22 -07:00
zulip-export
python: Normalize quotes with Black.
2021-02-12 13:11:19 -08:00
__init__.py
Add __init__.py to tools/ and tools/setup/.
2016-07-20 18:20:37 -07:00
backport-pull-request
backport: Fix the commit-ids that are used.
2024-05-06 14:47:22 -07:00
build-docs
tools: Use root-based absolute import for tools.lib, etc.
2021-07-05 12:21:52 -07:00
build-release-tarball
emails: Inline CSS in emails in build_email.
2023-04-05 12:22:29 -07:00
cache-zulip-git-version
build-release-tarball: Override merge-base for full official releases.
2022-11-15 12:50:41 -08:00
check-capitalization
python: Mark regexes as raw strings.
2024-04-26 12:30:31 -07:00
check-frontend-i18n
ruff: Fix UP006 Use list instead of List for type annotation.
2024-07-13 22:28:22 -07:00
check-issue-labels
ruff: Fix UP007 Use X | Y for type annotations.
2024-07-13 22:28:22 -07:00
check-openapi
check-openapi: Modernize yargs usage.
2024-04-08 16:50:56 -07:00
check-provision
tools: Rename force argument to skip-provision-check
2021-03-03 09:17:49 -08:00
check-schemas
ruff: Fix UP035 Import from collections.abc, typing instead.
2024-07-13 22:28:22 -07:00
check-templates
ruff: Fix UP035 Import from collections.abc, typing instead.
2024-07-13 22:28:22 -07:00
check-thirdparty
check-thirdparty: License under GPLv2+.
2022-06-26 17:33:11 -07:00
clean-branches
Rename default branch to ‘main’.
2021-09-06 12:56:35 -07:00
commit-message-lint
commit-message-lint: Take release branches into account.
2022-07-22 10:39:05 -07:00
commit-msg
commit-msg: Don’t change the current directory for non-Vagrant.
2023-05-23 12:24:44 -07:00
conf.ini-template
Add tool for scanning issues without area labels.
2017-02-03 09:59:35 -08:00
coveragerc
coverage: Clean up coverage configuration.
2023-05-31 13:53:04 -07:00
deploy-branch
Rename default branch to ‘main’.
2021-09-06 12:56:35 -07:00
diagnose
ruff: Fix UP035 Import from collections.abc, typing instead.
2024-07-13 22:28:22 -07:00
documentation.vnufilter
docs: Update VNU filter to ignore warnings about sphinx-design.
2024-03-22 16:54:57 -07:00
duplicate_commits.json
tools: Move duplicate_commits.json file to tools directory.
2020-04-07 16:06:29 -07:00
fetch-contributor-data
ruff: Fix UP007 Use X | Y for type annotations.
2024-07-13 22:28:22 -07:00
fetch-pull-request
tools: Avoid readlink -f in *-pull-request scripts.
2021-04-30 14:57:13 -07:00
fetch-rebase-pull-request
Rename default branch to ‘main’.
2021-09-06 12:56:35 -07:00
find-unused-css
web: Move web app to ‘web’ directory.
2023-02-23 16:04:17 -08:00
lint
ruff: Partially reformat Python with Ruff 0.9 (2025 style).
2025-03-17 14:10:29 -07:00
pre-commit
tools: Rename force argument to skip-provision-check
2021-03-03 09:17:49 -08:00
provision
Remove support for Ubuntu 20.04 and Debian 11.
2024-04-01 13:27:39 -07:00
push-to-pull-request
push-to-pull-request: Accept intermixed options and arguments again.
2024-02-01 17:08:44 -08:00
README.md
cleanup: Delete trailing newlines.
2019-08-06 23:29:11 -07:00
rebuild-dev-database
terminate-psql-sessions: Rely on the caller to set PGHOST, PGUSER.
2020-06-15 21:37:14 -07:00
rebuild-test-database
refactor: Rename huddle to direct_message_group in non api files.
2024-09-11 11:44:16 -07:00
release
release: Parse version.py using the language it was written in.
2024-07-25 13:17:49 -07:00
release-tarball-exclude.txt
puppet: Rename puppet/zulip_ops to puppet/kandra.
2024-02-06 17:56:27 -08:00
renumber-migrations
ruff: Fix SIM115 Use a context manager for opening files.
2024-11-21 10:28:36 -08:00
reset-to-pull-request
tools: Avoid readlink -f in *-pull-request scripts.
2021-04-30 14:57:13 -07:00
review
ruff: Fix UP006 Use list instead of List for type annotation.
2024-07-13 22:28:22 -07:00
run-codespell
dependencies: Switch to pnpm.
2023-03-20 15:48:29 -07:00
run-dev
run-dev: Remove unnecessary compress=False for aiohttp.
2024-11-21 10:28:36 -08:00
run-mypy
ruff: Fix UP006 Use list instead of List for type annotation.
2024-07-13 22:28:22 -07:00
run-tsc
tsconfig: Move to top level.
2019-11-04 18:12:11 -08:00
semgrep-py.yml
thumbnail: Backfill ImageAttachment rows.
2024-09-09 15:16:28 -07:00
setup-git-repo
shfmt: Reformat shell scripts with shfmt.
2020-10-15 15:16:00 -07:00
show-profile-results
python: Normalize quotes with Black.
2021-02-12 13:11:19 -08:00
stop-run-dev
python: Normalize quotes with Black.
2021-02-12 13:11:19 -08:00
tail-ses
ruff: Fix SIM117 Use a single with statement with multiple contexts.
2024-07-14 13:48:32 -07:00
test-all
install-shellcheck: Upgrade ShellCheck to 0.9.0.
2023-01-04 14:01:34 -08:00
test-api
realm-deactivation: Send email to owners as part of deactivation.
2024-06-26 16:48:18 -07:00
test-backend
integrations: Remove Solano integration.
2024-07-20 15:44:17 -07:00
test-documentation
ruff: Fix UP035 Import from collections.abc, typing instead.
2024-07-13 22:28:22 -07:00
test-help-documentation
ruff: Bump target-version from py38 to py310.
2024-07-13 22:28:22 -07:00
test-js-with-node
ruff: Fix PLC0206 Extracting value from dictionary without calling .items().
2025-01-07 09:31:11 -08:00
test-js-with-puppeteer
ruff: Fix UP035 Import from collections.abc, typing instead.
2024-07-13 22:28:22 -07:00
test-locked-requirements
ruff: Fix SIM117 Use a single with statement with multiple contexts.
2024-07-14 13:48:32 -07:00
test-migrations
requirements: Upgrade Python requirements.
2021-04-15 21:47:33 -07:00
test-queue-worker-reload
ruff: Fix UP007 Use X | Y for type annotations.
2024-07-13 22:28:22 -07:00
test-run-dev
ruff: Fix UP006 Use list instead of List for type annotation.
2024-07-13 22:28:22 -07:00
test-tools
tools: Use root-based absolute import for tools.lib, etc.
2021-07-05 12:21:52 -07:00
total-contributions
ruff: Fix UP006 Use list instead of List for type annotation.
2024-07-13 22:28:22 -07:00
update-locked-requirements
requirements: Remove unused mypy.txt lock file.
2022-09-08 11:08:06 -07:00
update-prod-static
update-prod-static: Only run generate_landing_page_images if necessary.
2023-10-05 09:04:33 -07:00
update-zuliprc-api-field
python: Replace universal_newlines with text.
2022-01-23 22:16:01 -08:00
upload-release
python: Simplify with str.removeprefix, str.removesuffix.
2025-03-17 14:10:29 -07:00
webpack
ruff: Fix UP007 Use X | Y for type annotations.
2024-07-13 22:28:22 -07:00
zanitizer
zanitizer: Reformat with perltidy.
2021-03-24 12:12:04 -07:00
zanitizer_config.pm.sample
zanitizer: Reformat with perltidy.
2021-03-24 12:12:04 -07:00