| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | Move CI access logic into GitAccess | Michael Kozono | 2017-06-05 | 7 | -57/+198 | |
| | * | | | | | | | | | | Refactor | Michael Kozono | 2017-06-05 | 2 | -10/+6 | |
| | * | | | | | | | | | | Check disabled commands in GitAccess instead | Michael Kozono | 2017-06-05 | 3 | -6/+68 | |
| | * | | | | | | | | | | Render GitAccess message if authorized | Michael Kozono | 2017-06-05 | 1 | -5/+1 | |
| | * | | | | | | | | | | Fix Git over HTTP spec | Michael Kozono | 2017-06-05 | 5 | -269/+419 | |
| | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge branch 'added_chinese_for_i18n' into 'master' | Douwe Maan | 2017-06-05 | 11 | -1/+686 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ | added changelog for Chinese translations | 黄涛 | 2017-06-05 | 1 | -0/+4 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | Optimize translation content | 黄涛 | 2017-05-31 | 6 | -87/+87 | |
| | | * | | | | | | | | | | Update i18n.rb Indent style | Huang Tao | 2017-05-27 | 1 | -3/+3 | |
| | | * | | | | | | | | | | Add translation zh_TW to I18N | 黄涛 | 2017-05-27 | 4 | -1/+228 | |
| | | * | | | | | | | | | | Add translation zh_HK to I18N | 黄涛 | 2017-05-27 | 4 | -1/+228 | |
| | | * | | | | | | | | | | Change the language name zh to zh_CN | 黄涛 | 2017-05-27 | 5 | -198/+4 | |
| | | * | | | | | | | | | | fix plural form of translation | 黄涛 | 2017-05-26 | 2 | -45/+54 | |
| | | * | | | | | | | | | | optimize part of the translation | 黄涛 | 2017-05-26 | 2 | -56/+57 | |
| | | * | | | | | | | | | | Update i18n.rb style | htve | 2017-05-23 | 1 | -1/+1 | |
| | | * | | | | | | | | | | added Simplified Chinese to I18N | 黄涛 | 2017-05-23 | 4 | -1/+412 | |
| | * | | | | | | | | | | | Optimize translation content | 黄涛 | 2017-06-05 | 6 | -87/+87 | |
| | * | | | | | | | | | | | Update i18n.rb Indent style | Huang Tao | 2017-06-05 | 1 | -3/+3 | |
| | * | | | | | | | | | | | Add translation zh_TW to I18N | 黄涛 | 2017-06-05 | 4 | -1/+228 | |
| | * | | | | | | | | | | | Add translation zh_HK to I18N | 黄涛 | 2017-06-05 | 4 | -1/+228 | |
| | * | | | | | | | | | | | Change the language name zh to zh_CN | 黄涛 | 2017-06-05 | 5 | -198/+4 | |
| | * | | | | | | | | | | | fix plural form of translation | 黄涛 | 2017-06-05 | 2 | -45/+54 | |
| | * | | | | | | | | | | | optimize part of the translation | 黄涛 | 2017-06-05 | 2 | -56/+57 | |
| | * | | | | | | | | | | | Update i18n.rb style | htve | 2017-06-05 | 1 | -1/+1 | |
| | * | | | | | | | | | | | added Simplified Chinese to I18N | 黄涛 | 2017-06-05 | 4 | -1/+412 | |
| * | | | | | | | | | | | | Merge branch '28694-hard-delete-user-from-admin-panel' into 'master' | Douwe Maan | 2017-06-05 | 15 | -21/+82 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Add changelog entry | Nick Thomas | 2017-06-05 | 1 | -0/+4 | |
| | * | | | | | | | | | | | | Allow users to be hard-deleted from the admin user show page | Nick Thomas | 2017-06-05 | 2 | -1/+23 | |
| | * | | | | | | | | | | | | Allow users to be hard-removed from the admin users list page | Nick Thomas | 2017-06-05 | 2 | -5/+12 | |
| | * | | | | | | | | | | | | Support hard deletion in Admin::UsersController#destroy | Nick Thomas | 2017-06-05 | 3 | -4/+16 | |
| | * | | | | | | | | | | | | Refactor the DeleteUserWorker | Nick Thomas | 2017-06-05 | 8 | -11/+27 | |
| | | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge branch 'jej-backport-protected-tag-ee-role-refactorings' into 'master' | Tim Zallmann | 2017-06-05 | 15 | -36/+50 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Backport EE refactorings for Protected Tag EE-only functionalityjej-backport-protected-tag-ee-role-refactorings | James Edwards-Jones | 2017-05-31 | 15 | -36/+50 | |
| * | | | | | | | | | | | | | Merge branch '32869-project-s-last-updated-time-not-accurately-reflected-in-p... | Douwe Maan | 2017-06-05 | 2 | -1/+10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Use last_activity_at attr when showing the update date in project listing32869-project-s-last-updated-time-not-accurately-reflected-in-projects-dashboard | Ruben Davila | 2017-06-03 | 2 | -1/+10 | |
| | | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge branch 'dz-fix-submodule-subgroup' into 'master' | Douwe Maan | 2017-06-05 | 3 | -0/+23 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Add changelog for submodule subgroup fixdz-fix-submodule-subgroup | Dmitriy Zaporozhets | 2017-06-05 | 1 | -0/+4 | |
| | * | | | | | | | | | | | | | Fix submodule link to then project under subgroup | Dmitriy Zaporozhets | 2017-06-05 | 2 | -0/+19 | |
| | | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge branch '33154-permissions-for-project-labels-and-group-labels' into 'ma... | Douwe Maan | 2017-06-05 | 7 | -18/+57 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Allow group reporters to manage group labels33154-permissions-for-project-labels-and-group-labels | Sean McGivern | 2017-06-05 | 7 | -18/+57 | |
| * | | | | | | | | | | | | | | Merge branch '31983-increase-merge-request-diff-file-size-limit-for-default-t... | Douwe Maan | 2017-06-05 | 8 | -27/+80 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Increase diff limits to 100 KB for collapse and 200 KB overall31983-increase-merge-request-diff-file-size-limit-for-default-toggle-opening | Sean McGivern | 2017-06-02 | 8 | -27/+80 | |
| | | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge branch 'fix-realtime-edited-text-for-issues-9-3' into 'master' | Phil Hughes | 2017-06-05 | 20 | -30/+237 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Fix up merge issuesfix-realtime-edited-text-for-issues-9-3 | Luke "Jared" Bennett | 2017-06-02 | 3 | -2/+7 | |
| | * | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into fix-realtime-edited-text-fo... | Luke "Jared" Bennett | 2017-06-02 | 510 | -2512/+9152 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | Removed unneeded newline in issuables_helper_spec and removed unneeded update... | Luke "Jared" Bennett | 2017-06-02 | 2 | -3/+1 | |
| | * | | | | | | | | | | | | | | Fixed issuables_helper_spec and added a test for issuable_app_data | Luke "Jared" Bennett | 2017-05-31 | 2 | -23/+49 | |
| | * | | | | | | | | | | | | | | Remove EditableHelper and move method to IssuablesHelper | Luke "Jared" Bennett | 2017-05-31 | 4 | -35/+30 | |
| | * | | | | | | | | | | | | | | Correct editable_helper spec and format issuable_app_data updated_at to iso8061 | Luke "Jared" Bennett | 2017-05-31 | 2 | -3/+3 | |
| | * | | | | | | | | | | | | | | Fix helper methods returning wrong data types for vue | Luke "Jared" Bennett | 2017-05-31 | 2 | -3/+7 | |
