summaryrefslogtreecommitdiff
path: root/app/views/import
Commit message (Collapse)AuthorAgeFilesLines
* Update form to properly set the pathZeger-Jan van de Weg2017-08-221-2/+1
| | | | | | | | | 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
* Fix minor typos in viewsMehdi Lahmam2017-08-111-1/+1
| | | | Closes #36317.
* Fix html structureFilipa Lacerda2017-08-071-3/+2
| | | | Removes test for removed behavior
* Port form back to use form_tagZ.J. van de Weg2017-08-071-15/+9
|
* Merge branch 'master' into zj-project-templatesFilipa Lacerda2017-08-077-10/+9
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto2017-08-016-6/+6
| |
* | Fix repo by url stylesFilipa Lacerda2017-08-031-1/+1
| |
* | Style or separator according to reviewFilipa Lacerda2017-08-031-1/+1
| |
* | Adds export form and enables export button by defaultFilipa Lacerda2017-08-011-16/+42
|/
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-1/+1
|
* Import export users selectLuke "Jared" Bennett2017-05-121-3/+0
|
* Merge branch 'fix-hamlit-xss' into 'security-9-1' Robert Speicher2017-05-101-1/+1
| | | | | New Hamlit XSS fix, does not include extraneous changes See merge request !2095
* Corrected capitalizacion on various sectionsJose Ivan Vargas2017-04-061-2/+2
|
* Merge branch 'fix-links-target-blank' into 'security'Jacob Schatz2017-03-204-8/+8
| | | | | | Adds rel="noopener noreferrer" to all links with target="_blank" See merge request !2071
* Use Namespace#full_path instead of Namespace#pathDmitriy Zaporozhets2017-02-141-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove turbolinks.Bryce Johnson2017-02-021-1/+1
|
* HAMLLint: Fix `UnnecessaryStringOutput` offencesKushal Pandya2017-01-243-3/+3
|
* HAMLLint: Fix `UnnecessaryInterpolation` offencesKushal Pandya2017-01-241-1/+1
|
* HAMLLint: Fix `SpaceInsideHashAttributes` offencesKushal Pandya2016-12-316-13/+13
|
* Reduce duplication for GitHubish import status viewRémy Coutable2016-12-193-116/+63
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Modify GithubImport to support GiteaRémy Coutable2016-12-192-7/+6
| | | | | | | | The reason is that Gitea plan to be GitHub-compatible so it makes sense to just modify GitHubImport a bit for now, and hopefully we can change it to GitHubishImport once Gitea is 100%-compatible. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Rename Gogs to Gitea, DRY the controller and improve viewsRémy Coutable2016-12-193-24/+30
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Gogs ImporterKim "BKC" Carlbäcker2016-12-192-0/+81
|
* Address initial review commentsStan Hu2016-11-211-3/+3
|
* Support selection of different namespace and project destinationStan Hu2016-11-211-2/+12
|
* Refactoring Bitbucket import controller to use the new OAuth2 clientDouglas Barbosa Alexandre2016-11-211-17/+18
|
* Merge branch 'security-fix-leaking-namespace-name' into 'security' Douwe Maan2016-10-241-2/+2
| | | | | Check that user has access to a given namespace to prevent leaking namespace names. See merge request !2009
* add missing spacefeature/github-edit-pathJames Lopez2016-09-201-1/+1
|
* fixes CSS issues and namespace path issue. Also tested in different browsers.James Lopez2016-09-201-6/+6
|
* some UI changesJames Lopez2016-09-201-9/+8
|
* few fixes based on MR feedbackJames Lopez2016-09-201-4/+4
|
* modify github import JS and controller so we can now specify a namespace ↵James Lopez2016-09-201-1/+12
| | | | | | | | and/or name for a project. - Fixed and added specs. - Added different namespace options depending on user privilages - Updated docs.
* Refactoring Import::BaseController#find_or_create_namespaceDouglas Barbosa Alexandre2016-08-313-20/+18
|
* Don't create groups for unallowed users when importing projectsDouglas Barbosa Alexandre2016-08-313-3/+3
|
* Remove gitoriouszj-remove-gitoriousZ.J. van de Weg2016-08-251-54/+0
|
* Does not need to disable GitHub webhooks since PRs are check out locallyDouglas Barbosa Alexandre2016-08-041-4/+0
|
* Remove inline scripts from import pages.cs-rm-inline-js-importConnor Shea2016-07-266-13/+6
| | | | Instead add data attributes to a JS hook element on every import status page.
* Update the help_page_path route to accept paths directly instead of using ↵Connor Shea2016-07-111-1/+1
| | | | parameters.
* Fix import button when import fail due the namespace already been takenDouglas Barbosa Alexandre2016-07-011-1/+4
|
* Make GH one-off auth the default again for importing GH projectsRémy Coutable2016-06-301-15/+21
| | | | | | Advertise the PAT as an alternative unless GH import is not configured. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Import from Github using Personal Access Tokens.Eric K Idema2016-06-301-0/+37
| | | | | | | | | | | | | This stands as an alternative to using OAuth to access a user's Github repositories. This is setup in such a way that it can be used without OAuth configuration. From a UI perspective, the how to import modal has been replaced by a full page, which includes a form for posting a personal access token back to the Import::GithubController. If the user has logged in via GitHub, skip the Personal Access Token and go directly to Github for an access token via OAuth.
* Warn about admin privilege to disable GitHub WebhooksDouglas Barbosa Alexandre2016-06-171-1/+1
| | | | [ci skip]
* lots of refactoring again based on feedback. Changed the UI slightly and ↵James Lopez2016-06-151-7/+5
| | | | also fixed a small bug
* fixing specs and some code cleanupJames Lopez2016-06-151-2/+6
|
* WIP - starting refactoring import/export to use servicesJames Lopez2016-06-132-1/+4
|
* Merge branches 'feature/project-export-ui-experimental' and ↵James Lopez2016-06-132-1/+5
|\ | | | | | | | | | | | | | | | | | | | | 'feature/project-import' of gitlab.com:gitlab-org/gitlab-ce into feature/project-export-ui-experimental # Conflicts: # Gemfile.lock # app/helpers/todos_helper.rb # app/models/todo.rb # app/views/projects/edit.html.haml # lib/gitlab/import_export/import_service.rb
| * Add a message warning user that Webhooks will be disabledDouglas Barbosa Alexandre2016-06-061-0/+4
| |
| * Fixed issue with GitLab import buttons having a spinnergitlab-import-statusPhil Hughes2016-05-241-1/+1
| | | | | | | | Closes #17232
* | typos in export pageJames Lopez2016-05-041-3/+3
| |
* | typoJames Lopez2016-05-031-2/+2
| |