Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Fix ci commits features specs | Dmitriy Zaporozhets | 2015-09-11 | 1 | -6/+9 | |
| | | | ||||||
| * | | Fix build features specs | Dmitriy Zaporozhets | 2015-09-11 | 1 | -38/+41 | |
| | | | ||||||
| * | | Convert ci features specs to v3 | Dmitriy Zaporozhets | 2015-09-10 | 12 | -84/+84 | |
| | | | ||||||
| * | | Merge branch 'master' into ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-g | Dmitriy Zaporozhets | 2015-09-09 | 2 | -8/+4 | |
| |\ \ | | |/ | ||||||
| * | | Refactor CI tests | Dmitriy Zaporozhets | 2015-09-09 | 12 | -0/+551 | |
| | | | ||||||
* | | | Add post_process method to Gitlab::Markdown | Robert Speicher | 2015-09-01 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | Make sure the `gfm` helper passes the required options | Robert Speicher | 2015-08-31 | 1 | -1/+1 | |
| | | | | | | | | This adds some duplication, but this helper is temporary. | |||||
* | | Decouple Gitlab::Markdown from the GitlabMarkdownHelper | Robert Speicher | 2015-08-27 | 1 | -1/+1 | |
| | | | | | | | | | | This module is now the sole source of knowledge for *how* we render Markdown (and GFM). | |||||
* | | Fix failing spec | Robert Speicher | 2015-08-25 | 1 | -2/+2 | |
| | | ||||||
* | | Remove user_color_scheme_class | Robert Speicher | 2015-08-25 | 1 | -4/+0 | |
|/ | | | | | | | | | Instead of rendering this value server-side, we use Javascript and Gon to apply the user's color scheme (or the default) to any syntax highlighted code blocks. This will make it easier to cache these blocks in the future because they're no longer state-dependent. | |||||
* | Remove the `gfm_with_options` helperrs-remove-gfm_with_options | Robert Speicher | 2015-08-12 | 1 | -2/+2 | |
| | | | | It was redundant because `gfm` also took options. | |||||
* | Fix spec | Douwe Maan | 2015-08-06 | 1 | -2/+2 | |
| | ||||||
* | Fix setup/teardown for Markdown feature specrs-markdown-feature-pipelines | Robert Speicher | 2015-07-29 | 1 | -16/+9 | |
| | | | | Prior, CI seemed to be freezing after running these specs. | |||||
* | Update Markdown feature to allow for multiple pipelines | Robert Speicher | 2015-07-28 | 1 | -163/+53 | |
| | ||||||
* | Move MarkdownFeature to its own support file | Robert Speicher | 2015-07-28 | 1 | -115/+0 | |
| | | | | | This file's about to get much bigger and this removes some of the extra noise. | |||||
* | Break up SanitizationFilter feature specs | Robert Speicher | 2015-07-28 | 1 | -16/+37 | |
| | ||||||
* | Use aggregate_failures where appropriate | Robert Speicher | 2015-07-28 | 1 | -34/+53 | |
| | ||||||
* | Minor Markdown feature spec reorganization | Robert Speicher | 2015-07-28 | 1 | -46/+47 | |
| | ||||||
* | Simplify AutolinkFilter specs | Robert Speicher | 2015-07-28 | 1 | -16/+12 | |
| | ||||||
* | Change before(:all) -> let! to avoid leaking data across tests | Stan Hu | 2015-07-28 | 1 | -15/+15 | |
| | | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9495 | |||||
* | Move spec/features/admin/security_spec to spec/features/securityrs-security-spec-speed | Robert Speicher | 2015-07-22 | 1 | -0/+2 | |
| | ||||||
* | Consolidate group access specs into one file | Robert Speicher | 2015-07-22 | 5 | -353/+284 | |
| | ||||||
* | Remove redundant Profile access test cases | Robert Speicher | 2015-07-22 | 1 | -9/+0 | |
| | | | | | | The user being created was no different than what `be_allowed_for` was doing behind the scenes so we were essentially testing all user-level accesses twice. | |||||
* | Remove be_not_found_for matcher | Robert Speicher | 2015-07-22 | 1 | -5/+0 | |
| | | | | It was only used in one test, and the test was kind of redundant. | |||||
* | Move access-related matchers to their own module | Robert Speicher | 2015-07-22 | 9 | -1/+18 | |
| | ||||||
* | Add a button to Admin::Users#show to disable 2FA for that userrs-disable-2fa-by-admin | Robert Speicher | 2015-07-10 | 1 | -0/+33 | |
| | ||||||
* | Improve features to ensure Ajax filter has actually executedrs-dev-issue-2372 | Stan Hu | 2015-07-08 | 2 | -6/+10 | |
| | ||||||
* | Remove "mystery guest" from Milestone filtering features | Robert Speicher | 2015-07-08 | 2 | -26/+18 | |
| | ||||||
* | Use stub_application_setting in a few more specs | Robert Speicher | 2015-07-06 | 1 | -4/+2 | |
| | | | | | These specs also failed when run by themselves before this change, so we've likely got some kind of cross-test contamination going on. | |||||
* | Add `feature` tag to feature specs | Robert Speicher | 2015-07-06 | 10 | -11/+11 | |
| | | | | | Not to be confused with the RSpec `type: :feature` tag, this tag is used by the `spec:feature` Rake task for filtering/grouping specs. | |||||
* | Rename NoMilestone to Milestone::None | Robert Speicher | 2015-07-06 | 2 | -2/+2 | |
| | | | | Also refactors IssuableFinder to avoid redundant title check. | |||||
* | Remove duplicate feature spec for filtering issues by no milestone | Robert Speicher | 2015-07-06 | 1 | -16/+0 | |
| | ||||||
* | Allow user to filter by Issues/Merge Requests without a Milestone | Robert Speicher | 2015-07-06 | 2 | -0/+76 | |
| | ||||||
* | Audit log for user authentication | Valery Sizov | 2015-07-06 | 1 | -2/+2 | |
| | ||||||
* | Reporter role can manage issue tracker nowreporter-manage-issues | Dmitriy Zaporozhets | 2015-06-30 | 3 | -0/+36 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Merge branch 'rs-issue-1887' into 'master' | Dmitriy Zaporozhets | 2015-06-26 | 1 | -3/+2 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | Reorder MergeRequestTabs constructor The tab was being activated before we set the `[commits|diffs]Loaded` variable, so even when the `/diffs` route is accessed directly, like from the "Side-by-side" link, the tab was being loaded from its default source. Fixes #1887 See merge request !892 | |||||
| * | Fix merge request diff featuresrs-issue-1887 | Robert Speicher | 2015-06-25 | 1 | -3/+2 | |
| | | ||||||
* | | Update tests and use js-issuable class for context form | Dmitriy Zaporozhets | 2015-06-26 | 2 | -5/+5 | |
|/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Merge branch 'rubocop-for-tests' into 'master' | Dmitriy Zaporozhets | 2015-06-23 | 4 | -18/+22 | |
|\ | | | | | | | | | | | | | | | | | | | Enable rubocop for tests too cc @DouweM @rspeicher Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !862 | |||||
| * | Merge branch 'master' into rubocop-for-tests | Dmitriy Zaporozhets | 2015-06-23 | 4 | -5/+8 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/AlignHash cop violations | Stan Hu | 2015-06-22 | 1 | -6/+13 | |
| | | | ||||||
| * | | Fix Style/Blocks cop violations | Robert Speicher | 2015-06-22 | 1 | -3/+1 | |
| | | | ||||||
| * | | Fix Style/CommentIndentation cop violation | Robert Speicher | 2015-06-22 | 1 | -7/+7 | |
| | | | ||||||
| * | | Fix Style/HashSyntax violations | Robert Speicher | 2015-06-22 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix Style/TrailingBlankLines cop violations | Robert Speicher | 2015-06-22 | 1 | -1/+0 | |
| | | | ||||||
* | | | Merge branch 'rs-dev-issue-2414' into 'master' | Dmitriy Zaporozhets | 2015-06-23 | 1 | -0/+40 | |
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | Allow Admin to filter users by 2FA status >  Closes internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2414 See merge request !852 | |||||
| * | | Allow Admin to filter users by 2FA status | Robert Speicher | 2015-06-19 | 1 | -0/+40 | |
| |/ | ||||||
* | | Change `to_not` calls to `not_to` | Robert Speicher | 2015-06-22 | 1 | -1/+1 | |
| | | | | | | | | Both work, but now we're consistent across the entire app. | |||||
* | | Update spec/features/security specs | Robert Speicher | 2015-06-22 | 1 | -1/+1 | |
| | | ||||||
* | | Update mock and stub syntax for specs | Robert Speicher | 2015-06-22 | 2 | -3/+6 | |
| | |