Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add AD matching rule filter and more informationad_matching_rule_doc | Drew Blessing | 2017-07-14 | 1 | -1/+6 |
| | |||||
* | Merge branch 'backport-ee-mysql2-version' into 'master' | Sean McGivern | 2017-07-14 | 2 | -3/+3 |
|\ | | | | | | | | | Update the mysql2 gem to v0.4.5 See merge request !12859 | ||||
| * | Update the mysql2 gem to v0.4.5 | Nick Thomas | 2017-07-14 | 2 | -3/+3 |
| | | |||||
* | | Merge branch 'instrument-ability' into 'master' | Yorick Peterse | 2017-07-14 | 1 | -0/+4 |
|\ \ | | | | | | | | | | | | | Instrument Ability See merge request !12865 | ||||
| * | | Instrument Abilityinstrument-ability | Sean McGivern | 2017-07-14 | 1 | -0/+4 |
| | | | |||||
* | | | Merge branch 'gitlab-git-repository-log' into 'master' | Sean McGivern | 2017-07-14 | 7 | -87/+113 |
|\ \ \ | | | | | | | | | | | | | | | | | Gitlab::Git shuffling and Gitaly annotations See merge request !12849 | ||||
| * | | | Indirectly migrate count_commits_between to Gitaly | Jacob Vosmaer | 2017-07-13 | 1 | -1/+1 |
| | | | | |||||
| * | | | More Gitaly annotations | Jacob Vosmaer | 2017-07-13 | 5 | -0/+22 |
| | | | | |||||
| * | | | Change Git::Repository#log to return Commits | Jacob Vosmaer | 2017-07-13 | 3 | -86/+90 |
| | | | | |||||
* | | | | Merge branch 'bvl-shared-views-for-protected-refs' into 'master' | Sean McGivern | 2017-07-14 | 23 | -213/+258 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Extract partials from the protected_branches & protected_tags views See merge request !12864 | ||||
| * | | | | Use shared protected tag views for CE-partialsbvl-shared-views-for-protected-refs | Bob Van Landuyt | 2017-07-14 | 11 | -103/+122 |
| | | | | | | | | | | | | | | | | | | | | So they are reusable for EE later | ||||
| * | | | | Use shared protected branches views for CE-partials | Bob Van Landuyt | 2017-07-14 | 12 | -110/+136 |
| | | | | | |||||
* | | | | | Merge branch 'find-file-no-longer-inline' into 'master' | Filipa Lacerda | 2017-07-14 | 5 | -12/+10 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | Move find file URL out of global variable See merge request !12846 | ||||
| * | | | | missed one...find-file-no-longer-inline | Phil Hughes | 2017-07-13 | 1 | -5/+0 |
| | | | | | |||||
| * | | | | Move find file URL out of global variable | Phil Hughes | 2017-07-13 | 4 | -7/+10 |
| | | | | | | | | | | | | | | | | | | | | Part of #34903 | ||||
* | | | | | Merge branch 'fixes-for-internal-auth-disabled' into 'master' | Sean McGivern | 2017-07-14 | 40 | -86/+247 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fixes needed when GitLab sign-in is not enabled See merge request !12491 | ||||
| * | | | | | Fixes needed when GitLab sign-in is not enabled | Robin Bobbitt | 2017-07-13 | 40 | -86/+247 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When sign-in is disabled: - skip password expiration checks - prevent password reset requests - don’t show Password tab in User Settings - don’t allow login with username/password for Git over HTTP requests - render 404 on requests to Profiles::PasswordsController | ||||
* | | | | | | Merge branch '35035-sidebar-job-spaces' into 'master' | Phil Hughes | 2017-07-14 | 3 | -4/+12 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix spacing in sidebar Closes #35035 See merge request !12844 | ||||
| * | | | | | Fix spacing in sidebar | Filipa Lacerda | 2017-07-14 | 3 | -4/+12 |
|/ / / / / | |||||
* | | | | | Merge branch 'patch-16' into 'master' | Achilleas Pipinellis | 2017-07-14 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fixed typo See merge request !12862 | ||||
| * | | | | | Fixed typo | kamesh | 2017-07-14 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Merge branch 'sh-fix-nil-broadcast-message' into 'master' | Sean McGivern | 2017-07-14 | 3 | -2/+13 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Handle case when BroadcastMessage.current is nil Closes #35094 See merge request !12860 | ||||
| * | | | | | Handle nil BroadcastMessage.current in the views | Stan Hu | 2017-07-13 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Handle case when BroadcastMessage.current is nil | Stan Hu | 2017-07-13 | 2 | -1/+12 |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Somehow Rails.cache.fetch occasionally returns `nil` values, which causes this endpoint to crash. Closes #35094 | ||||
* | | | | | Merge branch 'dm-merge-request-creation-error' into 'master' | Stan Hu | 2017-07-14 | 2 | -7/+32 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | Make sure MergeRequest commit methods work when either compare_commits or merge_request_diff is set Closes #35077 See merge request !12856 | ||||
| * | | | | Make sure MergeRequest commit methods work when either compare_commits or ↵dm-merge-request-creation-error | Douwe Maan | 2017-07-13 | 2 | -7/+32 |
| | | | | | | | | | | | | | | | | | | | | merge_request_diff is set | ||||
* | | | | | Merge branch 'artifacts-download-dropdown-menu-is-too-narrow' into 'master' | Clement Ho | 2017-07-13 | 2 | -1/+6 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Increase width of dropdown menus Closes #34989 See merge request !12809 | ||||
| * | | | | | Increase width of dropdown menus automatically up to 500 px | Thomas Wucher | 2017-07-13 | 2 | -1/+6 |
| | | | | | | |||||
* | | | | | | Merge branch '33672_supplement_portuguese_brazil_translation_of_i18n' into ↵ | Douwe Maan | 2017-07-13 | 2 | -46/+928 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Supplement Portuguese Brazil translation of Project Page & Repository Page Closes #33672 See merge request !12156 | ||||
| * | | | | | | remove repeat the context of msgstr | 黄涛 | 2017-07-05 | 1 | -140/+140 |
| | | | | | | | |||||
| * | | | | | | Merge branch '33672_supplement_portuguese_brazil_translation_of_i18n' of ↵ | 黄涛 | 2017-06-29 | 0 | -0/+0 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | gitlab.com:htve/gitlab-ce into 33672_supplement_portuguese_brazil_translation_of_i18n | ||||
| | * | | | | | | Repair the wrong deletion of the author | 黄涛 | 2017-06-28 | 1 | -0/+2 |
| | | | | | | | | |||||
| | * | | | | | | Merge branch '33672_supplement_portuguese_brazil_translation_of_i18n' of ↵ | 黄涛 | 2017-06-28 | 0 | -0/+0 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | gitlab.com:htve/gitlab-ce into 33672_supplement_portuguese_brazil_translation_of_i18n | ||||
| | | * | | | | | | Delete JSON files generated from PO files | 黄涛 | 2017-06-28 | 1 | -1/+0 |
| | | | | | | | | | |||||
| | | * | | | | | | rebase to master | 黄涛 | 2017-06-28 | 0 | -0/+0 |
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch '33672_supplement_portuguese_brazil_translation_of_i18n' of gitlab.com:htve/gitlab-ce into 33672_supplement_portuguese_brazil_translation_of_i18n | ||||
| | | | * | | | | | | revise changelog | 黄涛 | 2017-06-14 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| | | | * | | | | | | add changelog of supplement portuguese brazil translation | 黄涛 | 2017-06-14 | 1 | -0/+4 |
| | | | | | | | | | | |||||
| | | | * | | | | | | supplement portuguese brazil translation | 黄涛 | 2017-06-14 | 2 | -69/+946 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #33672 | ||||
| | | * | | | | | | | supplement portuguese brazil translation | 黄涛 | 2017-06-28 | 3 | -64/+947 |
| | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #33672 | ||||
| | * | | | | | | | supplement portuguese brazil translation | 黄涛 | 2017-06-28 | 2 | -64/+944 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #33672 | ||||
| * | | | | | | | | Repair the wrong deletion of the author | 黄涛 | 2017-06-29 | 1 | -0/+2 |
| | | | | | | | | | |||||
| * | | | | | | | | supplement portuguese brazil translation | 黄涛 | 2017-06-29 | 1 | -84/+83 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #33672 | ||||
| * | | | | | | | | revise changelog | 黄涛 | 2017-06-29 | 1 | -1/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | add changelog of supplement portuguese brazil translation | 黄涛 | 2017-06-29 | 1 | -0/+4 |
| | | | | | | | | | |||||
| * | | | | | | | | supplement portuguese brazil translation | 黄涛 | 2017-06-29 | 1 | -68/+945 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #33672 | ||||
* | | | | | | | | | Merge branch 'reload-new-navigation-option-change' into 'master' | Filipa Lacerda | 2017-07-13 | 1 | -0/+3 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reload page after changing navigation preference Closes #34968 See merge request !12833 | ||||
| * | | | | | | | | | Reload page after changing navigation preferencereload-new-navigation-option-change | Phil Hughes | 2017-07-13 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #34968 | ||||
* | | | | | | | | | | Merge branch 'note-on-mysql-for-db-seed' into 'master' | Rémy Coutable | 2017-07-13 | 1 | -0/+50 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add more notes about developer seeds See merge request !12836 | ||||
| * | | | | | | | | | | Add more notes about developer seeds | Lin Jen-Shin (godfat) | 2017-07-13 | 1 | -0/+50 |
|/ / / / / / / / / / | |||||
* | | | | | | | | | | Merge branch 'backport-mr-create-service-changes' into 'master' | Grzegorz Bizon | 2017-07-13 | 1 | -2/+1 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport MR create service changes from EE See merge request !12808 |