cgitize 5.1.0__tar.gz → 5.1.2__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.
- {cgitize-5.1.0/cgitize.egg-info → cgitize-5.1.2}/PKG-INFO +1 -1
- {cgitize-5.1.0 → cgitize-5.1.2/cgitize.egg-info}/PKG-INFO +1 -1
- {cgitize-5.1.0 → cgitize-5.1.2}/requirements.txt +6 -6
- {cgitize-5.1.0 → cgitize-5.1.2}/test/integration/docker/test.sh +11 -5
- {cgitize-5.1.0 → cgitize-5.1.2}/.dockerignore +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/.gitattributes +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/.github/workflows/ci.yml +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/.gitignore +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/.pylintrc +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/.python-version +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/DEVELOPMENT.md +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/LICENSE.txt +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/Makefile +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/README.md +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/cgitize/__init__.py +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/cgitize/bitbucket.py +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/cgitize/cgit.py +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/cgitize/config.py +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/cgitize/git.py +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/cgitize/github.py +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/cgitize/gitlab.py +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/cgitize/main.py +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/cgitize/repo.py +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/cgitize/utils.py +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/cgitize/version.py +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/cgitize.egg-info/SOURCES.txt +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/cgitize.egg-info/dependency_links.txt +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/cgitize.egg-info/entry_points.txt +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/cgitize.egg-info/requires.txt +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/cgitize.egg-info/top_level.txt +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/docker/Dockerfile +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/docker/README.md +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/docker/cgitize.sh +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/docker/frontend/Dockerfile +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/docker/frontend/cmd.sh +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/docker/frontend/etc/cgit/common +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/docker/frontend/etc/cgitrc +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/docker/frontend/etc/nginx/conf.d/default.conf +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/docker/frontend/usr/lib/cgit/filters/about-formatting.sh +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/docker/frontend/usr/lib/cgit/filters/html-converters/.gitattributes +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/docker/frontend/usr/lib/cgit/filters/html-converters/md2html +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/docker/get_output_dir.py +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/docker/in_cron.sh +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/docker-compose.yml +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/docs/api.md +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/docs/auth.md +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/examples/cgitize.toml +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/examples/docker/cgitize.toml +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/prelude.mk +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/pyproject.toml +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/setup.cfg +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/test/__init__.py +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/test/integration/docker/.dockerignore +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/test/integration/docker/cgitize/.gitignore +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/test/integration/docker/cgitize/etc/cgitize.toml +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/test/integration/docker/docker-compose.yml +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/test/integration/docker/git_server/Dockerfile +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/test/integration/docker/git_server/setup_repo.sh +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/test/integration/example/test.sh +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/test/integration/local/test.sh +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/test/unit/__init__.py +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/test/unit/test_bitbucket.py +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/test/unit/test_github.py +0 -0
- {cgitize-5.1.0 → cgitize-5.1.2}/test/unit/test_gitlab.py +0 -0
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
atlassian-python-api==3.28.1
|
|
2
|
-
certifi==2024.
|
|
3
|
-
cffi==1.
|
|
2
|
+
certifi==2024.8.30
|
|
3
|
+
cffi==1.17.1
|
|
4
4
|
charset-normalizer==3.3.2
|
|
5
|
-
cryptography==
|
|
5
|
+
cryptography==43.0.1
|
|
6
6
|
Deprecated==1.2.14
|
|
7
|
-
idna==3.
|
|
7
|
+
idna==3.10
|
|
8
8
|
oauthlib==3.2.2
|
|
9
9
|
pycparser==2.22
|
|
10
10
|
PyGithub==1.59.1
|
|
11
|
-
PyJWT==2.
|
|
11
|
+
PyJWT==2.9.0
|
|
12
12
|
PyNaCl==1.5.0
|
|
13
13
|
python-gitlab==2.10.1
|
|
14
14
|
requests==2.32.3
|
|
@@ -16,5 +16,5 @@ requests-oauthlib==2.0.0
|
|
|
16
16
|
requests-toolbelt==1.0.0
|
|
17
17
|
six==1.16.0
|
|
18
18
|
tomli==1.2.3
|
|
19
|
-
urllib3==2.2.
|
|
19
|
+
urllib3==2.2.3
|
|
20
20
|
wrapt==1.16.0
|
|
@@ -17,6 +17,12 @@ readonly client_key_password='password'
|
|
|
17
17
|
readonly output_dir="$script_dir/cgitize/output"
|
|
18
18
|
readonly frontend_host=localhost
|
|
19
19
|
|
|
20
|
+
if command -v docker-compose > /dev/null 2>&1; then
|
|
21
|
+
readonly docker_compose=docker-compose
|
|
22
|
+
else
|
|
23
|
+
readonly docker_compose='docker compose'
|
|
24
|
+
fi
|
|
25
|
+
|
|
20
26
|
dump() {
|
|
21
27
|
local prefix="${FUNCNAME[0]}"
|
|
22
28
|
[ "${#FUNCNAME[@]}" -gt 1 ] && prefix="${FUNCNAME[1]}"
|
|
@@ -159,12 +165,12 @@ docker_build() {
|
|
|
159
165
|
echo Building Docker images
|
|
160
166
|
echo ----------------------------------------------------------------------
|
|
161
167
|
|
|
162
|
-
|
|
168
|
+
$docker_compose build --progress plain
|
|
163
169
|
}
|
|
164
170
|
|
|
165
171
|
docker_cleanup() {
|
|
166
172
|
dump 'cleaning up Docker data'
|
|
167
|
-
|
|
173
|
+
$docker_compose down --rmi all --volumes
|
|
168
174
|
# Use `docker system prune` as well?
|
|
169
175
|
}
|
|
170
176
|
|
|
@@ -180,7 +186,7 @@ run_git_server() {
|
|
|
180
186
|
echo Running the Git server
|
|
181
187
|
echo ----------------------------------------------------------------------
|
|
182
188
|
|
|
183
|
-
|
|
189
|
+
$docker_compose up -d git_server
|
|
184
190
|
}
|
|
185
191
|
|
|
186
192
|
run_cgitize() {
|
|
@@ -194,7 +200,7 @@ run_cgitize() {
|
|
|
194
200
|
return 1
|
|
195
201
|
fi
|
|
196
202
|
dump "SSH_AUTH_SOCK: $SSH_AUTH_SOCK"
|
|
197
|
-
|
|
203
|
+
$docker_compose run --rm cgitize
|
|
198
204
|
}
|
|
199
205
|
|
|
200
206
|
run_frontend() {
|
|
@@ -203,7 +209,7 @@ run_frontend() {
|
|
|
203
209
|
echo Running the frontend
|
|
204
210
|
echo ----------------------------------------------------------------------
|
|
205
211
|
|
|
206
|
-
|
|
212
|
+
$docker_compose up -d frontend
|
|
207
213
|
sleep 2
|
|
208
214
|
}
|
|
209
215
|
|
|
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
|
{cgitize-5.1.0 → cgitize-5.1.2}/docker/frontend/usr/lib/cgit/filters/html-converters/.gitattributes
RENAMED
|
File without changes
|
{cgitize-5.1.0 → cgitize-5.1.2}/docker/frontend/usr/lib/cgit/filters/html-converters/md2html
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
|
|
File without changes
|