Skip to content
Snippets Groups Projects
  1. Feb 20, 2020
  2. Sep 30, 2019
  3. Aug 12, 2019
  4. Jul 15, 2019
  5. Jul 08, 2019
  6. May 31, 2019
    • Marcel Amirault's avatar
      Docs: Change links to relative in /user/project (Part 1) · 46907090
      Marcel Amirault authored and Achilleas Pipinellis's avatar Achilleas Pipinellis committed
      46907090
    • 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
  7. May 05, 2019
  8. Apr 16, 2019
  9. Jan 25, 2019
  10. Nov 01, 2018
  11. Aug 16, 2018
  12. Jul 11, 2018
  13. Mar 05, 2018
  14. Oct 24, 2017
  15. Sep 06, 2017
  16. Aug 29, 2017
  17. Aug 18, 2017
  18. Aug 17, 2017
Loading