Server Mode Tracking#31
Open
psilabs-dev wants to merge 7 commits into
Open
Conversation
c49b087 to
3b48b6d
Compare
3b48b6d to
18236f8
Compare
- auto create database parent if not exist - update default config items for server - add pixiv server version to PixivConstant - enforce image download safety - save create and upload date info
68b6d7e to
dd3d9ef
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Server mode is a custom downstream mode of PixivUtil2 for PixivUtil-server deployment. This PR exists for visibility and transparency reasons only, and should not be merged into the downstream or upstream
masterbranches.Development branches targeting
server-mode/mainmust use the "server-mode/" or "server-mode-v" branch pattern; this also applies to all fixes or patches which target an existing, downstream-only feature or change. Other branches targeting the upstream master branch must use a "bugfix", "dev", or "feature" branch pattern instead. Developers working on a feature for server mode should read theSERVER_README.mdfile.The current version of server mode: 0.1.0
Branch Naming Conventions
Development of new versions of server mode shall include a version in their namespace. For example:
Dev Branches
In the event that an upstream PR is not merged, a temporary downstream dev branch may be created for the purposes of PixivUtil server deployment:
Dev (or patch) branches may contain changes from upstream-targeting PRs, such as upstream features or bug fixes. Dev branches shall persist until the PR is merged or closed. If a PR is closed, then the changes shall be considered a downstream-only change and merged permanently into downstream main branches.
Tag Conventions
Tags are used by PixivUtil server, and will use the Server Mode version followed by optional suffix.
It is understood that all versions correspond to Server Mode versions, not upstream versions, unless explicitly specified: "v.0.1.0-upstream".