Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't create fork networks for root projects that are deletedbvl-fork-network-migrations | Bob Van Landuyt | 2017-10-09 | 2 | -0/+10 |
| | |||||
* | Merge branch '38890-fix-gpg-signature-updater-when-commit-is-missing' into ↵ | Stan Hu | 2017-10-07 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | '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-missing | Rubén Dávila | 2017-10-07 | 1 | -1/+1 |
| | | |||||
* | | Sync up hard coded DN class in migrationmk-normalize-ldap-user-dns | Michael Kozono | 2017-10-07 | 1 | -20/+28 |
| | | |||||
* | | Redefine `respond_to?` in light of `method_missing` | Michael Kozono | 2017-10-07 | 1 | -0/+6 |
| | | |||||
* | | Make internal methods private | Michael Kozono | 2017-10-07 | 1 | -20/+22 |
| | | |||||
* | | Leave bad DNs alone instead of raising errors | Michael Kozono | 2017-10-07 | 2 | -3/+10 |
| | | |||||
* | | Refactor DN error classes | Michael Kozono | 2017-10-07 | 3 | -28/+30 |
| | | |||||
* | | Move migration to background | Michael Kozono | 2017-10-07 | 1 | -0/+304 |
| | | |||||
* | | Normalize values, reusing DN normalization code | Michael Kozono | 2017-10-07 | 2 | -33/+8 |
| | | | | | | | | I first attempted to extract logic from the code that normalizes DNs, but I was unsuccessful. This is a hack but it works. | ||||
* | | Fix space stripping | Michael Kozono | 2017-10-07 | 1 | -20/+24 |
| | | | | | | | | Especially from the last attribute value. | ||||
* | | Rename method to `to_normalized_s` | Michael Kozono | 2017-10-07 | 3 | -3/+3 |
| | | |||||
* | | Refactor initialize method for clarity | Michael Kozono | 2017-10-07 | 1 | -11/+20 |
| | | |||||
* | | Move downcasing to normalize method | Michael Kozono | 2017-10-07 | 1 | -10/+10 |
| | | |||||
* | | Resolve Rubocop offenses | Michael Kozono | 2017-10-07 | 1 | -17/+25 |
| | | | | | | | | Disabling some for now since this is based on `Net::LDAP::DN`. | ||||
* | | Switch to new DN class | Michael Kozono | 2017-10-07 | 2 | -17/+2 |
| | | | | | | | | for normalizing and parsing DNs | ||||
* | | Fix trailing escaped newline | Michael Kozono | 2017-10-07 | 1 | -2/+2 |
| | | |||||
* | | Test malformed DNs | Michael Kozono | 2017-10-07 | 1 | -9/+12 |
| | | |||||
* | | Raise UnsupportedDnFormatError on multivalued RDNs | Michael Kozono | 2017-10-07 | 1 | -0/+2 |
| | | |||||
* | | Fix for null DN | Michael Kozono | 2017-10-07 | 1 | -1/+1 |
| | | |||||
* | | Handle CR and LF characters | Michael Kozono | 2017-10-07 | 1 | -1/+12 |
| | | |||||
* | | Fix escaped equal signs | Michael Kozono | 2017-10-07 | 1 | -4/+6 |
| | | |||||
* | | 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 | 1 | -11/+3 |
| | | |||||
* | | Always downcase DNs | Michael Kozono | 2017-10-07 | 1 | -10/+12 |
| | | |||||
* | | Add `DN#to_s_normalized` | Michael Kozono | 2017-10-07 | 1 | -1/+7 |
| | | |||||
* | | 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 | 2 | -23/+1 |
| | | |||||
* | | Rescue DN normalization attempts | Michael Kozono | 2017-10-07 | 1 | -0/+15 |
| | | |||||
* | | Fix `dn?` for a UID with an escaped equal sign | Michael Kozono | 2017-10-07 | 1 | -1/+1 |
| | | |||||
* | | Remove redundant `is_` | Michael Kozono | 2017-10-07 | 1 | -2/+2 |
| | | |||||
* | | Downcase normalized LDAP DNs and UIDs | Michael Kozono | 2017-10-07 | 1 | -1/+1 |
| | | |||||
* | | Fix normalize behavior for escaped delimiter chars | Michael Kozono | 2017-10-07 | 1 | -1/+1 |
| | | |||||
* | | Refactor to distinguish between UIDs and DNs | Michael Kozono | 2017-10-07 | 2 | -1/+30 |
| | | |||||
* | | Trim extraneous spaces from DNs | Michael Kozono | 2017-10-07 | 2 | -1/+44 |
|/ | |||||
* | Merge branch 'tc-geo-read-only-idea' into 'master' | Douwe Maan | 2017-10-07 | 4 | -2/+109 |
|\ | | | | | | | | | | | | | 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 | 4 | -2/+109 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Add a migration to populate fork networks | Bob Van Landuyt | 2017-10-07 | 2 | -0/+114 |
| | | | | | | | | This uses the existing ForkedProjectLinks | ||||
* | | Allow creating merge requests across forks of a project | Bob Van Landuyt | 2017-10-07 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'master' into '37970-ci-sections-tracking' | Kamil Trzciński | 2017-10-07 | 26 | -78/+447 |
|\ \ | | | | | | | | | | # Conflicts: # db/schema.rb | ||||
| * | | Commenting on image diffs | Felipe Artur | 2017-10-07 | 6 | -59/+236 |
| |/ | |||||
| * | Gitaly feature flag metadata | Andrew Newdigate | 2017-10-06 | 1 | -2/+19 |
| | | |||||
| * | Merge branch 'master' into ↵ | Shinya Maeda | 2017-10-07 | 8 | -8/+84 |
| |\ | | | | | | | | | | feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service | ||||
| | * | Merge branch 'valid-branch-name-dash-bug' into 'master' | Sean McGivern | 2017-10-06 | 1 | -1/+1 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | Prevent branches or tags from starting with invalid characters (e.g. -, .) Closes #38817 See merge request gitlab-org/gitlab-ce!14710 | ||||
| | | * | Prevent branches or tags from starting with invalid characters (e.g. -, .)valid-branch-name-dash-bug | Jacob Schatz | 2017-10-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Closes #38817 | ||||
| | * | | Merge branch '36829-gpg-commit-not-verified-if-signed-with-a-subkey' into ↵ | Douwe Maan | 2017-10-06 | 4 | -3/+77 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Add support for GPG subkeys in signature verification Closes #36829 See merge request gitlab-org/gitlab-ce!14517 | ||||
| | | * | | Don't call update signature worker when there aren't subkeys | Rubén Dávila | 2017-10-05 | 1 | -1/+4 |
| | | | | | |||||
| | | * | | Convert migrations to generate subkeys to a background migration | Rubén Dávila | 2017-10-05 | 1 | -0/+50 |
| | | | | | |||||
| | | * | | Address some feedback from last code review | Rubén Dávila | 2017-10-05 | 1 | -0/+2 |
| | | | | |