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

Rewrite #114

Merged
merged 19 commits into from
Nov 9, 2020
Merged

Rewrite #114

merged 19 commits into from
Nov 9, 2020

Conversation

Kidswiss
Copy link
Contributor

@Kidswiss Kidswiss commented Oct 26, 2020

Rewriting a lot of the old code base and concepts to get rid of the POC code and technical dept.

Very WIP currently. This PR is to make the process more visible.

Some changes from the existing design and code:

  • use operator-sdk
  • get rid of POC code
  • redo configuration (get rid of the myriad of envVars) will be done seperately, let's focus on a foundation
  • simplyfy observation and locking

Resolves: #115

@Kidswiss Kidswiss changed the base branch from master to development October 30, 2020 12:07
@Kidswiss Kidswiss marked this pull request as ready for review October 30, 2020 12:08
Looks like that test file assumes some state about the environment. It
needs to be researched how this is intended to be used.
@Kidswiss
Copy link
Contributor Author

The rewrite for the architecture is complete.

Currently only the job type backup is implemented with all features and there are some other things missing as well.

I'll open tickets for each ting that still needs to be re-implemented. Although the remaining job types should be much easier as the backup is by far the most complex one.

@Kidswiss Kidswiss merged commit 41f0343 into development Nov 9, 2020
@Kidswiss Kidswiss deleted the rewrite branch November 9, 2020 07:58
@Kidswiss Kidswiss mentioned this pull request Nov 9, 2020
@ccremer ccremer changed the title WIP: Rewrite Rewrite Nov 25, 2020
@ccremer ccremer added the change Generic change that is neither a fix or feature label Dec 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
change Generic change that is neither a fix or feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rewrite job handling
3 participants