| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Don't repeat labels listed on Labels tab.issue_13621 | Rubén Dávila | 2016-02-22 | 1 | -0/+6 |
| | | |||||
| * | Merge branch 'issue_3276' into 'master' | Jacob Schatz | 2016-02-19 | 1 | -0/+53 |
| |\ | | | | | | | | | | | | | Labels should be visible in milestone view Closes #3276 See merge request !2599 | ||||
| | * | Add specs. | Rubén Dávila | 2016-02-02 | 1 | -0/+53 |
| | | | |||||
| * | | Add some spinach specs | Rubén Dávila | 2016-02-19 | 2 | -0/+96 |
| | | | |||||
| * | | And CI API endpoint where user can erase a build | Grzegorz Bizon | 2016-02-19 | 1 | -1/+3 |
| | | | |||||
| * | | Create method that checks if build has been erased | Grzegorz Bizon | 2016-02-19 | 1 | -1/+1 |
| | | | | | | | | | + minor improvements | ||||
| * | | Show information indicating that build has been erased | Grzegorz Bizon | 2016-02-19 | 1 | -0/+4 |
| | | | |||||
| * | | Add feature specs for build erase button | Grzegorz Bizon | 2016-02-19 | 2 | -0/+18 |
| | | | |||||
| * | | Merge branch 'fix/project-forks-page' into 'master' | Douwe Maan | 2016-02-19 | 1 | -0/+6 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | workaround for forks with an invalid repo Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/13465 The error occurs when a project returns a `nil` commit for a variety of reasons, I assume the repository is corrupt - perhaps as a result of a failed fork. With this MR, we do not show forks with corrupted repos in the list of forks, as this does not seem to work anyway. A better solution is to fix the cause of the issue and/or any data integrity problem... Also fixing Sentry issue: 1180 `undefined method 'already_forked?' for nil:NilClass ` See merge request !2836 | ||||
| | * | | updated fix based on MR feedback | James Lopez | 2016-02-17 | 1 | -5/+0 |
| | | | | |||||
| | * | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵ | James Lopez | 2016-02-17 | 3 | -0/+31 |
| | |\ \ | | | | | | | | | | | | | fix/project-forks-page | ||||
| | * | | | workaround for forks with an invalid repo - avoid showing them in the list | James Lopez | 2016-02-16 | 1 | -0/+11 |
| | | | | | |||||
| * | | | | 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 | 3 | -0/+123 |
| | |/ / |/| | | |||||
| * | | | sporadic spec fixspec_fix | Valery Sizov | 2016-02-16 | 1 | -0/+2 |
| | | | | |||||
| * | | | 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 | 2 | -0/+29 |
| |/ / | | | | | | | | | | | | | | | 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. | ||||
| * | | Add spinach tests for award emojifix-me-me-me-me | Stan Hu | 2016-02-13 | 1 | -0/+26 |
| | | | |||||
| * | | Parse XML instead of HTML in tests for a SVG build badgefix/ci-build-status-badge | Grzegorz Bizon | 2016-02-11 | 2 | -3/+3 |
| | | | |||||
| * | | Move build badge specs to badges directory | Grzegorz Bizon | 2016-02-11 | 1 | -5/+2 |
| | | | |||||
| * | | Move builds badge implementation to new badges controller | Grzegorz Bizon | 2016-02-11 | 1 | -1/+1 |
| | | | |||||
| * | | Inherit build badge access permissions from project | Grzegorz Bizon | 2016-02-11 | 1 | -0/+1 |
| | | | |||||
| * | | Improve build badge tests, add another test case | Grzegorz Bizon | 2016-02-11 | 2 | -4/+13 |
| | | | |||||
| * | | Add feature tests for builds status badge | Grzegorz Bizon | 2016-02-11 | 2 | -2/+35 |
| | | | |||||
| * | | Change MR link to "View Open Merge Request"display-mr-link-if-thre-is-one | Douglas Barbosa Alexandre | 2016-02-10 | 1 | -1/+1 |
| | | | |||||
| * | | Replaces "Create merge request" link with one to the MR when one exists | Douglas Barbosa Alexandre | 2016-02-10 | 1 | -0/+57 |
| | | | |||||
| * | | Merge remote-tracking branch 'dev/master' into 'master' | Robert Speicher | 2016-02-09 | 3 | -8/+29 |
| |\ \ | |||||
| | * \ | Merge remote-tracking branch 'origin/master' into ci-permissions | Kamil Trzcinski | 2016-02-04 | 4 | -2/+34 |
| | |\ \ | | | | | | | | | | | | | | | | | # Conflicts: # app/views/projects/builds/index.html.haml | ||||
| | * | | | Add behaviour tests for build permissions | Kamil Trzcinski | 2016-02-04 | 3 | -8/+21 |
| | | | | | |||||
| | * | | | Rename allow_guest_to_access_builds to public_builds | Kamil Trzcinski | 2016-02-04 | 1 | -0/+8 |
| | | | | | |||||
| * | | | | Allow limited Markdown in Broadcast Messagesrs-broadcast-markdown | Robert Speicher | 2016-02-06 | 1 | -1/+13 |
| | |/ / |/| | | | | | | | | Closes #11853 | ||||
| * | | | Update test after changes build page css | Dmitriy Zaporozhets | 2016-02-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | | Merge branch 'support-akismet' into 'master' | Robert Speicher | 2016-02-03 | 2 | -0/+32 |
| |\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | Support Akismet spam checking for creation of issues via API Currently any spam detected by Akismet for non-members via API will be logged in a separate table in the admin page. Closes #5612 See merge request !2266 | ||||
| | * | | Use truncate helper on spam logs list | Douglas Barbosa Alexandre | 2016-02-02 | 1 | -6/+16 |
| | | | | |||||
| | * | | Support Akismet spam checking for creation of issues via API | Stan Hu | 2016-02-02 | 2 | -0/+22 |
| | |/ | | | | | | | | | | | | | Currently any spam detected by Akismet by non-members via API will be logged in a separate table in the admin page. Closes #5612 | ||||
| * | | Merge remote-tracking branch 'origin/master' into git-raw-workhorse | Jacob Vosmaer | 2016-02-02 | 1 | -0/+17 |
| |\ \ | |/ | |||||
| | * | Render sanitized SVG images | Stan Hu | 2016-02-01 | 1 | -0/+17 |
| | | | | | | | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9265 | ||||
| * | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into ↵ | Jacob Vosmaer | 2016-02-01 | 16 | -29/+183 |
| |\ \ | |/ | | | | | git-raw-workhorse | ||||
| | * | Added tests to emoji search field focus | Phil Hughes | 2016-01-29 | 1 | -0/+4 |
| | | | |||||
| | * | Merge branch 'issue_2406' into 'master' | Dmitriy Zaporozhets | 2016-01-28 | 2 | -1/+28 |
| | |\ | | | | | | | | | | | | | | | | | | | Show list of forks for a given Project Closes #2406 See merge request !2376 | ||||
| | | * | Fix broken spec. | Rubén Dávila | 2016-01-20 | 1 | -1/+3 |
| | | | | |||||
| | | * | Add specs for Forks listing. | Rubén Dávila | 2016-01-20 | 1 | -0/+25 |
| | | | | |||||
| | * | | Merge branch 'issue_5546' into 'master' | Dmitriy Zaporozhets | 2016-01-28 | 2 | -0/+14 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Save list sort in a cookie Closes #5546 See merge request !2537 | ||||
| | | * \ | Merge branch 'master' into issue_5546 | Rubén Dávila | 2016-01-22 | 2 | -6/+37 |
| | | |\ \ | |||||
| | | * | | | Little refactor plus some specs. | Rubén Dávila | 2016-01-21 | 2 | -0/+14 |
| | | | | | | |||||
| | * | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵ | James Lopez | 2016-01-27 | 1 | -0/+10 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | fix/unexistent-group-500 | ||||
| | | * \ \ \ | Merge branch 'ci/test-build-artifacts-scripts' into 'master' | Douwe Maan | 2016-01-26 | 1 | -0/+10 |
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add tests for clicking a row in build artifacts browser This adds a feature tests for clicking a row, which is handled by javascript event. /cc @ayufan See merge request !2551 | ||||
| | | | * | | | | Add tests for clicking a row in build artifacts browserci/test-build-artifacts-scripts | Grzegorz Bizon | 2016-01-22 | 1 | -0/+10 |
| | | | |/ / / | |||||
| | * | | | | | moved and refactored feature based on feedback. Also updated CHANGELOG | James Lopez | 2016-01-27 | 2 | -4/+4 |
| | | | | | | | |||||
| | * | | | | | feature and fix for 500 on group missing | James Lopez | 2016-01-26 | 1 | -0/+4 |
| | |/ / / / | |||||
| | * | | | | Adds base64 background search icon. | Jacob Schatz | 2016-01-24 | 1 | -1/+1 |
| | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All inputs of type `search` will have the gray background and search icon centered. Because the search magnifier is a bg image, I had to hide it with `[value=""]`. I added a little javascript to make sure each input always has it's own value. | ||||
| | * | | | Fix failing specsfix-comment-on-diff-ajax-loading | Rémy Coutable | 2016-01-21 | 1 | -6/+6 |
| | | | | | |||||
