Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove executable bit from images for docs lintsh-remove-docs-executable | Stan Hu | 2017-11-17 | 4 | -0/+0 |
| | | | | This was causing a docs lint failure in https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/40901316. | ||||
* | Merge branch 'mk-bandaid-db-rollback-failures' into 'master' | Robert Speicher | 2017-11-17 | 1 | -1/+1 |
|\ | | | | | | | | | Rollback to a safer place to stop See merge request gitlab-org/gitlab-ce!15465 | ||||
| * | Rollback to a safer place to stop | Michael Kozono | 2017-11-17 | 1 | -1/+1 |
|/ | |||||
* | Merge branch '4056-hashed-storage-upload-transfers' into 'master' | Stan Hu | 2017-11-17 | 1 | -1/+11 |
|\ | | | | | | | | | | | | | Fix project transfer with hashed-storage attachments Closes gitlab-ee#4056 See merge request gitlab-org/gitlab-ce!15457 | ||||
| * | Fix project transfer with hashed-storage attachments | Nick Thomas | 2017-11-17 | 1 | -1/+11 |
| | | |||||
* | | Merge branch 'restrict-update-column-in-batches-for-large-tables' into 'master' | Robert Speicher | 2017-11-17 | 31 | -67/+153 |
|\ \ | | | | | | | | | | | | | Restrict update column in batches for large tables See merge request gitlab-org/gitlab-ce!15458 | ||||
| * | | Add computed update docs for update_column_in_batches | Sean McGivern | 2017-11-17 | 2 | -1/+46 |
| | | | |||||
| * | | Prevent update_column_in_batches on large tables | Sean McGivern | 2017-11-17 | 29 | -66/+107 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add_column_with_default is implemented in terms of update_column_in_batches, but update_column_in_batches can be used independently. Neither of these should be used on the specified large tables, because they will cause issues on large instances like GitLab.com. This also ignores the cop for all existing migrations, renaming AddColumnWithDefaultToLargeTable where appropriate. | ||||
* | | | Merge branch 'improved-changes-dropdown' into 'master' | Filipa Lacerda | 2017-11-17 | 6 | -11/+46 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Improved the design of the changed files dropdown Closes #36687 See merge request gitlab-org/gitlab-ce!15367 | ||||
| * | | | moved magic number into variablesimproved-changes-dropdown | Phil Hughes | 2017-11-17 | 1 | -1/+2 |
| | | | | |||||
| * | | | changed text color of path | Phil Hughes | 2017-11-17 | 1 | -0/+1 |
| | | | | |||||
| * | | | updated dropdown width | Phil Hughes | 2017-11-17 | 1 | -1/+1 |
| | | | | |||||
| * | | | updated to use new sprite icons | Phil Hughes | 2017-11-17 | 3 | -4/+6 |
| | | | | |||||
| * | | | Improved the design of the changed files dropdown | Phil Hughes | 2017-11-17 | 4 | -8/+39 |
| | |/ | |/| | | | | | | | Closes #36687 | ||||
* | | | Merge branch 'qa/gb/fix-subject-address-in-factories' into 'master' | Robert Speicher | 2017-11-17 | 2 | -0/+3 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix QA test subject address by configuring capybara Closes gitlab-qa#113 See merge request gitlab-org/gitlab-ce!15446 | ||||
| * | | | Fix QA test subject address by configuring capybaraqa/gb/fix-subject-address-in-factories | Grzegorz Bizon | 2017-11-17 | 2 | -0/+3 |
| | | | | |||||
* | | | | Merge branch 'bvl-fix-count-with-selects' into 'master' | Douwe Maan | 2017-11-17 | 3 | -1/+20 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the selects when counting the last page Closes #40266 See merge request gitlab-org/gitlab-ce!15456 | ||||
| * | | | | Remove the selects when counting the last page | Bob Van Landuyt | 2017-11-17 | 3 | -1/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The last page of the first collection is only loaded into memory when it is being viewed. If it isn't loaded into memory, the `#size` call triggers a count query. This `#count` would generate an invalid query if our custom preloaded counts are included by adding a separate `as count_column` alias on top of the count aliases. Removing the selects in this case will make sure a valid `COUNT(*)` is generated. | ||||
* | | | | | Merge branch 'mk-add-user-rate-limits' into 'master' | Douwe Maan | 2017-11-17 | 17 | -140/+984 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add request rate limits Closes #30053 See merge request gitlab-org/gitlab-ce!14708 | ||||
| * | | | | | Renaming AuthenticationException to AuthenticationErrormk-add-user-rate-limits | Francisco Lopez | 2017-11-17 | 3 | -10/+10 |
| | | | | | | |||||
| * | | | | | Changes after rebase | Francisco Lopez | 2017-11-17 | 2 | -23/+6 |
| | | | | | | |||||
| * | | | | | Removing Offender | Francisco Lopez | 2017-11-17 | 1 | -1/+0 |
| | | | | | | |||||
| * | | | | | Moved Exceptions to Gitlab::Auth | Francisco Lopez | 2017-11-17 | 8 | -48/+51 |
| | | | | | | |||||
| * | | | | | Moving exceptions to UserAuthFinders | Francisco Lopez | 2017-11-17 | 6 | -49/+52 |
| | | | | | | |||||
| * | | | | | Leaving atom? query to fix tests | Francisco Lopez | 2017-11-17 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Change the rss url guard clause | Francisco Lopez | 2017-11-17 | 2 | -6/+4 |
| | | | | | | |||||
| * | | | | | Added some more comments | Francisco Lopez | 2017-11-17 | 4 | -15/+14 |
| | | | | | | |||||
| * | | | | | Removed method handle_return_value | Francisco Lopez | 2017-11-17 | 1 | -13/+8 |
| | | | | | | |||||
| * | | | | | Added UserAuthFinders spec | Francisco Lopez | 2017-11-17 | 2 | -2/+196 |
| | | | | | | |||||
| * | | | | | Added RequestAuthenticator spec | Francisco Lopez | 2017-11-17 | 1 | -0/+67 |
| | | | | | | |||||
| * | | | | | Homogenising the type of the request handled by UserAuthFinder. Also tests fixed | Francisco Lopez | 2017-11-17 | 4 | -29/+32 |
| | | | | | | |||||
| * | | | | | Applied some code review comments | Francisco Lopez | 2017-11-17 | 4 | -32/+29 |
| | | | | | | |||||
| * | | | | | Removing private token | Francisco Lopez | 2017-11-17 | 3 | -34/+16 |
| | | | | | | |||||
| * | | | | | Some fixes after rebase | Francisco Lopez | 2017-11-17 | 4 | -96/+41 |
| | | | | | | |||||
| * | | | | | Updated refactor and pushing to see if test fails | Francisco Lopez | 2017-11-17 | 3 | -44/+19 |
| | | | | | | |||||
| * | | | | | Pushing to see how this tests behaves | Francisco Lopez | 2017-11-17 | 1 | -7/+7 |
| | | | | | | |||||
| * | | | | | First refactor | Francisco Lopez | 2017-11-17 | 4 | -82/+116 |
| | | | | | | |||||
| * | | | | | Add link to discussion | Michael Kozono | 2017-11-17 | 1 | -0/+4 |
| | | | | | | |||||
| * | | | | | Remove extra attempts | Michael Kozono | 2017-11-17 | 1 | -7/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Get the tests deterministic or bust! Also, explain what the constants are doing and why. And don’t output the log message if it doesn’t apply. | ||||
| * | | | | | Dry up URLs and get args construction | Michael Kozono | 2017-11-17 | 1 | -36/+48 |
| | | | | | | |||||
| * | | | | | Prevent affecting other tests | Michael Kozono | 2017-11-17 | 1 | -4/+4 |
| | | | | | | |||||
| * | | | | | Refactor application setting management | Michael Kozono | 2017-11-17 | 1 | -41/+35 |
| | | | | | | |||||
| * | | | | | Refactor with ActionDispatch::Request | Michael Kozono | 2017-11-17 | 1 | -13/+11 |
| | | | | | | |||||
| * | | | | | Don't add methods to Rack::Attack | Michael Kozono | 2017-11-17 | 1 | -10/+12 |
| | | | | | | |||||
| * | | | | | Fix Rubocop offenses | Michael Kozono | 2017-11-17 | 1 | -13/+13 |
| | | | | | | |||||
| * | | | | | Fix OAuth API and RSS rate limiting | Michael Kozono | 2017-11-17 | 5 | -112/+244 |
| | | | | | | |||||
| * | | | | | Allow throttling code in test environment | Michael Kozono | 2017-11-17 | 2 | -21/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | This code should not break other tests because the rate limits are off by default. | ||||
| * | | | | | Add Rack::Attack throttle specs | Michael Kozono | 2017-11-17 | 1 | -0/+286 |
| | | | | | | |||||
| * | | | | | Add request throttles | Michael Kozono | 2017-11-17 | 7 | -3/+180 |
| | | | | | | |||||
| * | | | | | Add throttle application settings | Michael Kozono | 2017-11-17 | 3 | -0/+56 |
| | | | | | |