Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use Module#prepend for method instrumentationfix-method-instrumentation | Yorick Peterse | 2016-04-18 | 1 | -10/+27 |
* | Merge branch 'fix/project-import_url' into 'master' | Robert Speicher | 2016-04-15 | 12 | -47/+91 |
|\ | |||||
| * | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/project-imp... | James Lopez | 2016-04-15 | 2 | -1/+9 |
| |\ | |||||
| * \ | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/project-imp... | James Lopez | 2016-04-14 | 12 | -83/+229 |
| |\ \ | |||||
| * | | | updated migration based on testing findings | James Lopez | 2016-04-14 | 1 | -1/+1 |
| * | | | refactored create_or_update_import_data | James Lopez | 2016-04-07 | 3 | -3/+3 |
| * | | | refactored a few things based on MR feedback | James Lopez | 2016-04-07 | 4 | -18/+8 |
| * | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/project-imp... | James Lopez | 2016-04-07 | 6 | -7/+120 |
| |\ \ \ | |||||
| * | | | | fix some issues with credentials | James Lopez | 2016-04-06 | 2 | -7/+7 |
| * | | | | some refactoring to symbolise keys across importers and left a TODO | James Lopez | 2016-04-05 | 5 | -13/+13 |
| * | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/project-imp... | James Lopez | 2016-04-04 | 11 | -21/+130 |
| |\ \ \ \ | |||||
| * | | | | | corrected a couple of based on MR review | James Lopez | 2016-04-04 | 1 | -2/+1 |
| * | | | | | remove useless var | James Lopez | 2016-04-01 | 1 | -1/+0 |
| * | | | | | fixes after more import testing | James Lopez | 2016-04-01 | 2 | -2/+2 |
| * | | | | | fix github import issues | James Lopez | 2016-04-01 | 1 | -1/+1 |
| * | | | | | fix fogbugz import | James Lopez | 2016-04-01 | 2 | -9/+8 |
| * | | | | | more fixes after doing more manual testing on importing | James Lopez | 2016-03-29 | 2 | -2/+4 |
| * | | | | | fixing a few issues after testing imports | James Lopez | 2016-03-29 | 3 | -13/+10 |
| * | | | | | fixed failing specs | James Lopez | 2016-03-29 | 1 | -1/+5 |
| * | | | | | refactored code based on feedback plus fixed a couple of other issues | James Lopez | 2016-03-28 | 6 | -41/+36 |
| * | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/project-imp... | James Lopez | 2016-03-28 | 2 | -7/+28 |
| |\ \ \ \ \ | |||||
| * | | | | | | added rest of importers, fixed specs and some issues with the migration | James Lopez | 2016-03-23 | 2 | -9/+13 |
| * | | | | | | fogbugz importer, also refactored migration again to make it easier to add ne... | James Lopez | 2016-03-23 | 2 | -4/+11 |
| * | | | | | | fix rubocop warning | James Lopez | 2016-03-22 | 1 | -2/+0 |
| * | | | | | | fix gitlab import and spec | James Lopez | 2016-03-22 | 2 | -5/+7 |
| * | | | | | | first round of fixes and spec fixes | James Lopez | 2016-03-22 | 4 | -31/+32 |
| * | | | | | | encrypt credentials in project_creator for bitbucket by default | James Lopez | 2016-03-22 | 1 | -1/+1 |
| * | | | | | | update bitbucket importer | James Lopez | 2016-03-22 | 2 | -6/+13 |
| * | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/project-imp... | James Lopez | 2016-03-22 | 1 | -4/+8 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/project-imp... | James Lopez | 2016-03-21 | 2 | -1/+96 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | refactored code based on feedback | James Lopez | 2016-03-21 | 1 | -3/+3 |
| * | | | | | | | | fixed some rubocop warnings | James Lopez | 2016-03-21 | 1 | -1/+1 |
| * | | | | | | | | fixed few issues with the migration | James Lopez | 2016-03-21 | 1 | -0/+1 |
| * | | | | | | | | more refactoring | James Lopez | 2016-03-21 | 4 | -19/+25 |
| * | | | | | | | | some refactoring based on feedback | James Lopez | 2016-03-21 | 4 | -16/+28 |
| * | | | | | | | | Merge branches 'fix/project-import_url' and 'master' of gitlab.com:gitlab-org... | James Lopez | 2016-03-21 | 17 | -82/+296 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | refactored a bunch of stuff based on MR feedback | James Lopez | 2016-03-07 | 3 | -13/+8 |
| * | | | | | | | | | fix specs | James Lopez | 2016-03-04 | 1 | -1/+1 |
| * | | | | | | | | | added import url exposer to construct URL withunencrypted credentials | James Lopez | 2016-03-04 | 4 | -5/+23 |
| * | | | | | | | | | some refactoring in the migration. Also fixed github import issue and updated... | James Lopez | 2016-03-04 | 1 | -2/+10 |
* | | | | | | | | | | Merge branch 'pmq20/gitlab-ce-psvr/change-head' into 'master' | Robert Speicher | 2016-04-15 | 1 | -13/+0 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Remove Gitlab::Shell#update_repository_head since it's not used anymorepmq20/gitlab-ce-psvr/change-head | Rémy Coutable | 2016-04-15 | 1 | -13/+0 |
* | | | | | | | | | | | Merge branch 'rugged-delete-tag' into 'master' | Rémy Coutable | 2016-04-15 | 1 | -13/+0 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Delete tags via rugged | Robert Schilling | 2016-04-15 | 1 | -13/+0 |
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Remove unused backend methods | Robert Schilling | 2016-04-15 | 1 | -27/+0 |
|/ / / / / / / / / / | |||||
* | | | | | | | | | | Merge branch 'auto-fsck' into 'master' | Robert Speicher | 2016-04-14 | 2 | -1/+9 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |||||
| * | | | | | | | | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into auto-fsck | Jacob Vosmaer | 2016-04-13 | 3 | -1/+22 |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |||||
| * | | | | | | | | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into auto-fsck | Jacob Vosmaer | 2016-04-12 | 10 | -8/+207 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Add a 'circuit breaker' for repo checks | Jacob Vosmaer | 2016-04-12 | 1 | -1/+2 |
| * | | | | | | | | | | Rename almost all the things | Jacob Vosmaer | 2016-04-06 | 1 | -1/+1 |