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

[now-cli][now-client] (Major) Remove legacy code #3840

Merged
merged 20 commits into from Mar 2, 2020

Commits on Feb 20, 2020

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

Commits on Feb 26, 2020

  1. Adjust tests

    AndyBitz committed Feb 26, 2020
    Copy the full SHA
    10d7c03 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    39d1ce5 View commit details
    Browse the repository at this point in the history
  3. Adjust more tests

    AndyBitz committed Feb 26, 2020
    Copy the full SHA
    8a84346 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0757934 View commit details
    Browse the repository at this point in the history
  5. Update packages/now-cli/src/commands/inspect.js

    Co-Authored-By: Steven <steven@ceriously.com>
    AndyBitz and styfle committed Feb 26, 2020
    Copy the full SHA
    b73c8aa View commit details
    Browse the repository at this point in the history
  6. Remove isBuilds option

    AndyBitz committed Feb 26, 2020
    Copy the full SHA
    64bbf4d View commit details
    Browse the repository at this point in the history
  7. Use Object.entries

    AndyBitz committed Feb 26, 2020
    Copy the full SHA
    0e01bc3 View commit details
    Browse the repository at this point in the history
  8. Remove rambda

    AndyBitz committed Feb 26, 2020
    Copy the full SHA
    7669d6e View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    2fb8e11 View commit details
    Browse the repository at this point in the history
  10. Use URL instead of url.parse

    AndyBitz committed Feb 26, 2020
    Copy the full SHA
    54344f6 View commit details
    Browse the repository at this point in the history
  11. Fix linting

    AndyBitz committed Feb 26, 2020
    Copy the full SHA
    2676d93 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    f85d6a9 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Copy the full SHA
    54309ee View commit details
    Browse the repository at this point in the history
  2. Remove GNU bash, version 5.0.11(1)-release (x86_64-apple-darwin19.0.0)

    These shell commands are defined internally.  Type `help' to see this list.
    Type `help name' to find out more about the function `name'.
    Use `info bash' to find out more about the shell in general.
    Use `man -k' or `info' to find out more about commands not in this list.
    
    A star (*) next to a name means that the command is disabled.
    
     job_spec [&]                                                                             history [-c] [-d offset] [n] or history -anrw [filename] or history -ps arg [arg...]
     (( expression ))                                                                         if COMMANDS; then COMMANDS; [ elif COMMANDS; then COMMANDS; ]... [ else COMMANDS; ] >
     . filename [arguments]                                                                   jobs [-lnprs] [jobspec ...] or jobs -x command [args]
     :                                                                                        kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
     [ arg... ]                                                                               let arg [arg ...]
     [[ expression ]]                                                                         local [option] name[=value] ...
     alias [-p] [name[=value] ... ]                                                           logout [n]
     bg [job_spec ...]                                                                        mapfile [-d delim] [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c q>
     bind [-lpsvPSVX] [-m keymap] [-f filename] [-q name] [-u name] [-r keyseq] [-x keyseq:>  popd [-n] [+N | -N]
     break [n]                                                                                printf [-v var] format [arguments]
     builtin [shell-builtin [arg ...]]                                                        pushd [-n] [+N | -N | dir]
     caller [expr]                                                                            pwd [-LP]
     case WORD in [PATTERN [| PATTERN]...) COMMANDS ;;]... esac                               read [-ers] [-a array] [-d delim] [-i text] [-n nchars] [-N nchars] [-p prompt] [-t t>
     cd [-L|[-P [-e]] [-@]] [dir]                                                             readarray [-d delim] [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c>
     command [-pVv] command [arg ...]                                                         readonly [-aAf] [name[=value] ...] or readonly -p
     compgen [-abcdefgjksuv] [-o option] [-A action] [-G globpat] [-W wordlist]  [-F functi>  return [n]
     complete [-abcdefgjksuv] [-pr] [-DEI] [-o option] [-A action] [-G globpat] [-W wordlis>  select NAME [in WORDS ... ;] do COMMANDS; done
     compopt [-o|+o option] [-DEI] [name ...]                                                 set [-abefhkmnptuvxBCHP] [-o option-name] [--] [arg ...]
     continue [n]                                                                             shift [n]
     coproc [NAME] command [redirections]                                                     shopt [-pqsu] [-o] [optname ...]
     declare [-aAfFgilnrtux] [-p] [name[=value] ...]                                          source filename [arguments]
     dirs [-clpv] [+N] [-N]                                                                   suspend [-f]
     disown [-h] [-ar] [jobspec ... | pid ...]                                                test [expr]
     echo [-neE] [arg ...]                                                                    time [-p] pipeline
     enable [-a] [-dnps] [-f filename] [name ...]                                             times
     eval [arg ...]                                                                           trap [-lp] [[arg] signal_spec ...]
     exec [-cl] [-a name] [command [arguments ...]] [redirection ...]                         true
     exit [n]                                                                                 type [-afptP] name [name ...]
     export [-fn] [name[=value] ...] or export -p                                             typeset [-aAfFgilnrtux] [-p] name[=value] ...
     false                                                                                    ulimit [-SHabcdefiklmnpqrstuvxPT] [limit]
     fc [-e ename] [-lnr] [first] [last] or fc -s [pat=rep] [command]                         umask [-p] [-S] [mode]
     fg [job_spec]                                                                            unalias [-a] name [name ...]
     for NAME [in WORDS ... ] ; do COMMANDS; done                                             unset [-f] [-v] [-n] [name ...]
     for (( exp1; exp2; exp3 )); do COMMANDS; done                                            until COMMANDS; do COMMANDS; done
     function name { COMMANDS ; } or name () { COMMANDS ; }                                   variables - Names and meanings of some shell variables
     getopts optstring name [arg]                                                             wait [-fn] [id ...]
     hash [-lr] [-p pathname] [-dt] [name ...]                                                while COMMANDS; do COMMANDS; done
     help [-dms] [pattern ...]                                                                { COMMANDS ; } from subcommand list since it's a global command
    AndyBitz committed Feb 28, 2020
    Copy the full SHA
    003f589 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    572580d View commit details
    Browse the repository at this point in the history
  4. Log errors

    AndyBitz committed Feb 28, 2020
    Copy the full SHA
    21b5e0f View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    bdfe3dc View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    7aee542 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

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