Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2017-03-22Make CI build to use optimistic locking only on status changeKamil Trzcinski
2017-03-21Merge branch 'fix/gb/pipeline-intermittent-running-status' into 'master' Kamil Trzciński
Fix pipeline status for transition between stages Closes #29699 See merge request !10094
2017-03-21Merge branch ↵Sean McGivern
'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
2017-03-21Merge branch 'sh-fix-admin-application-settings' into 'master' Robert Speicher
Fix Error 500 when application settings are saved Closes #29674 and #29115 See merge request !10070
2017-03-21Merge branch 'add-filter-focus-style' into 'master' Alfredo Sumaran
Add filter focus for filtered search visual tokens See merge request !9875
2017-03-21Merge branch 'bugfix/systemhook' into 'master' Douwe Maan
Fix bug when system hook for create deploy key Closes #29175 See merge request !9796
2017-03-21Merge branch 'rs-issue-29592' into 'master' Stan Hu
Handle Route#name being nil after an update Closes #29592 See merge request !10102
2017-03-21Merge remote-tracking branch 'dev/master'DJ Mountney
2017-03-21Merge branch 'render-json-leak' into 'security' DJ Mountney
fix for render json include leaks See merge request !2074
2017-03-21Merge branch 'ssrf' into 'security' Douwe Maan
Protect server against SSRF in project import URLs See merge request !2068
2017-03-21Merge branch 'fix-links-target-blank' into 'security'Jacob Schatz
Adds rel="noopener noreferrer" to all links with target="_blank" See merge request !2071
2017-03-21Merge branch '28058-hide-emails-in-atom-feeds' into 'security'Rémy Coutable
Only show public emails in atom feeds See merge request !2066
2017-03-21Merge branch 'clear-page-param-after-filter-in-add-issues-modal' into 'master' Alfredo Sumaran
Reset issue boards add issues modal page when filtering Closes #29616 See merge request !10039
2017-03-21Fix karma testClement Ho
2017-03-21Merge branch 'token-bug-fixes' into 'master'Clement Ho
Align filtered search visual tokens with input field text Closes #29167 See merge request !10095
2017-03-21Reset filters after clickClement Ho
2017-03-21Handle Route#name being nil after an updateRobert Speicher
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.
2017-03-21Merge branch '28499-fix-large-text-tooltip-in-diff-file-name' into 'master' Filipa Lacerda
fixes large text tooltip in diff file name Closes #28499 See merge request !9529
2017-03-21Merge branch '28660-fix-dismissable-error-close-not-visible-enough' into ↵Filipa Lacerda
'master' dismissable error close is not visible enough Closes #28660 See merge request !9516
2017-03-21Merge branch '29559-issue-count' into 'master' Filipa Lacerda
handle commas in Issue total count Closes #29559 See merge request !10028
2017-03-21Undo explicit conversion to IntegerToon Claes
With the changes in Gitlab::VisibilityLevel it is no longer needed to explicit conversion to Integer in the controller itself.
2017-03-20Merge branch 'fix-input-token-spacing' into 'master' Annabel Dunstone Gray
Fix input token spacing See merge request !10090
2017-03-20Removed d3.js from the main application.js bundleJose Ivan Vargas Lopez
2017-03-20Merge branch 'issue-filter-bar-alignment' into 'master' Annabel Dunstone Gray
Fixed filter bar alignment issues Closes #29543 See merge request !10049
2017-03-20Merge branch ↵Sean McGivern
'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
2017-03-20Update css to be nice and tidy.Jacob Schatz
2017-03-20Fix pipeline status for transition between stagesGrzegorz Bizon
2017-03-20Add additional check for when inputContainer does not existClement Ho
2017-03-20Fix input token spacingClement Ho
2017-03-20Merge branch 'issue_27212' into 'master' Sean McGivern
Add closed_at field to issues Closes #27212 See merge request !9977
2017-03-20Fix ProjectWiki#http_url_to_repo signatureRémy Coutable
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>
2017-03-20Merge branch 'routes-lower-case' into 'master' Yorick Peterse
Remove repeated routes.path check for postgresql database See merge request !10063
2017-03-20handle commas in Issue total countSimon Knox
2017-03-20Redirect to signin when New Issue for not logged inSam Rose
2017-03-20Fix Project Wiki updateDongqing Hu
2017-03-20fixes large text tooltip in diff file nameNur Rony
2017-03-20Merge branch '29534-todos-performance' into 'master' Sean McGivern
Todos performance: Include associations in Finder See merge request !10076
2017-03-20Merge branch 'fix/regressions-in-ci-v4-api' into 'master' Kamil Trzciński
Fix regressions introduced while adding CI endpoints in API v4 See merge request !9952
2017-03-20Todos performance: Include associations in FinderJarka Kadlecova
2017-03-20Merge branch '28890-allow-creating-mr-without-target-branch-in-url' into ↵Sean McGivern
'master' Allow creating merge request even if target branch is not specified in query params Closes #28890 See merge request !9968
2017-03-20Simplify Ci::Build#dependencies methodTomasz Maczukin
2017-03-20Send only defined dependenciesTomasz Maczukin
In APIv1 we've been sending all jobs from previous stages and a `dependencies` list with names of jobs that user want to download artifacts from. This was selected on Runners side. In APIv1 we've planned to send only jobs that were defined (if any; and all previous jobs by default). However I've missed the fact that it was Runner who selected jobs, not GitLab. And now current version of APIV4 sends all jobs everytime. This commit fixes this. If user will define `dependencies` in his job, then GitLab will send only selected jobs.
2017-03-20Merge branch 'rename_all_issues' into 'master' Rémy Coutable
Rename 'All issues' to 'Open issues' in Add issues modal Closes #29617 See merge request !10042
2017-03-19Fix Error 500 when application settings are savedStan Hu
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
2017-03-18Remove repeated routes.path check for postgresql databasemhasbini
2017-03-18Add filter focus for filtered search visual tokensClement Ho
2017-03-18don't show loading spinners for server-rendered sidebar fieldsSimon Knox
2017-03-18All CI offline migrationsKamil Trzciński
2017-03-18Rename 'All issues' to 'Open issues' in Add issues modalblackst0ne
2017-03-1726236 Change gfm textarea to use monospace fonttauriedavis
add changelog entry