Skip to content
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

feat: Add etcd database support #1284

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

neolynx
Copy link
Member

@neolynx neolynx commented Apr 21, 2024

Replaces #1023

Requirements

All new code should be covered with tests, documentation should be updated. CI should pass.

Description of the Change

Checklist

  • unit-test added (if change is algorithm)
  • functional test added/updated (if change is functional)
  • man page updated (if applicable)
  • bash completion updated (if applicable)
  • documentation updated
  • author name in AUTHORS

@neolynx neolynx self-assigned this Apr 21, 2024
@neolynx neolynx added the needs rebase The PR needs to be rebased on master label Apr 21, 2024
@neolynx neolynx added fix tests Tests are failing and removed needs rebase The PR needs to be rebased on master labels Apr 21, 2024
@neolynx
Copy link
Member Author

neolynx commented Apr 21, 2024

test the github.com/aptly-dev/aptly/database/etcddb failed due to some timeout..

hudeng-go and others added 5 commits April 24, 2024 17:42
improve concurrent access and high availability of aptly with the help of the characteristics of etcd
databaseBackend config contains type and url sub config, It can facilitate the expansion of other types of databases in the future.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix tests Tests are failing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants