Skip to content
Snippets Groups Projects
  1. Sep 05, 2018
  2. Sep 03, 2018
  3. Sep 02, 2018
  4. Aug 27, 2018
  5. Aug 23, 2018
  6. Aug 16, 2018
  7. Jul 26, 2018
  8. Jul 22, 2018
  9. Jul 09, 2018
  10. Jul 04, 2018
  11. Jun 26, 2018
  12. Jun 20, 2018
  13. Jun 19, 2018
  14. Jun 16, 2018
  15. Jun 14, 2018
  16. Jun 13, 2018
  17. Jun 07, 2018
    • Dragomir Țurcanu's avatar
      feat: comment in PR when branch automerge fails (#2058) · aa84074d
      Dragomir Țurcanu authored
      This PR adds the feature of commenting on a failed automerge. It's done by adding a conditional in `lib/workers/branch/automerge.js` which, in case of receiving `failure` or `error` from the `getBranchStatus` function, returns the "branch status error" value. Another modification is in `lib/workers/branch/index.js`, which is an adition to the failure response of the `tryBranchAutomerge` function. The added functionality is the ability to add a comment to the PR which had a failure automerging. In case of receiving the aforementioned "branch status error" value, to the comment is appended a note which emphasize the fact that there're multiple failed status checks.
      
      Closes #1934 
  18. Jun 04, 2018
  19. Jun 03, 2018
  20. May 28, 2018
  21. May 19, 2018
    • Marco Massarotto's avatar
      Feat/allow ghe changelog (#1981) · 929231b4
      Marco Massarotto authored
      This PR follows up and fixes #1968
      
      The previous PR didn't behave correctly as it was expecting Github Enterprise to ALWAYS been configured and that the github.com token was available in the `GITHUB_COM_TOKEN` env variable.
      But for non GHE project `GITHUB_COM_TOKEN` is not defined and github.com token is available at the `GITHUB_TOKEN` env variable instead.
      
      This updated PR fix this issue and avoid further problems by prioritising `github.com` over GHE.
      Now the code is NOOP if no `GITHUB_ENDPOINT` is configured.
      
      If it's configured, instead, now the codes assumes that, by DEFAULT, a dependency is hosted on `github.com` so it removes `GITHUB_ENDPOINT` and use `GITHUB_COM_TOKEN` as Github token immediately.
      They are restored only if needed, when a dependency is hosted on the provided GithubEnterprise.
      929231b4
  22. May 18, 2018
  23. May 16, 2018
  24. May 13, 2018
  25. May 09, 2018
  26. May 07, 2018
  27. May 04, 2018
  28. May 01, 2018
Loading