Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | Remove telephoneNumber format comment | Michael Kozono | 2017-10-07 | 1 | -6/+0 | |
| | * | | | | Fix space stripping | Michael Kozono | 2017-10-07 | 1 | -1/+7 | |
| | * | | | | Rename method to `to_normalized_s` | Michael Kozono | 2017-10-07 | 1 | -2/+2 | |
| | * | | | | Move downcasing to normalize method | Michael Kozono | 2017-10-07 | 1 | -4/+4 | |
| | * | | | | Resolve Rubocop offenses | Michael Kozono | 2017-10-07 | 1 | -16/+16 | |
| | * | | | | Switch to new DN class | Michael Kozono | 2017-10-07 | 2 | -57/+8 | |
| | * | | | | Fix newline tests | Michael Kozono | 2017-10-07 | 1 | -3/+3 | |
| | * | | | | Fix trailing escaped newline | Michael Kozono | 2017-10-07 | 1 | -1/+1 | |
| | * | | | | Add valid DN tests using OIDs | Michael Kozono | 2017-10-07 | 1 | -0/+2 | |
| | * | | | | Test malformed DNs | Michael Kozono | 2017-10-07 | 1 | -4/+102 | |
| | * | | | | Raise UnsupportedDnFormatError on multivalued RDNs | Michael Kozono | 2017-10-07 | 1 | -2/+30 | |
| | * | | | | Allow unescaped, non-reserved Unicode characters | Michael Kozono | 2017-10-07 | 1 | -1/+1 | |
| | * | | | | Handle CR and LF characters | Michael Kozono | 2017-10-07 | 1 | -0/+3 | |
| | * | | | | 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 | 1 | -2/+2 | |
| | * | | | | Clarify test | Michael Kozono | 2017-10-07 | 1 | -1/+1 | |
| | * | | | | Fix to_s_normalize for escaped leading space | Michael Kozono | 2017-10-07 | 1 | -1/+1 | |
| | * | | | | Add `DN#to_s_normalized` | Michael Kozono | 2017-10-07 | 1 | -0/+55 | |
| | * | | | | Rely on LDAP providers giving DNs, not UIDs | Michael Kozono | 2017-10-07 | 1 | -35/+0 | |
| | * | | | | Rescue DN normalization attempts | Michael Kozono | 2017-10-07 | 1 | -0/+24 | |
| | * | | | | 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 | 1 | -2/+3 | |
| | * | | | | Remove redundant `is_` | Michael Kozono | 2017-10-07 | 1 | -2/+2 | |
| | * | | | | Dry up spec some more | Michael Kozono | 2017-10-07 | 1 | -91/+46 | |
| | * | | | | Downcase normalized LDAP DNs and UIDs | Michael Kozono | 2017-10-07 | 2 | -60/+68 | |
| | * | | | | Fix normalize behavior for escaped delimiter chars | Michael Kozono | 2017-10-07 | 1 | -2/+16 | |
| | * | | | | Refactor spec | Michael Kozono | 2017-10-07 | 1 | -254/+105 | |
| | * | | | | Refactor to distinguish between UIDs and DNs | Michael Kozono | 2017-10-07 | 1 | -8/+162 | |
| | * | | | | Trim extraneous spaces from DNs | Michael Kozono | 2017-10-07 | 2 | -1/+145 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'cleanup_old_nav_stuff' into 'master' | Filipa Lacerda | 2017-10-07 | 1 | -6/+0 | |
| |\ \ \ \ | | |/ / / | |/| | | | ||||||
| | * | | | Remove unnecessary test | kushalpandya | 2017-10-06 | 1 | -6/+0 | |
| | |/ / | ||||||
| * | | | Merge branch 'tc-geo-read-only-idea' into 'master' | Douwe Maan | 2017-10-07 | 12 | -50/+329 | |
| |\ \ \ | ||||||
| | * | | | Create idea of read-only databasetc-geo-read-only-idea | Toon Claes | 2017-10-06 | 12 | -50/+329 | |
| | |/ / | ||||||
| * | | | Add a spec for editing a file when a project was already forked | Bob Van Landuyt | 2017-10-07 | 1 | -1/+31 | |
| * | | | Show fork information on the project panel | Bob Van Landuyt | 2017-10-07 | 1 | -0/+49 | |
| * | | | Store the name of a project that's a root of a fork network | Bob Van Landuyt | 2017-10-07 | 1 | -0/+13 | |
| * | | | Find forks within users/namespaces using fork memberships | Bob Van Landuyt | 2017-10-07 | 4 | -0/+57 | |
| * | | | Remove membership from fork network when unlinking | Bob Van Landuyt | 2017-10-07 | 1 | -8/+22 | |
| * | | | Add a migration to populate fork networks | Bob Van Landuyt | 2017-10-07 | 2 | -0/+202 | |
| * | | | Add a project forks spec helper | Bob Van Landuyt | 2017-10-07 | 44 | -221/+301 | |
| * | | | Find branches in all projects in the fork network | Bob Van Landuyt | 2017-10-07 | 1 | -0/+19 | |
| * | | | Allow creating merge requests across forks of a project | Bob Van Landuyt | 2017-10-07 | 6 | -22/+188 | |
| * | | | Create a fork network when forking a project | Bob Van Landuyt | 2017-10-07 | 3 | -3/+75 | |
| * | | | Add a model for `fork_networks` | Bob Van Landuyt | 2017-10-07 | 2 | -0/+8 | |
| * | | | Merge branch 'master' into '37970-ci-sections-tracking' | Kamil Trzciński | 2017-10-07 | 157 | -558/+7374 | |
| |\ \ \ | ||||||
| | * | | | Commenting on image diffs | Felipe Artur | 2017-10-07 | 25 | -28/+1963 | |
| | * | | | backport protected_branches_spec improvements from EEbackport-protected-branches-spec-changes | Jose Ivan Vargas | 2017-10-06 | 1 | -9/+17 | |
| | * | | | Show confirmation modal before deleting account | Winnie Hellmann | 2017-10-06 | 5 | -10/+275 | |
| | |/ / | ||||||
| | * | | Ensure we set SUITE_FLAKY_RSPEC_REPORT_PATH to nil in RspecFlaky::Listener spec | Rémy Coutable | 2017-10-06 | 1 | -0/+1 |