Branch: refs/heads/pre-commit
Home:
https://github.com/circuits/circuits
Commit: 9a89b0984d50c89213e421777ac084c690d2aafb
https://github.com/circuits/circuits/commit/9a89b0984d50c89213e421777ac084c690d2aafb
Author: SpaceOne <
sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)
Changed paths:
M bin/circuits.bench
M bin/htpasswd
M circuits/__init__.py
M circuits/app/__init__.py
M circuits/app/daemon.py
M circuits/app/dropprivileges.py
M circuits/core/__init__.py
M circuits/core/bridge.py
M circuits/core/components.py
M circuits/core/debugger.py
M circuits/core/events.py
M circuits/core/handlers.py
M circuits/core/helpers.py
M circuits/core/loader.py
M circuits/core/manager.py
M circuits/core/pollers.py
M circuits/core/timers.py
M circuits/core/utils.py
M circuits/core/values.py
M circuits/core/workers.py
M circuits/io/__init__.py
M circuits/io/events.py
M circuits/io/file.py
M circuits/io/notify.py
M circuits/io/process.py
M circuits/io/serial.py
M circuits/net/events.py
M circuits/net/sockets.py
M circuits/net/utils.py
M circuits/node/__init__.py
M circuits/node/client.py
M circuits/node/node.py
M circuits/node/protocol.py
M circuits/node/server.py
M circuits/node/utils.py
M circuits/protocols/__init__.py
M circuits/protocols/http.py
M circuits/protocols/irc/__init__.py
M circuits/protocols/irc/commands.py
M circuits/protocols/irc/events.py
M circuits/protocols/irc/message.py
M circuits/protocols/irc/numerics.py
M circuits/protocols/irc/protocol.py
M circuits/protocols/irc/replies.py
M circuits/protocols/irc/utils.py
M circuits/protocols/line.py
M circuits/protocols/stomp/__init__.py
M circuits/protocols/stomp/client.py
M circuits/protocols/stomp/events.py
M circuits/protocols/stomp/transport.py
M circuits/protocols/websocket.py
M circuits/tools/__init__.py
M circuits/web/__init__.py
M circuits/web/_httpauth.py
M circuits/web/client.py
M circuits/web/constants.py
M circuits/web/controllers.py
M circuits/web/dispatchers/__init__.py
M circuits/web/dispatchers/dispatcher.py
M circuits/web/dispatchers/jsonrpc.py
M circuits/web/dispatchers/static.py
M circuits/web/dispatchers/virtualhosts.py
M circuits/web/dispatchers/xmlrpc.py
M circuits/web/errors.py
M circuits/web/events.py
M circuits/web/exceptions.py
M circuits/web/headers.py
M circuits/web/http.py
M circuits/web/loggers.py
M circuits/web/main.py
M circuits/web/parsers/http.py
M circuits/web/parsers/querystring.py
M circuits/web/processors.py
M circuits/web/servers.py
M circuits/web/sessions.py
M circuits/web/tools.py
M circuits/web/url.py
M circuits/web/utils.py
M circuits/web/websockets/client.py
M circuits/web/websockets/dispatcher.py
M circuits/web/wrappers.py
M circuits/web/wsgi.py
M docs/check_docs.py
M docs/source/conf.py
M docs/source/examples/echoserver.py
M docs/source/examples/hello.py
M docs/source/examples/helloweb.py
M docs/source/man/examples/handler_annotation.py
M docs/source/man/examples/handler_returns.py
M docs/source/tutorials/telnet/telnet.py
M docs/source/tutorials/woof/003.py
M docs/source/tutorials/woof/004.py
M docs/source/tutorials/woof/005.py
M docs/source/tutorials/woof/006.py
M docs/source/tutorials/woof/007.py
M docs/source/tutorials/woof/008.py
M docs/source/tutorials/woof/009.py
M examples/99bottles.py
M examples/async_worker_webpage_download.py
M examples/cat.py
M examples/chatserver.py
M examples/circ.py
M examples/dirwatch.py
M examples/dnsclient.py
M examples/dnsserver.py
M examples/echoserial.py
M examples/echoserver.py
M examples/echoserverunix.py
M examples/factorial.py
M examples/factorial_multiple.py
M examples/filter.py
M examples/hello.py
M examples/hello_bridge.py
M examples/hello_multi_bridge.py
M examples/ircbot.py
M examples/ircclient.py
M examples/ircd.py
M examples/node/hello_node.py
M examples/node/increment/client.py
M examples/node/increment/client_auto_binding.py
M examples/node/increment/server.py
M examples/node/nodeserver.py
M examples/node/send_all_client/client.py
M examples/node/send_all_client/server.py
M examples/ping.py
M examples/pingpong.py
M examples/portforward.py
M examples/primitives/call.py
M examples/primitives/fire.py
M examples/primitives/wait.py
M examples/proxy.py
M examples/signals.py
M examples/stompclient.py
M examples/tail.py
M examples/telnet.py
M examples/testing/pytest/conftest.py
M examples/testing/pytest/hello.py
M examples/testing/pytest/test_hello.py
M examples/timers.py
M examples/web/acldemo.py
M examples/web/authdemo.py
M examples/web/basecontrollers.py
M examples/web/baseservers.py
M examples/web/compression.py
M examples/web/controllers.py
M examples/web/crud.py
M examples/web/fileupload.py
M examples/web/filtering.py
M examples/web/forms.py
M examples/web/httpauth.py
M examples/web/jsoncontroller.py
M examples/web/jsonrpc.py
M examples/web/jsonserializer.py
M examples/web/jsontool.py
M examples/web/makotemplates.py
M examples/web/sessions.py
M examples/web/shadowauth.py
M examples/web/singleclickandrun.py
M examples/web/ssl-forward-cert.py
M examples/web/sslserver.py
M examples/web/terminal/terminal.py
M examples/web/virtualhosts.py
M examples/web/websockets.py
M examples/web/wiki/macros/__init__.py
M examples/web/wiki/macros/html.py
M examples/web/wiki/macros/include.py
M examples/web/wiki/macros/utils.py
M examples/web/wiki/macros/wiki.py
M examples/web/wiki/setup.py
M examples/web/wiki/wiki.py
M examples/web/wsgi.py
M examples/web/wsgiapp.py
M examples/web/xmlrpc_demo.py
M examples/wget.py
M fabfile/__init__.py
M fabfile/docker.py
M fabfile/docs.py
M fabfile/help.py
M fabfile/utils.py
M setup.py
M tests/app/app.py
M tests/app/test_daemon.py
M tests/conftest.py
M tests/core/app.py
M tests/core/exitcodeapp.py
M tests/core/signalapp.py
M tests/core/test_bridge.py
M tests/core/test_call_wait.py
M tests/core/test_call_wait_instance.py
M tests/core/test_call_wait_order.py
M tests/core/test_call_wait_timeout.py
M tests/core/test_channel_selection.py
M tests/core/test_complete.py
M tests/core/test_component_repr.py
M tests/core/test_component_setup.py
M tests/core/test_component_targeting.py
M tests/core/test_core.py
M tests/core/test_coroutine.py
M tests/core/test_debugger.py
M tests/core/test_dynamic_handlers.py
M tests/core/test_errors.py
M tests/core/test_event.py
M tests/core/test_event_priority.py
M tests/core/test_exit_code.py
M tests/core/test_feedback.py
M tests/core/test_filters.py
M tests/core/test_generate_events.py
M tests/core/test_generator_value.py
M tests/core/test_globals.py
M tests/core/test_imports.py
M tests/core/test_inheritence.py
M tests/core/test_interface_query.py
M tests/core/test_loader.py
M tests/core/test_manager_repr.py
M tests/core/test_memory_leaks.py
M tests/core/test_new_filter.py
M tests/core/test_priority.py
M tests/core/test_signals.py
M tests/core/test_timers.py
M tests/core/test_utils.py
M tests/core/test_value.py
M tests/core/test_worker_process.py
M tests/core/test_worker_thread.py
M tests/io/test_file.py
M tests/io/test_notify.py
M tests/io/test_process.py
M tests/net/client.py
M tests/net/server.py
M tests/net/test_client.py
M tests/net/test_pipe.py
M tests/net/test_server.py
M tests/net/test_tcp.py
M tests/net/test_udp.py
M tests/net/test_unix.py
M tests/node/test_node.py
M tests/node/test_protocol.py
M tests/node/test_server.py
M tests/node/test_utils.py
M tests/protocols/test_irc.py
M tests/protocols/test_line.py
M tests/tools/test_tools.py
M tests/web/conftest.py
M tests/web/jsonrpclib.py
M tests/web/multipartform.py
M tests/web/test_bad_requests.py
M tests/web/test_basicauth.py
M tests/web/test_call_wait.py
M tests/web/test_client.py
M tests/web/test_conn.py
M tests/web/test_cookies.py
M tests/web/test_core.py
M tests/web/test_digestauth.py
M tests/web/test_dispatcher.py
M tests/web/test_dispatcher2.py
M tests/web/test_dispatcher3.py
M tests/web/test_disps.py
M tests/web/test_exceptions.py
M tests/web/test_expires.py
M tests/web/test_expose.py
M tests/web/test_generator.py
M tests/web/test_gzip.py
M tests/web/test_headers.py
M tests/web/test_http.py
M tests/web/test_json.py
M tests/web/test_jsonrpc.py
M tests/web/test_large_post.py
M tests/web/test_logger.py
M tests/web/test_methods.py
M tests/web/test_multipartformdata.py
M tests/web/test_null_response.py
M tests/web/test_request_failure.py
M tests/web/test_security.py
M tests/web/test_serve_download.py
M tests/web/test_serve_file.py
M tests/web/test_servers.py
M tests/web/test_sessions.py
M tests/web/test_static.py
M tests/web/test_unicode.py
M tests/web/test_utils.py
M tests/web/test_value.py
M tests/web/test_vpath_args.py
M tests/web/test_websockets.py
M tests/web/test_wsgi_application.py
M tests/web/test_wsgi_application_generator.py
M tests/web/test_wsgi_application_yield.py
M tests/web/test_wsgi_gateway.py
M tests/web/test_wsgi_gateway_errors.py
M tests/web/test_wsgi_gateway_generator.py
M tests/web/test_wsgi_gateway_multiple_apps.py
M tests/web/test_wsgi_gateway_null_response.py
M tests/web/test_wsgi_gateway_write.py
M tests/web/test_wsgi_gateway_yield.py
M tests/web/test_xmlrpc.py
M tests/web/test_yield.py
M tests/web/websocket.py
Log Message:
-----------
style: format code with ruff
Commit: 1eab0864db0b04fb39d0604af64cd3b70b073b53
https://github.com/circuits/circuits/commit/1eab0864db0b04fb39d0604af64cd3b70b073b53
Author: SpaceOne <
sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)
Changed paths:
M .pre-commit-config.yaml
M pyproject.toml
M setup.cfg
Log Message:
-----------
ci(pre-commit): enable auto-formatting
Commit: 7a377e9fe607254401b4d867db25d275a85e0964
https://github.com/circuits/circuits/commit/7a377e9fe607254401b4d867db25d275a85e0964
Author: SpaceOne <
sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)
Changed paths:
M circuits/app/daemon.py
M circuits/core/pollers.py
M circuits/io/notify.py
M circuits/net/sockets.py
M circuits/protocols/stomp/client.py
M circuits/web/errors.py
M examples/circ.py
M examples/ircbot.py
M examples/ircd.py
M fabfile/__init__.py
M tests/net/test_tcp.py
M tests/protocols/test_irc.py
M tests/web/test_basicauth.py
M tests/web/test_digestauth.py
Log Message:
-----------
style: format with isort from ruff
Commit: 91fcf720f8ab84e5c033784366717e70d25986b1
https://github.com/circuits/circuits/commit/91fcf720f8ab84e5c033784366717e70d25986b1
Author: SpaceOne <
sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)
Changed paths:
M .pre-commit-config.yaml
M pyproject.toml
M requirements-test.txt
M setup.cfg
Log Message:
-----------
ci(pre-commit): remove isort
Compare:
https://github.com/circuits/circuits/compare/9a89b0984d50%5E...91fcf720f8ab
To unsubscribe from these emails, change your notification settings at
https://github.com/circuits/circuits/settings/notifications