summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* CE Port of Protected Environments backendMayra Cabrera2018-08-101-1/+5
* Merge branch '28930-add-project-reference-filter' into 'master'Sean McGivern2018-08-103-0/+144
|\
| * Use a hash to memoize readable_project_ids with user objects as keysReuben Pereira2018-07-311-6/+5
| * Remove nodes_visible_to_user from ProjectParser and memoize readable_project_idsReuben Pereira2018-07-151-17/+10
| * Use map instead of collect in the ProjectParser#projects_readable_by_user fun...Reuben Pereira2018-07-051-1/+1
| * Add back the Project#to_reference_with_postfix function since it can be used ...Reuben Pereira2018-07-051-1/+1
| * Use a custom ProjectParser#nodes_visible_to_user function so that the user pe...Reuben Pereira2018-07-051-2/+21
| * Correct the comment above the ProjectReferenceFilter.references_in method.Reuben Pereira2018-07-031-1/+1
| * Eager load a project's route and its namespace with route in project_referenc...Reuben Pereira2018-07-031-1/+1
| * Eager load the namespace and route of a project in project_reference_filter.rbReuben Pereira2018-07-031-1/+2
| * Correct the comments above the ProjectReferenceFilter#project_link_filter fun...Reuben Pereira2018-07-031-2/+2
| * Correct the misleading name of a variable in ProjectReferenceFilter.project_l...Reuben Pereira2018-07-031-3/+3
| * Correct the comment above the projects_hash function in the project_reference...Reuben Pereira2018-06-301-3/+3
| * A working implementation of a project reference filter which links project re...Reuben Pereira2018-06-303-0/+132
* | Backport of gitlab-org/gitlab-ee!6848Rubén Dávila2018-08-081-1/+1
* | Merge branch 'sh-fix-bitbucket-cloud-importer-replies' into 'master'Robert Speicher2018-08-081-10/+13
|\ \
| * | Fix Bitbucket Cloud importer omitting repliesStan Hu2018-08-071-10/+13
* | | 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 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
|\ \ \ | |/ / |/| |
| * | 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
|\ \ \
| * | | Revert "Revert "Merge branch 'ee-5481-epic-todos' into 'master'""Jarka Kadlecová2018-08-021-4/+9
* | | | 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
|\ \ \ \
| * | | | 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
| * | | | 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