summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Only require sidekiq-limit_fetch when enabled in settingsonly-limit-fetch-when-requestedSean McGivern2017-08-215-19/+44
| | | | | | | | | This gem allows Sidekiq jobs to be throttled. Unfortunately, it has a side-effect: when we haven't enabled job throttling, it will still hit Redis a lot (and miss, because nothing is configured). As this setting already required a restart, ensure that the library is only required when it's enabled.
* Merge branch '35343-inherit-milestones-and-labels' into 'master'Sean McGivern2017-08-213-3/+27
|\ | | | | | | | | | | | | copy milestones and labels from issue when using create merge request button Closes #35343 See merge request !13461
| * [skip ci] changelog and minor style changes addedhaseeb2017-08-183-3/+8
| |
| * moved merge parms to servicehaseeb2017-08-173-33/+17
| |
| * tests for inheriting milestones and labelshaseeb2017-08-111-1/+26
| |
| * working version of create merge requests with labelshaseeb2017-08-102-4/+12
| |
| * copy milestones from issue when using create merge request btnhaseeb2017-08-102-2/+4
| |
* | Merge branch 'issue_20900_remove_ignore_columns' into 'master'Sean McGivern2017-08-212-4/+0
|\ \ | | | | | | | | | | | | Issue 20900 remove ignore columns See merge request !12166
| * | Remove ignore columnsFelipe Artur2017-08-182-4/+0
| | |
* | | Merge branch '36458-user-profile-activity-feed-contains-broken-image-links' ↵Phil Hughes2017-08-212-1/+7
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "User profile activity feed contains broken image links" Closes #36458 See merge request !13606
| * | | Resolve "User profile activity feed contains broken image links"Tim Zallmann2017-08-212-1/+7
|/ / /
* | | Merge branch 'rouge-2.2.0' into 'master'Sean McGivern2017-08-212-1/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Bump rouge to 2.2.0 Closes #36554 See merge request !13633
| * | | Bump rouge to v2.2.0pbr2017-08-192-1/+6
| | | |
* | | | Merge branch 'rs-git-access-spec-speed' into 'master'Douwe Maan2017-08-212-142/+126
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Greatly reduce test duration for git_access_spec See merge request !13675
| * | | | Reduce duplication in GitAccess spec around error messagesrs-git-access-spec-speedRobert Speicher2017-08-182-44/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Adds a new `ProjectMovedError` class to encapsulate that error condition. Inherits from `NotFoundError` so existing rescues should continue to work. - Separating that condition out of `NotFoundError` allowed us to simplify the `raise_not_found` helper and avoid repeating the literal string. - Spec makes use of `ERROR_MESSAGES` hash to avoid repeating literal error message strings.
| * | | | Greatly reduce test duration for git_access_specRobert Speicher2017-08-181-111/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Combine multiple `it` blocks into one where it made sense - Use `set` for the top-level User record - Refactor permission matrix tests
* | | | | Merge branch 'mk-fix-user-namespace-rename' into 'master'Douwe Maan2017-08-215-4/+87
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make username update fail if namespace update fails Closes gitlab-com/support-forum#2316 See merge request !13642
| * | | | | Add namespace errors from User#after_updatemk-fix-user-namespace-renameMichael Kozono2017-08-183-3/+26
| | | | | |
| * | | | | Fix specMichael Kozono2017-08-171-2/+1
| | | | | |
| * | | | | Add changelog entryMichael Kozono2017-08-171-0/+5
| | | | | |
| * | | | | Make username update fail if namespace part failsMichael Kozono2017-08-172-1/+57
| | | | | |
* | | | | | Merge branch 'fix-broken-yarn-deps' into 'master'Tim Zallmann2017-08-214-395/+516
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix broken Yarn dependencies Closes #33886 and #34944 See merge request !13614
| * | | | | | switch from --pure-lockfile to --frozen-lockfile to ensure failure if we ↵fix-broken-yarn-depsMike Greiling2017-08-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | have a bad lock file
| * | | | | | refresh sub-dependencies of node scripts to latest versionsMike Greiling2017-08-182-257/+403
| | | | | | |
| * | | | | | fix more node depsMike Greiling2017-08-181-16/+9
| | | | | | |
| * | | | | | dedupe node dependenciesMike Greiling2017-08-181-30/+2
| | | | | | |
| * | | | | | remove zopfli compression temporarily until a better solution is foundMike Greiling2017-08-183-171/+26
| | | | | | |
| * | | | | | bump fsevents dependency to version that supports node 8Mike Greiling2017-08-181-12/+167
| | | | | | |
* | | | | | | Merge branch '36517-failing-karma-tests-for-chrome-60' into 'master'Tim Zallmann2017-08-213-3/+8
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Failing karma tests for Chrome 60" Closes #36517 See merge request !13646
| * | | | | | update karma CI build image to Chrome 6036517-failing-karma-tests-for-chrome-60Mike Greiling2017-08-181-1/+1
| | | | | | |
| * | | | | | fix test failures in text_utility_spec.js on Chrome 60Mike Greiling2017-08-181-0/+1
| | | | | | |
| * | | | | | fix test failures in board_new_issue_spec.js on Chrome 60Mike Greiling2017-08-171-2/+6
| | | | | | |
* | | | | | | Merge branch 'remove-user-bundle' into 'master'Tim Zallmann2017-08-211-1/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove superfluous users bundle See merge request !13684
| * | | | | | | remove superfluous users bundleremove-user-bundleMike Greiling2017-08-181-1/+0
| | | | | | | |
* | | | | | | | Merge branch 'issue-boards-closed-shows-empty-label' into 'master'Tim Zallmann2017-08-212-1/+20
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed issue boards closed list displaying empty label Closes #36650 See merge request !13658
| * | | | | | | | Fixed issue boards closed list displaying empty labelissue-boards-closed-shows-empty-labelPhil Hughes2017-08-182-1/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #36650
* | | | | | | | | Merge branch 'docs/gpg-refactor' into 'master'Marcia Ramos2017-08-2115-87/+249
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor GPG docs See merge request !13660
| * | | | | | | | | Add more sections in GPG docsdocs/gpg-refactorAchilleas Pipinellis2017-08-192-21/+173
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Generating a GPG key 1. Signing commits 1. Associating a GPG key with Git
| * | | | | | | | | Refactor GPG signing docsAchilleas Pipinellis2017-08-184-31/+40
| | | | | | | | | |
| * | | | | | | | | Change GPG docs locationAchilleas Pipinellis2017-08-1811-4/+5
| | | | | | | | | |
* | | | | | | | | | Merge branch 'update-create-project-getting-started' into 'master'Achilleas Pipinellis2017-08-202-10/+7
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Create Project Getting Started See merge request !13687
| * | | | | | | | | | Update Create Project Getting StartedFabio Busatto2017-08-202-10/+7
|/ / / / / / / / / /
* | | | | | | | | | Merge branch 'sh-fix-protected-tags-delete' into 'master'Yorick Peterse2017-08-203-2/+42
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Error 500s when attempting to destroy a protected tag Closes #36013 See merge request !13692
| * | | | | | | | | | Fix Error 500s when attempting to destroy a protected tagStan Hu2017-08-203-2/+42
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to a missing `on_delete: :cascade`, users would hit the error that looked like: ``` PG::ForeignKeyViolation: ERROR: update or delete on table "protected_tags" violates foreign key constraint "fk_rails_f7dfda8c51" on table "protected_tag_create_access_levels" DETAIL: Key (id)=(1385) is still referenced from table "protected_tag_create_access_levels". : DELETE FROM "protected_tags" WHERE "protected_tags"."id" = 1385 ``` Closes #36013
* | | | | | | | | | Merge branch 'winh-filtered-search-dropdowns' into 'master'Clement Ho2017-08-183-12/+20
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make issuable filter dropdown style consistent See merge request !13421
| * | | | | | | | | | Make issuable filter dropdown style consistentWinnie Hellmann2017-08-183-12/+20
|/ / / / / / / / / /
* | | | | | | | | | Merge branch 'repo-template-format-repo' into 'master'Clement Ho2017-08-181-3/+6
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct repo.vue template Closes #36415 See merge request !13452
| * | | | | | | | | | Correct repo.vue templateLuke "Jared" Bennett2017-08-181-3/+6
|/ / / / / / / / / /
* | | | | | | | | | Merge branch 'dm-commit-cache-i18n' into 'master'Robert Speicher2017-08-182-1/+6
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add current locale to commit partial cache key Closes #36591 See merge request !13669
| * | | | | | | | | | Describe what, not how, in changelog.dm-commit-cache-i18nDouwe Maan2017-08-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]