Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sipwise/ngcp-rest-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: sipwise/ngcp-rest-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: mr10.5.9
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 29 files changed
  • 2 contributors

Commits on Jun 7, 2022

  1. Configuration menu
    Copy the full SHA
    fb9cb8f View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. TT#181250 /api/journals return role name instead of role_id

    * role_id is currently internally hidden and clients operate
      by the role name in /api/admin
    
    Change-Id: Ib30a10c495818cae16a554e3857ae484c9e0183b
    (cherry picked from commit 213af35)
    sipwiser committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    6173340 View commit details
    Browse the repository at this point in the history
  2. TT#181251 refactor journaling.interceptor to service

    * journaling.interceptor is migrated to JournalService.writeJournal()
    * JournalService.writeJournal() is called from the controllers to
      represent correctly the written response and id
    * ServiceRequest now contains 'init' key which represents a reference
      to Request to easily access the data from there
    
    Change-Id: I19c8b882568ec3032bce648c089a9a8e846646e6
    (cherry picked from commit 45525fe)
    sipwiser committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    e812fec View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Configuration menu
    Copy the full SHA
    bff51f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. TT#187200 adjust /api/pbxgroups repo and response

    * remove distinct selection from voip_pbx_groups as customers
      with pbx groups but without memebers wont have any data in
      the provisioning.voip_pbx_groups table
    * add where is_pbx_group=1 to limit the search to subscribers
      that are actually pbx groups
    * the 'members' value in the response is now always returned as an
      array (empty one if there are no members), this is for backward
      compatibility with v1
    
    Change-Id: Ia8574cae9a95df895f1b0d0018131318d46dd8da
    (cherry picked from commit 1f23d6c)
    sipwiser committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    e30dafe View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. TT#180554 /api/admins allow ccare roles GET

    * GET is now allowed by ccare, ccareadmin roles
    
    Change-Id: I8269f13cfdfc9cd73ee1e2565b8fbe21bcab64bb
    (cherry picked from commit 3850297)
    sipwiser committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    b7ffaae View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Configuration menu
    Copy the full SHA
    9f79422 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Configuration menu
    Copy the full SHA
    9234507 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    dbed8db View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    8bfcdfe View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. MT#57927 use Debian node-gyp package for bindings

    * yarnpkg triggers node-gyp auto install when it
      detects bindings.gyp file in node_modules/"dependency",
      which causes it to ignore the existing available node-gyp
      version and download and use the latest one, which is
      incompatible with node v12. The solution is to install
      the Debian node-gyp v8.4.1 library which is the best version
      of the module for node v12 and in this case yarn correctly
      uses it for auto-building of the detected gyp bindings.
    
    Change-Id: I287bb491e8569a8abb07f80016fef7141b5c9b7d
    sipwiser committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    9682300 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    a216647 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    7f27b9e View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    47bed60 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2025

  1. Configuration menu
    Copy the full SHA
    87f7b22 View commit details
    Browse the repository at this point in the history
Loading