summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Improve resiliency of build pickingimprove-ci-redis-queueingKamil Trzcinski2017-03-215-17/+59
| | | | | | | | Every time we pick a new build, or we get into conflict we force runner to retry the operation to make sure that all builds are being picked. It makes us to loose one request, but also makes sure that we are consistent. It is fair trade, as number of generated builds is relatively small 0.1% compared to the traffic.
* Merge branch 'fix/gb/pipeline-intermittent-running-status' into 'master' Kamil Trzciński2017-03-212-0/+19
|\ | | | | | | | | | | | | Fix pipeline status for transition between stages Closes #29699 See merge request !10094
| * Extend compound status for manual actions specsGrzegorz Bizon2017-03-201-1/+11
| |
| * Fix pipeline status for transition between stagesGrzegorz Bizon2017-03-202-0/+9
| |
* | Merge branch ↵Sean McGivern2017-03-217-23/+87
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | '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-207-23/+87
| | | | | | | | | | | | | | | | | | | | | 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 'dz-improve-rename-projects-migration' into 'master' Yorick Peterse2017-03-211-30/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Improve rename projects migration Closes #29556 See merge request !10009
| * | | Improve rename projects migrationDmitriy Zaporozhets2017-03-201-30/+1
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | Merge branch 'sh-fix-admin-application-settings' into 'master' Robert Speicher2017-03-215-2/+67
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Error 500 when application settings are saved Closes #29674 and #29115 See merge request !10070
| * | | | Undo explicit conversion to IntegerToon Claes2017-03-202-12/+28
| | | | | | | | | | | | | | | | | | | | | | | | | With the changes in Gitlab::VisibilityLevel it is no longer needed to explicit conversion to Integer in the controller itself.
| * | | | Make level_value accept string integersToon Claes2017-03-202-2/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a VisibilityLevel is an integer formatted as a string, convert it to an integer, instead of looking it up in the hash map. When the value is not recognized, default to PRIVATE.
| * | | | Make feature spec more robustToon Claes2017-03-201-2/+1
| | | | | | | | | | | | | | | | | | | | Ensure the correct "Public" radio is selected by choosing it on ID.
| * | | | Fix Error 500 when application settings are savedStan Hu2017-03-183-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-213-4/+52
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 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-173-4/+49
| | | | | |
* | | | | | Merge branch 'perf/add-index-to-user-ghost' into 'master' Douwe Maan2017-03-212-3/+28
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | add an index to the ghost column See merge request !9910
| * | | | | | add an index to the ghost columnhttp://jneen.net/2017-03-202-3/+28
| | | | | | |
* | | | | | | Merge branch 'fix-typos-in-v3-to-v4-doc' into 'master' Douwe Maan2017-03-211-30/+30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make the v3_to_v4.md more consistent See merge request !10092
| * | | | | | | Make the v3_to_v4.md more consistentRémy Coutable2017-03-201-30/+30
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | Merge branch '29671-remove-useless-options' into 'master' Douwe Maan2017-03-211-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove useless options from db/fixtures/development/17_cycle_analytics.rb Closes #29671 See merge request !10086
| * | | | | | | Remove useless options from db/fixtures/development/17_cycle_analytics.rbRémy Coutable2017-03-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | | Merge branch 'bugfix/systemhook' into 'master' Douwe Maan2017-03-213-5/+11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-163-5/+11
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'rs-issue-29592' into 'master' Stan Hu2017-03-212-3/+11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Handle Route#name being nil after an update Closes #29592 See merge request !10102
| * | | | | | | | Handle Route#name being nil after an updateRobert Speicher2017-03-202-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-2050-54/+258
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Merge branch 'render-json-leak' into 'security' DJ Mountney2017-03-204-2/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix for render json include leaks See merge request !2074
| * | | | | | | | | Merge branch 'ssrf' into 'security' Rubén Dávila2017-03-201-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nil check for url_blocker? See merge request !2076
| * | | | | | | | | Merge branch 'ssrf' into 'security' Douwe Maan2017-03-208-1/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Protect server against SSRF in project import URLs See merge request !2068
| * | | | | | | | | Merge branch 'fix-links-target-blank' into 'security'Jacob Schatz2017-03-2030-36/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-207-15/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only show public emails in atom feeds See merge request !2066
| * | | | | | | | | Update CHANGELOG.md for 8.17.4James Lopez2017-03-191-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | | | Update CHANGELOG.md for 8.16.8James Lopez2017-03-191-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | | | Update CHANGELOG.md for 8.15.8James Lopez2017-03-191-0/+5
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | | Merge branch '29730-9-0-upgrade-documentation-should-include-yarn' into ↵Filipa Lacerda2017-03-211-4/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "9.0 upgrade documentation should include Yarn" Closes #29730 See merge request !10101
| * | | | | | | | | fix recompile assets step in 9.0 upgrade guide to use yarnMike Greiling2017-03-201-4/+4
| | | | | | | | | |
* | | | | | | | | | 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
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'reset-filters-after-click' into 'master' Alfredo Sumaran2017-03-202-1/+22
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reset filters after click Closes #28463 See merge request !10024
| * | | | | | | | | | | Reset filters after clickClement Ho2017-03-202-1/+22
|/ / / / / / / / / / /
* | | | | | | | | | | Merge branch '28499-fix-large-text-tooltip-in-diff-file-name' into 'master' Filipa Lacerda2017-03-202-0/+10
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes large text tooltip in diff file name Closes #28499 See merge request !9529
| * | | | | | | | | | | fixes large text tooltip in diff file nameNur Rony2017-03-202-0/+10
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch '28660-fix-dismissable-error-close-not-visible-enough' into ↵Filipa Lacerda2017-03-202-0/+16
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '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-022-0/+16
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch '29559-issue-count' into 'master' Filipa Lacerda2017-03-202-3/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | handle commas in Issue total count Closes #29559 See merge request !10028
| * | | | | | | | | | | | | handle commas in Issue total countSimon Knox2017-03-212-3/+20
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | |