1. 31 May, 2019 7 commits
    • Bob Van Landuyt's avatar
      Setup Phabricator import · 589b2db0
      Bob Van Landuyt authored
      This sets up all the basics for importing Phabricator tasks into
      GitLab issues.
      
      To import all tasks from a Phabricator instance into GitLab, we'll
      import all of them into a new project that will have its repository
      disabled.
      
      The import is hooked into a regular ProjectImport setup, but similar
      to the GitHub parallel importer takes care of all the imports itself.
      
      In this iteration, we're importing each page of tasks in a separate
      sidekiq job.
      
      The first thing we do when requesting a new page of tasks is schedule
      the next page to be imported. But to avoid deadlocks, we only allow a
      single job per worker type to run at the same time.
      
      For now we're only importing basic Issue information, this should be
      extended to richer information.
      589b2db0
    • Stan Hu's avatar
      Merge branch 'generate-letsencrypt-private_key-on-the-fly' into 'master' · 6189c869
      Stan Hu authored
      Generate letsencrypt private key on the fly
      
      Closes #62452
      
      See merge request gitlab-org/gitlab-ce!28855
      6189c869
    • Vladimir Shushlin's avatar
      Generate lets_encrypt_private_key on the fly · 39e21fb2
      Vladimir Shushlin authored
      Remove migration generating lets encrypt key
      Don't generate private_key if database is readonly
      
      For reference:
      This reverts commit 988a7f70489b99383b95e9f271a2caf6bb5b3a44.
      This reverts commit 21acbe531592d55caf0e5b8716a3b551dafd6233.
      39e21fb2
    • Dan Davison's avatar
      Merge branch 'docs-qa-doc-consolidation' into 'master' · c8c08d32
      Dan Davison authored
      Consolidate documentation written for e2e tests under dev docs
      
      See merge request gitlab-org/gitlab-ce!28572
      c8c08d32
    • ddavison's avatar
      Consolidate documentation written for e2e tests under dev docs · eb066f64
      ddavison authored
      Previously the documentation was separated.  If we want to bake
      quality into the product, how better than to include everything
      we use directly in the development documentation
      Signed-off-by: default avatarddavison <ddavison@gitlab.com>
      
      Fix broken internal doc link
      
      Move documentation for page objects to the e2e section
      eb066f64
    • Dan Davison's avatar
      Merge branch 'faster_qa_auto_devops' into 'master' · d972a60a
      Dan Davison authored
      Use Dockerfile flow for QA Auto DevOps
      
      See merge request gitlab-org/gitlab-ce!28648
      d972a60a
    • Dan Davison's avatar
      Merge branch 'qa-fix-api-client-login-validation' into 'master' · 9b300c97
      Dan Davison authored
      [QA] Allow login validation before creating personal access token
      
      See merge request gitlab-org/gitlab-ce!28960
      9b300c97
  2. 30 May, 2019 33 commits