Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove redundant integration tests | Robert Speicher | 2016-03-07 | 1 | -7/+0 |
| | | | | | | | | | | These three tests were essentially checking that adding a note to something updated its `noteable`'s `updated_at` attribute. This is well-tested Rails behavior and we shouldn't feel the need to write an integration test to verify it. At most we should be ensuring that the association definition adds the `touch: true` option, which we now do in Note's unit test. | ||||
* | Indicate how much an MR branch diverges from the target branch | Pierre de La Morinerie | 2016-03-03 | 1 | -0/+8 |
| | |||||
* | Tests: extract a merge_request_path helper | Pierre de La Morinerie | 2016-03-03 | 1 | -4/+7 |
| | |||||
* | Add click to tab steps | Alfredo Sumaran | 2016-03-01 | 1 | -0/+16 |
| | |||||
* | Branded login page also in CE11489-branded-appearance-to-ce | Zeger-Jan van de Weg | 2016-02-26 | 1 | -0/+8 |
| | | | | | The only major difference with the EE version is the change from a light and dark logo to only a header logo The dark logo wasn't used anyway, so it seemed to make sense to me to rename the field to the actual function of it | ||||
* | Merge remote-tracking branch 'origin/Baertierchen/gitlab-ce-showTestCoverage' | Dmitriy Zaporozhets | 2016-02-25 | 1 | -1/+5 |
|\ | |||||
| * | Add a spec for coverage indicator in project's builds listBaertierchen/gitlab-ce-showTestCoverage | Rémy Coutable | 2016-02-22 | 1 | -1/+5 |
| | | |||||
* | | Users don't get instructions to push to other users empty projects | Phil Hughes | 2016-02-22 | 1 | -0/+4 |
|/ | | | | Fixes #12518 | ||||
* | Rename Tasks to Todos | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -2/+2 |
| | |||||
* | Add feature spec for task queue list page | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -0/+4 |
| | |||||
* | Add feature specs for build erase button | Grzegorz Bizon | 2016-02-19 | 1 | -0/+4 |
| | |||||
* | Add ability to see and sort on vote count from Issues and MR listssee-and-sort-on-vote-count-mr-issues | Douglas Barbosa Alexandre | 2016-02-17 | 1 | -0/+16 |
| | |||||
* | Fix the "x of y" displayed at the top of Issuables' sidebarfix/13356-issuable-index-of-total-in-sidebar | Rémy Coutable | 2016-02-15 | 1 | -0/+24 |
| | | | | | | | | 1. We now display the index of the current issuable among all its project's issuables, of the same type and with the same state. 2. Also, refactored a bit the Issuable helpers into a new IssuablesHelper module. 3. Added acceptance specs for the sidebar counter. | ||||
* | Parse XML instead of HTML in tests for a SVG build badgefix/ci-build-status-badge | Grzegorz Bizon | 2016-02-11 | 1 | -2/+2 |
| | |||||
* | Improve build badge tests, add another test case | Grzegorz Bizon | 2016-02-11 | 1 | -0/+4 |
| | |||||
* | Add feature tests for builds status badge | Grzegorz Bizon | 2016-02-11 | 1 | -2/+10 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into ci-permissions | Kamil Trzcinski | 2016-02-04 | 1 | -0/+4 |
|\ | | | | | | | | | # Conflicts: # app/views/projects/builds/index.html.haml | ||||
| * | Support Akismet spam checking for creation of issues via API | Stan Hu | 2016-02-02 | 1 | -0/+4 |
| | | | | | | | | | | | | | | Currently any spam detected by Akismet by non-members via API will be logged in a separate table in the admin page. Closes #5612 | ||||
* | | Add behaviour tests for build permissions | Kamil Trzcinski | 2016-02-04 | 2 | -0/+21 |
| | | |||||
* | | Rename allow_guest_to_access_builds to public_builds | Kamil Trzcinski | 2016-02-04 | 1 | -0/+8 |
|/ | |||||
* | Merge branch 'master' into issue_5546 | Rubén Dávila | 2016-01-22 | 1 | -6/+6 |
|\ | |||||
| * | Fix failing specsfix-comment-on-diff-ajax-loading | Rémy Coutable | 2016-01-21 | 1 | -6/+6 |
| | | |||||
* | | Little refactor plus some specs. | Rubén Dávila | 2016-01-21 | 1 | -0/+13 |
|/ | |||||
* | Merge branch 'issue_3749' into 'master' | Douwe Maan | 2016-01-20 | 1 | -0/+7 |
|\ | | | | | | | | | | | | | Update Issues/MRs updated_at field when notes are generated Closes #3749 and #9130 See merge request !2493 | ||||
| * | Update Issues/MRs updated_at when user leaves comments. | Rubén Dávila | 2016-01-18 | 1 | -0/+7 |
| | | |||||
* | | Add specs for CI Lint button exposed on a builds page | Grzegorz Bizon | 2016-01-17 | 1 | -1/+5 |
|/ | |||||
* | Add feature tests for permissions for build artifacts read abilityfeature/allow-artifacts-for-reporters | Grzegorz Bizon | 2016-01-15 | 2 | -3/+28 |
| | |||||
* | Merge branch 'remove-gray-bg' | Dmitriy Zaporozhets | 2016-01-14 | 1 | -2/+2 |
|\ | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Fix tests | Dmitriy Zaporozhets | 2016-01-13 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Add spinach feature specs for build artifacts browser | Grzegorz Bizon | 2016-01-14 | 1 | -0/+12 |
| | | |||||
* | | Add basic spinach tests for project builds | Grzegorz Bizon | 2016-01-14 | 1 | -0/+16 |
| | | |||||
* | | Fix specs and rubocop warningsfix/private-references | Rémy Coutable | 2016-01-14 | 1 | -1/+1 |
| | | |||||
* | | Improve & adds specs for Issue/MR references | Rémy Coutable | 2016-01-13 | 3 | -22/+164 |
| | | | | | | | | | | - Improve specs for private Issue/MR referenced in public Issue - Add specs for private Issue/MR referenced in public MR | ||||
* | | Show referenced MRs & Issues only when the current viewer can access them | Rémy Coutable | 2016-01-13 | 2 | -0/+13 |
|/ | |||||
* | Merge branch 'master' of github.com:gitlabhq/gitlabhq | Jacob Vosmaer | 2016-01-07 | 1 | -0/+4 |
| | |||||
* | Upgrade Poltergeist to 1.8.1. #4131issue_4131 | Rubén Dávila | 2015-12-17 | 1 | -1/+1 |
| | |||||
* | Fixed Rubocop offenses | Gabriel Mazetto | 2015-12-15 | 1 | -4/+4 |
| | |||||
* | Migrate CI::Project to Project | Kamil Trzcinski | 2015-12-11 | 1 | -1/+1 |
| | |||||
* | Merge branch 'move-network' | Dmitriy Zaporozhets | 2015-12-09 | 1 | -4/+4 |
|\ | |||||
| * | Fix test for network shortcutmove-network | Dmitriy Zaporozhets | 2015-12-09 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Move Network page from separate tab to sub tab of Commits | Dmitriy Zaporozhets | 2015-12-09 | 1 | -4/+0 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Simplify shared User SSH key steps | Robert Speicher | 2015-12-09 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'default_clone_protocol_based_on_user_keys' into 'master' | Robert Speicher | 2015-12-09 | 1 | -0/+8 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | When rendering the clone page, check user profile to decide default clone protocol If the user has uploaded SSH-keys, use SSH; otherwise, use http(s). Closes #3504. See merge request !1998 | ||||
| * \ | Merge branch 'master' into default_clone_protocol_based_on_user_keys | Eirik Lygre | 2015-12-09 | 1 | -0/+17 |
| |\ \ | | |/ | |||||
| * | | Move ssh-key steps into SharedUser. Change references in "Explore Projects" ↵ | Eirik Lygre | 2015-12-09 | 1 | -0/+8 |
| | | | | | | | | | | | | feature. Apply ssh-key requirement to "Project Create" feature. | ||||
* | | | Merge branch 'master' into fix-admin-should-be-able-to-add-himself-to-group | Douglas Barbosa Alexandre | 2015-12-08 | 1 | -0/+17 |
|\ \ \ | | |/ | |/| | |||||
| * | | Add feature test for emoji-only diff notes | Grzegorz Bizon | 2015-12-03 | 1 | -0/+17 |
| |/ | | | | | | | This specs is related to bug described in #3734 (award-emojis). | ||||
* | | Signed in admin should be able to add/remove himself to a group | Douglas Barbosa Alexandre | 2015-12-01 | 1 | -0/+4 |
|/ | |||||
* | Split group feature tests | Dmitriy Zaporozhets | 2015-11-25 | 2 | -0/+8 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Create milestones in the group | Dmitriy Zaporozhets | 2015-11-16 | 1 | -0/+4 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> |