summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add support for markdown preview to group milestonesmove_markdown_preview_to_concernVitaliy @blackst0ne Klachkov2017-10-119-36/+57
* Merge branch '38840-simple-documentation-update-backup-to-restore-in-restore-...Achilleas Pipinellis2017-10-091-2/+12
|\
| * Resolve "Simple documentation update - backup to restore in restore section"Alexander2017-10-091-2/+12
|/
* Merge branch '28860-AjaxLoadingSpinner' into 'master'Phil Hughes2017-10-097-36/+31
|\
| * Remove AjaxLoadingSpinner and CreateLabelDropdown from global namespaceFilipa Lacerda2017-10-097-36/+31
|/
* Merge branch 'sh-show-all-slack-names' into 'master'Robert Speicher2017-10-0913-52/+68
|\
| * Include GitLab full name with username in Slack messagessh-show-all-slack-namesStan Hu2017-10-0613-52/+68
* | Merge branch 'sh-pgloader-fixes' into 'master'Achilleas Pipinellis2017-10-091-4/+158
|\ \
| * | Improve pgloader documentationsh-pgloader-fixesStan Hu2017-10-061-4/+158
* | | Merge branch '34371-ca-main-template' into 'master'Phil Hughes2017-10-094-12/+101
|\ \ \
| * | | Move cycle analytics banner into a vue fileFilipa Lacerda2017-10-094-12/+101
|/ / /
* | | Merge branch 'sh-remove-ux-chmod-permissions' into 'master'Achilleas Pipinellis2017-10-0811-0/+0
|\ \ \
| * | | Remove executable permissions on images to make docs lint happysh-remove-ux-chmod-permissionsStan Hu2017-10-0711-0/+0
* | | | Merge branch '38890-fix-gpg-signature-updater-when-commit-is-missing' into 'm...Stan Hu2017-10-073-7/+25
|\ \ \ \
| * | | | Fix error with GPG signature updater when commit was deleted38890-fix-gpg-signature-updater-when-commit-is-missingRubén Dávila2017-10-073-7/+25
* | | | | Merge branch 'mk-normalize-ldap-user-dns' into 'master'Douwe Maan2017-10-0713-10/+1124
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | 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-075-38/+65
| * | | | Refactor DN error classesMichael Kozono2017-10-074-76/+78
| * | | | Add changelog entry for LDAP normalizationMichael Kozono2017-10-071-0/+5
| * | | | Add migration specsMichael Kozono2017-10-072-0/+92
| * | | | Move migration to backgroundMichael Kozono2017-10-072-284/+313
| * | | | Update DN class in migrationMichael Kozono2017-10-071-41/+60
| * | | | Normalize values, reusing DN normalization codeMichael Kozono2017-10-075-61/+111
| * | | | Remove telephoneNumber format commentMichael Kozono2017-10-071-6/+0
| * | | | Fix space strippingMichael Kozono2017-10-072-21/+31
| * | | | Rename method to `to_normalized_s`Michael Kozono2017-10-075-7/+7
| * | | | Refactor initialize method for clarityMichael Kozono2017-10-071-11/+20
| * | | | Move downcasing to normalize methodMichael Kozono2017-10-072-14/+14
| * | | | Normalize existing persisted DNsMichael Kozono2017-10-071-0/+285
| * | | | Resolve Rubocop offensesMichael Kozono2017-10-072-33/+41
| * | | | Switch to new DN classMichael Kozono2017-10-074-74/+10
| * | | | Fix newline testsMichael Kozono2017-10-071-3/+3
| * | | | Fix trailing escaped newlineMichael Kozono2017-10-072-3/+3
| * | | | Add valid DN tests using OIDsMichael Kozono2017-10-071-0/+2
| * | | | Test malformed DNsMichael Kozono2017-10-072-13/+114
| * | | | Raise UnsupportedDnFormatError on multivalued RDNsMichael Kozono2017-10-072-2/+32
| * | | | Allow unescaped, non-reserved Unicode charactersMichael Kozono2017-10-071-1/+1
| * | | | Fix for null DNMichael Kozono2017-10-071-1/+1
| * | | | Handle CR and LF charactersMichael Kozono2017-10-072-1/+15
| * | | | Fix escaped hex comma testMichael Kozono2017-10-071-1/+1
| * | | | Reword escaped comma testMichael Kozono2017-10-071-1/+1
| * | | | Fix escaped equal signsMichael Kozono2017-10-072-6/+8
| * | | | Clarify testMichael Kozono2017-10-071-1/+1
| * | | | Fix trailing escaped spaceMichael Kozono2017-10-071-0/+11
| * | | | Fix to_s_normalize for escaped leading spaceMichael Kozono2017-10-072-12/+4
| * | | | Always downcase DNsMichael Kozono2017-10-071-10/+12
| * | | | Add `DN#to_s_normalized`Michael Kozono2017-10-072-1/+62