Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-02Ensure pippeline corresponds with the sha of an MR37354-pipelines-updateJarka Kadlecova
2017-10-09Merge branch '34371-ca-main-template' into 'master'Phil Hughes
2017-10-09Move cycle analytics banner into a vue fileFilipa Lacerda
2017-10-08Merge branch 'sh-remove-ux-chmod-permissions' into 'master'Achilleas Pipinellis
2017-10-07Merge branch '38890-fix-gpg-signature-updater-when-commit-is-missing' into 'm...Stan Hu
2017-10-07Merge branch 'mk-normalize-ldap-user-dns' into 'master'Douwe Maan
2017-10-07Remove executable permissions on images to make docs lint happyStan Hu
2017-10-07Merge branch 'cleanup_old_nav_stuff' into 'master'Filipa Lacerda
2017-10-07Sync up hard coded DN class in migrationMichael Kozono
2017-10-07Redefine `respond_to?` in light of `method_missing`Michael Kozono
2017-10-07Make internal methods privateMichael Kozono
2017-10-07Leave bad DNs alone instead of raising errorsMichael Kozono
2017-10-07Refactor DN error classesMichael Kozono
2017-10-07Add changelog entry for LDAP normalizationMichael Kozono
2017-10-07Add migration specsMichael Kozono
2017-10-07Move migration to backgroundMichael Kozono
2017-10-07Update DN class in migrationMichael Kozono
2017-10-07Normalize values, reusing DN normalization codeMichael Kozono
2017-10-07Remove telephoneNumber format commentMichael Kozono
2017-10-07Fix space strippingMichael Kozono
2017-10-07Rename method to `to_normalized_s`Michael Kozono
2017-10-07Refactor initialize method for clarityMichael Kozono
2017-10-07Move downcasing to normalize methodMichael Kozono
2017-10-07Normalize existing persisted DNsMichael Kozono
2017-10-07Resolve Rubocop offensesMichael Kozono
2017-10-07Switch to new DN classMichael Kozono
2017-10-07Fix newline testsMichael Kozono
2017-10-07Fix trailing escaped newlineMichael Kozono
2017-10-07Add valid DN tests using OIDsMichael Kozono
2017-10-07Test malformed DNsMichael Kozono
2017-10-07Raise UnsupportedDnFormatError on multivalued RDNsMichael Kozono
2017-10-07Allow unescaped, non-reserved Unicode charactersMichael Kozono
2017-10-07Fix for null DNMichael Kozono
2017-10-07Handle CR and LF charactersMichael Kozono
2017-10-07Fix escaped hex comma testMichael Kozono
2017-10-07Reword escaped comma testMichael Kozono
2017-10-07Fix escaped equal signsMichael Kozono
2017-10-07Clarify testMichael Kozono
2017-10-07Fix trailing escaped spaceMichael Kozono
2017-10-07Fix to_s_normalize for escaped leading spaceMichael Kozono
2017-10-07Always downcase DNsMichael Kozono
2017-10-07Add `DN#to_s_normalized`Michael Kozono
2017-10-07Adapt DN class for GitlabMichael Kozono
2017-10-07Extract Net::LDAP::DN class from ruby-net-ldap gemMichael Kozono
2017-10-07Rely on LDAP providers giving DNs, not UIDsMichael Kozono
2017-10-07Rescue DN normalization attemptsMichael Kozono
2017-10-07Note invalid DNsMichael Kozono
2017-10-07Fix `dn?` for a UID with an escaped equal signMichael Kozono
2017-10-07Remove redundant `is_`Michael Kozono
2017-10-07Dry up spec some moreMichael Kozono