-
Notifications
You must be signed in to change notification settings - Fork 566
Implement container prune #904
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
base: main
Are you sure you want to change the base?
Conversation
104bdd2 to
589061e
Compare
Sources/Services/ContainerAPIService/Containers/ContainersService.swift
Outdated
Show resolved
Hide resolved
Sources/Services/ContainerAPIService/Containers/ContainersService.swift
Outdated
Show resolved
Hide resolved
|
This is also missing integration tests. Again, here is a good PR you can use to help make those. |
589061e to
46d4018
Compare
Uh, thanks. I just wonder how to write the testcase. |
829c989 to
0f959a7
Compare
|
Ok, testcases are ready. |
0f959a7 to
d6379bf
Compare
d6379bf to
a327ffb
Compare
a327ffb to
b50f515
Compare
|
After a lengthy discussion with maintainers, on #914, we are going to be focusing on refactoring any |
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
b50f515 to
8a28cd5
Compare
|
Hi @jglogan @realrajaryan, could you take a look on this? I believe this's refactor |
Type of Change
Motivation and Context
Fixed #892
I'm a new contributor here. If there are any better ways to write it, please let me know.
Part of the function references content from PR #902. This PR will be rebased after that PR is merged.
Testing