Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-16Fixed testsPhil Hughes
2016-04-14Update click_diff_lineAnnabel Dunstone
2016-04-13Load related MRs/branches asynchronouslyYorick Peterse
Currently this works by loading the HAML partials via XHR. While this is not the nicest setup it _is_ the easiest setup using the tools we currently have. Loading this data asynchronously doesn't make loading the related MRs/branches itself faster, it merely ensures that loading the issue itself is not slowed down. Fixes gitlab-org/gitlab-ce#14949
2016-04-08Diff design updatesAnnabel Dunstone
2016-04-08Update diff_comments testsAnnabel Dunstone
2016-04-08Revert "Merge branch 'new-navigation-prototype' into 'master'"Jacob Schatz
This reverts merge request !3494
2016-04-04Updated testsPhil Hughes
2016-04-04Commits comment test updatePhil Hughes
2016-04-04Tests updatePhil Hughes
2016-04-01Fix some active tab tests that are broken because of 2 level sidebarDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-15Merge branch 'fix/13928-wrong-iid-of-max-iid' into 'master' Douwe Maan
Fixes "iid of max iid" in Issuable sidebar for merged MR Fixes #13928. See merge request !3046
2016-03-14Cleanup CiCommit and CiBuildKamil Trzcinski
- Remove all view related methods from Ci::Build and CommitStatus - Remove unused Ci::Commit and Ci::Build methods - Use polymorphism to render different types of CommitStatus
2016-03-11Merge branch 'group-activity-separate-tab' into 'master' Robert Speicher
Move group activity feed to separate page for consistency with dashboard and project pages Fixes #14161. Part of #13480 See merge request !3157
2016-03-11Merge branch 'comment-discard-button' into 'master' Jacob Schatz
Added discard button to comment form Also changed the labels on the buttons to better match the action they are completing. Closes #8057 See merge request !3085
2016-03-10Move group activity feed to separate page for consistency with dashboard and ↵Dmitriy Zaporozhets
project pages Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-08Fixes "iid of max iid" in Issuable sidebar for merged MRRémy Coutable
Fixes #13928
2016-03-07Remove redundant integration testsRobert Speicher
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.
2016-03-04Updated testsPhil Hughes
2016-03-03Indicate how much an MR branch diverges from the target branchPierre de La Morinerie
2016-03-03Tests: extract a merge_request_path helperPierre de La Morinerie
2016-03-02Add click to tab stepsAlfredo Sumaran
2016-02-26Branded login page also in CEZeger-Jan van de Weg
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
2016-02-25Merge remote-tracking branch 'origin/Baertierchen/gitlab-ce-showTestCoverage'Dmitriy Zaporozhets
2016-02-22Add a spec for coverage indicator in project's builds listRémy Coutable
2016-02-22Users don't get instructions to push to other users empty projectsPhil Hughes
Fixes #12518
2016-02-20Rename Tasks to TodosDouglas Barbosa Alexandre
2016-02-20Add feature spec for task queue list pageDouglas Barbosa Alexandre
2016-02-19Add feature specs for build erase buttonGrzegorz Bizon
2016-02-17Add ability to see and sort on vote count from Issues and MR listsDouglas Barbosa Alexandre
2016-02-15Fix the "x of y" displayed at the top of Issuables' sidebarRémy Coutable
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.
2016-02-11Parse XML instead of HTML in tests for a SVG build badgeGrzegorz Bizon
2016-02-11Improve build badge tests, add another test caseGrzegorz Bizon
2016-02-11Add feature tests for builds status badgeGrzegorz Bizon
2016-02-04Merge remote-tracking branch 'origin/master' into ci-permissionsKamil Trzcinski
# Conflicts: # app/views/projects/builds/index.html.haml
2016-02-04Add behaviour tests for build permissionsKamil Trzcinski
2016-02-04Rename allow_guest_to_access_builds to public_buildsKamil Trzcinski
2016-02-02Support Akismet spam checking for creation of issues via APIStan Hu
Currently any spam detected by Akismet by non-members via API will be logged in a separate table in the admin page. Closes #5612
2016-01-23Merge branch 'master' into issue_5546Rubén Dávila
2016-01-21Little refactor plus some specs.Rubén Dávila
2016-01-21Fix failing specsRémy Coutable
2016-01-20Merge branch 'issue_3749' into 'master' Douwe Maan
Update Issues/MRs updated_at field when notes are generated Closes #3749 and #9130 See merge request !2493
2016-01-19Update Issues/MRs updated_at when user leaves comments.Rubén Dávila
2016-01-17Add specs for CI Lint button exposed on a builds pageGrzegorz Bizon
2016-01-15Add feature tests for permissions for build artifacts read abilityGrzegorz Bizon
2016-01-14Merge branch 'remove-gray-bg'Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-01-14Add spinach feature specs for build artifacts browserGrzegorz Bizon
2016-01-14Add basic spinach tests for project buildsGrzegorz Bizon
2016-01-14Fix specs and rubocop warningsRémy Coutable
2016-01-13Fix testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-01-13Improve & adds specs for Issue/MR referencesRémy Coutable
- Improve specs for private Issue/MR referenced in public Issue - Add specs for private Issue/MR referenced in public MR