summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dm-ldap-identity-normalize-dn' into 'master'Sean McGivern2017-11-012-3/+4
* Merge branch 'fix/import-issue-assignees' into 'master'Sean McGivern2017-11-011-0/+1
* Merge branch 'fix_global_board_routes_39073' into 'master'Douwe Maan2017-10-311-1/+0
* Merge branch 'bvl-circuitbreaker-backoff' into 'master'Sean McGivern2017-10-305-13/+54
* Merge branch 'bvl-circuitbreaker-improvements' into 'master'Douwe Maan2017-10-303-18/+36
* Merge branch 'bvl-do-not-use-redis-keys' into 'master'Rémy Coutable2017-10-302-6/+16
* Merge branch 'fix/add-path-attr-to-wiki-file' into 'master'Sean McGivern2017-10-281-1/+2
* Merge branch '39495-fix-bitbucket-login' into 'master'Rémy Coutable2017-10-271-0/+4
* Merge branch 'performance-bar-sql' into 'master'Rémy Coutable2017-10-241-2/+2
* Merge branch 'encoding-helper-performance' into 'master'Rémy Coutable2017-10-191-2/+5
* Merge branch '39181-gitlab-backgroundmigration-deserializemergerequestdiffsan...Rémy Coutable2017-10-181-0/+1
* Merge branch 'an/popen-deadline' into 'master'Sean McGivern2017-10-182-0/+70
* Merge branch 'fix/sm/38960-collect-usage-pings-gcp-cluster-enabled-and-gcp-cl...Kamil Trzciński2017-10-181-0/+2
* Merge branch 'rs-sanitize-unicode-in-protocol' into 'security-10-0'Douwe Maan2017-10-151-2/+12
* Merge branch 'cache-issuable-template-names' into 'master'Douwe Maan2017-10-131-14/+14
* Merge branch '39032-improve-merge-ongoing-check-consistency' into 'master'Sean McGivern2017-10-131-0/+7
* Merge branch '39028-repo-by-url-fields' into 'master'Tim Zallmann2017-10-131-3/+3
* Merge branch '37399-simplify-project-page' into 'master'Phil Hughes2017-10-131-6/+6
* Merge branch '35580-cannot-import-project-with-milestones' into 'master'Sean McGivern2017-10-122-18/+35
* Merge branch 'fix/sm/move-callback-route-google_api-auth-callback-for-oauth-u...Kamil Trzciński2017-10-111-1/+0
* 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
* | Add `DN#to_s_normalized`Michael Kozono2017-10-071-1/+7
* | Adapt DN class for GitlabMichael Kozono2017-10-071-195/+207
* | Extract Net::LDAP::DN class from ruby-net-ldap gemMichael Kozono2017-10-071-0/+224
* | Rely on LDAP providers giving DNs, not UIDsMichael Kozono2017-10-072-23/+1
* | Rescue DN normalization attemptsMichael Kozono2017-10-071-0/+15