Skip to content
Snippets Groups Projects
  1. May 23, 2015
    • Davies Liu's avatar
      Fix install jira-python · a4df0f2d
      Davies Liu authored
      jira-pytyhon package should be installed by
      
        sudo pip install jira
      
      cc pwendell
      
      Author: Davies Liu <davies@databricks.com>
      
      Closes #6367 from davies/fix_jira_python2 and squashes the following commits:
      
      fbb3c8e [Davies Liu] Fix install jira-python
      a4df0f2d
  2. May 14, 2015
    • tedyu's avatar
      Make SPARK prefix a variable · 11a1a135
      tedyu authored
      Author: tedyu <yuzhihong@gmail.com>
      
      Closes #6153 from ted-yu/master and squashes the following commits:
      
      4e0bac5 [tedyu] Use JIRA_PROJECT_NAME as variable name
      ab982aa [tedyu] Make SPARK prefix a variable
      11a1a135
  3. Jul 19, 2014
    • Patrick Wendell's avatar
      SPARK-2596 HOTFIX: Deal with non-existent JIRAs. · d39e3b96
      Patrick Wendell authored
      A small bug that was found in our JIRA sync script.
      d39e3b96
    • Patrick Wendell's avatar
      SPARK-2596 A tool for mirroring github pull requests on JIRA. · 49e47274
      Patrick Wendell authored
      For a bunch of reasons we should automatically populate a JIRA with information about new pull requests when they arrive. I've written a small python script to do this that we can run from Jenkins every 5 or 10 minutes to keep things in sync.
      
      Author: Patrick Wendell <pwendell@gmail.com>
      
      Closes #1496 from pwendell/github-integration and squashes the following commits:
      
      55ad226 [Patrick Wendell] Small fix
      afda547 [Patrick Wendell] Use sequence instead of dictiory for JIRA's
      3e18cc1 [Patrick Wendell] Small edits
      84c5606 [Patrick Wendell] SPARK-2596 A tool for mirroring github pull requests on JIRA.
      49e47274
Loading