summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Renaming AuthenticationException to AuthenticationErrormk-add-user-rate-limitsFrancisco Lopez2017-11-173-10/+10
|
* Changes after rebaseFrancisco Lopez2017-11-172-23/+6
|
* Removing OffenderFrancisco Lopez2017-11-171-1/+0
|
* Moved Exceptions to Gitlab::AuthFrancisco Lopez2017-11-178-48/+51
|
* Moving exceptions to UserAuthFindersFrancisco Lopez2017-11-176-49/+52
|
* Leaving atom? query to fix testsFrancisco Lopez2017-11-171-1/+1
|
* Change the rss url guard clauseFrancisco Lopez2017-11-172-6/+4
|
* Added some more commentsFrancisco Lopez2017-11-174-15/+14
|
* Removed method handle_return_valueFrancisco Lopez2017-11-171-13/+8
|
* Added UserAuthFinders specFrancisco Lopez2017-11-172-2/+196
|
* Added RequestAuthenticator specFrancisco Lopez2017-11-171-0/+67
|
* Homogenising the type of the request handled by UserAuthFinder. Also tests fixedFrancisco Lopez2017-11-174-29/+32
|
* Applied some code review commentsFrancisco Lopez2017-11-174-32/+29
|
* Removing private tokenFrancisco Lopez2017-11-173-34/+16
|
* Some fixes after rebaseFrancisco Lopez2017-11-174-96/+41
|
* Updated refactor and pushing to see if test failsFrancisco Lopez2017-11-173-44/+19
|
* Pushing to see how this tests behavesFrancisco Lopez2017-11-171-7/+7
|
* First refactorFrancisco Lopez2017-11-174-82/+116
|
* Add link to discussionMichael Kozono2017-11-171-0/+4
|
* Remove extra attemptsMichael Kozono2017-11-171-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 constructionMichael Kozono2017-11-171-36/+48
|
* Prevent affecting other testsMichael Kozono2017-11-171-4/+4
|
* Refactor application setting managementMichael Kozono2017-11-171-41/+35
|
* Refactor with ActionDispatch::RequestMichael Kozono2017-11-171-13/+11
|
* Don't add methods to Rack::AttackMichael Kozono2017-11-171-10/+12
|
* Fix Rubocop offensesMichael Kozono2017-11-171-13/+13
|
* Fix OAuth API and RSS rate limitingMichael Kozono2017-11-175-112/+244
|
* Allow throttling code in test environmentMichael Kozono2017-11-172-21/+14
| | | | This code should not break other tests because the rate limits are off by default.
* Add Rack::Attack throttle specsMichael Kozono2017-11-171-0/+286
|
* Add request throttlesMichael Kozono2017-11-177-3/+180
|
* Add throttle application settingsMichael Kozono2017-11-173-0/+56
|
* Merge branch 'fix/sm/fix-condeclimate-version' into 'master'Winnie Hellmann2017-11-171-1/+1
|\ | | | | | | | | Set 0.69.0 instead of latest for codeclimate image See merge request gitlab-org/gitlab-ce!15445
| * Set 0.69.0 instead of latest for codeclimate imageShinya Maeda2017-11-171-1/+1
|/
* Merge branch 'docs/refactor-cluster' into 'master'Marcia Ramos2017-11-162-33/+47
|\ | | | | | | | | | | | | Refactor Cluster docs Closes #39952 See merge request gitlab-org/gitlab-ce!15418
| * Move installation of apps higherdocs/refactor-clusterAchilleas Pipinellis2017-11-161-12/+13
| |
| * Change to Google Kubernetes Cluster and add internal linksAchilleas Pipinellis2017-11-161-9/+9
| |
| * Add Ingress description from official docsAchilleas Pipinellis2017-11-161-1/+1
| |
| * Add info on creating your own k8s cluster from the cluster pageAchilleas Pipinellis2017-11-161-21/+32
| |
| * Add info about the installed apps in the Cluster docsAchilleas Pipinellis2017-11-162-10/+12
| |
* | Update database_debugging.mdMichael Kozono2017-11-161-4/+3
|/
* Merge branch ↵Tim Zallmann2017-11-169-60/+96
|\ | | | | | | | | | | | | | | | | '37508-lock-confidential-issuable-sidebar-custom-svg-icons-iteration' into 'master' Resolve "lock/confidential issuable sidebar custom svg icons iteration" Closes #37508 See merge request gitlab-org/gitlab-ce!15372
| * Resolve "lock/confidential issuable sidebar custom svg icons iteration"Luke "Jared" Bennett2017-11-169-60/+96
|/
* Merge branch 'bvl-isolate-fork-network-background-migrations' into 'master'Rémy Coutable2017-11-161-11/+11
|\ | | | | | | | | Isolate the fork network background migrations See merge request gitlab-org/gitlab-ce!15393
| * Isolate the fork network background migrationsbvl-isolate-fork-network-background-migrationsBob Van Landuyt2017-11-151-11/+11
| | | | | | | | | | | | | | | | Before the `PopulateForkNetworksRange` spec would also call the `CreateForkNetworkMemberships` which we would count on in the spec. With this, I'm isolating that, and counting only records created in this particular migration instead.
* | Merge branch 'cache-user-keys-count' into 'master'Douwe Maan2017-11-1613-29/+262
|\ \ | | | | | | | | | | | | Cache the number of user SSH keys See merge request gitlab-org/gitlab-ce!15401
| * | Cache the number of user SSH keyscache-user-keys-countYorick Peterse2017-11-1613-29/+262
| | | | | | | | | | | | | | | | | | | | | | | | | | | By caching the number of personal SSH keys we reduce the number of queries necessary on pages such as ProjectsController#show (which can end up querying this data multiple times). The cache is refreshed/flushed whenever an SSH key is added, removed, or when a user is removed.
* | | Merge branch 'brand_header_change' into 'master'Annabel Dunstone Gray2017-11-164-2/+14
|\ \ \ | | | | | | | | | | | | | | | | When a custom header logo is present, don't show GitLab type logo See merge request gitlab-org/gitlab-ce!15410
| * | | When a custom header logo is present, don't show GitLab type logoDrew Blessing2017-11-154-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the new navigation header, when a user uploads a custom header logo GitLab will still show the 'GitLab' type logo. This is often undesirable as the user may want to upload a logo with their own name present. This change will toggle the GitLab type logo if a custom header logo is present.
* | | | Merge branch 'dm-notes-actions-noteable-for-update' into 'master'Sean McGivern2017-11-164-3/+36
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure NotesActions#noteable returns a Noteable in the update action Closes #40208 See merge request gitlab-org/gitlab-ce!15421
| * | | | Make sure NotesActions#noteable returns a Noteable in the update actiondm-notes-actions-noteable-for-updateDouwe Maan2017-11-164-3/+36
| |/ / /