summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add support for markdown preview to group milestonesmove_markdown_preview_to_concernVitaliy @blackst0ne Klachkov2017-10-119-36/+57
|
* Merge branch ↵Achilleas Pipinellis2017-10-091-2/+12
|\ | | | | | | | | | | | | | | | | '38840-simple-documentation-update-backup-to-restore-in-restore-section' into 'master' Resolve "Simple documentation update - backup to restore in restore section" Closes #38840 See merge request gitlab-org/gitlab-ce!14720
| * 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 namespace See merge request gitlab-org/gitlab-ce!14738
| * 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 messages Closes #38865 See merge request gitlab-org/gitlab-ce!14740
| * Include GitLab full name with username in Slack messagessh-show-all-slack-namesStan Hu2017-10-0613-52/+68
| | | | | | | | | | | | | | | | We used to include the first and last name of the user, but !6624 modified this to include only the username. Let's compromise and add both in the form of `First Last (username)`. Closes #38865
* | Merge branch 'sh-pgloader-fixes' into 'master'Achilleas Pipinellis2017-10-091-4/+158
|\ \ | | | | | | | | | | | | Improve pgloader documentation See merge request gitlab-org/gitlab-ce!14733
| * | Improve pgloader documentationsh-pgloader-fixesStan Hu2017-10-061-4/+158
| | | | | | | | | | | | [ci skip]
* | | Merge branch '34371-ca-main-template' into 'master'Phil Hughes2017-10-094-12/+101
|\ \ \ | | | | | | | | | | | | | | | | Move cycle analytics banner into a vue file See merge request gitlab-org/gitlab-ce!14690
| * | | 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 happy See merge request gitlab-org/gitlab-ce!14750
| * | | Remove executable permissions on images to make docs lint happysh-remove-ux-chmod-permissionsStan Hu2017-10-0711-0/+0
| | | | | | | | | | | | | | | | [ci skip]
* | | | Merge branch '38890-fix-gpg-signature-updater-when-commit-is-missing' into ↵Stan Hu2017-10-073-7/+25
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Fix error with GPG signature updater when commit was deleted Closes #38890 See merge request gitlab-org/gitlab-ce!14749
| * | | | 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
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | Normalize LDAP user DNs (downcase and remove excess spaces) See merge request gitlab-org/gitlab-ce!14697
| * | | | 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
| | | | | | | | | | | | | | | | | | | | I first attempted to extract logic from the code that normalizes DNs, but I was unsuccessful. This is a hack but it works.
| * | | | Remove telephoneNumber format commentMichael Kozono2017-10-071-6/+0
| | | | | | | | | | | | | | | | | | | | Since that behavior changed, and is now under the malformed DN context.
| * | | | Fix space strippingMichael Kozono2017-10-072-21/+31
| | | | | | | | | | | | | | | | | | | | Especially from the last attribute value.
| * | | | 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
| | | | | | | | | | | | | | | | | | | | Disabling some for now since this is based on `Net::LDAP::DN`.
| * | | | Switch to new DN classMichael Kozono2017-10-074-74/+10
| | | | | | | | | | | | | | | | | | | | for normalizing and parsing DNs
| * | | | 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
| | | | |