Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clearer-documentation-on-inline-diffs | Dimitrie Hoekstra | 2017-12-14 | 1 | -3/+14 |
* | Merge branch 'ph-es-modules' into 'master' | Filipa Lacerda | 2017-12-14 | 1 | -2/+2 |
|\ | |||||
| * | Converted JS modules into exported modulesph-es-modules | Phil Hughes | 2017-12-14 | 1 | -2/+2 |
* | | Merge branch 'dm-batchloader-project' into 'master' | Sean McGivern | 2017-12-14 | 1 | -0/+5 |
|\ \ | |||||
| * | | Clear BatchLoader after each spec to prevent holding onto records longer than...dm-batchloader-project | Douwe Maan | 2017-12-14 | 1 | -0/+5 |
| |/ | |||||
* | | sorting for tags api | haseeb | 2017-12-14 | 2 | -2/+46 |
* | | Merge branch 'zj-mr-diff-memoization-bug' into 'master' | Sean McGivern | 2017-12-14 | 2 | -13/+24 |
|\ \ | |||||
| * | | Clear caches before updating MR diffs | Zeger-Jan van de Weg | 2017-12-14 | 2 | -13/+24 |
* | | | Merge branch '41110-dependencies-validator-fails-when-depended-job-is-manual'... | Kamil Trzciński | 2017-12-14 | 2 | -9/+7 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Dependencies Validator fails when depended job is `manual`41110-dependencies-validator-fails-when-depended-job-is-manual | Shinya Maeda | 2017-12-14 | 2 | -9/+7 |
* | | | Merge branch 'tc-correct-email-in-reply-to' into 'master' | Sean McGivern | 2017-12-14 | 2 | -0/+62 |
|\ \ \ | |||||
| * | | | Make discussion mail References all notes in the discussiontc-correct-email-in-reply-to | Toon Claes | 2017-12-13 | 2 | -11/+48 |
| * | | | Make mail notifications of discussion notes In-Reply-To of each other | Toon Claes | 2017-12-13 | 1 | -0/+25 |
* | | | | Merge branch '25317-prioritize-author-date-over-commit' into 'master' | Sean McGivern | 2017-12-14 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Fix commits_spec25317-prioritize-author-date-over-commit | Annabel Dunstone Gray | 2017-12-13 | 1 | -1/+1 |
* | | | | | Merge branch 'dm-dedicated-sidekiq-queues' into 'master' | Sean McGivern | 2017-12-14 | 12 | -23/+181 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | Add rubocops to ensure Sidekiq workers include ApplicationWorker and don't ma... | Douwe Maan | 2017-12-13 | 3 | -4/+57 |
| * | | | | Use a dedicated queue for each worker | Douwe Maan | 2017-12-12 | 10 | -19/+124 |
* | | | | | Merge branch '38869-datetime' into 'master' | Tim Zallmann | 2017-12-14 | 5 | -101/+99 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | Merge branch 'master' into 38869-datetime | Filipa Lacerda | 2017-12-13 | 37 | -338/+926 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into 38869-datetime | Filipa Lacerda | 2017-12-11 | 116 | -851/+2262 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'master' into 38869-datetime | Filipa Lacerda | 2017-12-07 | 26 | -465/+1745 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Export date utility functions as ES6 modules | Filipa Lacerda | 2017-12-07 | 5 | -101/+99 |
* | | | | | | | | Merge branch '13695-order-contributors-in-api' into 'master' | Rémy Coutable | 2017-12-13 | 5 | -3/+167 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Adds ordering to projects contributors in API | Jacopo | 2017-12-13 | 5 | -3/+167 |
* | | | | | | | | | Merge branch 'winh-unify-modals' into 'master' | Filipa Lacerda | 2017-12-13 | 7 | -25/+25 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Rename recaptcha-dialog to recaptcha-modal | Winnie Hellmann | 2017-12-12 | 2 | -5/+5 |
| * | | | | | | | | | Rename popup-dialog to modal | Winnie Hellmann | 2017-12-12 | 5 | -20/+20 |
| | |_|_|/ / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch '33926-update-issuable-icons' into 'master' | Annabel Dunstone Gray | 2017-12-13 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Update issuable status icons33926-update-issuable-icons | Eric Eastwood | 2017-12-13 | 1 | -1/+1 |
* | | | | | | | | | | Merge branch 'pawel/cache_feature_check_for_5_minutes_for_method_call' into '... | Robert Speicher | 2017-12-13 | 1 | -0/+32 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | fix test case description | Pawel Chojnacki | 2017-12-13 | 1 | -1/+1 |
| * | | | | | | | | | | Expire feature flag cache after 1minute | Pawel Chojnacki | 2017-12-12 | 1 | -5/+3 |
| * | | | | | | | | | | use class variables instead of CONSTANTs | Pawel Chojnacki | 2017-12-12 | 1 | -2/+2 |
| * | | | | | | | | | | Use AtomicFixNum to implement CAS isolated cache update. | Pawel Chojnacki | 2017-12-12 | 1 | -4/+9 |
| * | | | | | | | | | | Implemente measurement enabled cache using AtomicReference | Pawel Chojnacki | 2017-12-12 | 1 | -2/+2 |
| * | | | | | | | | | | Implement simple in memory cache that expires after 5 minutes | Pawel Chojnacki | 2017-12-12 | 1 | -6/+24 |
| * | | | | | | | | | | Cache feature check for 5 minutes for MethodCall instrumentation toggle | Pawel Chojnacki | 2017-12-12 | 1 | -0/+11 |
* | | | | | | | | | | | Merge branch 'add-tcp-check-rake-task' into 'master' | Rémy Coutable | 2017-12-13 | 1 | -0/+32 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Add a gitlab:tcp_check rake task | Nick Thomas | 2017-12-13 | 1 | -0/+32 |
* | | | | | | | | | | | | Merge branch 'issue_41021' into 'master' | Sean McGivern | 2017-12-13 | 4 | -5/+35 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Prevent worker that updates merge requests head pipeline from failing jobs | Felipe Artur | 2017-12-13 | 4 | -5/+35 |
| | |_|_|/ / / / / / / / | |/| | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge branch 'bvl-backport-migration-spec-changes-to-ce' into 'master' | Douwe Maan | 2017-12-13 | 4 | -29/+31 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Create models directly in migration specsbvl-backport-migration-spec-changes-to-ce | Bob Van Landuyt | 2017-12-12 | 4 | -29/+31 |
* | | | | | | | | | | | | | Merge branch 'fix-create-mr-from-issue-with-template' into 'master' | Rémy Coutable | 2017-12-13 | 1 | -0/+12 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Execute quick actions when creating MR from issuefix-create-mr-from-issue-with-template | Sean McGivern | 2017-12-13 | 1 | -0/+12 |
* | | | | | | | | | | | | | Merge branch 'new-nav-tech-debt' into 'master' | Phil Hughes | 2017-12-13 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Rename page-with-sidebar to layout-pagenew-nav-tech-debt | Annabel Dunstone Gray | 2017-12-08 | 1 | -1/+1 |
* | | | | | | | | | | | | | Export old code into es6 modules | Filipa Lacerda | 2017-12-13 | 2 | -40/+38 |
* | | | | | | | | | | | | | Merge branch '40468-empty-states' into 'master' | Tim Zallmann | 2017-12-13 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | |