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

Added filters for global envs #4596

Closed
wants to merge 1,284 commits into from
Closed

Added filters for global envs #4596

wants to merge 1,284 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 5, 2019

  1. Copy the full SHA
    b66037b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d812f51 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b787b99 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. Copy the full SHA
    0b12c1a View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

  1. Copy the full SHA
    6920d0f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    140e0d5 View commit details
    Browse the repository at this point in the history
  3. pm2@3.4.0

    Unitech committed Mar 8, 2019
    Copy the full SHA
    945d0f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

  1. fix pm2 unstartup fialed in macos

    The pm2 unstartup will always failed in macos. Because the pm2.*.plist will never been deleted.
    
    commands = [
            'launchctl remove ' + launchd_service_name + ' || true',
            'rm ' + destination
          ];
    launchctl remove always return no-zero value, so rm in the next will never been executed.
    harlentan committed Mar 12, 2019
    Copy the full SHA
    0637d4f View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. Copy the full SHA
    609ec7a View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. Copy the full SHA
    d1bdb39 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e9ab3e8 View commit details
    Browse the repository at this point in the history
  3. fix: restore signup via cli

    Unitech committed Mar 26, 2019
    Copy the full SHA
    27b505a View commit details
    Browse the repository at this point in the history
  4. pm2@3.4.1

    Unitech committed Mar 26, 2019
    Copy the full SHA
    18e7da5 View commit details
    Browse the repository at this point in the history
  5. doc: fix badge node > 6

    Unitech committed Mar 26, 2019
    Copy the full SHA
    170f241 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. Copy the full SHA
    96c8d88 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

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

Commits on Mar 29, 2019

  1. pm2@3.4.1

    Unitech authored and oleg-codaio committed Mar 29, 2019
    Copy the full SHA
    d87d672 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    99fcb90 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

  1. Merge pull request Unitech#4220 from f-hj/development

    PM2 Serve v2
    Unitech committed Apr 5, 2019
    Copy the full SHA
    524e684 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Unitech#4203 from cuspymd/fix-desc-help3

    Fix help message of describe/env command
    Unitech committed Apr 5, 2019
    Copy the full SHA
    5505fcc View commit details
    Browse the repository at this point in the history
  3. Merge pull request Unitech#4197 from harlentan/patch-2

    fix pm2 unstartup fialed in macos
    Unitech committed Apr 5, 2019
    Copy the full SHA
    3e093d8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Unitech#4171 from EriksRemess/patch-1

    Fix for missing column title
    Unitech committed Apr 5, 2019
    Copy the full SHA
    16aa643 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    ad141a6 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    7e22ba5 View commit details
    Browse the repository at this point in the history
  7. chore: upgrade to 3.4.2

    Unitech committed Apr 5, 2019
    Copy the full SHA
    5149ce8 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    bc14706 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    86b3234 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    f7d3dc5 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    bcccfa2 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    24b4ad1 View commit details
    Browse the repository at this point in the history
  13. Merge pull request Unitech#3940 from FranklinYu/patch/readme-badge

    Update badge section of README
    Unitech committed Apr 5, 2019
    Copy the full SHA
    e057a45 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    1d6d2e0 View commit details
    Browse the repository at this point in the history
  15. fix: various terminal fixes

    Unitech committed Apr 5, 2019
    Copy the full SHA
    ac8aebc View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    fd88558 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    9495739 View commit details
    Browse the repository at this point in the history
  18. Merge pull request Unitech#4157 from sirisian/patch-1

    Added Restart and RestartSec into the systemd script
    Unitech committed Apr 5, 2019
    Copy the full SHA
    16316e7 View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    310def6 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. pm2@3.5.0

    Unitech committed Apr 8, 2019
    Copy the full SHA
    d810ecc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0e2fd65 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1f561e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. Merge pull request Unitech#4239 from xiaqiubo/development

    Fix pm2 serve urlencode 404 situation
    Unitech committed Apr 9, 2019
    Copy the full SHA
    26aba94 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2019

  1. Update constants.js

    Unitech committed Apr 19, 2019
    Copy the full SHA
    66da402 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2019

  1. Added HOST enviroment

    sergeysedoy97 committed Apr 21, 2019
    Copy the full SHA
    cd51a60 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

  1. Copy the full SHA
    71dbc14 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f70e356 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Unitech#4224 from vaskevich/osv-fix-ignore-watch

    Fix --ignore-watch to accept globs
    Unitech committed Apr 23, 2019
    Copy the full SHA
    a3b22c7 View commit details
    Browse the repository at this point in the history
  4. chore: CHANGELOG update

    Unitech committed Apr 23, 2019
    Copy the full SHA
    da11304 View commit details
    Browse the repository at this point in the history
  5. chore: test pm2 on node 12

    Unitech committed Apr 23, 2019
    Copy the full SHA
    a1abfcc View commit details
    Browse the repository at this point in the history
  6. feat: pm2 save --force

    Unitech committed Apr 23, 2019
    Copy the full SHA
    efd4484 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    8687284 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    0f724c6 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2019

  1. Copy the full SHA
    a5987e1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    65e1345 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b47e8d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2019

  1. chore: remove deprecated file

    Unitech committed Apr 27, 2019
    Copy the full SHA
    b61fa08 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    873de4c View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. Update API.js

    sergeysedoy97 committed Apr 29, 2019
    Copy the full SHA
    3724a08 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. Copy the full SHA
    0f4a459 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2019

  1. Copy the full SHA
    f165e54 View commit details
    Browse the repository at this point in the history
  2. feat: pm2 slist for sysinfos + docker containers display + containers…

    … stop/restart/delete capabilities via pm2 <actions> docker process_id + host metrics display on pm2 ls (network, disk ios, cpu, mem...) + conditional display of high load (mem or CPU) processes in pm2 ls + add monitoring of filedescriptor and memory
    Unitech committed May 6, 2019
    Copy the full SHA
    53bbd62 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

  1. fix: ANSI escape codes with --watch Unitech#3884

    The escape code should be \033, but that doesn't work in strict mode, probably because of that it was changed to \\033 which isn't valid either.
    taneltm committed May 7, 2019
    Copy the full SHA
    80df02d View commit details
    Browse the repository at this point in the history
  2. feat: fix disk io floating point + fix duplication in pm2 monit comma…

    …nd + reduce time to refresh sysinfos (need refactor to retrieve data live) + slice git comment
    Unitech committed May 7, 2019
    Copy the full SHA
    df3fde2 View commit details
    Browse the repository at this point in the history
  3. fix: issues on display on macosx + memory available fix + hide temper…

    …ature when not available + fix update pm2 avoid exception + sort by id instead of name
    Unitech committed May 7, 2019
    Copy the full SHA
    c4841ee View commit details
    Browse the repository at this point in the history
  4. chore: force node>8 + upgrade chokidar to 3.0 + remove v8-compile-cac…

    …he not needed anymore + force slice if env var too long in pm2 show
    Unitech committed May 7, 2019
    Copy the full SHA
    ffe3e69 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    7d47cc0 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

  1. Copy the full SHA
    2eec3e2 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

  1. Copy the full SHA
    520fb87 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    04cd0f2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    557d400 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

  1. Copy the full SHA
    17c3128 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2019

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

Commits on May 19, 2019

  1. Copy the full SHA
    0882c3b View commit details
    Browse the repository at this point in the history
  2. pm2@4.0.0-beta-1

    Unitech committed May 19, 2019
    Copy the full SHA
    0d95eaf View commit details
    Browse the repository at this point in the history
  3. fix pm2 binary

    Unitech committed May 19, 2019
    Copy the full SHA
    f5b82d1 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. fix: node path resolution

    Unitech committed May 21, 2019
    Copy the full SHA
    53ead45 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

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

Commits on May 23, 2019

  1. Copy the full SHA
    210f8a0 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2019

  1. Copy the full SHA
    21141ae View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2f0333c View commit details
    Browse the repository at this point in the history

Commits on May 27, 2019

  1. Copy the full SHA
    5d4a11d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fba555a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ed861ff View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8e01076 View commit details
    Browse the repository at this point in the history
  5. Remove garbage characters

    licson committed May 27, 2019
    Copy the full SHA
    f82faa3 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. Copy the full SHA
    9fde096 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    83aa2f8 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e67dbbb View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    89ae17d View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2019

  1. fix: cb calls

    Unitech committed Jun 2, 2019
    Copy the full SHA
    c52b2fe View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2019

  1. Update nvm-node-version.sh

    Unitech committed Jun 3, 2019
    Copy the full SHA
    2c74e1d View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. mro: upgrade js-api

    This resolves the axios vulnerability https://www.npmjs.com/advisories/880
    BenoitZugmeyer committed Jun 4, 2019
    Copy the full SHA
    d85cf83 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2019

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

Commits on Jun 10, 2019

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

Commits on Jun 17, 2019

  1. Copy the full SHA
    b9ce29f View commit details
    Browse the repository at this point in the history
  2. pm2-beta@4.0.0-beta-6

    Unitech committed Jun 17, 2019
    Copy the full SHA
    c918bd5 View commit details
    Browse the repository at this point in the history
  3. fix: display sections

    Unitech committed Jun 17, 2019
    Copy the full SHA
    7e9e405 View commit details
    Browse the repository at this point in the history
  4. increase width of some rows

    Unitech committed Jun 17, 2019
    Copy the full SHA
    eff6929 View commit details
    Browse the repository at this point in the history
  5. sort by app name

    Unitech committed Jun 17, 2019
    Copy the full SHA
    2b1de4d View commit details
    Browse the repository at this point in the history
  6. increase width of some rows

    Unitech committed Jun 17, 2019
    Copy the full SHA
    9bfaeb9 View commit details
    Browse the repository at this point in the history
  7. pm2@4.0.0-beta-7

    Unitech committed Jun 17, 2019
    Copy the full SHA
    7c19338 View commit details
    Browse the repository at this point in the history
  8. merge Unitech#4303

    Unitech committed Jun 17, 2019
    Copy the full SHA
    8ae5ad7 View commit details
    Browse the repository at this point in the history
  9. Merge pull request Unitech#4297 from licson0729/master

    Support Solaris SMF as init system
    Unitech committed Jun 17, 2019
    Copy the full SHA
    4adac78 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    d8a6b60 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2019

  1. Copy the full SHA
    1dadadd View commit details
    Browse the repository at this point in the history
  2. avoid process

    Unitech committed Jun 22, 2019
    Copy the full SHA
    6873440 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2019

  1. Copy the full SHA
    eb9d003 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    18383b1 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1f3caac View commit details
    Browse the repository at this point in the history
  4. temp rm exitsep cluster

    Unitech committed Jun 29, 2019
    Copy the full SHA
    911a7c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. temp remove write sep

    Unitech committed Jul 2, 2019
    Copy the full SHA
    11f8a78 View commit details
    Browse the repository at this point in the history
  2. docs: update info links

    Unitech committed Jul 2, 2019
    Copy the full SHA
    246411a View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. Update WebAuth.js

    Fixed type environement -> environment
    sirhypernova committed Jul 24, 2019
    Copy the full SHA
    c1a03d3 View commit details
    Browse the repository at this point in the history
  2. Update CliAuth.js

    Fixed type environement -> environment
    sirhypernova committed Jul 24, 2019
    Copy the full SHA
    b11be58 View commit details
    Browse the repository at this point in the history
  3. Update CliUx.js

    Fixed type environement -> environment
    sirhypernova committed Jul 24, 2019
    Copy the full SHA
    d05fe7e View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    Fixed type environement -> environment
    sirhypernova committed Jul 24, 2019
    Copy the full SHA
    b13e5ad View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. chore: upgrade async to 3.1

    Unitech committed Jul 29, 2019
    Copy the full SHA
    0efa01f View commit details
    Browse the repository at this point in the history
  2. Update package.json

    Unitech committed Jul 29, 2019
    Copy the full SHA
    2dd0f49 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1cd32fb View commit details
    Browse the repository at this point in the history
  4. chore: upgrade logo

    Unitech committed Jul 29, 2019
    Copy the full SHA
    1feae52 View commit details
    Browse the repository at this point in the history
  5. chore: change link

    Unitech committed Jul 29, 2019
    Copy the full SHA
    f0f73a6 View commit details
    Browse the repository at this point in the history
  6. chore: update README

    Unitech committed Jul 29, 2019
    Copy the full SHA
    308d26d View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. fix: update lodash version

    RiaanWest committed Jul 30, 2019
    Copy the full SHA
    e5c737d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ba06d22 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

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

Commits on Aug 14, 2019

  1. Copy the full SHA
    cfc94f4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    90fcaad View commit details
    Browse the repository at this point in the history
  3. Merge pull request Unitech#4392 from mib008/patch/issue_4378

    Patch/issue 4378
    Unitech committed Aug 14, 2019
    Copy the full SHA
    6d91de0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Unitech#4377 from RiaanWest/fix/lodash-version

    fix: update lodash version
    Unitech committed Aug 14, 2019
    Copy the full SHA
    e8a050c View commit details
    Browse the repository at this point in the history
  5. pm2@4.0.0-beta-8

    Unitech committed Aug 14, 2019
    Copy the full SHA
    c2f3852 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. Copy the full SHA
    d25181f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6ab7de3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Unitech#4391 from ykolbin/migrate-pm2-cli

    Refactor: simplify bin/pm2 and move content to lib/binaries/CLI.js
    Unitech committed Sep 18, 2019
    Copy the full SHA
    e608255 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    97f8fb4 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. pm2@4.0.0-beta-9

    Unitech committed Sep 24, 2019
    Copy the full SHA
    adfc6a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Copy the full SHA
    4747ece View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. Merge pull request Unitech#4436 from niftylettuce/master

    feat: added Lad to framework list
    Unitech committed Oct 2, 2019
    Copy the full SHA
    3a388d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Copy the full SHA
    f313dc2 View commit details
    Browse the repository at this point in the history
  2. pm2@4.0.0

    Unitech committed Oct 8, 2019
    Copy the full SHA
    b448646 View commit details
    Browse the repository at this point in the history
  3. fix: test dependency

    Unitech committed Oct 8, 2019
    Copy the full SHA
    df5b517 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2019

  1. pm2@4.0.0

    Unitech committed Oct 11, 2019
    Copy the full SHA
    b391b30 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Unitech#4443 from zyf0330/master

    fix: pm2-runtime auto-exit check ignores module like logrotate
    Unitech committed Oct 11, 2019
    Copy the full SHA
    8d94f76 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    dde0e54 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Unitech#4376 from Goodluckhf/wait-ready-fix

    3.5.x: Process.send('ready') does not trigger SIGINT
    Unitech committed Oct 11, 2019
    Copy the full SHA
    0df74df View commit details
    Browse the repository at this point in the history
  5. Merge pull request Unitech#4364 from sirhypernova/master

    Fix typos (environement -> environment)
    Unitech committed Oct 11, 2019
    Copy the full SHA
    cfb438c View commit details
    Browse the repository at this point in the history
  6. Merge pull request Unitech#4288 from sunecosuri/fix-types-instances

    add 'max' for instances option
    Unitech committed Oct 11, 2019
    Copy the full SHA
    959f7cc View commit details
    Browse the repository at this point in the history
  7. Merge pull request Unitech#4285 from epgdatacapbon/development

    Fix --wait-ip option doesn't work
    Unitech committed Oct 11, 2019
    Copy the full SHA
    2c21f3f View commit details
    Browse the repository at this point in the history
  8. skip test

    Unitech committed Oct 11, 2019
    Copy the full SHA
    d03f650 View commit details
    Browse the repository at this point in the history
  9. Merge pull request Unitech#4267 from SagePtr/issue4262

    Fix: Allow usernames in uid/gid/user again (fixes Unitech#4058, Unitech#4262)
    Unitech committed Oct 11, 2019
    Copy the full SHA
    79a4f7c View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    5f0c0a6 View commit details
    Browse the repository at this point in the history
  11. Merge pull request Unitech#4281 from henstock/development

    fix: only add each process name to regexList once
    Unitech committed Oct 11, 2019
    Copy the full SHA
    b5db718 View commit details
    Browse the repository at this point in the history
  12. Merge pull request Unitech#4270 from taneltm/fix-issue-3884

    fix: ANSI escape codes with --watch Unitech#3884
    Unitech committed Oct 11, 2019
    Copy the full SHA
    09536a3 View commit details
    Browse the repository at this point in the history
  13. Merge pull request Unitech#4254 from sergeysedoy97/patch-1

    Added HOST enviroment
    Unitech committed Oct 11, 2019
    Copy the full SHA
    11fd1ec View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    7383260 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    ec027dd View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. pm2@4.0.1

    Unitech committed Oct 14, 2019
    Copy the full SHA
    6534487 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cc48bd4 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b063733 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    1e4d766 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. pm2@4.0.2

    Unitech committed Oct 15, 2019
    Copy the full SHA
    7a4e35c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    48d90db View commit details
    Browse the repository at this point in the history
  3. chore: 4.1.0 changelog

    Unitech committed Oct 15, 2019
    Copy the full SHA
    cf74894 View commit details
    Browse the repository at this point in the history
  4. pm2@4.1.0

    Unitech committed Oct 15, 2019
    Copy the full SHA
    5909241 View commit details
    Browse the repository at this point in the history
  5. pm2@4.1.1

    Unitech committed Oct 15, 2019
    Copy the full SHA
    ebde164 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    bcdaed4 View commit details
    Browse the repository at this point in the history
  7. disable sysinfos

    Unitech committed Oct 15, 2019
    Copy the full SHA
    150b750 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    9d13743 View commit details
    Browse the repository at this point in the history
  9. pm2@4.1.2

    Unitech committed Oct 15, 2019
    Copy the full SHA
    67fc558 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. Copy the full SHA
    e95479a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d542535 View commit details
    Browse the repository at this point in the history
  3. chore: cleanup unused files

    Unitech committed Oct 22, 2019
    Copy the full SHA
    595bd88 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8546d5e View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    4bb7a5a View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    1175b66 View commit details
    Browse the repository at this point in the history
  7. fix: less aggressive timeout

    Unitech committed Oct 22, 2019
    Copy the full SHA
    e620bfa View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    c8a81fe View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    f9edfbd View commit details
    Browse the repository at this point in the history
  10. pm2@4.1.3

    Unitech committed Oct 22, 2019
    Copy the full SHA
    07a93bf View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. chore: add node 13 to travis

    Unitech committed Oct 23, 2019
    Copy the full SHA
    01206aa View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. Extracted kill signal to the constants.js. Added new environment vari…

    …able 'PM2_KILL_USE_SEND' (false by default) to allow PM2 to use process.send() instead of the process.kill() from the God.killProcess() method.
    
    This allows applications not to depend on the platform-specific signal behavior and eventually have a graceful shutdown capability on Windows.
    aleksk authored and Aleksey Kabanov committed Oct 24, 2019
    Copy the full SHA
    7e6bcf4 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

  1. Copy the full SHA
    6f71b78 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. Copy the full SHA
    9a4a347 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    bvsubhash committed Oct 28, 2019
    Copy the full SHA
    0425e3e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    de9e313 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    deeebc7 View commit details
    Browse the repository at this point in the history
  5. Fix typo for namespace

    bvsubhash committed Oct 28, 2019
    Copy the full SHA
    9c0eb73 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. Fix: typo for apps

    bvsubhash committed Oct 29, 2019
    Copy the full SHA
    89570fb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3c5f2bc View commit details
    Browse the repository at this point in the history
  3. feat : log highlight option

    bvsubhash committed Oct 29, 2019
    Copy the full SHA
    4342c38 View commit details
    Browse the repository at this point in the history
  4. Added necessary condition

    bvsubhash committed Oct 29, 2019
    Copy the full SHA
    68d993c View commit details
    Browse the repository at this point in the history
  5. Merge pull request Unitech#4478 from bvsubhash/feature/namespace

    Add process namespaces feature Unitech#3471
    Unitech committed Oct 29, 2019
    Copy the full SHA
    9f66da4 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    69a5570 View commit details
    Browse the repository at this point in the history
  7. Merge pull request Unitech#4480 from bvsubhash/patch-1

    docs: typo for apps
    Unitech committed Oct 29, 2019
    Copy the full SHA
    044fcdd View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. Copy the full SHA
    6dec187 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Unitech#4474 from aleksk/alekseyk/kill-send

    Adding optional switch to enable graceful shutdown on Windows
    Unitech committed Oct 30, 2019
    Copy the full SHA
    771e0ba View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    96c324d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    18d07d6 View commit details
    Browse the repository at this point in the history
  5. chore: update CHANGELOG

    Unitech committed Oct 30, 2019
    Copy the full SHA
    03d98fb View commit details
    Browse the repository at this point in the history
  6. Merge pull request Unitech#4481 from bvsubhash/list_usernames_fix

    fix: display correct username
    Unitech committed Oct 30, 2019
    Copy the full SHA
    47eb641 View commit details
    Browse the repository at this point in the history
  7. Merge pull request Unitech#4482 from bvsubhash/log-highlight

    feat : log highlight option
    Unitech committed Oct 30, 2019
    Copy the full SHA
    5723f97 View commit details
    Browse the repository at this point in the history
  8. chore: reduce col size for ns

    Unitech committed Oct 30, 2019
    Copy the full SHA
    cf6853c View commit details
    Browse the repository at this point in the history
  9. chore: upgdate CHANGELOG

    Unitech committed Oct 30, 2019
    Copy the full SHA
    f464d09 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    74e59d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. feature: pm2 create command

    Unitech committed Nov 4, 2019
    Copy the full SHA
    23ef476 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    178e461 View commit details
    Browse the repository at this point in the history
  3. chore: update CHANGELOG

    Unitech committed Nov 4, 2019
    Copy the full SHA
    281ae22 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. Copy the full SHA
    2a7bf4b View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. Copy the full SHA
    58b061c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a895875 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c4ab561 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. Merge pull request Unitech#4492 from bvsubhash/fix-cronjob-issue

    fix: stop and delete cron immediately on deletion of a process
    Unitech committed Nov 14, 2019
    Copy the full SHA
    fbb0961 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2330164 View commit details
    Browse the repository at this point in the history
  3. pm2@4.2.0

    Unitech committed Nov 14, 2019
    Copy the full SHA
    314c5bf View commit details
    Browse the repository at this point in the history
  4. fix: cron refactor

    Unitech committed Nov 14, 2019
    Copy the full SHA
    2779f04 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2019

  1. Copy the full SHA
    2477a50 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. Copy the full SHA
    125e174 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    25449c6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2cf5bbc View commit details
    Browse the repository at this point in the history
  4. bump package.json

    Unitech committed Nov 18, 2019
    Copy the full SHA
    956f35b View commit details
    Browse the repository at this point in the history
  5. fix: throttle

    Unitech committed Nov 18, 2019
    Copy the full SHA
    32a2a47 View commit details
    Browse the repository at this point in the history
  6. fix: check pm2_env

    Unitech committed Nov 18, 2019
    Copy the full SHA
    32f05ef View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. pm2@4.2.0

    Unitech committed Nov 25, 2019
    Copy the full SHA
    d16fede View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

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

Commits on Dec 10, 2019

  1. chore: version check

    Unitech committed Dec 10, 2019
    Copy the full SHA
    afc0dbe View commit details
    Browse the repository at this point in the history
  2. pm2@4.2.1

    Unitech committed Dec 10, 2019
    Copy the full SHA
    e96cda7 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2019

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

Commits on Jan 13, 2020

  1. Copy the full SHA
    dc21450 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    abe525b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6da715c View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. Copy the full SHA
    62feb3d View commit details
    Browse the repository at this point in the history
  2. Merge pull request Unitech#4563 from kimhc999/fix/get-pm2-path-fix

    Fix an error for pm2 path on Windows.
    Unitech committed Jan 20, 2020
    Copy the full SHA
    ce14c14 View commit details
    Browse the repository at this point in the history
  3. pm2@4.2.2

    Unitech committed Jan 20, 2020
    Copy the full SHA
    707bc00 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. add travis test for node 9

    Unitech committed Jan 21, 2020
    Copy the full SHA
    ec908b2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    31cb2af View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. Copy the full SHA
    48c9ac2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    39c4a8b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    904c2f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2020

  1. Copy the full SHA
    cadb05e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ed78cfa View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c634914 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c750267 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    8f42d70 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    60634a3 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    43c6ad7 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. Copy the full SHA
    f61ca09 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    08023df View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0d6ad3b View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Copy the full SHA
    b26ed61 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ebeeee7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5ef8c0b View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. Copy the full SHA
    2ef7fb9 View commit details
    Browse the repository at this point in the history