summaryrefslogtreecommitdiff
path: root/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Set pipeline config source attribute in a build stepGrzegorz Bizon2017-10-111-0/+2
* Extract class responsible for building a pipelineGrzegorz Bizon2017-10-091-0/+56
* 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
* | Fix `dn?` for a UID with an escaped equal signMichael Kozono2017-10-071-1/+1
* | Remove redundant `is_`Michael Kozono2017-10-071-2/+2
* | Downcase normalized LDAP DNs and UIDsMichael Kozono2017-10-071-1/+1
* | Fix normalize behavior for escaped delimiter charsMichael Kozono2017-10-071-1/+1
* | Refactor to distinguish between UIDs and DNsMichael Kozono2017-10-072-1/+30
* | Trim extraneous spaces from DNsMichael Kozono2017-10-072-1/+44
|/
* Merge branch 'tc-geo-read-only-idea' into 'master'Douwe Maan2017-10-074-2/+109
|\
| * Create idea of read-only databasetc-geo-read-only-ideaToon Claes2017-10-064-2/+109
* | Add a migration to populate fork networksBob Van Landuyt2017-10-072-0/+114
* | Allow creating merge requests across forks of a projectBob Van Landuyt2017-10-071-1/+2
* | Merge branch 'master' into '37970-ci-sections-tracking'Kamil Trzciński2017-10-0726-78/+447
|\ \
| * | Commenting on image diffsFelipe Artur2017-10-076-59/+236
| |/
| * Gitaly feature flag metadataAndrew Newdigate2017-10-061-2/+19
| * Merge branch 'master' into feature/sm/35954-create-kubernetes-cluster-on-gke-...Shinya Maeda2017-10-078-8/+84
| |\
| | * Merge branch 'valid-branch-name-dash-bug' into 'master'Sean McGivern2017-10-061-1/+1
| | |\
| | | * Prevent branches or tags from starting with invalid characters (e.g. -, .)valid-branch-name-dash-bugJacob Schatz2017-10-051-1/+1
| | * | Merge branch '36829-gpg-commit-not-verified-if-signed-with-a-subkey' into 'ma...Douwe Maan2017-10-064-3/+77
| | |\ \
| | | * | Don't call update signature worker when there aren't subkeysRubén Dávila2017-10-051-1/+4
| | | * | Convert migrations to generate subkeys to a background migrationRubén Dávila2017-10-051-0/+50