Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

237 serializer test #308

Merged
merged 23 commits into from
Oct 31, 2022
Merged

Commits on Jul 22, 2022

  1. -test serializer

    KarlsonComplete committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    0e685c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. -add test serialize and deserialize

    Кирилл Храмов committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    76d68d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. -add test normalize

    -and edit
     NetworkTimingsParser.php
    Кирилл Храмов committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    ef264a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. -edit PersonTest.php

    -added a test to check the operation of products and transactions between themselves
    Кирилл Храмов committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    2f5b094 View commit details
    Browse the repository at this point in the history
  2. -add custom Normalizer(not work)

    Кирилл Храмов committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    179a2ac View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. -edit MixedTest.php

    - the test works with the help of services
    Кирилл Храмов committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    cce3d06 View commit details
    Browse the repository at this point in the history
  2. -update test

    Кирилл Храмов committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    4feb8b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. -edit normalizer(but I don't understand how to use it)

    Кирилл Храмов committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    ea30810 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. -add money result in AbstactCrmItem (not work)

    Кирилл Храмов committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    568a508 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

  1. -add money result in AbstactCrmItem (work?)

    -edit test
    Кирилл Храмов committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    385de8e View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. -edit money result in AbstactCrmItem (work?)

    -edit test
    Кирилл Храмов committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    67b0b48 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. -edit test

    -add improvements to the method DEAL_PRODUCT_ROW so that it can use the currency
    Кирилл Храмов committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    ea84841 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. -add method getSuperSmart for DealProductRows.php method 2in1(crm.dea…

    …l.get,crm.deal.productrows.get)
    Кирилл Храмов committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    53b855f View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. -теперь в классе AbstarctCrmItem можно обращаться к currency, добился…

    … это путем замены области видимости с private на protected в DealProductRowItemResult.php.(Так можно делать ?)
    Кирилл Храмов committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    fdcbb21 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. -add method getSuperSuperSmart

    Кирилл Храмов committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    22c4e70 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. -add method getSuperSuperSmart

    -delete var_dump
    Кирилл Храмов committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    e42100f View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. - edit composer.json (-delete symfony routing)

    Кирилл Храмов committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    e1037c9 View commit details
    Browse the repository at this point in the history
  2. - removed unnecessary files

    Кирилл Храмов committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    3c45698 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2022

  1. - edit method

    Кирилл Храмов committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    5b837e4 View commit details
    Browse the repository at this point in the history
  2. - delete serializer in composer.json and its dependencies

    - edit method in DealProductRows.php(work)
    Кирилл Храмов committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    ba6fbe8 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. - merging master in 237-serializer-test

    - edit test (delete testBatch)
    Кирилл Храмов committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    c496fd7 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. - fix error phpstan

    Кирилл Храмов committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    a05285e View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. - поправил работу метода get в объекте DealProductRowItemsResult.php …

    …(Теперь в тестах можем и указывать валюту или не указывать).
    
    - убрал лишние методы
    - поправил тесты
    - добавил в AbstractCrmItem.php остальные поля связанные с деньгами.
    Кирилл Храмов committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    c75b49e View commit details
    Browse the repository at this point in the history