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: socketio/socket.io-admin-ui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.3.0
Choose a base ref
...
head repository: socketio/socket.io-admin-ui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.4.0
Choose a head ref
  • 10 commits
  • 50 files changed
  • 1 contributor

Commits on Jun 18, 2022

  1. Configuration menu
    Copy the full SHA
    577f4e9 View commit details
    Browse the repository at this point in the history
  2. ci: add Node.js 18

    darrachequesne committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    8258a9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77ee068 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    481ef22 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. feat: add production mode

    There are two ways to enable this production mode:
    
    - either with the new "mode" option:
    
    ```js
    instrument(io, {
      mode: "production" // defaults to "development"
    });
    ```
    
    - or with the NODE_ENV environment variable:
    
    ```
    NODE_ENV=production node index.js
    ```
    
    In production mode, the server won't send all details about the socket
    instances and the rooms, thus reducing the memory footprint of the
    instrumentation.
    
    Related:
    
    - #22
    - #23
    darrachequesne committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    e0d91ca View commit details
    Browse the repository at this point in the history
  2. feat(ui): add support for relative links

    In case the root path is not "/".
    
    Related: #41
    darrachequesne committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    fdec2ce View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Configuration menu
    Copy the full SHA
    7df8471 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8542601 View commit details
    Browse the repository at this point in the history
  3. feat(ui): separate the namespace from the server URL

    This should help prevent people from connecting to the main namespace,
    when they forget to include the namespace at the end of the server URL.
    
    Related:
    
    - #26
    - #42
    darrachequesne committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    5a8a75e View commit details
    Browse the repository at this point in the history
  4. chore(release): 0.4.0

    darrachequesne committed Jun 23, 2022
    1 Configuration menu
    Copy the full SHA
    89ed3c7 View commit details
    Browse the repository at this point in the history
Loading