summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Fix typos and grammarAchilleas Pipinellis2016-08-221-22/+27
| * | | | | Add note about labels and system notesAchilleas Pipinellis2016-08-222-0/+5
| * | | | | Mention missing labels for corresponding listsAchilleas Pipinellis2016-08-221-0/+1
| * | | | | Add section on searching through the Backlog listAchilleas Pipinellis2016-08-222-0/+21
| * | | | | Change images to reflect current status, add link to inline docsAchilleas Pipinellis2016-08-224-18/+24
| * | | | | Complete rest of documentation for Issue BoardsAchilleas Pipinellis2016-08-223-49/+87
| * | | | | Remove 10 lists limitAchilleas Pipinellis2016-08-221-2/+2
| * | | | | Clean up Issue Board doc a bitAchilleas Pipinellis2016-08-221-37/+25
| * | | | | Great refactor of Issue Board docsAchilleas Pipinellis2016-08-223-10/+89
| * | | | | Documentation for Issue BoardsAchilleas Pipinellis2016-08-221-0/+45
| | |_|/ / | |/| | |
* | | | | Merge branch 'doc-slash-commands-location' into 'master' Achilleas Pipinellis2016-08-223-3/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Change location of slash commands in notes widgetAchilleas Pipinellis2016-08-221-1/+1
| * | | | Fix docs not rendering the pipe symbolAchilleas Pipinellis2016-08-221-1/+1
| * | | | Change location of slash commands docsAchilleas Pipinellis2016-08-222-1/+1
| |/ / /
* | | | Merge branch 'metrics-typo' into 'master' Yorick Peterse2016-08-224-4/+4
|\ \ \ \
| * | | | Fix typo in gitlab-workhorse headerJacob Vosmaer2016-08-194-4/+4
* | | | | Merge branch 'doc-protected-branches-new-behavior' into 'master' Achilleas Pipinellis2016-08-224-35/+46
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Conform to doc styleguide on new featuresAchilleas Pipinellis2016-08-221-2/+2
| * | | | Reword GitLab EE adAchilleas Pipinellis2016-08-221-1/+1
| * | | | Add changelog items to protected branches docsAchilleas Pipinellis2016-08-221-4/+7
| * | | | Document the new behavior of protected branchesAchilleas Pipinellis2016-08-214-35/+43
* | | | | Merge branch 'fix-empty-dropdown' into 'master' Rubén Dávila Santos2016-08-214-5/+12
|\ \ \ \ \
| * | | | | Set default label if user unselects the option from dropdownfix-empty-dropdownAlfredo Sumaran2016-08-211-2/+6
| * | | | | Toggle dropdown disabled attributeAlfredo Sumaran2016-08-211-3/+1
| * | | | | Do not update if one dropdown has not selected any optionAlfredo Sumaran2016-08-211-0/+3
| * | | | | Make dropdown selectablesAlfredo Sumaran2016-08-211-0/+2
| | |_|/ / | |/| | |
* | | | | Merge branch 'ce-fix-protected-branch' into 'master' Rubén Dávila Santos2016-08-211-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix inputs not being found due to incorrect class in wrap elementce-fix-protected-branchAlfredo Sumaran2016-08-201-2/+2
|/ / / /
* | | | Merge branch 'fix-network-graph-error-500' into 'master' Rubén Dávila Santos2016-08-202-0/+14
|\ \ \ \
| * | | | Fix Error 500 resulting when loading network graphfix-network-graph-error-500Stan Hu2016-08-202-0/+14
|/ / / /
* | | | Merge branch 'fix-rspec-failures-due-to-cached-permissions' into 'master' Rubén Dávila Santos2016-08-202-21/+91
|\ \ \ \ | |_|_|/ |/| | |
| * | | Make Ability#project_abilities return unique values and fix countsfix-rspec-failures-due-to-cached-permissionsStan Hu2016-08-202-10/+11
| * | | Add spec for Ability.project_abilitiesStan Hu2016-08-201-0/+63
| * | | Fix assorted rspec failures due to stale, cached user permissionsStan Hu2016-08-201-21/+27
|/ / /
* | | Merge branch 'gitlab_shell_version_update' into 'master' Marin Jankovski2016-08-202-2/+2
|\ \ \
| * | | Update gitlab-shell to v3.4.0gitlab_shell_version_updateMarin Jankovski2016-08-202-2/+2
|/ / /
* | | Merge branch '581-ee-backport-branch-permissions' into 'master' Douwe Maan2016-08-204-83/+92
|\ \ \
| * | | Add element container to dropdowns581-ee-backport-branch-permissionsAlfredo Sumaran2016-08-191-6/+8
| * | | Use typeof instead of Underscore methodAlfredo Sumaran2016-08-191-2/+2
| * | | Move protected branches access control spec into a shared example.Timothy Andrew2016-08-202-69/+73
| * | | check if selectedObject is definedAlfredo Sumaran2016-08-191-1/+1
| * | | make input name to be a functionAlfredo Sumaran2016-08-191-8/+11
* | | | Merge branch 'disable-issue-by-email' into 'master' Robert Speicher2016-08-206-6/+9
|\ \ \ \
| * | | | Disable “issue by email” feature until it uses a different tokenDouwe Maan2016-08-196-6/+9
* | | | | Merge branch 'fix-diff-note-discussion-id' into 'master' Rubén Dávila Santos2016-08-204-1/+31
|\ \ \ \ \
| * | | | | Call `set_discussion_id` again in DiffNote `before_validation` because the or...Douwe Maan2016-08-194-1/+31
| |/ / / /
* | | | | Merge branch 'issue_18135' into 'master' Douwe Maan2016-08-199-16/+200
|\ \ \ \ \
| * | | | | Todos sorting dropdownissue_18135Felipe Artur2016-08-199-16/+200
* | | | | | Update CHANGELOG for 8.10.7, 8.9.8, and 8.8.9Robert Speicher2016-08-191-0/+10
* | | | | | Merge branch 'gokmengoksel/gitlab-ce-koding' into 'master' Stan Hu2016-08-1938-3/+552
|\ \ \ \ \ \