1. 19 Jul, 2018 1 commit
    • George Thomas's avatar
      Improve email address parsing · 32401535
      George Thomas authored
      If you enter the following RFC 2822 compliant address:
      `John Doe <john@doe.com>`
      
      Gitlab will attempt to send three emails:
      1) John
      2) Doe
      3) john@doe.com
      
      With this change given the following:
      `John Doe <johndoe@example.com>`
      `Jane Doe <janedoe@example.com>`
      
      Gitlab will send emails to `johndoe@example.com` and `janedoe@example.com`
      32401535
  2. 16 Jul, 2018 30 commits
  3. 15 Jul, 2018 1 commit
  4. 14 Jul, 2018 3 commits
    • Stan Hu's avatar
      Allow Danger step to fail · 470cc8fb
      Stan Hu authored
      Currently the Danger processing is producing false positives when master is
      merged into a branch. Until #49175 is fixed, we should allow it to fail.
      470cc8fb
    • Fatih Acet's avatar
      Merge branch 'upgrade-frontend-deps' into 'master' · fabf6a56
      Fatih Acet authored
      Upgrade webpack and other frontend deps
      
      See merge request gitlab-org/gitlab-ce!20622
      fabf6a56
    • Mike Greiling's avatar
      update webpack to v4.16 · f7737117
      Mike Greiling authored
      update several webpack loaders and plugins
      
      upgrade nodemon
      
      upgrade karma
      
      upgrade karma-webpack
      
      update karma-jasmine to fix broken reporter timer
      f7737117
  5. 13 Jul, 2018 5 commits