Commit Graph

50 Commits

Author SHA1 Message Date
GitLab Bot 34b7bee25c Add latest changes from gitlab-org/gitlab@master 2025-04-14 15:13:41 +00:00
GitLab Bot addf13e0d0 Add latest changes from gitlab-org/gitlab@master 2025-02-19 12:12:26 +00:00
GitLab Bot e033caddff Add latest changes from gitlab-org/gitlab@master 2025-01-31 12:12:04 +00:00
GitLab Bot fdcecabb65 Add latest changes from gitlab-org/gitlab@master 2024-08-20 18:08:20 +00:00
GitLab Bot d8ee0721db Add latest changes from gitlab-org/gitlab@master 2024-06-06 12:22:53 +00:00
GitLab Bot 5ef8690cb9 Add latest changes from gitlab-org/gitlab@master 2023-10-26 15:14:08 +00:00
GitLab Bot 098444d917 Add latest changes from gitlab-org/gitlab@master 2023-10-25 21:10:58 +00:00
GitLab Bot 5b98c2c506 Add latest changes from gitlab-org/gitlab@master 2022-12-09 12:08:19 +00:00
GitLab Bot 63414b32fd Add latest changes from gitlab-org/gitlab@master 2022-12-05 15:08:04 +00:00
GitLab Bot eef3d92529 Add latest changes from gitlab-org/gitlab@master 2022-06-08 21:08:52 +00:00
GitLab Bot eb6b175049 Add latest changes from gitlab-org/gitlab@master 2022-05-31 15:09:02 +00:00
GitLab Bot 9ef26edc4a Add latest changes from gitlab-org/gitlab@master 2021-09-21 15:12:11 +00:00
GitLab Bot 87e9d9675a Add latest changes from gitlab-org/gitlab@master 2021-06-23 21:08:33 +00:00
GitLab Bot 21e144f387 Add latest changes from gitlab-org/gitlab@master 2021-06-07 18:10:23 +00:00
GitLab Bot 26e44c6225 Add latest changes from gitlab-org/gitlab@master 2021-03-12 12:09:33 +00:00
GitLab Bot 350fd8b878 Add latest changes from gitlab-org/gitlab@master 2020-08-10 18:09:54 +00:00
GitLab Bot 691ed55a05 Add latest changes from gitlab-org/gitlab@master 2020-07-06 18:09:13 +00:00
GitLab Bot 6a4ffad420 Add latest changes from gitlab-org/gitlab@master 2019-11-26 12:06:18 +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
Stan Hu 0d84dd2287 Merge branch '51522-add-new-project-via-import-by-url-auto-populates-slug-but-not-project-name' into 'master'
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
2018-09-27 02:32:10 +00:00
Dmitriy Zaporozhets 7f8a520f8a Unite green buttons under one css class
Rename btn-new, btn-create and btn-save to btn-success

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-09-19 13:55:48 +03:00
Martin Wortschack 26995798f0 Removes the 'required' attribute from the 'project name' field 2018-09-17 13:47:03 +02:00
Martin Wortschack 03ab130e4b Resolve "Create new project: Re-add project name field" 2018-09-08 06:03:00 +00:00
Annabel Dunstone Gray 0deb8547af
Replace label-light with label-bold. Because it's bold, not light 2018-07-19 17:11:31 -05:00
Tao Wang 72dc663c06
i18n: externalize strings from 'app/views/import'
Signed-off-by: Tao Wang <twang2218@gmail.com>
2018-07-16 21:09:41 +10:00
Jose f605d329fd Remove additional border from the create project page 2018-06-15 14:54:36 -05:00
Jose e91e6e890d
fix styling of the gitlab import page 2018-06-11 11:48:26 -05:00
Clement Ho c2cbc15574 [skip ci] .input-group-addon to .input-group-prepend, .input-group-append 2018-04-12 15:32:55 -05:00
Clement Ho 63c9b63a3f Rename col-xs-* to col-* 2018-04-09 11:45:38 -05:00
Lukas Eipert 1c9f354f90 Prevent overflow of long instance urls during Project creation 2018-03-22 14:42:51 +00:00
Jacob Schatz bd8290d93e Rest of Dispatcher Refactor 2018-02-21 20:22:56 +00:00
Zeger-Jan van de Weg 539dee9673
Update form to properly set the path
Also includes a change in allowing uploaded files, as there was a
mismatch in object_id between classes, disallowing params[:file], which
is a UploadedFile, newly loaded. The params checked against the older
version.

Fixes gitlab-org/gitlab-ce#36519
2017-08-22 11:33:18 +02:00
Filipa Lacerda ae5003a35e Fix html structure
Removes test for removed behavior
2017-08-07 18:51:30 +01:00
Z.J. van de Weg 036ee515d4
Port form back to use form_tag 2017-08-07 19:36:06 +02:00
Filipa Lacerda 3b9012871d Merge branch 'master' into zj-project-templates
* master: (623 commits)
  Fix issues with pdf-js dependencies
  fix missing changelog entries for security release on 2017-01-23
  Update top bar issues icon
  Fix pipeline icon in contextual nav for projects
  Since mysql is not a priority anymore, test it less
  Fix order of CI lint ace editor loading
  Add container registry and spam logs icons
  Fix different Markdown styles
  Backport to CE for:
  Make new dropdown dividers full width
  Fix spec
  Fix spec
  Fix spec
  Bump GITLAB_SHELL_VERSION and GITALY_VERSION to support unhiding refs
  Add changelog
  Install yarn via apt in update guides
  Use long curl options
  fix
  Add a spec for concurrent process
  Remove monkey-patched Array.prototype.first() and last() methods
  ...
2017-08-07 11:09:50 +01:00
Filipa Lacerda a5b0584dab Fix repo by url styles 2017-08-03 11:47:27 +01:00
Filipa Lacerda 5ef3b22e86 Style or separator according to review 2017-08-03 11:37:08 +01:00
Filipa Lacerda ba7c65a648 Adds export form and enables export button by default 2017-08-01 17:00:55 +01:00
Douwe Maan 4a0e8f59e2 Merge branch 'security-fix-leaking-namespace-name' into 'security'
Check that user has access to a given namespace to prevent leaking namespace names.

See merge request !2009
2016-10-24 15:49:05 +02:00
James Lopez 4bde59341f lots of refactoring again based on feedback. Changed the UI slightly and also fixed a small bug 2016-06-15 17:31:00 +02:00
James Lopez cbd0201fdb fixing specs and some code cleanup 2016-06-15 10:37:17 +02:00
James Lopez 903da37755 WIP - starting refactoring import/export to use services 2016-06-13 20:35:57 +02:00
James Lopez e5ee7e8692 typos in export page 2016-05-04 11:10:25 +02:00
James Lopez 17cfce7adc typo 2016-05-03 15:09:28 +02:00
James Lopez fc329696e2 typo 2016-05-03 13:40:49 +02:00
James Lopez 07ab6c2e26 refactoring and fixing a bunch of stuff 2016-05-02 11:29:21 +02:00
James Lopez 34c826a311 some JS magic to pass namespace and path importing projects 2016-04-27 15:01:55 +02:00
James Lopez cbbc42e0c4 adding more UI changes, updated controller, worker and refactored import service 2016-04-26 17:12:50 +02:00
James Lopez 1d4c3fa150 more refactoring, now using custom job for processing project imports 2016-04-26 13:01:51 +02:00
James Lopez 28b0208e93 refactoring, mainly UI stuff to follow other import actions 2016-04-26 10:59:00 +02:00