Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-05Add snowplow haml attr helperLuke Bennett
Helps build a hash of snowplow tracking data attrs. Updates import project pane to use new helper.
2019-05-31Setup Phabricator importBob Van Landuyt
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-04-24Use Gitea logo for importerMatti R
2018-10-03CE port Resolve "Create a generic event listener for tracking clicks on ↵Martin Wortschack
GitLab.com"
2018-09-13Resolve "Choosing “Initialize repo with a README” breaks project created ↵Martin Wortschack
from template"
2018-08-03Remove modal and standardize capsStan Hu
2018-07-18Use fa-bitbucket-square to distinguish Bitbucket Cloud and Bitbucket ServerStan Hu
2018-07-12Merge branch 'master' into sh-support-bitbucket-server-importStan Hu
2018-07-11Improve manifest feature frontend after reviewDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-07-11Move manifest import to separate page and add feature specsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-07-11Fix icon for manifest import and mention manifest feature in APIDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-07-11Add ability to disable manifest importDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-07-11Add manifest import featureDmitriy Zaporozhets
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-06-25WIP: Add support for Bitbucket Server importsStan Hu
2018-05-29Fix import project by url layoutAnnabel Dunstone Gray
2018-05-04Move import project pane to a separate partialGeorge Tsiolis