All work
- use devicauth GET /devices/count endpoint instead of inventory search endpoint go get number of accepted devicesMEN-8285
- add types to releasesSliceMEN-8284Mikita Pilinka
- add types to monitorSliceMEN-8283Mikita Pilinka
- add types to onboardingSliceMEN-8282Mikita Pilinka
- add types to deploymentsSliceMEN-8281Mikita Pilinka
- add types to devicesSliceMEN-8280Mikita Pilinka
- [UI] Ensure consistent use of 'delete' iconMEN-8279
- [UI] ensure 'deployment' icons are consistentMEN-8273
- migrate eslint config to v9MEN-8218
- add types to the appSliceMEN-8206Mikita Pilinka
- [Enterprise - 500 devices] Pagination on search results (from search box) not workingMEN-8196
- [UI] use new endpoint for listing artifactsMEN-8184Resolved issue: MEN-8184
- [frontend] Firefox e2e test broken on timeframe filter checkMEN-8170Resolved issue: MEN-8170Mikita Pilinka
- [ui] it's not possible to change CC when no billing profile address presentMEN-8154Resolved issue: MEN-8154Mikita Pilinka
- [ nt-gui ] - dateRangeToUnix in nt-gui returns wrong timestamp caused by local time to utc convertionMEN-8150Igor Aleksandrychev
- [UI] Bug - date filters behave unexpectedly in finished deployment listMEN-8135Resolved issue: MEN-8135Mikita Pilinka
- [Feature request] Create a export button for device listMEN-8124eystein.maloy.stenberg
- [UI] bug: can't create deployment from the action button after checking a Release from the Release listMEN-8109Resolved issue: MEN-8109Manuel Zedel
- [UI] bug: permission fields randomly appearing when editing rolesMEN-8108Resolved issue: MEN-8108Mikita Pilinka
- [UI] Fix tests failing after migration to vitestMEN-8106Resolved issue: MEN-8106Mikita Pilinka
- [UI] roles view show wrong then refreshMEN-8095Resolved issue: MEN-8095Mikita Pilinka
- [docs] update Mender Gateway documentation with information about new role dedicated to mtls ambassador functionalityMEN-8090
- [tests] use new, dedicated role when testing mtls ambassador functionalityMEN-8088
- Progress bar for uploading releases is not working, stuck at 0%MEN-8074Resolved issue: MEN-8074Manuel Zedel
- SP tenant: in the main view we are trying to get information not accessible for SP tenantMEN-8050Manuel Zedel
- When creating new user, the user which was just created is visible twice on the users list.MEN-8049Resolved issue: MEN-8049Manuel Zedel
- SP tenant: it's impossible to assign user to newly created tenant using email addressMEN-8048Resolved issue: MEN-8048Krzysztof Jaśkiewicz
- [ui] "Recent patterns" in phased rollout controls don't seem to be workingMEN-8047Resolved issue: MEN-8047
- [Nozomi] Clicks in dashboard widgets are not opening DEVICES tabMEN-8038Resolved issue: MEN-8038Manuel Zedel
- Disallow SP Tenant Restricting to SSO if it has no SSO configuredMEN-8021Resolved issue: MEN-8021
- [ui] Bug: single file Artifact upload is allowed to fail silently when destination directory is emptyMEN-8010Resolved issue: MEN-8010Manuel Zedel
- switch to vitest in mender-serverMEN-8007Resolved issue: MEN-8007Mikita Pilinka
- create a test package in nt-guiMEN-8006Manuel Zedel
- (nt-gui) fix skipped tests, resolve warningsMEN-8003Resolved issue: MEN-8003Mikita Pilinka
- (nt-gui) fix types in store packageMEN-8002Marcin Pasinski
- (nt-gui) fix types in utils packageMEN-8001Resolved issue: MEN-8001Manuel Zedel
- (nt-gui) fix types in common-ui packageMEN-8000
- (nt-gui) fix types in common packageMEN-7999
- [ui] For 'In progress' deployments, phase start time escapes its divMEN-7995Resolved issue: MEN-7995Manuel Zedel
- [UI] weird rendering of the artifact upload window/viewMEN-7992Resolved issue: MEN-7992
- "Release actions" under Release tab not workingMEN-7960Resolved issue: MEN-7960Manuel Zedel
- [UI] add Sentry integrationMEN-7958Resolved issue: MEN-7958Manuel Zedel
- [gui] - add tests for billing profile editingMEN-7940Resolved issue: MEN-7940Mikita Pilinka
- [gui] column customization no longer works after typescript switchMEN-7902Resolved issue: MEN-7902
- [UI] Clearly indicate only one of this can be in place at a single time: AWS IoT, Azure IoT, WebhookMEN-7899Resolved issue: MEN-7899Manuel Zedel
- Site crashes after upgrading to paid planMEN-7898Resolved issue: MEN-7898Manuel Zedel
- Remove onboarding from on-premMEN-7896Resolved issue: MEN-7896Manuel Zedel
- Error when checking a failed retried deployment: TypeError: "batch_size" is read-onlyMEN-7892Resolved issue: MEN-7892Manuel Zedel
- [UI] Add the artifact upload limits to the UIMEN-7889Resolved issue: MEN-7889
- Optimize bundle sizeMEN-7885
50 of 780
mender-inventory-network error with busybox grep
Fixed
Details
Assignee
Lluis CamposLluis CamposReporter
Lluis CamposLluis CamposLabels
Priority
LowDays in progress
0Fix versions
Backlog
yes
Details
Details
Assignee
Lluis Campos
Lluis CamposReporter
Lluis Campos
Lluis CamposLabels
Priority
Days in progress
0
Fix versions
Backlog
yes
Zendesk Support
Zendesk Support
Zendesk Support
Checklist
Checklist
Checklist
Created July 7, 2021 at 10:54 AM
Updated July 9, 2021 at 10:31 AM
Resolved July 9, 2021 at 10:31 AM
Activity
Show:
Lluis CamposJuly 7, 2021 at 12:06 PM
I didn't meant to fix it, but by just investigating the issue the fix was trivial...
On a typical Beaglebone Black build with yocto, grep is provided by busybox and such version is incompatible with the flags we use in mender-inventory-network
See snippet below