<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/views/import, branch docs-pages-force-https</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Setup Phabricator import</title>
<updated>2019-05-31T07:40:54+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@vanlanduyt.co</email>
</author>
<published>2019-04-23T14:27:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=589b2db06ca2ca2bc3e5d9e56968e3609f9e4626'/>
<id>589b2db06ca2ca2bc3e5d9e56968e3609f9e4626</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged changes from master</title>
<updated>2019-05-28T20:33:07+00:00</updated>
<author>
<name>David Planella</name>
<email>dplanella@gitlab.com</email>
</author>
<published>2019-05-28T20:33:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bebc7b58b84b4061fec25c7bf1858c1abd274957'/>
<id>bebc7b58b84b4061fec25c7bf1858c1abd274957</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve CE/EE diffs in import github</title>
<updated>2019-05-21T02:17:10+00:00</updated>
<author>
<name>Luke Bennett</name>
<email>lbennett@gitlab.com</email>
</author>
<published>2019-05-21T02:17:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a42fab08fcee9f00a4782084393a8704b8438201'/>
<id>a42fab08fcee9f00a4782084393a8704b8438201</id>
<content type='text'>
Part of single codebase changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Part of single codebase changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Gitea logo for importer</title>
<updated>2019-04-24T09:21:28+00:00</updated>
<author>
<name>Matti R</name>
<email>matti@mdranta.net</email>
</author>
<published>2019-04-24T09:21:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=87e19af2cd13f9a8c7a98f34e9f6c95535df727f'/>
<id>87e19af2cd13f9a8c7a98f34e9f6c95535df727f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve the GitHub and Gitea import feature table interface</title>
<updated>2019-02-13T00:17:52+00:00</updated>
<author>
<name>Luke Bennett</name>
<email>lbennett@gitlab.com</email>
</author>
<published>2018-11-07T16:44:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=af989df0ec0c15f269071080ab08417e688dabf7'/>
<id>af989df0ec0c15f269071080ab08417e688dabf7</id>
<content type='text'>
These are frontend changes.
Use Vue for the import feature UI for "githubish"
providers (GitHub and Gitea).
Add "Go to project" button after a successful import.
Use CI-style status icons and improve spacing of the
table and its component.
Adds ETag polling to the github and gitea import
jobs endpoint.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are frontend changes.
Use Vue for the import feature UI for "githubish"
providers (GitHub and Gitea).
Add "Go to project" button after a successful import.
Use CI-style status icons and improve spacing of the
table and its component.
Adds ETag polling to the github and gitea import
jobs endpoint.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Bitbucket Server import not allowing personal projects</title>
<updated>2019-01-28T21:06:27+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-12-06T00:43:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=eafccaad7346d6e1f8d13024bb5295bc683ab046'/>
<id>eafccaad7346d6e1f8d13024bb5295bc683ab046</id>
<content type='text'>
Bitbucket Server places personal projects in a namespace called
`~username`. This change allows those projects and also strips
them from the GitLab namespace.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53419
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bitbucket Server places personal projects in a namespace called
`~username`. This change allows those projects and also strips
them from the GitLab namespace.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53419
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix leading whitespace in translatable string</title>
<updated>2018-12-16T16:50:43+00:00</updated>
<author>
<name>David Planella</name>
<email>dplanella@gitlab.com</email>
</author>
<published>2018-12-16T16:50:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=351586876ffc217f757032d477f871da4ece3b77'/>
<id>351586876ffc217f757032d477f871da4ece3b77</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removes all the irrelevant import related code and columns</title>
<updated>2018-11-27T12:58:13+00:00</updated>
<author>
<name>Tiago Botelho</name>
<email>tiagonbotelho@hotmail.com</email>
</author>
<published>2018-11-27T09:41:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4bd8a427d4e8127f1badc7365b35702472918956'/>
<id>4bd8a427d4e8127f1badc7365b35702472918956</id>
<content type='text'>
Clears the import related columns and code from the Project
model over to the ProjectImportState model
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Clears the import related columns and code from the Project
model over to the ProjectImportState model
</pre>
</div>
</content>
</entry>
<entry>
<title>Paginate Bitbucket Server importer projects</title>
<updated>2018-11-07T19:37:46+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-11-05T23:37:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5b6d5301d9589b694fea0820a2b6cf165642669b'/>
<id>5b6d5301d9589b694fea0820a2b6cf165642669b</id>
<content type='text'>
To prevent delays in loading the page and reduce memory usage, limit the
number of projects shown at 25 per page.

Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/50021
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To prevent delays in loading the page and reduce memory usage, limit the
number of projects shown at 25 per page.

Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/50021
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '51522-add-new-project-via-import-by-url-auto-populates-slug-but-not-project-name' into 'master'</title>
<updated>2018-09-27T02:32:10+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-09-27T02:32:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0d84dd228724b792d7b75a4e5337a5fe5c4e0bf9'/>
<id>0d84dd228724b792d7b75a4e5337a5fe5c4e0bf9</id>
<content type='text'>
Resolve "Add new project via import by URL auto populates slug but not project name"

Closes #51522

See merge request gitlab-org/gitlab-ce!21770</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Add new project via import by URL auto populates slug but not project name"

Closes #51522

See merge request gitlab-org/gitlab-ce!21770</pre>
</div>
</content>
</entry>
</feed>
