chatup 0.2.7__tar.gz → 0.2.8__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {chatup-0.2.7/src/chatup.egg-info → chatup-0.2.8}/PKG-INFO +1 -1
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/__init__.py +1 -1
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/setup/zulip.py +3 -1
- {chatup-0.2.7 → chatup-0.2.8/src/chatup.egg-info}/PKG-INFO +1 -1
- {chatup-0.2.7 → chatup-0.2.8}/tests/test_service_installers.py +3 -0
- {chatup-0.2.7 → chatup-0.2.8}/tests/test_version.py +2 -2
- {chatup-0.2.7 → chatup-0.2.8}/LICENSE +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/README.md +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/pyproject.toml +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/setup.cfg +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/chrome_for_testing.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/chromedriver.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/cli.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/commands/__init__.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/commands/chrome_for_testing.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/commands/chromedriver.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/commands/playwright.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/config.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/const.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/interaction/__init__.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/interaction/command_schema.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/interaction/policy.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/interaction/warnings.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/playwright.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/runtime/__init__.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/runtime/_managed_artifact.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/runtime/chrome_for_testing.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/runtime/chromedriver.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/runtime/playwright.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/setup/__init__.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/setup/assets/hermes/install.sh +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/setup/assets/nvm.sh +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/setup/cc_connect.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/setup/claude.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/setup/cli.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/setup/codex.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/setup/crs.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/setup/cursor_agent.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/setup/discourse.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/setup/docker.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/setup/elements.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/setup/frp.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/setup/gitea.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/setup/hermes.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/setup/lark_cli.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/setup/mode_prompt.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/setup/mysql.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/setup/nginx.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/setup/nodejs.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/setup/opencode.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/setup/service_credentials.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/setup/shell_rc.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/setup/uv.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/setup/workspace/__init__.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/setup/workspace/cli.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/setup/workspace/core.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/setup/workspace/options.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/setup/workspace/render.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/setup/workspace/templates/default/en/AGENTS.md +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/setup/workspace/templates/default/en/discussion/README.md +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/setup/workspace/templates/default/en/projects/README.md +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/setup/workspace/templates/default/zh/AGENTS.md +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/setup/workspace/templates/default/zh/discussion/README.md +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/setup/workspace/templates/default/zh/projects/README.md +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/setup/workspace.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/setup/zsh.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/utils/__init__.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/utils/custom_logger.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup/utils/pathing.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup.egg-info/SOURCES.txt +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup.egg-info/dependency_links.txt +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup.egg-info/entry_points.txt +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup.egg-info/requires.txt +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/src/chatup.egg-info/top_level.txt +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/tests/test_browser_backend_cli.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/tests/test_chrome_for_testing.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/tests/test_chromedriver.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/tests/test_cli_tree_docs.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/tests/test_crs_setup.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/tests/test_cursor_agent_setup.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/tests/test_playwright.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/tests/test_playwright_cli.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/tests/test_publish_workflow.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/tests/test_pyproject_metadata.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/tests/test_setup_cli.py +0 -0
- {chatup-0.2.7 → chatup-0.2.8}/tests/test_workspace_setup.py +0 -0
|
@@ -119,6 +119,7 @@ services:
|
|
|
119
119
|
memcached:
|
|
120
120
|
image: "memcached:alpine"
|
|
121
121
|
restart: unless-stopped
|
|
122
|
+
user: "0:0"
|
|
122
123
|
command:
|
|
123
124
|
- "sh"
|
|
124
125
|
- "-euc"
|
|
@@ -126,7 +127,8 @@ services:
|
|
|
126
127
|
echo 'mech_list: plain' > "$$SASL_CONF_PATH"
|
|
127
128
|
echo "zulip@$$HOSTNAME:$$(cat $$MEMCACHED_PASSWORD_FILE)" > "$$MEMCACHED_SASL_PWDB"
|
|
128
129
|
echo "zulip@localhost:$$(cat $$MEMCACHED_PASSWORD_FILE)" >> "$$MEMCACHED_SASL_PWDB"
|
|
129
|
-
|
|
130
|
+
chown memcache:memcache "$$SASL_CONF_PATH" "$$MEMCACHED_SASL_PWDB"
|
|
131
|
+
exec memcached -S -u memcache
|
|
130
132
|
secrets:
|
|
131
133
|
- zulip__memcached_password
|
|
132
134
|
environment:
|
|
@@ -78,6 +78,9 @@ def test_zulip_setup_writes_compose_with_bind_mounts_and_hidden_admin_password(t
|
|
|
78
78
|
assert "ZULIP_ADMIN_PASSWORD=secret-password" in admin_env.read_text(encoding="utf-8")
|
|
79
79
|
text = compose.read_text(encoding="utf-8")
|
|
80
80
|
assert "127.0.0.1:3099:80" in text
|
|
81
|
+
assert 'user: "0:0"' in text
|
|
82
|
+
assert "chown memcache:memcache" in text
|
|
83
|
+
assert "exec memcached -S -u memcache" in text
|
|
81
84
|
assert str(home / "data" / "postgresql-14") in text
|
|
82
85
|
assert str(home / "data" / "zulip") in text
|
|
83
86
|
assert "SETTING_ZULIP_ADMINISTRATOR: \"admin@example.com\"" in text
|
|
@@ -5,7 +5,7 @@ from chatup.cli import main
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
def test_version_present():
|
|
8
|
-
assert __version__ == "0.2.
|
|
8
|
+
assert __version__ == "0.2.8"
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
def test_cli_help():
|
|
@@ -20,4 +20,4 @@ def test_cli_doctor():
|
|
|
20
20
|
result = CliRunner().invoke(main, ["doctor"])
|
|
21
21
|
|
|
22
22
|
assert result.exit_code == 0
|
|
23
|
-
assert "chatup 0.2.
|
|
23
|
+
assert "chatup 0.2.8 ok" in result.output
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{chatup-0.2.7 → chatup-0.2.8}/src/chatup/setup/workspace/templates/default/en/discussion/README.md
RENAMED
|
File without changes
|
{chatup-0.2.7 → chatup-0.2.8}/src/chatup/setup/workspace/templates/default/en/projects/README.md
RENAMED
|
File without changes
|
|
File without changes
|
{chatup-0.2.7 → chatup-0.2.8}/src/chatup/setup/workspace/templates/default/zh/discussion/README.md
RENAMED
|
File without changes
|
{chatup-0.2.7 → chatup-0.2.8}/src/chatup/setup/workspace/templates/default/zh/projects/README.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|