Rewrite0
|
7913061f45
|
ci: modify process
|
2024-05-31 16:37:22 +08:00 |
|
Rewrite0
|
8e05b5ed19
|
ci: add webui build test
|
2024-05-31 16:13:26 +08:00 |
|
Rewrite0
|
b0eef9e8d2
|
fix: ci pnpm version
|
2024-05-31 16:05:52 +08:00 |
|
EstrellaXD
|
004b1cefeb
|
fix: error in build webui
|
2024-04-10 15:58:53 +08:00 |
|
EstrellaXD
|
e9c4e72dd3
|
docs: update readme and bug_report template
|
2023-12-16 15:22:53 +08:00 |
|
EstrellaXD
|
e3d7f7826b
|
template: change basic bug report template.
|
2023-10-31 21:36:39 +08:00 |
|
DDSDerek
|
6396c42062
|
feat: Local deployment files are provided requirements.txt
|
2023-10-13 23:58:53 +08:00 |
|
DDSRem
|
08e47fdbbc
|
feat: add version number to app file
|
2023-10-04 19:38:57 +08:00 |
|
DDSRem
|
3acee793e4
|
feat: provide complete program installation package
|
2023-10-04 19:23:20 +08:00 |
|
EstrellaXD
|
6b63ed1c2a
|
fix: ci
|
2023-10-03 23:00:31 +08:00 |
|
EstrellaXD
|
b35fdf1da9
|
docs: update rss. ci
|
2023-10-02 16:40:46 +08:00 |
|
EstrellaXD
|
2380e21868
|
docs: adjust ci, and adjust index icon.
|
2023-10-02 16:37:17 +08:00 |
|
EstrellaXD
|
cb628cfe8c
|
docs: update index, update ci.
|
2023-10-02 15:46:45 +08:00 |
|
EstrellaXD
|
9c48ff5051
|
docs: update ci. update 3.1 docs.
|
2023-10-02 15:43:37 +08:00 |
|
EstrellaXD
|
4cb2f685f6
|
fix: version tag problem.
|
2023-09-24 14:50:58 +08:00 |
|
EstrellaXD
|
8d48d682be
|
fix: version tag problem.
|
2023-09-24 14:43:36 +08:00 |
|
EstrellaXD
|
a07557f564
|
fix: version tag problem.
|
2023-09-24 14:39:17 +08:00 |
|
EstrellaXD
|
f936bd8a2e
|
fix: remove create tag action
|
2023-09-24 14:24:35 +08:00 |
|
EstrellaXD
|
b7c2eb8435
|
fix: ci problem.
|
2023-09-24 14:11:13 +08:00 |
|
EstrellaXD
|
0a6538a541
|
fix: ci problem.
|
2023-09-24 14:10:38 +08:00 |
|
EstrellaXD
|
50031d41c0
|
fix: ci problem.
|
2023-09-24 14:09:47 +08:00 |
|
EstrellaXD
|
695a131e5e
|
fix: ci problem.
|
2023-09-24 14:07:45 +08:00 |
|
EstrellaXD
|
d0605fef49
|
fix: ci problem.
|
2023-09-24 13:58:45 +08:00 |
|
EstrellaXD
|
bc4ad22dad
|
fix: ci problem.
|
2023-09-24 13:55:13 +08:00 |
|
EstrellaXD
|
03e23943bf
|
fix: ci problem.
|
2023-09-24 13:53:11 +08:00 |
|
EstrellaXD
|
6e6a316193
|
fix: ci problem.
|
2023-09-24 13:50:29 +08:00 |
|
EstrellaXD
|
42e49534f9
|
fix: ci problem.
|
2023-09-24 13:47:42 +08:00 |
|
EstrellaXD
|
d996ddf85a
|
fix: ci problem.
|
2023-09-24 13:09:09 +08:00 |
|
EstrellaXD
|
0714390259
|
fix: string problem.
|
2023-09-24 11:46:59 +08:00 |
|
EstrellaXD
|
4b6ac31409
|
fix: string problem.
|
2023-09-24 11:44:13 +08:00 |
|
EstrellaXD
|
63ab5a941e
|
fix: tag message.
|
2023-09-24 11:37:22 +08:00 |
|
EstrellaXD
|
de091fa53b
|
fix: pr ci.
|
2023-09-24 11:35:50 +08:00 |
|
EstrellaXD
|
155aa4f369
|
Merge branch 'main' into 3.1-dev
# Conflicts:
# .github/workflows/docker.yml
# .github/workflows/release.yml
# .gitignore
# Dockerfile
# backend/.pre-commit-config.yaml
# backend/pyproject.toml
# backend/src/docker/etc/cont-init.d/010-old-compatible
# backend/src/docker/etc/cont-init.d/020-fixuser
# backend/src/docker/etc/services.d/auto_bangumi/finish
# backend/src/docker/etc/services.d/auto_bangumi/notification-fd
# backend/src/docker/etc/services.d/auto_bangumi/run
# backend/src/icon
# backend/src/main.py
# backend/src/module/api/__init__.py
# backend/src/module/api/auth.py
# backend/src/module/api/bangumi.py
# backend/src/module/api/config.py
# backend/src/module/api/download.py
# backend/src/module/api/log.py
# backend/src/module/api/program.py
# backend/src/module/api/web.py
# backend/src/module/checker/checker.py
# backend/src/module/conf/__init__.py
# backend/src/module/core/program.py
# backend/src/module/core/rss_feed.py
# backend/src/module/database/__init__.py
# backend/src/module/database/bangumi.py
# backend/src/module/database/connector.py
# backend/src/module/database/torrent.py
# backend/src/module/database/user.py
# backend/src/module/downloader/download_client.py
# backend/src/module/manager/collector.py
# backend/src/module/manager/torrent.py
# backend/src/module/models/__init__.py
# backend/src/module/models/bangumi.py
# backend/src/module/models/torrent.py
# backend/src/module/models/user.py
# backend/src/module/network/__init__.py
# backend/src/module/network/request_contents.py
# backend/src/module/network/site/__init__.py
# backend/src/module/network/site/mikan.py
# backend/src/module/notification/notification.py
# backend/src/module/parser/analyser/raw_parser.py
# backend/src/module/parser/analyser/tmdb_parser.py
# backend/src/module/rss/analyser.py
# backend/src/module/rss/filter.py
# backend/src/module/rss/searcher.py
# backend/src/module/searcher/plugin/__init__.py
# backend/src/module/searcher/plugin/mikan.py
# backend/src/module/searcher/searcher.py
# backend/src/module/security/__init__.py
# backend/src/module/security/api.py
# backend/src/module/update/__init__.py
# backend/src/module/update/data_migration.py
# backend/src/test/test_raw_parser.py
# requirements.txt
|
2023-09-19 14:20:28 +08:00 |
|
EstrellaXD
|
89cc0b89cf
|
fix: ci
|
2023-08-29 21:43:26 +08:00 |
|
EstrellaXD
|
7ccee98e2e
|
fix: bugs, add disable rss api.
|
2023-08-29 19:28:44 +08:00 |
|
EstrellaXD
|
4a509deb16
|
fix: version issue.
|
2023-08-29 14:47:13 +08:00 |
|
EstrellaXD
|
0c264b2696
|
ci: fix tg notify url missing problem.
|
2023-08-29 14:24:05 +08:00 |
|
EstrellaXD
|
fbfd756c19
|
ci: fix ci bug.
|
2023-08-29 14:11:44 +08:00 |
|
EstrellaXD
|
38cc1c09c4
|
ci: fix shell problem.
|
2023-08-29 14:06:13 +08:00 |
|
EstrellaXD
|
18d6c8a122
|
ci: fix shell problem.
|
2023-08-29 14:02:26 +08:00 |
|
Estrella Pan
|
e5871dff4c
|
fix: ci problem. (#438)
* ci: test new jobs.
* ci: test new jobs.
* ci: fix shell problem.
* ci: fix shell problem.
|
2023-08-29 13:53:21 +08:00 |
|
EstrellaXD
|
2d3bcf64ad
|
fix ci output.
|
2023-08-29 11:56:25 +08:00 |
|
EstrellaXD
|
d50698f8d9
|
fix: build needs.
|
2023-08-29 11:51:04 +08:00 |
|
EstrellaXD
|
37803aaa0c
|
fix: ci test.
|
2023-08-29 11:50:04 +08:00 |
|
EstrellaXD
|
f7d7c44bf9
|
ci: test.
|
2023-08-29 11:45:22 +08:00 |
|
EstrellaXD
|
31ac5956cb
|
ci: add cache in build test.
|
2023-08-29 11:33:11 +08:00 |
|
EstrellaXD
|
f86d9ce67a
|
ci: fix test.
|
2023-08-29 11:25:26 +08:00 |
|
EstrellaXD
|
0b6d0647d4
|
fix: release bus.
|
2023-08-29 11:15:07 +08:00 |
|
EstrellaXD
|
7d58e3c486
|
ci: fix if.
|
2023-08-29 11:07:55 +08:00 |
|
EstrellaXD
|
b402d97456
|
ci: remove outdated code.
|
2023-08-29 11:00:43 +08:00 |
|