summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix/rugged-alternate-paths' into 'master'Douwe Maan2017-10-121-0/+1
|\
| * Fix the format of rugged alternate directory listfix/rugged-alternate-pathsAhmad Sherif2017-10-121-0/+1
* | Merge branch 'gitaly-fetch-remote' into 'master'Dmitriy Zaporozhets2017-10-121-0/+6
|\ \
| * | Add `Gitlab::Git::Repository#fetch` commandgitaly-fetch-remoteAlejandro Rodríguez2017-10-091-0/+6
* | | Merge branch 'cache-issuable-template-names' into 'master'Douwe Maan2017-10-121-14/+14
|\ \ \
| * | | Cache issuable template namesSean McGivern2017-10-121-0/+2
| * | | Match full file path in FileDetectorSean McGivern2017-10-121-14/+12
* | | | Move all API authentication code to APIGuardDouwe Maan2017-10-122-92/+93
* | | | Merge branch '39028-repo-by-url-fields' into 'master'Tim Zallmann2017-10-121-3/+3
|\ \ \ \
| * | | | Update template description wording39028-repo-by-url-fieldsAnnabel Dunstone Gray2017-10-111-3/+3
| |/ / /
* | | | Merge branch 'fix/pass-git-object-dir-attrs-as-relative' into 'master'Douwe Maan2017-10-113-5/+25
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Pass git object dir attributes as relative paths to GitalyAhmad Sherif2017-10-113-5/+25
* | | Merge branch '35580-cannot-import-project-with-milestones' into 'master'Sean McGivern2017-10-112-18/+35
|\ \ \ | |/ / |/| |
| * | fixing group label import35580-cannot-import-project-with-milestonesmicael.bergeron2017-10-061-17/+27
| * | fix the project import when an issue has a group milestonemicael.bergeron2017-10-051-2/+9
| * | fix the import :milestone from adding the group_idmicael.bergeron2017-10-031-1/+1
* | | Merge branch 'gitaly-has-local-branches' into 'master'Rémy Coutable2017-10-113-9/+8
|\ \ \
| * | | Use Gitaly's RepositoryService.HasLocalBranches RPCgitaly-has-local-branchesAlejandro Rodríguez2017-10-103-9/+8
* | | | Merge branch 'fix/sm/move-callback-route-google_api-auth-callback-for-oauth-u...Kamil Trzciński2017-10-111-1/+0
|\ \ \ \
| * | | | Remove unnecessary TOLLEVEL routes from path_regex.rbfix/sm/move-callback-route-google_api-auth-callback-for-oauth-underShinya Maeda2017-10-111-1/+0
| |/ / /
* | | | Simplify project pageAnnabel Dunstone Gray2017-10-111-6/+6
|/ / /
* | | Merge branch 'feature/migrate-workhorse-send-git-diff-patch-to-gitaly' into '...Robert Speicher2017-10-101-10/+36
|\ \ \ | |_|/ |/| |
| * | Migrate Workhorse Send{Diff,Patch} to Gitalyfeature/migrate-workhorse-send-git-diff-patch-to-gitalyAhmad Sherif2017-10-091-10/+36
* | | Introduce new hook data builders for Issue and MergeRequest34284-add-changes-to-issuable-webhook-dataRémy Coutable2017-10-093-2/+139
* | | Start adding Gitlab::HookData::IssuableBuilderRémy Coutable2017-10-091-0/+36
* | | Don't create fork networks for root projects that are deletedbvl-fork-network-migrationsBob Van Landuyt2017-10-092-0/+10
|/ /
* | Merge branch '38890-fix-gpg-signature-updater-when-commit-is-missing' into 'm...Stan Hu2017-10-071-1/+1
|\ \
| * | Fix error with GPG signature updater when commit was deleted38890-fix-gpg-signature-updater-when-commit-is-missingRubén Dávila2017-10-071-1/+1
* | | Sync up hard coded DN class in migrationmk-normalize-ldap-user-dnsMichael Kozono2017-10-071-20/+28
* | | Redefine `respond_to?` in light of `method_missing`Michael Kozono2017-10-071-0/+6
* | | Make internal methods privateMichael Kozono2017-10-071-20/+22
* | | Leave bad DNs alone instead of raising errorsMichael Kozono2017-10-072-3/+10
* | | Refactor DN error classesMichael Kozono2017-10-073-28/+30
* | | Move migration to backgroundMichael Kozono2017-10-071-0/+304
* | | Normalize values, reusing DN normalization codeMichael Kozono2017-10-072-33/+8
* | | Fix space strippingMichael Kozono2017-10-071-20/+24
* | | Rename method to `to_normalized_s`Michael Kozono2017-10-073-3/+3
* | | Refactor initialize method for clarityMichael Kozono2017-10-071-11/+20
* | | Move downcasing to normalize methodMichael Kozono2017-10-071-10/+10
* | | Resolve Rubocop offensesMichael Kozono2017-10-071-17/+25
* | | Switch to new DN classMichael Kozono2017-10-072-17/+2
* | | Fix trailing escaped newlineMichael Kozono2017-10-071-2/+2
* | | Test malformed DNsMichael Kozono2017-10-071-9/+12
* | | Raise UnsupportedDnFormatError on multivalued RDNsMichael Kozono2017-10-071-0/+2
* | | Fix for null DNMichael Kozono2017-10-071-1/+1
* | | Handle CR and LF charactersMichael Kozono2017-10-071-1/+12
* | | Fix escaped equal signsMichael Kozono2017-10-071-4/+6
* | | Fix trailing escaped spaceMichael Kozono2017-10-071-0/+11
* | | Fix to_s_normalize for escaped leading spaceMichael Kozono2017-10-071-11/+3
* | | Always downcase DNsMichael Kozono2017-10-071-10/+12