Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix error when deleting a user who has projects | Stan Hu | 2015-06-23 | 1 | -0/+24 |
| | | | | | Closes #1856 Closes https://github.com/gitlabhq/gitlabhq/issues/9394 | ||||
* | Merge branch 'rubocop-for-tests' into 'master' | Dmitriy Zaporozhets | 2015-06-23 | 85 | -491/+548 |
|\ | | | | | | | | | | | | | | | | | | | Enable rubocop for tests too cc @DouweM @rspeicher Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !862 | ||||
| * | Fix rubocop issues after merge of recent master | Dmitriy Zaporozhets | 2015-06-23 | 2 | -7/+7 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Merge branch 'master' into rubocop-for-tests | Dmitriy Zaporozhets | 2015-06-23 | 80 | -457/+521 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: spec/features/issues_spec.rb spec/models/forked_project_link_spec.rb spec/models/hooks/service_hook_spec.rb spec/models/hooks/web_hook_spec.rb spec/models/project_services/hipchat_service_spec.rb spec/requests/api/project_members_spec.rb spec/requests/api/projects_spec.rb spec/requests/api/system_hooks_spec.rb spec/services/archive_repository_service_spec.rb spec/support/matchers.rb spec/tasks/gitlab/backup_rake_spec.rb | ||||
| * | | Fix Style/NonNilCheck cop violationsrubocop-for-tests | Stan Hu | 2015-06-22 | 1 | -1/+1 |
| | | | |||||
| * | | Fix Style/IndentationWidth cop violations | Stan Hu | 2015-06-22 | 4 | -8/+8 |
| | | | |||||
| * | | Fix Style/CaseIndentation cop violations | Stan Hu | 2015-06-22 | 1 | -10/+10 |
| | | | |||||
| * | | Fix Style/AlignHash cop violations | Stan Hu | 2015-06-22 | 15 | -80/+178 |
| | | | |||||
| * | | Fix bad multi-line split from previous commit | Robert Speicher | 2015-06-22 | 1 | -1/+2 |
| | | | |||||
| * | | Fix Style/Blocks cop violations | Robert Speicher | 2015-06-22 | 34 | -213/+197 |
| | | | |||||
| * | | Fix Style/CommentIndentation cop violation | Robert Speicher | 2015-06-22 | 1 | -7/+7 |
| | | | |||||
| * | | Fix Style/HashSyntax violations | Robert Speicher | 2015-06-22 | 3 | -3/+3 |
| | | | |||||
| * | | Fix Style/Not cop violations | Robert Speicher | 2015-06-22 | 1 | -2/+2 |
| | | | |||||
| * | | Fix Style/AsciiComments cop violation | Robert Speicher | 2015-06-22 | 1 | -1/+1 |
| | | | |||||
| * | | Fix Style/SpaceInsideHashLiteralBraces cop violations | Robert Speicher | 2015-06-22 | 18 | -45/+45 |
| | | | | | | | | | | | | These fixes were performed automatically by Rubocop's `-a` flag. | ||||
| * | | Fix Style/TrailingBlankLines cop violations | Robert Speicher | 2015-06-22 | 12 | -26/+1 |
| | | | |||||
| * | | Fix Style/IndentationConsistency cop violations | Robert Speicher | 2015-06-22 | 3 | -7/+5 |
| | | | |||||
| * | | Fix part of api specs for rubocop | Dmitriy Zaporozhets | 2015-06-22 | 4 | -84/+84 |
| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | Remove unnecessary whitespace between let and ( | Dmitriy Zaporozhets | 2015-06-22 | 7 | -19/+19 |
| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | | Merge branch 'rs-dev-issue-2414' into 'master' | Dmitriy Zaporozhets | 2015-06-23 | 2 | -36/+78 |
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | Allow Admin to filter users by 2FA status >  Closes internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2414 See merge request !852 | ||||
| * | | Use alias_attribute to define User#two_factor_enabledrs-dev-issue-2414 | Robert Speicher | 2015-06-22 | 1 | -24/+0 |
| | | | |||||
| * | | Make default value for otp_required_for_login false instead of null | Robert Speicher | 2015-06-20 | 1 | -2/+2 |
| | | | |||||
| * | | Allow Admin to filter users by 2FA status | Robert Speicher | 2015-06-19 | 2 | -10/+76 |
| | | | |||||
* | | | Merge branch 'fix-project-icon-links' into 'master' | Dmitriy Zaporozhets | 2015-06-23 | 2 | -8/+8 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix avatar tests to use banana_sample.gif Fixes tests that were broken in f5e0e5c0 due to the purge of `gitlab_logo.png`. See merge request !866 | ||||
| * | | | Fix avatar tests to use banana_sample.gif since SVG is not supported | Stan Hu | 2015-06-22 | 2 | -8/+8 |
| | | | | |||||
* | | | | Merge branch 'revert-mr-state-names' | Dmitriy Zaporozhets | 2015-06-22 | 1 | -3/+2 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: features/steps/project/merge_requests.rb | ||||
| * | | | Merge requests API returns closed for closed and merged for merged.revert-mr-state-names | Dmitriy Zaporozhets | 2015-06-22 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | | | Merge branch 'rs-rspec3' into 'master' | Dmitriy Zaporozhets | 2015-06-22 | 82 | -452/+516 |
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | RSpec3 Upgrades rspec to 3.3.0, we're now up-to-date! :tada: See merge request !831 | ||||
| * | | | Fix Gitlab::OAuth::User specrs-rspec3 | Robert Speicher | 2015-06-22 | 1 | -37/+48 |
| | | | | |||||
| * | | | Add sleep call before yield in allowing_for_delay | Robert Speicher | 2015-06-22 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | This is to give pending AJAX requests time to complete before we navigate away, for example. | ||||
| * | | | Change `to_not` calls to `not_to` | Robert Speicher | 2015-06-22 | 13 | -25/+25 |
| | | | | | | | | | | | | | | | | Both work, but now we're consistent across the entire app. | ||||
| * | | | Fix `raise_error` without an argument deprecation warnings | Robert Speicher | 2015-06-22 | 8 | -16/+16 |
| | | | | |||||
| * | | | Remove junk from db_cleaner spec support file | Robert Speicher | 2015-06-22 | 1 | -29/+0 |
| | | | | |||||
| * | | | Move CapybaraHelpers to its own support file | Robert Speicher | 2015-06-22 | 2 | -33/+32 |
| | | | | | | | | | | | | | | | | In case we end up wanting to use it in Spinach as well. | ||||
| * | | | Fix GitPushService spec | Robert Speicher | 2015-06-22 | 1 | -4/+6 |
| | | | | |||||
| * | | | Replace remaining references to `Note.create_cross_reference_note` | Robert Speicher | 2015-06-22 | 4 | -12/+12 |
| | | | | |||||
| * | | | Use to_reference for issue and merge request mentionable specs | Robert Speicher | 2015-06-22 | 2 | -4/+4 |
| | | | | |||||
| * | | | Update spec/features/security specs | Robert Speicher | 2015-06-22 | 2 | -43/+26 |
| | | | | |||||
| * | | | Update email_spec gem | Robert Speicher | 2015-06-22 | 2 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | This fixes spec/mailers/notify_spec Also only require email_spec in the one place it's used | ||||
| * | | | Update mock and stub syntax for specs | Robert Speicher | 2015-06-22 | 46 | -216/+268 |
| | | | | |||||
| * | | | Update and simplify Import controller specs | Robert Speicher | 2015-06-22 | 6 | -36/+75 |
| | | | | |||||
| * | | | Fix include_module matcher | Robert Speicher | 2015-06-22 | 1 | -1/+5 |
| | | | | |||||
| * | | | Fix features syntax | Robert Speicher | 2015-06-22 | 1 | -1/+1 |
| | | | | |||||
| * | | | Started on the actual rspec 3 upgrade | Jeroen van Baarsen | 2015-06-22 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
* | | | | Merge branch 'rs-remove-link-to-override' | Dmitriy Zaporozhets | 2015-06-22 | 1 | -37/+0 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: spec/helpers/application_helper_spec.rb | ||||
| * | | | Remove overridden `link_to` helperrs-remove-link-to-override | Robert Speicher | 2015-06-17 | 1 | -37/+0 |
| | | | | | | | | | | | | | | | | The purpose for this override is now handled by `ExternalLinkFilter`. | ||||
* | | | | Merge branch 'rs-dev-issue-2355' into 'master' | Dmitriy Zaporozhets | 2015-06-22 | 5 | -15/+242 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MergeRequest#show performance improvements This is a first pass on improving the performance of the `MergeRequests#show` page. Notable changes: - The "Commits" tab is loaded lazily, so the initial page load should be much faster for MRs with many commits. - Relative timestamps via `timeago` are only initialized once per load instead of `O(n^2)`. This greatly improves frontend rendering times for a large number of commits. - Refactored `User.find_for_commit` to use a single ARel-generated SQL query instead of the old method which resulted in one query, and could result in up to three. See merge request !838 | ||||
| * | | | | Add MergeRequestTabs specsrs-dev-issue-2355 | Robert Speicher | 2015-06-21 | 2 | -0/+104 |
| | | | | | |||||
| * | | | | Fix timezone-based time_ago_with_tooltip spec failures | Robert Speicher | 2015-06-19 | 1 | -4/+5 |
| | | | | | |||||
| * | | | | Load the Merge Request > Commits tab lazily | Robert Speicher | 2015-06-17 | 1 | -15/+64 |
| | | | | |