Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Fixed haml_lint warning for the settings_head partial | Jose Ivan Vargas | 2017-03-14 | 2 | -2/+1 | |
| * | | | | | Moved the gear settings dropdown in the group view to a tab | Jose Ivan Vargas | 2017-03-14 | 5 | -19/+24 | |
* | | | | | | Merge branch '8836-mr-revert' into 'master' | Robert Speicher | 2017-03-15 | 1 | -5/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Revert "Merge branch 'option-to-be-notified-of-own-activity' into 'master' | Stan Hu | 2017-03-15 | 1 | -5/+0 | |
* | | | | | | | Merge branch 'add_quick_submit_for_snippet_forms' into 'master' | Clement Ho | 2017-03-15 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Add quick submit for snippet forms | blackst0ne | 2017-03-14 | 1 | -1/+1 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge branch 'better-priority-sorting' into 'master' | Douwe Maan | 2017-03-15 | 7 | -6/+11 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Allow filtering by all started milestonesbetter-priority-sorting | Sean McGivern | 2017-03-15 | 4 | -3/+6 | |
| * | | | | | | Allow sorting by due date and label priority | Sean McGivern | 2017-03-15 | 3 | -3/+5 | |
* | | | | | | | Merge branch '27174-filter-filters' into 'master' | Clement Ho | 2017-03-15 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | prevent filtering Issues by multiple milestones, authors, or assignees27174-filter-filters | Simon Knox | 2017-03-11 | 1 | -1/+1 | |
* | | | | | | | | Remove whitespace in group links | Xurxo | 2017-03-15 | 1 | -5/+2 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Merge branch 'fix-milestone-name-on-show' into 'master' | Rémy Coutable | 2017-03-15 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | Switch to using milestone.to_reference when displaying milestone Fix #29214 | Raveesh | 2017-03-14 | 2 | -2/+2 | |
* | | | | | | | Merge branch '28187-project-name-cut-off-with-nested-groups' into 'master' | Alfredo Sumaran | 2017-03-15 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Toggle project name if too long28187-project-name-cut-off-with-nested-groups | Sam Rose | 2017-03-13 | 1 | -1/+1 | |
* | | | | | | | | Merge branch '29441-cancel-button-misaligned-in-new-application-page' into 'm... | Filipa Lacerda | 2017-03-14 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| * | | | | | | | Change Canccel button class29441-cancel-button-misaligned-in-new-application-page | Chris Peressini | 2017-03-14 | 1 | -1/+1 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'issue-boards-new-search-bar' into 'master' | Filipa Lacerda | 2017-03-14 | 3 | -19/+19 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | Hides on mobile | Phil Hughes | 2017-03-08 | 1 | -1/+2 | |
| * | | | | | | Updated specs | Phil Hughes | 2017-03-08 | 1 | -1/+1 | |
| * | | | | | | Added filtered search bar to issue boards | Phil Hughes | 2017-03-08 | 3 | -19/+18 | |
* | | | | | | | Merge branch '28864-use-the-v4-api-from-the-frontend' into 'master' | Sean McGivern | 2017-03-14 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Update API on frontend to use v428864-use-the-v4-api-from-the-frontend | Sam Rose | 2017-03-14 | 1 | -1/+1 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'nonewline-parser' into 'master' | Sean McGivern | 2017-03-14 | 2 | -3/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | take nonewline context into account in diff parser | mhasbini | 2017-03-13 | 2 | -3/+3 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'fix/gb/dashboard-commit-status-caching' into 'master' | Sean McGivern | 2017-03-14 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Improve fragment caching rules at projects dashboard | Grzegorz Bizon | 2017-03-13 | 1 | -1/+1 | |
* | | | | | | | Merge branch 'adam-count-badges-group-dashboard-milestones' into 'master' | Sean McGivern | 2017-03-14 | 4 | -20/+14 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add count badges to both dashboard and group milestonesadam-count-badges-group-dashboard-milestones | Alex Braha Stoll | 2017-03-10 | 4 | -20/+14 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Fix 'ExecJS disabled' error on issues index 28743-actionview-template-error-execjs-disabled-_issuable_meta_data | James Edwards-Jones | 2017-03-14 | 1 | -1/+1 | |
* | | | | | | | Merge branch 'feature/custom-lfs' into 'master' | Douwe Maan | 2017-03-13 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Do not show LFS object when LFS is disabled | Christopher Bartz | 2017-03-13 | 1 | -1/+1 | |
* | | | | | | | | Merge branch 'handle-failure-when-deleting-tags' into 'master' | Douwe Maan | 2017-03-13 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Display error message when deleting tag in web UI failshandle-failure-when-deleting-tags | Adam Niedzielski | 2017-03-13 | 1 | -1/+3 | |
* | | | | | | | | | Merge branch '19742-permalink-blame-button-line-number-hash-links' into 'mast... | Alfredo Sumaran | 2017-03-13 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Update permalink/blame buttons with line number fragment hash19742-permalink-blame-button-line-number-hash-links | Eric Eastwood | 2017-03-13 | 1 | -1/+1 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch '25515-delegate-single-discussion-to-new-issue' into 'master' | Douwe Maan | 2017-03-13 | 8 | -14/+38 | |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Rename variable | Bob Van Landuyt | 2017-03-13 | 5 | -9/+9 | |
| * | | | | | | | | Pass the discussion to resolve after verifying captcha | Bob Van Landuyt | 2017-03-13 | 1 | -0/+1 | |
| * | | | | | | | | Show correct message when user cannot resolve discussions | Bob Van Landuyt | 2017-03-13 | 1 | -2/+5 | |
| * | | | | | | | | Replace the warning with an info icon | Bob Van Landuyt | 2017-03-13 | 1 | -1/+1 | |
| * | | | | | | | | Fit 'unresolved discussion widget together | Bob Van Landuyt | 2017-03-13 | 1 | -1/+1 | |
| * | | | | | | | | Build link to discussions to resolve in a helper | Bob Van Landuyt | 2017-03-13 | 1 | -3/+2 | |
| * | | | | | | | | Update copy | Bob Van Landuyt | 2017-03-13 | 1 | -2/+2 | |
| * | | | | | | | | Update copy for warning on new issue form | Bob Van Landuyt | 2017-03-13 | 1 | -6/+5 | |
| * | | | | | | | | Add a button to delegate all discussions in a merge request | Bob Van Landuyt | 2017-03-13 | 2 | -0/+7 | |
| * | | | | | | | | Always require MR-iid for resolving discussions | Bob Van Landuyt | 2017-03-13 | 3 | -20/+10 | |
| * | | | | | | | | Delegate a single discussion to a new issue | Bob Van Landuyt | 2017-03-13 | 4 | -3/+28 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch '24501-new-file-existing-branch' into 'master' | Sean McGivern | 2017-03-13 | 5 | -2/+28 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | |