summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update API dox to save others from my mistakespatch-57Sarah Groff Hennigh-Palermo2019-05-161-0/+2
|
* Merge branch 'jc-omit-count-diverging-commits-max' into 'master'Lin Jen-Shin2019-05-164-4/+63
|\ | | | | | | | | Omit max-count for diverging_commit_counts behind feature flag See merge request gitlab-org/gitlab-ce!28157
| * Omit max-count for diverging_commit_counts behind feature flagjc-omit-count-diverging-commits-maxJohn Cai2019-05-144-4/+63
| | | | | | | | | | | | | | We want to optimize the query for the CountDivergingCommits rpc by removing the --max-count argument now that we have commit graphs enabled for all repositories during housekeeping. However, we want to test this first behind a feature flag.
* | Merge branch 'diff-filter-bar-placeholder-text' into 'master'Filipa Lacerda2019-05-162-2/+9
|\ \ | | | | | | | | | | | | | | | | | | Changed the placeholder text of the diff tree filter input Closes #58339 See merge request gitlab-org/gitlab-ce!28352
| * | Changed the placeholder text of the diff tree filter inputPhil Hughes2019-05-162-2/+9
| | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58339
* | | Merge branch 'disallow-review-deploy-to-fail' into 'master'Sean McGivern2019-05-161-3/+2
|\ \ \ | | | | | | | | | | | | | | | | Disallow the review-deploy and review-qa-smoke jobs to fail See merge request gitlab-org/gitlab-ce!28314
| * | | Disallow the review-deploy and review-qa-smoke jobs to faildisallow-review-deploy-to-failRémy Coutable2019-05-151-3/+2
| | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | Merge branch 'reg-captcha-flag' into 'master'Nick Thomas2019-05-163-14/+33
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add :registrations_recaptcha feature flag Closes gitlab-ee#11389 See merge request gitlab-org/gitlab-ce!28296
| * | | | Add :registrations_recaptcha feature flagLuke Bennett2019-05-163-14/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows instance owners to toggle the recaptcha requirement on the user registration page by feature flag. Allows GitLab Growth team to measure reCAPTCHA's impact on registrations.
* | | | | Merge branch 'fix_failure_migrate_on_mysql8' into 'master'Stan Hu2019-05-162-1/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix. db:migrate is failed on MySQL 8 See merge request gitlab-org/gitlab-ce!28351
| * | | | | Fix. db:migrate is failed on MySQL 8sue4452019-05-162-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ``` StandardError: An error has occurred, all later migrations canceled: Mysql2::Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'system = true AND note LIKE '\_%\_'' at line 1: UPDATE notes SET note = trim(both '_' from note) WHERE system = true AND note LIKE '\_%\_' ```
* | | | | | Merge branch '49915-fix-error-500-admin-projects-nil-storage' into 'master'Stan Hu2019-05-167-5/+64
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Error 500 viewing admin/projects page: undefined method `storage_size' for nil:NilClass" Closes #49915 See merge request gitlab-org/gitlab-ce!28355
| * | | | | | Fix an error in projects admin when statistics are missingRémy Coutable2019-05-167-5/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | Merge branch 'docs-render_if_exists-relative-path' into 'master'Phil Hughes2019-05-161-0/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Explain `render_if_exists` relative path See merge request gitlab-org/gitlab-ce!28356
| * | | | | | | Explain `render_if_exists` relative pathLuke Bennett2019-05-161-0/+10
| | | | | | | |
* | | | | | | | Merge branch 'flash-messages-scb' into 'master'Phil Hughes2019-05-161-0/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve CE/EE diffs in _flash_messages Closes gitlab-ee#11037 See merge request gitlab-org/gitlab-ce!28333
| * | | | | | | Resolve CE/EE diffs in _flash_messagesflash-messages-scbLuke Bennett2019-05-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Part of single codebase changes.
* | | | | | | | Merge branch 'sh-update-rubocop-and-gitlab-styles-ce' into 'master'Rémy Coutable2019-05-163-20/+20
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Rubocop to 0.69.0 and other gems See merge request gitlab-org/gitlab-ce!28345
| * | | | | | | | Fix Style/NegatedUnless offenses in HAML filesh-update-rubocop-and-gitlab-styles-ceRémy Coutable2019-05-161-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | | | | | Update Rubocop to 0.69.0 and other gemsStan Hu2019-05-152-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes Ruby 2.6.x parser warnings: https://github.com/rubocop-hq/rubocop/pull/7009
* | | | | | | | | Merge branch '59838-blocks' into 'master'Phil Hughes2019-05-163-14/+8
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes style-lint issues for blocks.scss Closes #59838 See merge request gitlab-org/gitlab-ce!28251
| * | | | | | | | | Fixes stylelint issues for blocks.scss59838-blocksFilipa Lacerda2019-05-103-14/+8
| | | | | | | | | |
* | | | | | | | | | Merge branch '19569-include-information-if-issue-was-closed-via-mr' into ↵Rémy Coutable2019-05-1611-22/+126
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Include MR information if possible when emailing notification of closing an issue Closes #19569 See merge request gitlab-org/gitlab-ce!15610
| * | | | | | | | | | Include MR information if possible when emailing notification of closing an ↵Michał Zając2019-05-1611-22/+126
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | issue
* | | | | | | | | | Merge branch 'ce-11621-fix-broken-master' into 'master'Rémy Coutable2019-05-161-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CE backport of "Fix a broken spec for EE" See merge request gitlab-org/gitlab-ce!28357
| * | | | | | | | | | Fix a broken spec for EEce-11621-fix-broken-masterNick Thomas2019-05-161-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge branch 'diff-whitespace-setting-changes' into 'master'Filipa Lacerda2019-05-164-6/+50
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes issues with show whitespace button in diffs Closes #42597 and #58852 See merge request gitlab-org/gitlab-ce!28242
| * | | | | | | | | Fixes issues with show whitespace button in diffsPhil Hughes2019-05-104-6/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correctly updates the URL without overwriting parameters Reloads the diff file content without reloading the page Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58852, https://gitlab.com/gitlab-org/gitlab-ce/issues/42597
* | | | | | | | | | Merge branch 'acme-module' into 'master'Nick Thomas2019-05-1613-4/+337
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Let's Encrypt client See merge request gitlab-org/gitlab-ce!27624
| * | | | | | | | | | Add Let's Encrypt clientVladimir Shushlin2019-05-1613-4/+337
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Part of adding Let's Encrypt certificates for pages domains Add acme-client gem Client is being initialized by private key stored in secrets.yml Let's Encrypt account is being created lazily. If it's already created, Acme::Client just gets account_kid by calling new_account method Make Let's Encrypt client an instance Wrap order and challenge classes
* | | | | | | | | | Merge branch 'sh-fix-rebase-error-clearing' into 'master'Nick Thomas2019-05-163-2/+33
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Properly clear the merge error upon rebase failure Closes #56139 See merge request gitlab-org/gitlab-ce!28319
| * | | | | | | | | | Properly clear the merge error upon rebase failuresh-fix-rebase-error-clearingStan Hu2019-05-153-2/+33
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If `merge_error` is ever set after a failure, it is never cleared, even after a subsequent, successful rebase. We now clear this field whenever a successful rebase occurs. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56139
* | | | | | | | | | Merge branch 'js-i18n-i' into 'master'Filipa Lacerda2019-05-165-9/+31
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | i18n JS files starting with i See merge request gitlab-org/gitlab-ce!28010
| * | | | | | | | | I18N JS files starting with ijs-i18n-iBrandon Labuschagne2019-05-075-9/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. This commit only targets Vanilla JS files. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
* | | | | | | | | | Merge branch 'help-scb' into 'master'Phil Hughes2019-05-161-2/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve CE/EE diffs in help/index Closes gitlab-ee#11051 See merge request gitlab-org/gitlab-ce!28335
| * | | | | | | | | | Resolve CE/EE diffs in help/indexhelp-scbLuke Bennett2019-05-151-2/+1
| | |_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Part of single codebase changes.
* | | | | | | | | | Merge branch 'signup-box-scb' into 'master'Phil Hughes2019-05-161-0/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve CE/EE diffs in signup_box Closes gitlab-ee#11047 See merge request gitlab-org/gitlab-ce!28336
| * | | | | | | | | Resolve CE/EE diffs in signup_boxsignup-box-scbLuke Bennett2019-05-151-0/+1
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Part of single codebase changes.
* | | | | | | | | Merge branch 'patch-47' into 'master'Mike Lewis2019-05-161-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clarify that "team" means "project" when considered for assignment purposes. See merge request gitlab-org/gitlab-ce!27753
| * | | | | | | | | clarify that "team" means "project" when considered for assignment purposes.Thad Guidry2019-04-261-1/+1
| | | | | | | | | |
* | | | | | | | | | Merge branch 'docs/single-codebase-info' into 'master'Mike Lewis2019-05-161-0/+56
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add info about the single docs codebase effort See merge request gitlab-org/gitlab-ce!28127
| * | | | | | | | | | Add info about the single docs codebase effortdocs/single-codebase-infoAchilleas Pipinellis2019-05-081-0/+56
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'winh-fix-jest-fixtures-wrapper' into 'master'Kushal Pandya2019-05-161-3/+6
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix loadJSONFixtures wrapper in Jest See merge request gitlab-org/gitlab-ce!28328
| * | | | | | | | | | | Fix loadJSONFixtures wrapper in Jestwinh-fix-jest-fixtures-wrapperWinnie Hellmann2019-05-151-3/+6
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'winh-jestify-security-dashboard-filter-spec' into 'master'Kushal Pandya2019-05-161-0/+10
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mock away document.createRange() in Jest See merge request gitlab-org/gitlab-ce!28222
| * | | | | | | | | | | | Mock away document.createRange()winh-jestify-security-dashboard-filter-specWinnie Hellmann2019-05-091-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit a0e7e2075c6182838a0645e0bbb3927e5f9a8bba)
* | | | | | | | | | | | | Merge branch 'js-i18n-n' into 'master'Kushal Pandya2019-05-163-15/+54
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | i18n JS files starting with n See merge request gitlab-org/gitlab-ce!28132
| * | | | | | | | | | | | | Add missing sprintf and remove bad i18njs-i18n-nBrandon Labuschagne2019-05-153-32/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An instance of i18n which required sprintf was not handled correctly and has been fixed in this commit. Further to this, i18n was applied to app/assets/javascripts/new_branch_form.js but needed to be removed as the i18n was too vague. A note has been made to follow up on this file.
| * | | | | | | | | | | | | Refactor split link after i18nBrandon Labuschagne2019-05-152-15/+16
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | I18N JS files starting with nBrandon Labuschagne2019-05-154-22/+80
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. This commit only targets Vanilla JS files. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html