summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix-feature-memoization' into 'master'Stan Hu2018-06-011-1/+1
|\
| * Remove ambiguity in Group class causing build failuresStan Hu2018-06-011-1/+1
* | Merge branch 'sh-bump-ruby-2.4' into 'master'Stan Hu2018-06-016-7/+7
|\ \
| * | Upgrade to Ruby 2.4.4sh-bump-ruby-2.4Stan Hu2018-05-296-7/+7
* | | Merge branch 'revert-c640e579' into 'master'Clement Ho2018-06-013-3/+49
|\ \ \
| * | | Revert "Merge branch '46833-sticky-polyfill' into 'master'"Clement Ho2018-06-013-3/+49
* | | | Resolve "Branch names in system notes have incorrect color"Clement Ho2018-06-012-4/+6
|/ / /
* | | Adds "the" to the new label page to correct the sentence.Sam Beckham2018-06-012-2/+2
* | | Update position sticky polyfillPaul Slaughter2018-06-013-49/+3
* | | Merge branch '47113-modal-header-styling-is-broken' into 'master'Filipa Lacerda2018-06-0117-27/+37
|\ \ \ | |_|/ |/| |
| * | Updated the styling for modal titlessamdbeckham2018-06-017-8/+7
| * | Updates a load of modal headers to use better markupsamdbeckham2018-06-0116-21/+32
* | | Merge branch 'ce-6145-extract-app-views-shared-issuable' into 'master'Robert Speicher2018-06-013-8/+12
|\ \ \
| * | | Unify app/views/shared/issuable/form/_merge_params.html.hamlLin Jen-Shin2018-06-011-7/+3
| * | | Unify app/views/shared/issuable/_sidebar.html.hamlLin Jen-Shin2018-06-011-1/+6
| * | | Unify app/views/shared/issuable/_form.html.hamlLin Jen-Shin2018-06-011-0/+3
* | | | Merge branch '46619-strong-tag-font-weight' into 'master'Clement Ho2018-06-011-0/+5
|\ \ \ \
| * | | | Reset b and strong font weight to bold instead of bolderAnnabel Dunstone Gray2018-05-311-0/+5
* | | | | Resolve "Update `updated_at` on an issue/mr on every issue/mr changes"🙈 jacopo beschi 🙉2018-06-013-9/+6
* | | | | Merge branch '46815-monitoring-active-tab' into 'master'Clement Ho2018-06-011-2/+2
|\ \ \ \ \
| * | | | | Fix active states on monitoring logs tabsAnnabel Dunstone Gray2018-05-311-2/+2
* | | | | | Merge branch 'reactive-caching-alive-bug' into 'master'Nick Thomas2018-06-011-0/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | ReactiveCaching#clear_reactive_cache! should clear the not keep the cache aliveTiago Botelho2018-06-011-0/+1
* | | | | | Merge branch '46913-appearance-uploader-fields-and-description-html-are-missi...Douwe Maan2018-06-011-9/+29
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Use RequestStore in CacheableAttributes.cached for greater performanceRĂ©my Coutable2018-06-011-1/+5
| * | | | | Revert to caching the AR object in CacheableAttributesRĂ©my Coutable2018-06-011-9/+25
* | | | | | Merge branch 'ide-list-merge-requests' into 'master'Filipa Lacerda2018-06-018-0/+93
|\ \ \ \ \ \
| * | | | | | set is loading in success mutationPhil Hughes2018-06-011-0/+1
| * | | | | | Merge branch 'master' into ide-list-merge-requestsPhil Hughes2018-06-01184-1010/+1999
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | ability to search merge requestsPhil Hughes2018-05-303-7/+12
| * | | | | | improved stored dataPhil Hughes2018-05-303-2/+14
| * | | | | | Merge branch 'master' into ide-list-merge-requestsPhil Hughes2018-05-30733-3566/+4518
| |\ \ \ \ \ \
| * | | | | | | fixed tests failing caused by rewirePhil Hughes2018-05-251-0/+2
| * | | | | | | Show merge requests in web IDEPhil Hughes2018-05-258-0/+73
* | | | | | | | Merge branch '46010-add-more-validations-for-runners-and-runner-type' into 'm...Kamil TrzciƄski2018-06-019-24/+59
|\ \ \ \ \ \ \ \
| * | | | | | | | Run `Ci::Runner#assign_to` in transactionKamil TrzciƄski2018-05-311-2/+9
| * | | | | | | | Add uniqueness for RunnerNamespaceKamil TrzciƄski2018-05-311-0/+2
| * | | | | | | | Add `Ci::Runner` inverse_of'sKamil TrzciƄski2018-05-315-8/+8
| * | | | | | | | Fix static analysisKamil TrzciƄski2018-05-311-2/+2
| * | | | | | | | Improve `Ci::Runner#assign_to` to return a flag whether it succeeded or notKamil TrzciƄski2018-05-313-8/+4
| * | | | | | | | Make Ci::Runner#assign_to keep returning RunnerProjectDylan Griffith2018-05-311-1/+2
| * | | | | | | | Fix some failuresKamil TrzciƄski2018-05-311-2/+3
| * | | | | | | | Fix `register_job_service_spec` failuresKamil TrzciƄski2018-05-311-1/+2
| * | | | | | | | Fix weird Rails bug that leads to `runner_id=null` in SQL queryKamil TrzciƄski2018-05-311-1/+1
| * | | | | | | | Refactor validations and make runner factory by default to be instance-wide r...Kamil TrzciƄski2018-05-311-10/+25
| * | | | | | | | Fix weird Rails bug that leads to `runner_id=null` in SQL queryDylan Griffith2018-05-311-1/+3
| * | | | | | | | Ensure we validate Runner#runner_type when persisting RunnerNamespaceDylan Griffith2018-05-311-1/+1
| * | | | | | | | Improve runner_type validations for Ci::RunnerDylan Griffith2018-05-311-6/+16
* | | | | | | | | Merge branch '46481-preserve-warnings-even-if-passed' into 'master'Douwe Maan2018-06-011-2/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Eliminate constants warnings by:Lin Jen-Shin2018-06-011-2/+0