| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Removes all the irrelevant import related code and columns | Tiago Botelho | 2018-11-27 | 1 | -2/+2 |
| | | | | | | Clears the import related columns and code from the Project model over to the ProjectImportState model | ||||
| * | Make getting a user by the username case insensitive | William George | 2018-10-18 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'sh-github-importer-improve-error' into 'master' | James Lopez | 2018-06-11 | 1 | -1/+4 |
| |\ | | | | | | | | | GitHub Rake importer: Fail with a clearer explanation if GitLab username is wrong See merge request gitlab-org/gitlab-ce!19653 | ||||
| | * | GitHub Rake importer: Fail with a clearer explanation if GitLab username is ↵ | Stan Hu | 2018-06-11 | 1 | -1/+4 |
| | | | | | | | | | wrong | ||||
| * | | Expire Wiki content cache after importing a repository | Stan Hu | 2018-06-11 | 1 | -1/+1 |
| |/ | | | | | | | The cache state for Wikis that were imported via GitHub or Bitbucket does not appear to have been flushed after a successful import. Closes #47546 | ||||
| * | Restore GH enterprise support in the Rake task | Yorick Peterse | 2017-11-08 | 1 | -3/+3 |
| | | | | | This restores GH enterprise support in the GH import Rake task. | ||||
| * | Fix the GH importer Rake taskgithub-enterprise-support-importer | Yorick Peterse | 2017-11-08 | 1 | -14/+18 |
| | | | | | | This task was broken in a few areas with the removal of the old GitHub importer code. | ||||
| * | Replace old GH importer with the parallel importergithub-importer-refactor | Yorick Peterse | 2017-11-07 | 1 | -2/+4 |
| | | |||||
| * | Ensure the `import:github` task doesn't schedule an import job | Rémy Coutable | 2017-10-05 | 1 | -4/+9 |
| | | | | | | | | The point of this task is to run the import in the foreground, so it shouldn't schedule an import job! Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | Don't mark the import as finished if it wasn't successful in the ↵ | Rémy Coutable | 2017-10-05 | 1 | -4/+10 |
| | | | | | | | `import:github` task Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | `current_application_settings` belongs on `Gitlab::CurrentSettings` | Sean McGivern | 2017-08-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | The initializers including this were doing so at the top level, so every object loaded after them had a `current_application_settings` method. However, if someone had rack-attack enabled (which was loaded before these initializers), it would try to load the API, and fail, because `Gitlab::CurrentSettings` didn't have that method. To fix this: 1. Don't include `Gitlab::CurrentSettings` at the top level. We do not need `Object.new.current_application_settings` to work. 2. Make `Gitlab::CurrentSettings` explicitly `extend self`, as we already use it like that in several places. 3. Change the initializers to use that new form. | ||||
| * | Migrate creation of nested groups into a service | Bob Van Landuyt | 2017-08-23 | 1 | -17/+1 |
| | | |||||
| * | Fix small typoe on GitHub import rake task | Douglas Barbosa Alexandre | 2017-08-07 | 1 | -1/+1 |
| | | |||||
| * | Use a custom root endpoint if defined on GH ominiauth provider settings | Douglas Barbosa Alexandre | 2017-08-07 | 1 | -1/+1 |
| | | |||||
| * | Use project.import_url to fetch repositories from Github | Douglas Barbosa Alexandre | 2017-08-07 | 1 | -0/+1 |
| | | |||||
| * | backports changed import logic from pull mirroring feature into CE | Tiago Botelho | 2017-06-05 | 1 | -1/+1 |
| | | |||||
| * | Add basic progress output to GitHub import | Douglas Barbosa Alexandre | 2017-04-25 | 1 | -2/+2 |
| | | |||||
| * | Fix undefined attribute params from import task | Douglas Barbosa Alexandre | 2017-04-25 | 1 | -1/+0 |
| | | |||||
| * | Refactor rake task to to import GitHub repositores | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -89/+22 |
| | | |||||
| * | Does not remove the GitHub remote when importing from GitHub | Douglas Barbosa Alexandre | 2017-04-18 | 1 | -1/+0 |
| | | |||||
| * | Fix rake test to import Github repositories | Douglas Barbosa Alexandre | 2017-04-07 | 1 | -2/+9 |
| | | |||||
| * | Github import rake task | James Lopez | 2017-04-06 | 1 | -0/+204 |
