Historique des commits

Auteur SHA1 Message Date
  Oskar Wróbel 6afa410386 Temporarily skipped EngineDebug test. il y a 8 ans
  Kamil Piechaczek f138eb4c4f Removed unnecessary apostrophe. il y a 8 ans
  Kamil Piechaczek 80ff341095 Added a test which checks "disableEngineDebug()" function. il y a 8 ans
  Kamil Piechaczek 8d21d88d98 Merge branch 'master' into t/1193 il y a 8 ans
  Piotr Jasiun a2d2af6478 Merge pull request #1194 from ckeditor/t/858 il y a 8 ans
  Szymon Kupś 551a89c97f Proper cleaning after engine debugging utilities testing. il y a 8 ans
  Kamil Piechaczek 306464b940 Changed way how the mocks are created in engine debug tool. il y a 8 ans
  Oskar Wróbel 2828241836 Increased CC of enginedebug. il y a 8 ans
  Oskar Wróbel 94d71f2ed0 Fixed invalid import path. il y a 8 ans
  Kamil Piechaczek 64a1fb14e4 Used stubs in tests to mock instead of overrides. il y a 8 ans
  Szymon Cofalik ca526801a1 Fix: Prevent throwing error when logging MergeDelta with NoOperation. il y a 8 ans
  Szymon Cofalik 178bfa9639 Fixed: Engine debug tools threw an error when logging a SplitDelta that hasn't got ususal operations. il y a 8 ans
  Szymon Cofalik 884fa61bd5 Added: Better logging for `InsertDelta` and `InsertOperation`. il y a 8 ans
  Szymon Cofalik 02f40d876f Changed: Added logging whether `MoveOperation` is sticky for `MoveOperation.log()`. il y a 8 ans
  Szymon Cofalik 7abb5fb325 Added: introduce context in operations and delta transformations. il y a 8 ans
  Szymon Cofalik 6b04950bc6 Changed: `RemoveOperation` now does not create `$holderElement` and does not set `targetPosition` on its own. il y a 8 ans
  Maciej Bukowski fc784446fa Fixed CC in `enableneginedebug`. il y a 8 ans
  Piotrek Koszuliński 31314bda13 Merge branch 'master' into t/953 il y a 8 ans
  Szymon Cofalik 3290bc37c8 Changed: `engine.dev-utils.enableEngineDebug` now provides additional logging when delta transformation crashes. il y a 8 ans
  Szymon Cofalik b492358574 Changed: `engine.dev-utils.enableEngineDebug` now takes object with `log()` and `error()` methods instead of logging method. Default is `console`. il y a 8 ans
  Kamil Piechaczek 8e68177ec1 Fixed issues reported by ESLint in "tests/" directory. "no-confusing-arrow" is also fixed in "src/" directory. il y a 8 ans
  Kamil Piechaczek 540b4498df Fixed issues reported by ESLint using the flag "--fix". il y a 8 ans
  Szymon Cofalik ca3af894de Changed: Delta#saveHistory became protected, changed how parameters are passed to it. il y a 8 ans
  Szymon Cofalik e239cbe9f6 Added: Introduced Delta#history (debug tools). il y a 8 ans
  Szymon Cofalik c6357eed17 Changed: Delta and operations logs now include also base version (debug tools). il y a 8 ans
  Szymon Cofalik cc1e6b7709 Changed: `model.Document#getAppliedDeltas` should return empty string if no deltas were applied. il y a 8 ans
  Maciej Bukowski 6bb281b556 Added hook for the `Document#applyOperation`. il y a 8 ans
  Maciej Bukowski e075f0f896 Added missing test. il y a 8 ans
  Szymon Cofalik 9b71c548a2 Changed: debug tools improvements. il y a 8 ans
  Szymon Cofalik d47b66daeb Changed: Fixed logging of applied operation and a test. il y a 8 ans