summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add README for updating .gitignore templatesgitignore-readmeStan Hu2016-05-201-0/+14
* Merge branch 'dropdown-enter-select' into 'master' Jacob Schatz2016-05-211-1/+1
|\
| * Fixed issue with enter key selecting wrong option in dropdowndropdown-enter-selectPhil Hughes2016-05-201-1/+1
* | Merge branch 'merge-immediately-button-color-fix' into 'master' Jacob Schatz2016-05-211-2/+2
|\ \
| * | Fixed issue with merge button colormerge-immediately-button-color-fixPhil Hughes2016-05-201-2/+2
| |/
* | Merge branch 'fix/style-empty-groups' into 'master' Jacob Schatz2016-05-211-1/+1
|\ \
| * | Wrap "No groups found" message with a .nothing-here-blockKarlo Soriano2016-05-191-1/+1
* | | Merge branch 'zj-gitignore-dropdown'Douwe Maan2016-05-20196-41/+4141
|\ \ \
| * | | Dropdown implementationzj-gitignore-dropdownAlfredo Sumaran2016-05-2011-76/+97
| * | | Update API and fetching taskZeger-Jan van de Weg2016-05-204-41/+51
| * | | Dropdown implementationAlfredo Sumaran2016-05-207-20/+96
| * | | First import of gitignoresZeger-Jan van de Weg2016-05-20181-5/+3780
| * | | Backend for a gitignores dropdownZeger-Jan van de Weg2016-05-2011-9/+227
* | | | Merge branch 'rm-source-branch' into 'master' Douwe Maan2016-05-2014-14/+75
|\ \ \ \
| * | | | Allows MR authors to have the source branch removed when merging the MRJeroen Jacobs2016-05-2014-14/+75
| | |_|/ | |/| |
* | | | Merge branch 'adambutler/gitlab-ce-feature/support-diff-of-issue-title-rename'Douwe Maan2016-05-2019-38/+192
|\ \ \ \
| * | | | Reuse existing SCSS variablesadambutler/gitlab-ce-feature/support-diff-of-issue-title-renameRémy Coutable2016-05-183-6/+14
| * | | | Add documentation for Inline DiffRémy Coutable2016-05-182-4/+16
| * | | | Create DiffFilter and change SystemNoteService#change_title to use Gitlab::Di...Adam Butler2016-05-1818-38/+172
* | | | | Merge branch 'issue_14684_2' into 'master' Douwe Maan2016-05-201-1/+1
|\ \ \ \ \
| * | | | | current_user.confirmed_at.present? => current_user.confirmed?issue_14684_2Felipe Artur2016-05-201-1/+1
* | | | | | Merge branch 'eReGeBe/gitlab-ce-feature/milestone-md' into 'master' Douwe Maan2016-05-2011-47/+281
|\ \ \ \ \ \
| * | | | | | Address Yorick's feedbackeReGeBe/gitlab-ce-feature/milestone-mdRémy Coutable2016-05-182-4/+2
| * | | | | | Merge remote-tracking branch 'origin/master' into eReGeBe/gitlab-ce-feature/m...Rémy Coutable2016-05-18767-6387/+11431
| |\ \ \ \ \ \
| * | | | | | | Fix cross-project milestone ref with invalid projectDouwe Maan2016-04-231-11/+17
| * | | | | | | Move changelog itemDouwe Maan2016-04-231-1/+1
| * | | | | | | Merge branch 'master' into eReGeBe/gitlab-ce-feature/milestone-mdDouwe Maan2016-04-23162-3280/+2290
| |\ \ \ \ \ \ \
| * | | | | | | | Update CHANGELOGAlejandro Rodríguez2016-04-201-0/+1
| * | | | | | | | Include Milestone reference syntax in Markdown documentationAlejandro Rodríguez2016-04-201-14/+18
| * | | | | | | | Using project `path_with_namespace` in milestone's cross project references l...Alejandro Rodríguez2016-04-202-4/+4
| * | | | | | | | Inserting the Milestone title between quotes on GFM auto completeAlejandro Rodríguez2016-04-201-1/+1
| * | | | | | | | Sorting Milestones on the auto complete list by due date and titleAlejandro Rodríguez2016-04-201-1/+1
| * | | | | | | | Inserting Milestone titles insted of IIDs with GFM auto completeAlejandro Rodríguez2016-04-201-1/+1
| * | | | | | | | Matching version-like expressions as `milestone_name`s instead of `milestone_...Alejandro Rodríguez2016-04-201-3/+8
| * | | | | | | | Implementing autocomplete for GFM milestone referencesAlejandro Rodríguez2016-04-203-0/+24
| * | | | | | | | Escaping the `object_link_text` on cross project milestone referencesAlejandro Rodríguez2016-04-202-1/+7
| * | | | | | | | Transforming milestones link references to the short reference formAlejandro Rodríguez2016-04-203-1/+7
| * | | | | | | | Consistently using iid when treating milestones as referrablesAlejandro Rodríguez2016-04-203-32/+157
| * | | | | | | | Implementing special GitLab markdown reference for milestonesAlejandro Rodríguez2016-04-205-14/+71
* | | | | | | | | Merge branch 'issue_14632' into 'master' Douwe Maan2016-05-201-1/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix group visibility level migration in case all visibility levels are restri...issue_14632Felipe Artur2016-05-191-1/+3
* | | | | | | | | | Merge branch 'issue_9013' into 'master' Douwe Maan2016-05-206-8/+81
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| * | | | | | | | | Use the right default notification settings for non membersissue_9013Felipe Artur2016-05-194-23/+12
| * | | | | | | | | Update documentationFelipe Artur2016-05-174-35/+37
| * | | | | | | | | Improve documentation and add changelogFelipe Artur2016-05-173-10/+33
| * | | | | | | | | Let users set notification levels in projects which they are not membersFelipe Artur2016-05-176-6/+65
* | | | | | | | | | Merge branch 'issue-17537-fix' into 'master' Douwe Maan2016-05-203-4/+27
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix Error 500 when attempting to retrieve project license when HEAD points to...Stan Hu2016-05-143-4/+27
* | | | | | | | | | | Merge branch 'rs-issue-3055' into 'master' Douwe Maan2016-05-202-1/+7
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
| * | | | | | | | | | Use extended regexp flag for `git grep`-ing filesrs-issue-3055Robert Speicher2016-05-182-1/+7