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

Updated Chirpstack from V3 to V4 #152

Merged
merged 28 commits into from
Dec 15, 2023

Conversation

augusthjerrild
Copy link
Contributor

ServiceProfile and networkserver is removed from V4.

August Andersen added 3 commits December 14, 2023 23:13
…' into feature/IOT-1436-chirpstack-upgrade

# Conflicts:
#	src/app/gateway/gateway-detail/gateway-detail.component.ts
#	src/app/gateway/gateway-edit/gateway-edit.component.html
#	src/app/gateway/gateway-edit/gateway-edit.component.ts
#	src/app/gateway/gateway-overview/gateway-tabs/gateway-map/gateway-map.component.ts
#	src/app/gateway/gateway-table/gateway-table.component.html
#	src/app/gateway/gateway-table/gateway-table.component.ts
#	src/app/gateway/gateway.model.ts
#	src/app/shared/services/chirpstack-gateway.service.ts
…end (both are nodejs, so shouldn't it be the same?)
August Andersen added 2 commits December 15, 2023 09:15
@@ -113,7 +185,7 @@ export class GatewayTableComponent implements AfterViewInit, OnDestroy {

lastActive(gateway: Gateway): string {
if (gateway?.lastSeenAt) {
const date = gateway.lastSeenAt ?? convertToDateFromTimestamp(gateway.lastSeenAt);
const date = gateway.lastSeenAt ?? gateway.lastSeenAt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol

this.errorMessages = 'Internal server error';
return;
deleteDeviceProfile(id: string) {
if (id) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For later: fix the formatting of this function. This is peak HADOUKEN indentation

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nvm I couldn't stand it and fixed it now

@fcv-iteratorIt fcv-iteratorIt merged commit c4cafb1 into stage Dec 15, 2023
3 checks passed
@fcv-iteratorIt fcv-iteratorIt deleted the feature/IOT-1436-chirpstack-upgrade branch December 15, 2023 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants