Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | Rename method to `to_normalized_s` | Michael Kozono | 2017-10-07 | 5 | -7/+7 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Refactor initialize method for clarity | Michael Kozono | 2017-10-07 | 1 | -11/+20 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Move downcasing to normalize method | Michael Kozono | 2017-10-07 | 2 | -14/+14 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Normalize existing persisted DNs | Michael Kozono | 2017-10-07 | 1 | -0/+285 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Resolve Rubocop offenses | Michael Kozono | 2017-10-07 | 2 | -33/+41 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disabling some for now since this is based on `Net::LDAP::DN`. | |||||
| * | | | | | | | | Switch to new DN class | Michael Kozono | 2017-10-07 | 4 | -74/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for normalizing and parsing DNs | |||||
| * | | | | | | | | Fix newline tests | Michael Kozono | 2017-10-07 | 1 | -3/+3 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fix trailing escaped newline | Michael Kozono | 2017-10-07 | 2 | -3/+3 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Add valid DN tests using OIDs | Michael Kozono | 2017-10-07 | 1 | -0/+2 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Test malformed DNs | Michael Kozono | 2017-10-07 | 2 | -13/+114 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Raise UnsupportedDnFormatError on multivalued RDNs | Michael Kozono | 2017-10-07 | 2 | -2/+32 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Allow unescaped, non-reserved Unicode characters | Michael Kozono | 2017-10-07 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fix for null DN | Michael Kozono | 2017-10-07 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Handle CR and LF characters | Michael Kozono | 2017-10-07 | 2 | -1/+15 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fix escaped hex comma test | Michael Kozono | 2017-10-07 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Reword escaped comma test | Michael Kozono | 2017-10-07 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fix escaped equal signs | Michael Kozono | 2017-10-07 | 2 | -6/+8 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Clarify test | Michael Kozono | 2017-10-07 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fix trailing escaped space | Michael Kozono | 2017-10-07 | 1 | -0/+11 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fix to_s_normalize for escaped leading space | Michael Kozono | 2017-10-07 | 2 | -12/+4 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Always downcase DNs | Michael Kozono | 2017-10-07 | 1 | -10/+12 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Add `DN#to_s_normalized` | Michael Kozono | 2017-10-07 | 2 | -1/+62 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Adapt DN class for Gitlab | Michael Kozono | 2017-10-07 | 1 | -195/+207 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Extract Net::LDAP::DN class from ruby-net-ldap gem | Michael Kozono | 2017-10-07 | 1 | -0/+224 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Rely on LDAP providers giving DNs, not UIDs | Michael Kozono | 2017-10-07 | 3 | -58/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Rescue DN normalization attempts | Michael Kozono | 2017-10-07 | 2 | -0/+39 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Note invalid DNs | Michael Kozono | 2017-10-07 | 1 | -18/+18 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fix `dn?` for a UID with an escaped equal sign | Michael Kozono | 2017-10-07 | 2 | -3/+4 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Remove redundant `is_` | Michael Kozono | 2017-10-07 | 2 | -4/+4 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Dry up spec some more | Michael Kozono | 2017-10-07 | 1 | -91/+46 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | …to stop copy pasting test cases. | |||||
| * | | | | | | | | Downcase normalized LDAP DNs and UIDs | Michael Kozono | 2017-10-07 | 3 | -61/+69 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fix normalize behavior for escaped delimiter chars | Michael Kozono | 2017-10-07 | 2 | -3/+17 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Refactor spec | Michael Kozono | 2017-10-07 | 1 | -254/+105 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Refactor to distinguish between UIDs and DNs | Michael Kozono | 2017-10-07 | 3 | -9/+192 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Trim extraneous spaces from DNs | Michael Kozono | 2017-10-07 | 4 | -2/+189 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge branch 'cleanup_old_nav_stuff' into 'master' | Filipa Lacerda | 2017-10-07 | 24 | -932/+501 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Remove old navigation CSS See merge request gitlab-org/gitlab-ce!14573 | |||||
| * | | | | | | | Fix dropdown header alignment; empty navbar positioningcleanup_old_nav_stuff | Annabel Dunstone Gray | 2017-10-07 | 2 | -18/+18 | |
| | | | | | | | | ||||||
| * | | | | | | | Specify gitlab nav | Annabel Dunstone Gray | 2017-10-06 | 2 | -6/+6 | |
| | | | | | | | | ||||||
| * | | | | | | | Finish combining nav styles | Annabel Dunstone Gray | 2017-10-06 | 6 | -479/+414 | |
| | | | | | | | | ||||||
| * | | | | | | | Remove unnecessary test | kushalpandya | 2017-10-06 | 1 | -6/+0 | |
| | | | | | | | | ||||||
| * | | | | | | | Fix specs | Annabel Dunstone Gray | 2017-10-06 | 2 | -0/+6 | |
| | | | | | | | | ||||||
| * | | | | | | | Conflict fixes | Annabel Dunstone Gray | 2017-10-06 | 1 | -4/+4 | |
| | | | | | | | | ||||||
| * | | | | | | | Start moving new nav styles into header.scss | Annabel Dunstone Gray | 2017-10-06 | 13 | -268/+76 | |
| | | | | | | | | ||||||
| * | | | | | | | Fixes | Annabel Dunstone Gray | 2017-10-06 | 5 | -129/+130 | |
| | | | | | | | | ||||||
| * | | | | | | | Fix scrolling tabs | Annabel Dunstone Gray | 2017-10-06 | 2 | -0/+8 | |
| | | | | | | | | ||||||
| * | | | | | | | Remove nav images; remove old nav styles; create new file for other ↵ | Annabel Dunstone Gray | 2017-10-06 | 10 | -526/+343 | |
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | navigation elements | |||||
* | | | | | | | Merge branch 'patch-28' into 'master' | Douwe Maan | 2017-10-07 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix LDAP config key name See merge request gitlab-org/gitlab-ce!14739 | |||||
| * | | | | | | | Fix LDAP config key name | Michael Kozono | 2017-10-06 | 1 | -2/+2 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge branch 'tc-geo-read-only-idea' into 'master' | Douwe Maan | 2017-10-07 | 34 | -86/+546 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create idea of read-only database Closes #37534 See merge request gitlab-org/gitlab-ce!14688 | |||||
| * | | | | | | | Create idea of read-only databasetc-geo-read-only-idea | Toon Claes | 2017-10-06 | 34 | -86/+546 | |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In GitLab EE, a GitLab instance can be read-only (e.g. when it's a Geo secondary node). But in GitLab CE it also might be useful to have the "read-only" idea around. So port it back to GitLab CE. Also having the principle of read-only in GitLab CE would hopefully lead to less errors introduced, doing write operations when there aren't allowed for read-only calls. Closes gitlab-org/gitlab-ce#37534. |