- Mar 27, 2024
-
- Mar 22, 2024
-
-
Ian Chen authored
chore(deps): bump follow-redirects from 1.15.5 to 1.15.6 in /frontend
-
Ian Chen authored
fix: adjust charging record filter
-
CTFang@WireLab authored
-
- Mar 19, 2024
-
-
Ian Chen authored
fix: adjust charging default rule
-
CTFang@WireLab authored
-
- Mar 16, 2024
-
-
dependabot[bot] authored
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.5...v1.15.6 ) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- Mar 13, 2024
-
-
dependabot[bot] authored
Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Mar 12, 2024
-
-
Ian Chen authored
Fix: billingServer config adjustment
-
- Mar 11, 2024
-
-
CTFang@WireLab authored
-
Ian Chen authored
Disable Billing Server If Needed
-
Ian Chen authored
Feature: Make webconsole backend register to NRF as AF
-
newb1er authored
-
newb1er authored
-
- Mar 07, 2024
-
-
CTFang@WireLab authored
-
CTFang@WireLab authored
-
CTFang@WireLab authored
-
- Mar 06, 2024
-
-
Michael authored
* chore: remove aws-amplify related dep and config * chore: upgrade ts build target to 'ES2022'
-
CTFang@WireLab authored
-
ShouheiNishi authored
* Many properties now are set to required in webconsole.yaml * Remove openapitools.json and regenerate by openapi-generator-cli 7.2.0 according to the review comment * Since the api.ts, which must be automatically generated, was manually edited, the original file webconsole.yaml is modified and api.ts is regenerated. * More required properties * Add comment
-
- Mar 05, 2024
-
-
Ian Chen authored
Fix: fix config and change default value
-
CTFang@WireLab authored
-
- Mar 04, 2024
- Mar 03, 2024
-
-
dependabot[bot] authored
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.55.0 to 1.56.3. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.55.0...v1.56.3 ) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
BrianChen authored
* add charging rules & billing domain * setup billing server by config * fix: waiting group usage for billing server * update pdu charging data filter * frontend: add UE CHARGING RECORD * finish SubscriberCreate & SubscriberUpdate * finish Charging Config in SubscriberRead.tsx * fix: DELETE and PUT policyData.ues.chargingData when editing Subscriber's data * fix: CheckAuth in GetChargingRecord() * fix golangci-linter & reduce frontend vulnerabilities * remove useless code & log in api_webui.go * config/TLS -> cert * fix webuicfg.yaml * Enable to add multiple flow rules in 1 DNN * remove SubscriberUpdate.tsx and integrate it into SubscriberCreate.tsx * change all qfi to QosRef * fix React Component's id naming style * When Offline Charging, disable Quota input box * update UI * change default IP Filter * update UI * fix: when offline, quota != 0 * refactor * implement per S-NSSAI charging config * use frontend/build instead of ./public * add per flow UE Charging Record * fix: 2 flow rules use same charging config * add expand icon * update readme.md * add PerFlowTableView as a React Component * fix: undefined object use map() * fix: the conflict of replicate IP Filter * when delete a subscriber, remove it's CDR file * fix: per slice charging config disappered when edit subscriber data * fix: dnn, filter should not omit empty * update util's hash * fix: per slice Charging Config display error * fix: backend pdu level quota wasn't sent to frontend * fix: when no Charging record && sort charging record by Filter * fix: duplicated SMF Information in REALTIME STATUS * remove cdr file by path * add snssai, dnn to FlowInfo & RatingGroupDataUsage * redesign backend: GetChargingRecord() * frontend: implemented multi snssai expand table for UE Charging Record Page * remove redundant log * sort flow level charging record * Bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 (#42) Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.9.0 to 1.9.1. - [Release notes](https://github.com/gin-gonic/gin/releases) - [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md) - [Commits](https://github.com/gin-gonic/gin/compare/v1.9.0...v1.9.1 ) --- updated-dependencies: - dependency-name: github.com/gin-gonic/gin dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
tim-ywliu <68043973+tim-ywliu@users.noreply.github.com> * Query to NRF for NFProfile instead of getting from mongodb. (#63) * Fix: MSISDN -> GPSI (#65) * fix: msisdn -> identityData * change some function name to GPSI style * SubsListIE.Msisdn -> SubsListIE.Gpsi * continue to fix the gpsi format bug in api_webui.go * Bump @adobe/css-tools from 4.3.1 to 4.3.2 in /frontend (#67) Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.3.1 to 4.3.2. - [Changelog](https://github.com/adobe/css-tools/blob/main/History.md) - [Commits](https://github.com/adobe/css-tools/commits ) --- updated-dependencies: - dependency-name: "@adobe/css-tools" dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#68) Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0. - [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0 ) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix: rebase and fix linter error * add singleNssais sd:112233 * Refactor: refactor WebUI and fix bugs * Feature: support offline charging * Fix: remove unused code * UI Modify and fix bugs * Change default values and enhance UX * PDU Level to silce level * Remove comment code and add error handling * Add postman collection * Frontend code improvement and cleaner --------- Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
roy19991013 <80-ChienAn@users.noreply.gitlab.nems.cs.nctu.edu.tw> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
tim-ywliu <68043973+tim-ywliu@users.noreply.github.com> Co-authored-by:
Kunihiro Ishiguro <kunihiro@zebra.dev> Co-authored-by:
CTFang@WireLab <ctfang.cs12@nycu.edu.tw>
-
dependabot[bot] authored
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. - [Commits](https://github.com/indutny/node-ip/compare/v1.1.8...v1.1.9 ) --- updated-dependencies: - dependency-name: ip dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Leo authored
* Updates yarn's APT commands on readme * Updates nodejs' version and tidy up some text formatting on readme * Update Node.js to v20 LTS Co-authored-by:
Michael <michael.cs08@nycu.edu.tw> * Update readme instructions to use yarn from Ubuntu repos Co-authored-by:
Michael <michael.cs08@nycu.edu.tw> * Update readme instructions to not yarn setup from APT Co-authored-by:
Michael <michael.cs08@nycu.edu.tw> * Update the comment regarding nodejs version check * Update readme instructions with enhanced messages * Add corepack command to readme As suggested by @andy89923 in https://github.com/free5gc/webconsole/pull/71#discussion_r1496906993 corepack needs to be called to setup yarn Later, yarn is used to build the webconsole module * Remove yarn installation section from readme Following the discussion on https://github.com/free5gc/webconsole/pull/71 and according to the comment https://github.com/free5gc/webconsole/pull/71#discussion_r1490360003 as yarn will be setup by corepack, there's no need to install it manually anymore * Update corepack command on readme It's necessary to give permission for corepack to install/edit binary files on system /usr/bin folder --------- Co-authored-by:
Michael <michael.cs08@nycu.edu.tw>
-
- Feb 16, 2024
-
-
Tim Liu authored
-
Tim Liu authored
-
dependabot[bot] authored
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.4 ) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Dec 19, 2023
-
-
dependabot[bot] authored
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0. - [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0 ) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Dec 01, 2023
-
-
dependabot[bot] authored
Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.3.1 to 4.3.2. - [Changelog](https://github.com/adobe/css-tools/blob/main/History.md) - [Commits](https://github.com/adobe/css-tools/commits ) --- updated-dependencies: - dependency-name: "@adobe/css-tools" dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
BrianChen authored
-
BrianChen authored
* fix: msisdn -> identityData * change some function name to GPSI style * SubsListIE.Msisdn -> SubsListIE.Gpsi * continue to fix the gpsi format bug in api_webui.go
-