forked from datreeio/jira-backup-py
-
Notifications
You must be signed in to change notification settings - Fork 2
Merge upstream changes #322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
BitProcessor
wants to merge
29
commits into
BitProcessor:master
Choose a base branch
from
datreeio:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.2 to 1.26.5. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@1.24.2...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Bump urllib3 from 1.24.2 to 1.26.5
fix requirements
add S3_DIR and S3_ENDPOINT_URL
README update and code adaptation
- Add Google Cloud Storage upload functionality with authentication options - Add Azure Blob Storage upload functionality with multiple auth methods - Update configuration schema to include GCP and Azure settings - Add required dependencies for cloud storage clients
- Add -s/--schedule flag to automatically create cron/scheduled tasks - Support configurable frequency (--schedule-days) and time (--schedule-time) - Support both jira and confluence service types (--schedule-service) - Auto-detect OS and create appropriate scheduled task (cron for Linux/macOS, schtasks for Windows) - Update README with automated scheduling documentation and examples - Mark automated scheduling feature as completed in roadmap
Allow users to omit unused cloud storage providers from config.yaml. The script now checks if each upload section exists before accessing it, enabling minimal configurations for local-only backups.
- Modified setup_cron_task to only remove entries for the same service type - Added service type to cron comments for better identification - Both services can now have independent backup schedules
Add scheduler feature
Implement Scheduling, GCP and Azure backup destinations
Create Dockerfile for the tool to run inside K8s using CronJob
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.
No description provided.