summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Backport issue board milestone lists EE changesOswaldo Ferreira2018-08-073-9/+19
| | | |
* | | | Merge branch 'todos-visibility-migration' into 'master'Sean McGivern2018-08-071-0/+105
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Remove todos of users without access to targets (migration) See merge request gitlab-org/gitlab-ce!20927
| * | | | Remove todos of users without access to targets migrationJarka Kadlecová2018-08-071-0/+105
| | | | |
* | | | | Create Web IDE MR and branch pickerPaul Slaughter2018-08-071-0/+1
|/ / / /
* | | | Merge branch '46535-orphaned-uploads' into 'master'Kamil Trzciński2018-08-072-0/+90
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Rake task for checking orphaned object store uploads Closes #46535 See merge request gitlab-org/gitlab-ce!20918
| * | | Clean orphaned files in object storageJarka Kadlecová2018-08-072-0/+90
| | | |
* | | | Resolve "Mutual SSL Auth For Helm TIller"Mayra Cabrera2018-08-077-38/+138
| | | |
* | | | Merge branch 'group-todos' into 'master'Sean McGivern2018-08-071-4/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Group todos See merge request gitlab-org/gitlab-ce!20675
| * | | | Revert "Revert "Merge branch 'ee-5481-epic-todos' into 'master'""Jarka Kadlecová2018-08-021-4/+9
| | | | | | | | | | | | | | | | | | | | This reverts commit 8717c7dad9b5a8fa21ec9a652c54718a6b4c2175.
* | | | | Backport some changes from gitlab-org/gitlab-ee!6767Rubén Dávila2018-08-073-3/+30
| | | | |
* | | | | Merge branch 'sh-support-bitbucket-server-import' into 'master'Tim Zallmann2018-08-0614-9/+1152
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for Bitbucket Server imports Closes #25393 See merge request gitlab-org/gitlab-ce!20164
| * | | | | Remove date from author line since that is already present in `created_at`Stan Hu2018-08-031-1/+1
| | | | | |
| * | | | | Add a comment when user can't be identifiedStan Hu2018-08-021-2/+10
| | | | | |
| * | | | | Use a case statement to determine pull request stateStan Hu2018-08-021-2/+3
| | | | | |
| * | | | | Keep alignment in lib/gitlab/import_sources.rbStan Hu2018-08-021-9/+9
| | | | | |
| * | | | | Assorted Bitbucket Server importer code cleanup based on reviewStan Hu2018-08-012-5/+5
| | | | | |
| * | | | | Deal with subpaths and trailing slashes properlyStan Hu2018-07-311-3/+20
| | | | | |
| * | | | | Revert "Remove unnecessary lookup for merge request SHAs"Stan Hu2018-07-311-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit a9d359b48463c2a77529b9a5f289f9d1abf45484.
| * | | | | Fix failing spec in fallback diff note changeStan Hu2018-07-311-2/+2
| | | | | |
| * | | | | Improve formatting of fallback diff noteStan Hu2018-07-311-1/+6
| | | | | |
| * | | | | Remove unnecessary lookup for merge request SHAsStan Hu2018-07-311-7/+2
| | | | | |
| * | | | | Fix bug where fallback diff notes would not have an associated positionStan Hu2018-07-311-3/+3
| | | | | |
| * | | | | Handle empty description fieldStan Hu2018-07-311-1/+1
| | | | | |
| * | | | | Use URI.join to avoid slash headachesStan Hu2018-07-311-3/+3
| | | | | |
| * | | | | Hide error details if there are noneStan Hu2018-07-311-1/+1
| | | | | |
| * | | | | Give some context on threaded discussionsStan Hu2018-07-311-1/+9
| | | | | |
| * | | | | Track parental relationships in commentsStan Hu2018-07-311-7/+38
| | | | | |
| * | | | | Fix Rubocop complaint about update_attributesStan Hu2018-07-311-1/+1
| | | | | |
| * | | | | Merge branch 'master' into sh-support-bitbucket-server-importStan Hu2018-07-3117-251/+384
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Fix merge request SHAStan Hu2018-07-302-4/+12
| | | | | |
| * | | | | No need to look up commit SHA since Bitbucket has a full-length SHAStan Hu2018-07-301-2/+0
| | | | | |
| * | | | | Restrict to confirmed users and allow memoization of unkonwn e-mailsStan Hu2018-07-281-2/+2
| | | | | |
| * | | | | Use raw_commentStan Hu2018-07-281-3/+3
| | | | | |
| * | | | | Use a class method to consolidate timestamp conversionStan Hu2018-07-284-6/+10
| | | | | |
| * | | | | Merge branch 'master' into sh-support-bitbucket-server-importStan Hu2018-07-2722-66/+158
| |\ \ \ \ \
| * | | | | | Handle invalid JSON from serverStan Hu2018-07-271-6/+7
| | | | | | |
| * | | | | | Add Accept header for JSONStan Hu2018-07-271-1/+6
| | | | | | |
| * | | | | | Consolidate server errors and add specsStan Hu2018-07-261-3/+17
| | | | | | |
| * | | | | | Use project key instead of project name for importsStan Hu2018-07-261-0/+4
| | | | | | |
| * | | | | | Fix failing specStan Hu2018-07-251-4/+4
| | | | | | |
| * | | | | | Add comment about why using `first`Stan Hu2018-07-251-0/+2
| | | | | | |
| * | | | | | Add spec for pull request comments and add commentsStan Hu2018-07-251-4/+28
| | | | | | |
| * | | | | | Clean up implementationStan Hu2018-07-252-7/+20
| | | | | | |
| * | | | | | Add spec for pull request activityStan Hu2018-07-251-28/+8
| | | | | | |
| * | | | | | Enable frozen_string_literalStan Hu2018-07-2511-2/+24
| | | | | | |
| * | | | | | Merge branch 'master' into sh-support-bitbucket-server-importStan Hu2018-07-2564-79/+214
| |\ \ \ \ \ \
| * | | | | | | Remove merge request deletion codeStan Hu2018-07-201-2/+0
| | | | | | | |
| * | | | | | | Add spec for BitBucketServer pull reuest parsingStan Hu2018-07-201-12/+12
| | | | | | | |
| * | | | | | | Add spec for BitbucketServer::Representation::RepoStan Hu2018-07-201-9/+1
| | | | | | | |
| * | | | | | | Merge branch 'master' into sh-support-bitbucket-server-importStan Hu2018-07-201-0/+22
| |\ \ \ \ \ \ \