mirror of
https://github.com/project-zot/zot.git
synced 2026-06-16 12:28:01 +08:00
feat(repodb): implement pagination for ImageList and integrate it with RepoDB (#1129)
* feat(repodb): implement pagination for ImageList and integrate it with RepoDB - it can now return all images from all repos, when provided repo parameter is "" Signed-off-by: Alex Stan <alexandrustan96@yahoo.ro> (cherry picked from commit c003dcec9f805564946935e7eb091632f605035e) (cherry picked from commit 72feba979b9ddd452465a652bb31f439584a046c) Signed-off-by: Andrei Aaron <aaaron@luxoft.com> * ci(timeouts): increase ci-cd workflow timeout for the build and test step Signed-off-by: Andrei Aaron <aaaron@luxoft.com> Signed-off-by: Alex Stan <alexandrustan96@yahoo.ro> Signed-off-by: Andrei Aaron <aaaron@luxoft.com> Co-authored-by: Alex Stan <alexandrustan96@yahoo.ro>
This commit is contained in:
@@ -87,7 +87,7 @@ jobs:
|
||||
AWS_ACCESS_KEY_ID: fake
|
||||
AWS_SECRET_ACCESS_KEY: fake
|
||||
- name: Run build and test
|
||||
timeout-minutes: 70
|
||||
timeout-minutes: 80
|
||||
run: |
|
||||
echo "Building for $OS:$ARCH"
|
||||
cd $GITHUB_WORKSPACE
|
||||
|
||||
Reference in New Issue
Block a user