Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove deprecated `repository_storage` attributebvl-add-all-settings-to-api | Bob Van Landuyt | 2017-07-27 | 4 | -60/+6 |
| | | | | In favor of the new `repository_storages` | ||||
* | Make the attribute list for application settings reusable | Bob Van Landuyt | 2017-07-27 | 5 | -110/+96 |
| | |||||
* | Merge branch 'rc/fix-tests-factories' into 'master' | Sean McGivern | 2017-07-27 | 6 | -9/+5 |
|\ | | | | | | | | | Fix the :project factory by not copying the test repo twice See merge request !13123 | ||||
| * | Fix the :project factory by not copying the test repo twicerc/fix-tests-factories | Rémy Coutable | 2017-07-27 | 6 | -9/+5 |
| | | | | | | | | | | | | | | Also, fixing some calls to the :project factory with the :test_repo trait since this trait is already included in the :project factory. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Merge branch ↵ | Rémy Coutable | 2017-07-27 | 10 | -9/+79 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | '35539-can-t-create-a-merge-request-containing-a-binary-file-with-non-utf-8-characters' into 'master' Resolve "Can't create a merge request containing a binary file with non-UTF-8 characters" Closes #35539 See merge request !13086 | ||||
| * | | Fix saving diffs that are not valid UTF-835539-can-t-create-a-merge-request-containing-a-binary-file-with-non-utf-8-characters | Sean McGivern | 2017-07-26 | 10 | -9/+79 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, we used Psych, which would: 1. Check if a string was encoded as binary, and not ASCII-compatible. 2. Add the !binary tag in that case. 3. Convert to base64. We need to do the same thing, using a new column in place of the tag. | ||||
* | | | Merge branch 'inline-js-removal-merge-requests' into 'master' | Phil Hughes | 2017-07-27 | 5 | -27/+27 |
|\ \ \ | | | | | | | | | | | | | | | | | Inline JS Removal for Merge Requests See merge request !13053 | ||||
| * | | | Inline JS Removal for Merge Requests | Tim Zallmann | 2017-07-27 | 5 | -27/+27 |
|/ / / | |||||
* | | | Merge branch 'fix-participant-name-trailing' into 'master' | Phil Hughes | 2017-07-27 | 1 | -2/+2 |
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | Fix participant name link trailing space on milestone page Closes #35419 See merge request !13117 | ||||
| * | | Fix participant name link trailing space on milestone pagefix-participant-name-trailing | Clement Ho | 2017-07-26 | 1 | -2/+2 |
| |/ | |||||
* | | Merge branch 'patch-19' into 'master' | Clement Ho | 2017-07-26 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | change Fogbugz button to FogBugz See merge request !13113 | ||||
| * | | change Fogbugz button to FogBugz | Ben Bodenmiller | 2017-07-26 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'rs-update-large-table-list' into 'master' | Grzegorz Bizon | 2017-07-26 | 1 | -0/+3 |
|\ \ \ | |/ / |/| | | | | | | | | Update the large table list in AddColumnWithDefaultToLargeTable cop See merge request !13112 | ||||
| * | | Update the large table list in AddColumnWithDefaultToLargeTable cop | Robert Speicher | 2017-07-26 | 1 | -0/+3 |
| |/ | | | | | | | | | | | - ci_builds -- 33 million rows, 55 GB - merge_request_diff_files -- 5 million rows, 9 GB (and growing rapidly) - merge_request_diffs -- 5 million rows, 190 GB | ||||
* | | Merge branch 'added-nvmrc' into 'master' | Mike Greiling | 2017-07-26 | 1 | -0/+1 |
|\ \ | | | | | | | | | | | | | added .nvmrc See merge request !9183 | ||||
| * | | Update .nvmrc to 7.5 | Luke "Jared" Bennett | 2017-06-22 | 1 | -1/+1 |
| | | | |||||
| * | | added .nvmrc | Luke "Jared" Bennett | 2017-06-22 | 1 | -0/+1 |
| | | | |||||
* | | | Merge branch 'patch-24' into 'master' | Rémy Coutable | 2017-07-26 | 2 | -4/+4 |
|\ \ \ | |_|/ |/| | | | | | | | | Use LDAP-attributes configured in gitlab.yml in lookup instead of just hard-coded attributes. See merge request !13054 | ||||
| * | | Use LDAP-attributes configured in gitlab.yml in lookup instead of just ↵ | Casper | 2017-07-26 | 2 | -4/+4 |
|/ / | | | | | | | hard-coded attributes. | ||||
* | | Merge branch 'fix/gb/handle-max-pages-artifacts-size-correctly' into 'master' | Kamil Trzciński | 2017-07-26 | 3 | -1/+81 |
|\ \ | | | | | | | | | | | | | | | | | | | Handle maximum pages artifacts size correctly Closes #35317 See merge request !13072 | ||||
| * | | Refactor max_size method in update pages servicefix/gb/handle-max-pages-artifacts-size-correctly | Grzegorz Bizon | 2017-07-26 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | As per review feedback https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13072#note_35853177 | ||||
| * | | Fix rubocop offense in update pages service specs | Grzegorz Bizon | 2017-07-25 | 1 | -1/+1 |
| | | | |||||
| * | | Add changelog for max pages artifacts size fix | Grzegorz Bizon | 2017-07-25 | 1 | -0/+4 |
| | | | |||||
| * | | Handle maximum pages artifacts size correctly | Grzegorz Bizon | 2017-07-25 | 2 | -1/+75 |
| | | | |||||
* | | | Merge branch '29289-project-destroy-clean-up-after-failure' into 'master' | Sean McGivern | 2017-07-26 | 0 | -0/+0 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Handle errors while a project is being deleted asynchronously. Closes #29289 See merge request !11088 | ||||
* \ \ \ | Merge branch '29289-project-destroy-clean-up-after-failure' into 'master' | Sean McGivern | 2017-07-26 | 13 | -49/+185 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | Handle errors while a project is being deleted asynchronously. Closes #29289 See merge request !11088 | ||||
| * | | | Move exception handling to execute | Tiago Botelho | 2017-07-26 | 10 | -76/+81 |
| | | | | |||||
| * | | | Refactors Project Destroy service and worker code | Tiago Botelho | 2017-07-20 | 2 | -21/+28 |
| | | | | |||||
| * | | | Add specs for ProjectDestroyWorker | Tiago Botelho | 2017-07-20 | 9 | -49/+63 |
| | | | | |||||
| * | | | WIP: Display a project's `delete_error` on the project homepage. | Timothy Andrew | 2017-07-20 | 2 | -0/+10 |
| | | | | |||||
| * | | | Handle errors while a project is being deleted asynchronously. | Timothy Andrew | 2017-07-20 | 6 | -4/+104 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Rescue all errors that `Projects::DestroyService` might throw, to prevent the worker from leaving things in an inconsistent state 2. Unmark the project as `pending_delete` 3. Add a `delete_error` text column to `projects`, and save the error message in there, to be shown to the project masters/owners. | ||||
* | | | | Merge remote-tracking branch 'dev/master' | Douwe Maan | 2017-07-26 | 9 | -55/+391 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # Gemfile # Gemfile.lock | ||||
| * \ \ \ | Merge branch 'mk-add-ldap-ssl-certificate-verification' into 'master' | Douwe Maan | 2017-07-26 | 9 | -64/+400 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add LDAP SSL certificate verification See merge request !2115 | ||||
| | * | | | | Add net-ldap explicitly since we use it directly | Michael Kozono | 2017-07-26 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | And this has already been done on EE, so it’ll match now. | ||||
| | * | | | | Mention how to test LDAP connections | Michael Kozono | 2017-07-26 | 1 | -1/+2 |
| | | | | | | |||||
| | * | | | | Fix plain LDAP (no encryption) | Michael Kozono | 2017-07-26 | 4 | -7/+10 |
| | | | | | | |||||
| | * | | | | Update more examples | Michael Kozono | 2017-07-26 | 2 | -3/+4 |
| | | | | | | |||||
| | * | | | | Add changelog entry | Michael Kozono | 2017-07-26 | 1 | -0/+4 |
| | | | | | | |||||
| | * | | | | Change encryption description | Michael Kozono | 2017-07-26 | 1 | -11/+16 |
| | | | | | | |||||
| | * | | | | Copy comment improvements from documentation | Michael Kozono | 2017-07-26 | 1 | -4/+11 |
| | | | | | | |||||
| | * | | | | Update LDAP SSL config options | Michael Kozono | 2017-07-26 | 1 | -4/+32 |
| | | | | | | |||||
| | * | | | | Fix code style | Michael Kozono | 2017-07-26 | 1 | -5/+5 |
| | | | | | | |||||
| | * | | | | Add warning about certificate verification on load | Michael Kozono | 2017-07-26 | 1 | -1/+10 |
| | | | | | | |||||
| | * | | | | Move backwards compatibility logic out of the code | Michael Kozono | 2017-07-26 | 3 | -30/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | And closer to the configuration setup. The code doesn’t need to know about this. | ||||
| | * | | | | Pass configured `ssl_version` to `omniauth-ldap` | Michael Kozono | 2017-07-26 | 2 | -0/+33 |
| | | | | | | |||||
| | * | | | | Pass configured `ca_file` to `omniauth-ldap` | Michael Kozono | 2017-07-26 | 2 | -0/+34 |
| | | | | | | |||||
| | * | | | | Verify certificates in `omniauth-ldap` | Michael Kozono | 2017-07-26 | 2 | -1/+32 |
| | | | | | | |||||
| | * | | | | Set `Net::LDAP` `ssl_version` option | Michael Kozono | 2017-07-26 | 2 | -0/+31 |
| | | | | | | |||||
| | * | | | | Set `Net::LDAP` `ca_file` option | Michael Kozono | 2017-07-26 | 2 | -5/+45 |
| | | | | | | |||||
| | * | | | | Set `Net::LDAP` encryption properly | Michael Kozono | 2017-07-26 | 2 | -19/+117 |
| | | | | | |