Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make UpdateService error message translatable | Winnie Hellmann | 2017-09-06 | 1 | -1/+1 |
* | Replace <h5> with <label> | Winnie Hellmann | 2017-09-06 | 2 | -3/+1 |
* | Add missing .html_safes | Winnie Hellmann | 2017-09-06 | 1 | -3/+3 |
* | Remove top margin from .control-label | Winnie Hellmann | 2017-09-06 | 1 | -0/+2 |
* | Link or not link depending on permissions | Michael Kozono | 2017-09-06 | 1 | -8/+16 |
* | Fix ability when Share lock is off | Michael Kozono | 2017-09-06 | 1 | -1/+2 |
* | Link to ancestor settings page | Michael Kozono | 2017-09-06 | 1 | -1/+7 |
* | Refactor based on code review | Michael Kozono | 2017-09-06 | 5 | -6/+6 |
* | Fix “Share lock” help text | Michael Kozono | 2017-09-06 | 2 | -15/+28 |
* | Simplify disabling checkbox | Michael Kozono | 2017-09-06 | 2 | -9/+5 |
* | Fix “Share lock” policy for deeply nested groups | Michael Kozono | 2017-09-06 | 1 | -2/+2 |
* | Make texts translatable | Winnie Hellmann | 2017-09-06 | 2 | -8/+11 |
* | Use <h5> for .control-label | Winnie Hellmann | 2017-09-06 | 1 | -1/+1 |
* | Replace duplicate <label> by <div> | winh | 2017-09-06 | 1 | -1/+2 |
* | Remove unnessesary slash from HAML | winh | 2017-09-06 | 1 | -1/+1 |
* | Dry up method for code climate | Michael Kozono | 2017-09-06 | 3 | -27/+21 |
* | Enforce share_with_group_lock rules | Michael Kozono | 2017-09-06 | 2 | -1/+22 |
* | Enable share_with_group_lock on subgroup | Michael Kozono | 2017-09-06 | 1 | -0/+14 |
* | Vary share lock setting UI | Michael Kozono | 2017-09-06 | 2 | -2/+34 |
* | Move share lock setting and tweak UI | Michael Kozono | 2017-09-06 | 1 | -7/+10 |
* | Merge branch 'fix/sm/33281-activerecord-recordinvalid-when-build-has-nil-prot... | Kamil Trzciński | 2017-09-06 | 2 | -2/+0 |
|\ | |||||
| * | Remove only validationfix/sm/33281-activerecord-recordinvalid-when-build-has-nil-protected | Shinya Maeda | 2017-09-07 | 2 | -2/+0 |
| * | Revert set_protected | Shinya Maeda | 2017-09-07 | 3 | -11/+4 |
| * | Fix /models/ci/pipeline.rb | Shinya Maeda | 2017-09-06 | 1 | -1/+1 |
| * | Use before_save :set_protected | Shinya Maeda | 2017-09-06 | 3 | -4/+11 |
* | | Merge branch 'ie-sidebar-icon-size' into 'master' | Annabel Dunstone Gray | 2017-09-06 | 1 | -0/+4 |
|\ \ | |||||
| * | | Fixed sidebar icon size in ie11ie-sidebar-icon-size | Phil Hughes | 2017-09-06 | 1 | -0/+4 |
* | | | Merge branch '34509-improves-markdown-rendering-performance-for-commits-list'... | Douwe Maan | 2017-09-06 | 16 | -26/+61 |
|\ \ \ | |||||
| * | | | Adds cacheless render to Banzai object render34509-improves-markdown-rendering-performance-for-commits-list | Tiago Botelho | 2017-09-06 | 17 | -33/+61 |
| * | | | Adds CommitDescriptionRenderer | Tiago Botelho | 2017-09-06 | 1 | -0/+7 |
* | | | | Merge branch '35161_first_time_contributor_badge' into 'master' | Sean McGivern | 2017-09-06 | 15 | -19/+93 |
|\ \ \ \ | |||||
| * | | | | fixup whitespace | micael.bergeron | 2017-09-06 | 1 | -1/+1 |
| * | | | | add controller spec | micael.bergeron | 2017-09-06 | 4 | -10/+8 |
| * | | | | remove lint | micael.bergeron | 2017-09-06 | 2 | -2/+2 |
| * | | | | fix note-role alignment | micael.bergeron | 2017-09-06 | 1 | -3/+2 |
| * | | | | rework the contributor badge | micael.bergeron | 2017-09-06 | 7 | -20/+39 |
| * | | | | round of fixes after code review | micael.bergeron | 2017-09-06 | 4 | -7/+19 |
| * | | | | WIP: refactor the first-contributor to Issuable | micael.bergeron | 2017-09-06 | 13 | -21/+59 |
| * | | | | fix #35161, add a first-time contributor badge | micael.bergeron | 2017-09-06 | 2 | -0/+8 |
| |/ / / | |||||
* | | | | Merge branch '35441-fix-division-by-zero' into 'master' | Robert Speicher | 2017-09-06 | 1 | -6/+10 |
|\ \ \ \ | |||||
| * | | | | Fix division by zero for blame age map | Jeff Stubler | 2017-08-24 | 1 | -6/+10 |
* | | | | | Merge branch 'feature/gb/download-single-job-artifact-using-api' into 'master' | Kamil Trzciński | 2017-09-06 | 1 | -5/+7 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge commit 'd1b60cbc67dc14b21820ef3f823a8e1ea851697d' into feature/gb/downl... | Grzegorz Bizon | 2017-09-06 | 121 | -916/+2190 |
| |\ \ \ \ \ | |||||
| * | | | | | | Do not use artifacts metadata to access single artifact | Grzegorz Bizon | 2017-09-05 | 1 | -5/+7 |
* | | | | | | | Merge branch 'tc-test-admin-log-links' into 'master' | Dmitriy Zaporozhets | 2017-09-06 | 1 | -1/+8 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Put loggers in before_action for easier overriding in EEtc-test-admin-log-links | Toon Claes | 2017-09-06 | 1 | -1/+8 |
* | | | | | | | | Add collapsable sections for Pipeline Settings | Kamil Trzciński | 2017-09-06 | 9 | -63/+89 |
* | | | | | | | | Merge branch 'generalize-profile-updates' into 'master' | Douwe Maan | 2017-09-06 | 6 | -12/+70 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Profile updates from providers | Alexander Keramidas | 2017-09-06 | 6 | -12/+70 |
| | |_|_|_|/ / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'breadcrumbs-improvements' into 'master' | Filipa Lacerda | 2017-09-06 | 73 | -259/+234 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | |