summaryrefslogtreecommitdiff
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* update to current master and fix conflictsissue-title-vueRegis2017-03-21238-2802/+2998
|\
| * Merge branch '29428-new-directory-from-existing-branch' into 'master' Sean McGivern2017-03-213-5/+6
| |\ | | | | | | | | | | | | | | | | | | New directory from interface on existing branch Closes #29428 See merge request !9921
| | * New directory from interface on existing branchJacopo2017-03-213-5/+6
| | | | | | | | | | | | | | | The user can create a new directory on a different branch than the source branch when the branch already exists.
| * | Merge branch 'dz-hide-share-group-ancestors' into 'master' Douwe Maan2017-03-212-1/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Hide ancestor groups in the share group dropdown list Closes #29311 See merge request !9965
| | * | Hide ancestor groups in the share group dropdown listdz-hide-share-group-ancestorsDmitriy Zaporozhets2017-03-212-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Merge branch '29618-clarify-help-text-on-prometheus-integration-page' into ↵Douwe Maan2017-03-211-1/+8
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Clarify help text on Prometheus Integration Page Closes #29618 See merge request !10034
| | * | | Move text to a MD heredoc.Joshua Lambert2017-03-211-1/+8
| | | | |
| | * | | Add additional details on metric source being k8s nodesJoshua Lambert2017-03-181-1/+1
| | | | |
| | * | | Clarify help text29618-clarify-help-text-on-prometheus-integration-pageJoshua Lambert2017-03-171-1/+1
| | | | |
| * | | | Fix CreateBranchService after Repository#commit_file was renamed to create_fileAdam Niedzielski2017-03-211-3/+3
| | | | | | | | | | | | | | | | | | | | Closes #29687
| * | | | Merge branch 'fix/gb/pipeline-intermittent-running-status' into 'master' Kamil Trzciński2017-03-211-0/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix pipeline status for transition between stages Closes #29699 See merge request !10094
| | * | | | Fix pipeline status for transition between stagesGrzegorz Bizon2017-03-201-0/+1
| | | | | |
| * | | | | Merge branch ↵Sean McGivern2017-03-212-8/+7
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '29685-wrong-number-of-arguments-calling-http_url_to_repo-on-cloning-project-wikis' into 'master' Fix ProjectWiki#http_url_to_repo signature Closes #29685 See merge request !10079
| | * | | | Fix ProjectWiki#http_url_to_repo signatureRémy Coutable2017-03-202-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New Gitlab::UrlSanitizer.http_credentials_for_user method responsible for generating a credentials hash from a user. Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | | Merge branch 'sh-fix-admin-application-settings' into 'master' Robert Speicher2017-03-211-0/+9
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Error 500 when application settings are saved Closes #29674 and #29115 See merge request !10070
| | * | | | | Undo explicit conversion to IntegerToon Claes2017-03-201-12/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the changes in Gitlab::VisibilityLevel it is no longer needed to explicit conversion to Integer in the controller itself.
| | * | | | | Fix Error 500 when application settings are savedStan Hu2017-03-182-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to a Rails bug, fetching the application settings from Redis may prevent the attribute methods from being loaded for the `ApplicationSetting` model. More details here: https://github.com/rails/rails/issues/27348 There was also a secondary problem introduced by overriding these association methods which caused all default visibility levels to be set to `nil`. Before, the previous implementation allowed the string "20" to be saved as an integer, while now a table lookup happens before that. We fix this by enforcing the integer value in the controller and default to PRIVATE. Closes #29674
| * | | | | | Merge branch 'add-filter-focus-style' into 'master' Alfredo Sumaran2017-03-212-4/+40
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add filter focus for filtered search visual tokens See merge request !9875
| | * | | | | | Fix karma testClement Ho2017-03-201-3/+2
| | | | | | | |
| | * | | | | | Add additional check for when inputContainer does not existClement Ho2017-03-201-1/+5
| | | | | | | |
| | * | | | | | Add filter focus for filtered search visual tokensClement Ho2017-03-172-4/+37
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'bugfix/systemhook' into 'master' Douwe Maan2017-03-211-5/+4
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug when system hook for create deploy key Closes #29175 See merge request !9796
| | * | | | | | Fix bug when system hook for deploy keybilly.lb2017-03-161-5/+4
| | | | | | | |
| * | | | | | | Merge branch 'rs-issue-29592' into 'master' Stan Hu2017-03-211-1/+1
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Handle Route#name being nil after an update Closes #29592 See merge request !10102
| | * | | | | | | Handle Route#name being nil after an updateRobert Speicher2017-03-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was possible for the `routes.name` field to be `NULL`, causing `name_was` to be `nil` after a rename, resulting a bad first argument to `sub` when attempting to rename descendants. This change adds a condition to make sure `name_was` is present before attempting the descendant update.
| * | | | | | | | Merge remote-tracking branch 'dev/master'DJ Mountney2017-03-2037-41/+57
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Merge branch 'render-json-leak' into 'security' DJ Mountney2017-03-202-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix for render json include leaks See merge request !2074
| | * | | | | | | | Merge branch 'ssrf' into 'security' Douwe Maan2017-03-203-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Protect server against SSRF in project import URLs See merge request !2068
| | * | | | | | | | Merge branch 'fix-links-target-blank' into 'security'Jacob Schatz2017-03-2028-34/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds rel="noopener noreferrer" to all links with target="_blank" See merge request !2071
| | * | | | | | | | Merge branch '28058-hide-emails-in-atom-feeds' into 'security'Rémy Coutable2017-03-204-4/+6
| | | |_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only show public emails in atom feeds See merge request !2066
| * | | | | | | | Merge branch 'clear-page-param-after-filter-in-add-issues-modal' into 'master' Alfredo Sumaran2017-03-211-0/+4
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reset issue boards add issues modal page when filtering Closes #29616 See merge request !10039
| | * | | | | | | | Reset issue boards add issues modal page when filteringclear-page-param-after-filter-in-add-issues-modalPhil Hughes2017-03-171-0/+4
| | | |_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The page param is reset when filtering or when opening, previously it was possible to get the page param stuck on a high number making it impossible to either filter or to close & open the modal and get the issues you want to see. Closes #29616
| * | | | | | | | Merge branch 'token-bug-fixes' into 'master'Clement Ho2017-03-201-2/+1
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Align filtered search visual tokens with input field text Closes #29167 See merge request !10095
| | * | | | | | | | Update css to be nice and tidy.Jacob Schatz2017-03-201-2/+1
| | | | | | | | | |
| * | | | | | | | | Reset filters after clickClement Ho2017-03-201-1/+2
| | | | | | | | | |
| * | | | | | | | | Merge branch '28499-fix-large-text-tooltip-in-diff-file-name' into 'master' Filipa Lacerda2017-03-201-0/+6
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes large text tooltip in diff file name Closes #28499 See merge request !9529
| | * | | | | | | | | fixes large text tooltip in diff file nameNur Rony2017-03-201-0/+6
| | | | | | | | | | |
| * | | | | | | | | | Merge branch '28660-fix-dismissable-error-close-not-visible-enough' into ↵Filipa Lacerda2017-03-201-0/+12
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' dismissable error close is not visible enough Closes #28660 See merge request !9516
| | * | | | | | | | | | dismissable error close is not visible enough28660-fix-dismissable-error-close-not-visible-enoughNur Rony2017-03-021-0/+12
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch '29559-issue-count' into 'master' Filipa Lacerda2017-03-201-3/+5
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | handle commas in Issue total count Closes #29559 See merge request !10028
| | * | | | | | | | | | | handle commas in Issue total countSimon Knox2017-03-211-3/+5
| | | |_|_|_|/ / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge branch 'fix-input-token-spacing' into 'master' Annabel Dunstone Gray2017-03-201-4/+6
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix input token spacing See merge request !10090
| | * | | | | | | | | | | Fix input token spacingClement Ho2017-03-201-4/+6
| | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | |
| * | | | | | | | | | | Removed d3.js from the main application.js bundleJose Ivan Vargas Lopez2017-03-204-20/+26
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'issue-filter-bar-alignment' into 'master' Annabel Dunstone Gray2017-03-202-3/+8
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed filter bar alignment issues Closes #29543 See merge request !10049
| | * | | | | | | | | | | Fixed mobile alignment issuesPhil Hughes2017-03-171-2/+2
| | | | | | | | | | | | |
| | * | | | | | | | | | | Fixed filter bar alignment issuesPhil Hughes2017-03-172-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #29543
| * | | | | | | | | | | | Merge branch ↵Sean McGivern2017-03-204-42/+39
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '20204-new-issue-button-redirects-you-to-create-a-new-issue-after-logging-in' into 'master' Redirect to signin when New Issue for not logged in Closes #20204 See merge request !9743
| | * | | | | | | | | | | Redirect to signin when New Issue for not logged inSam Rose2017-03-204-42/+39
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'issue_27212' into 'master' Sean McGivern2017-03-201-0/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add closed_at field to issues Closes #27212 See merge request !9977