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
2017-04-06Corrected capitalizacion on various sectionsJose Ivan Vargas
2016-12-19Reduce duplication for GitHubish import status viewRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-12-19Modify GithubImport to support GiteaRémy Coutable
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>
2016-09-20add missing spaceJames Lopez
2016-09-20fixes CSS issues and namespace path issue. Also tested in different browsers.James Lopez
2016-09-20some UI changesJames Lopez
2016-09-20few fixes based on MR feedbackJames Lopez
2016-09-20modify github import JS and controller so we can now specify a namespace ↵James Lopez
and/or name for a project. - Fixed and added specs. - Added different namespace options depending on user privilages - Updated docs.
2016-08-31Don't create groups for unallowed users when importing projectsDouglas Barbosa Alexandre
2016-08-04Does not need to disable GitHub webhooks since PRs are check out locallyDouglas Barbosa Alexandre
2016-07-26Remove inline scripts from import pages.Connor Shea
Instead add data attributes to a JS hook element on every import status page.
2016-07-11Update the help_page_path route to accept paths directly instead of using ↵Connor Shea
parameters.
2016-06-30Make GH one-off auth the default again for importing GH projectsRémy Coutable
Advertise the PAT as an alternative unless GH import is not configured. Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-06-30Import from Github using Personal Access Tokens.Eric K Idema
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.
2016-06-18Warn about admin privilege to disable GitHub WebhooksDouglas Barbosa Alexandre
[ci skip]
2016-06-06Add a message warning user that Webhooks will be disabledDouglas Barbosa Alexandre
2016-04-19Fix GitHub project's link on import page when provider has a custom URLDouglas Barbosa Alexandre
2016-04-14Updated based on feedbackPhil Hughes
2016-04-12Moved loading icon to match todo loading iconPhil Hughes
2016-04-11Added loading icon to import buttonsPhil Hughes
See #14488 for more details
2015-12-02Add header title to import pagesDouwe Maan
2015-11-10Replace CoffeeScript block into JavaScript in Views.Jason Lee
For example view: shared/issuable/_context CoffeeScript: 190ms JavaScript: 19.7ms
2015-10-19Make tables full width.Douwe Maan
2015-04-30Add a page title to every page.Douwe Maan
2015-03-26Prevent unnecessary doubling of js events on import pages and user calendarDmitriy Zaporozhets
2015-03-12Style improvements to import pageDmitriy Zaporozhets
2015-02-26Fix import status page project links for new Rails.Douwe Maan
2015-02-24Add Bitbucket integration docs.Douwe Maan
2015-02-24Link to original repo on import status pages.Douwe Maan
2015-02-24Add Bitbucket importer.Douwe Maan
2015-02-08Add "Import all projects" button to GitHub and GitLab import pages.Douwe Maan
Closes #1963.
2015-02-06gitlab.com importer: refactorigValery Sizov
2015-02-05GitLab.com integration: refactoringValery Sizov