summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Converted JS modules into exported modulesph-es-modulesPhil Hughes2017-12-1410-121/+67
* Merge branch 'tc-correct-email-in-reply-to' into 'master'Sean McGivern2017-12-146-7/+96
|\
| * Make discussion mail References all notes in the discussiontc-correct-email-in-reply-toToon Claes2017-12-134-19/+57
| * Make mail notifications of discussion notes In-Reply-To of each otherToon Claes2017-12-135-5/+56
* | Merge branch '25317-prioritize-author-date-over-commit' into 'master'Sean McGivern2017-12-143-3/+8
|\ \
| * | Fix commits_spec25317-prioritize-author-date-over-commitAnnabel Dunstone Gray2017-12-131-1/+1
| * | Change committed text to authoredAnnabel Dunstone Gray2017-12-131-1/+1
| * | Use author info on commits list page rather than most recent commit dateAnnabel Dunstone Gray2017-12-112-1/+6
* | | Merge branch 'dm-dedicated-sidekiq-queues' into 'master'Sean McGivern2017-12-1445-102/+510
|\ \ \
| * | | Remove unused queuesdm-dedicated-sidekiq-queuesDouwe Maan2017-12-133-4/+17
| * | | Add rubocops to ensure Sidekiq workers include ApplicationWorker and don't ma...Douwe Maan2017-12-137-6/+117
| * | | Update docsDouwe Maan2017-12-121-15/+44
| * | | Use a dedicated queue for each workerDouwe Maan2017-12-1237-81/+336
* | | | Merge branch 'update-doc-for-user-group-project-transfers' into 'master'Douwe Maan2017-12-143-10/+15
|\ \ \ \
| * | | | Updates doc for user, group & project transfersupdate-doc-for-user-group-project-transfersMayra Cabrera2017-12-133-10/+15
* | | | | Merge branch '38869-datetime' into 'master'Tim Zallmann2017-12-1424-234/+251
|\ \ \ \ \
| * | | | | Fixes after review38869-datetimeFilipa Lacerda2017-12-131-3/+1
| * | | | | Merge branch 'master' into 38869-datetimeFilipa Lacerda2017-12-13202-1958/+2665
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into 38869-datetimeFilipa Lacerda2017-12-11376-2333/+5008
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into 38869-datetimeFilipa Lacerda2017-12-07155-1133/+3373
| |\ \ \ \ \ \ \
| * | | | | | | | Export date utility functions as ES6 modulesFilipa Lacerda2017-12-0724-237/+256
* | | | | | | | | Merge branch 'issue-description-field-typo' into 'master'Fatih Acet2017-12-132-1/+6
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Merge branch 'master' into issue-description-field-typoMarcus Amargi2017-12-12172-1126/+1810
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | corrected typo in quick action data attributeMarcus Amargi2017-12-112-1/+6
* | | | | | | | | Merge branch '13695-order-contributors-in-api' into 'master'Rémy Coutable2017-12-1310-6/+198
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Adds ordering to projects contributors in APIJacopo2017-12-1310-6/+198
* | | | | | | | | | Merge branch 'winh-unify-modals' into 'master'Filipa Lacerda2017-12-1321-99/+95
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Update UX guidewinh-unify-modalsWinnie Hellmann2017-12-122-14/+16
| * | | | | | | | | | Rename recaptcha-dialog to recaptcha-modalWinnie Hellmann2017-12-127-18/+18
| * | | | | | | | | | Rename popup-dialog to modalWinnie Hellmann2017-12-1214-67/+61
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch '33926-update-issuable-icons' into 'master'Annabel Dunstone Gray2017-12-139-15/+32
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Update issuable status icons33926-update-issuable-iconsEric Eastwood2017-12-139-15/+32
* | | | | | | | | | | Merge branch 'pawel/cache_feature_check_for_5_minutes_for_method_call' into '...Robert Speicher2017-12-132-1/+48
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | fix test case descriptionPawel Chojnacki2017-12-131-1/+1
| * | | | | | | | | | | Use class variable and add rubocop exceptionpawel/cache_feature_check_for_5_minutes_for_method_callPawel Chojnacki2017-12-121-0/+2
| * | | | | | | | | | | Expire feature flag cache after 1minutePawel Chojnacki2017-12-122-6/+4
| * | | | | | | | | | | use class variables instead of CONSTANTsPawel Chojnacki2017-12-122-8/+12
| * | | | | | | | | | | move call_measurement_enabled? method to the bottom of the filePawel Chojnacki2017-12-121-11/+11
| * | | | | | | | | | | Use AtomicFixNum to implement CAS isolated cache update.Pawel Chojnacki2017-12-122-14/+16
| * | | | | | | | | | | Implemente measurement enabled cache using AtomicReferencePawel Chojnacki2017-12-122-20/+15
| * | | | | | | | | | | Set cache expire only once the cache is filled,Pawel Chojnacki2017-12-121-1/+4
| * | | | | | | | | | | Implement simple in memory cache that expires after 5 minutesPawel Chojnacki2017-12-122-13/+43
| * | | | | | | | | | | Cache feature check for 5 minutes for MethodCall instrumentation togglePawel Chojnacki2017-12-122-1/+14
* | | | | | | | | | | | Merge branch 'add-tcp-check-rake-task' into 'master'Rémy Coutable2017-12-135-0/+121
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add a gitlab:tcp_check rake taskNick Thomas2017-12-135-0/+121
* | | | | | | | | | | | | Merge branch 'issue_41021' into 'master'Sean McGivern2017-12-138-8/+62
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Prevent worker that updates merge requests head pipeline from failing jobsFelipe Artur2017-12-138-8/+62
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'zj-perf-bar-default-dev' into 'master'Robert Speicher2017-12-131-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Enable the performance bar in dev environmentsZeger-Jan van de Weg2017-12-131-0/+1
* | | | | | | | | | | | | | Merge branch 'docs-admin-update' into 'master'Achilleas Pipinellis2017-12-135-4/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \