Commit graph

16 commits

Author SHA1 Message Date
Luke Bennett
0b0f39c573 Add snowplow haml attr helper
Helps build a hash of snowplow tracking data attrs.
Updates import project pane to use new helper.
2019-06-05 16:28:41 +00:00
Bob Van Landuyt
589b2db06c Setup Phabricator import
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.
2019-05-31 09:40:54 +02:00
Matti R
87e19af2cd Use Gitea logo for importer 2019-04-24 09:21:28 +00:00
Martin Wortschack
02bf354e93 CE port Resolve "Create a generic event listener for tracking clicks on GitLab.com" 2018-10-03 18:00:22 +00:00
Martin Wortschack
8c70700a81 Resolve "Choosing “Initialize repo with a README” breaks project created from template" 2018-09-13 11:39:07 +00:00
Stan Hu
c5f6e48752 Remove modal and standardize caps 2018-08-03 11:54:41 -07:00
Stan Hu
2d27df58f7 Use fa-bitbucket-square to distinguish Bitbucket Cloud and Bitbucket Server 2018-07-17 21:32:39 -07:00
Stan Hu
2d3fd6a142 Merge branch 'master' into sh-support-bitbucket-server-import 2018-07-12 05:21:37 -07:00
Dmitriy Zaporozhets
e02efff63d Improve manifest feature frontend after review
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-07-11 12:22:57 +03:00
Dmitriy Zaporozhets
4cee5d2e8c Move manifest import to separate page and add feature specs
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-07-11 12:22:57 +03:00
Dmitriy Zaporozhets
0f9dacf431 Fix icon for manifest import and mention manifest feature in API
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-07-11 12:22:57 +03:00
Dmitriy Zaporozhets
98d29f6e78 Add ability to disable manifest import
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-07-11 12:22:57 +03:00
Dmitriy Zaporozhets
88e640374a Add manifest import feature
It allows user to automatically import multiple repositories
with nested structure by uploading a manifest xml file.

AOSP project was used as an example during development of this feature.

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-07-11 12:22:57 +03:00
Stan Hu
ebd8e4333a WIP: Add support for Bitbucket Server imports 2018-06-25 13:06:10 -07:00
Annabel Dunstone Gray
c89a9ab300
Fix import project by url layout 2018-05-29 11:07:28 -07:00
George Tsiolis
337ceb17a4 Move import project pane to a separate partial 2018-05-04 11:49:58 +03:00