Actions: cloudfoundry/cli
Actions
Showing runs from all workflows
835 workflow run results
835 workflow run results
max_page
size for apps, service keys & routes
To reduce the number of db queries in cloud controller it is beneficial to use a larger page size (5k) for potentially large entities.
This was already done for marketplace
and services
in commit b823ae53f394acf64ad7fb09f550c508a3c46e0a.
This commit does the same for apps
, routes
and service-keys
Tests: Integration
#841:
completed
by
johha
ProcessNotFoundError
in cf apps
As a user calls cf apps
in a large space it might happen that a app
was deleted while the CLI is putting all the different information (processes, stats & routes) together.
This leads to a failing cf apps
command.
This change prevents this by catching ProcessNotFoundError
errors and returning nil
instead.
Related to #2734
Tests: Integration
#840:
completed
by
johha
ProcessNotFoundError
in cf apps
As a user calls cf apps
in a large space it might happen that a app
was deleted while the CLI is putting all the different information (processes, stats & routes) together.
This leads to a failing cf apps
command.
This change prevents this by catching ProcessNotFoundError
errors and returning nil
instead.
Related to #2734
Tests: Integration
#839:
completed
by
johha
cf apps
with --no-stats
and better error handling [V8]
Code Quality
#826:
Pull request #2796
opened
by
johha
cf apps
with --no-stats
and better error handling [V8]
Tests
#620:
Pull request #2796
opened
by
johha
ProcessNotFoundError
in cf apps
As a user calls cf apps
in a large space it might happen that a app
was deleted while the CLI is putting all the different information (processes, stats & routes) together.
This leads to a failing cf apps
command.
This change prevents this by catching ProcessNotFoundError
errors and returning nil
instead.
Related to #2734
Tests: Integration
#838:
completed
by
johha
cf apps
with --no-stats
and better error handling
Code Quality
#825:
Pull request #2795
synchronize
by
johha
cf apps
with --no-stats
and better error handling
Tests
#619:
Pull request #2795
synchronize
by
johha
cf apps
with --no-stats
and better error handling
Code Quality
#824:
Pull request #2795
synchronize
by
johha
cf apps
with --no-stats
and better error handling
Tests
#618:
Pull request #2795
synchronize
by
johha
max_page
size for apps, service keys & routes
To reduce the number of db queries in cloud controller it is beneficial to use a larger page size (5k) for potentially large entities.
This was already done for marketplace
and services
in commit b823ae53f394acf64ad7fb09f550c508a3c46e0a.
This commit does the same for apps
, routes
and service-keys
Tests: Integration
#837:
completed
by
johha
max_page
size for apps, service keys & routes
To reduce the number of db queries in cloud controller it is beneficial to use a larger page size (5k) for potentially large entities.
This was already done for marketplace
and services
in commit b823ae53f394acf64ad7fb09f550c508a3c46e0a.
This commit does the same for apps
, routes
and service-keys
Tests: Integration
#836:
completed
by
johha
max_page
size for apps, service keys & routes
Code Quality
#822:
Pull request #2793
synchronize
by
johha
max_page
size for apps, service keys & routes
Tests
#616:
Pull request #2793
synchronize
by
johha
max_page
size for apps, service keys & routes
To reduce the number of db queries in cloud controller it is beneficial to use a larger page size (5k) for potentially large entities.
This was already done for marketplace
and services
in commit b823ae53f394acf64ad7fb09f550c508a3c46e0a.
This commit does the same for apps
, routes
and service-keys
Tests: Integration
#834:
completed
by
johha
ProcessNotFoundError
in cf apps
As a user calls cf apps
in a large space it might happen that a app
was deleted while the CLI is putting all the different information (processes, stats & routes) together.
This leads to a failing cf apps
command.
This change prevents this by catching ProcessNotFoundError
errors and returning nil
instead.
Related to #2734
Tests: Integration
#833:
completed
by
johha
cf apps
with --no-stats
and better error handling
Tests
#615:
Pull request #2795
opened
by
johha