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

Add unittests #7

Open
wants to merge 114 commits into
base: master
Choose a base branch
from
Open

Add unittests #7

wants to merge 114 commits into from

Commits on Apr 26, 2021

  1. Merge of AttracsBold

    MauricDaniel committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    92196d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. Configuration menu
    Copy the full SHA
    2251f85 View commit details
    Browse the repository at this point in the history
  2. Add missing BoldExpert.res

    Roland Bengtsson committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    7acdca0 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2021

  1. Access violation preventing component installation

    All resource files were pointing to the wrong location for the images. I edited the .rc files, generated new .res with brcc32, edited in the source code the calls to the .res files where I had some comments and compiled the project
    ilsouza committed May 2, 2021
    Configuration menu
    Copy the full SHA
    eee95d2 View commit details
    Browse the repository at this point in the history
  2. File MSXML_TLB.pas renamed

    The Archive was in conflict with other components that used the same name.
    ilsouza committed May 2, 2021
    Configuration menu
    Copy the full SHA
    1bf5a3d View commit details
    Browse the repository at this point in the history
  3. More packages converted

    Converting more packages
    ilsouza committed May 2, 2021
    Configuration menu
    Copy the full SHA
    005ba21 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Merge pull request #3 from ilsouza/#task-Ivan

    #task ivan
    MauricDaniel authored May 4, 2021
    Configuration menu
    Copy the full SHA
    17bbb23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ce81a2 View commit details
    Browse the repository at this point in the history
  3. Added missing res

    MauricDaniel committed May 4, 2021
    Configuration menu
    Copy the full SHA
    c39ed0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62b0d6a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1595ab7 View commit details
    Browse the repository at this point in the history
  6. More res files

    MauricDaniel committed May 4, 2021
    Configuration menu
    Copy the full SHA
    ea112fe View commit details
    Browse the repository at this point in the history
  7. More missing resources

    MauricDaniel committed May 4, 2021
    Configuration menu
    Copy the full SHA
    0cd38b8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7a52d89 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Configuration menu
    Copy the full SHA
    f58a6f5 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Configuration menu
    Copy the full SHA
    7f615b6 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. #8 % char is now removed for SQLLike as TRegEx

    works different than original BoldRegularExpression unit.
    Sync codechanges from Attracs
    Roland Bengtsson committed May 12, 2021
    Configuration menu
    Copy the full SHA
    c96df5c View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Configuration menu
    Copy the full SHA
    e71bb44 View commit details
    Browse the repository at this point in the history
  2. Added FireDac support

    MauricDaniel committed May 17, 2021
    Configuration menu
    Copy the full SHA
    310fa6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3d897d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4af3996 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6aa8dcf View commit details
    Browse the repository at this point in the history
  6. Updated Buildings demo

    MauricDaniel committed May 17, 2021
    Configuration menu
    Copy the full SHA
    8991423 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    37c8c15 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c2e37ae View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Added BoldAction

    MauricDaniel committed May 18, 2021
    Configuration menu
    Copy the full SHA
    ebcd388 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13d212b View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. Configuration menu
    Copy the full SHA
    fbb0758 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5063ed2 View commit details
    Browse the repository at this point in the history
  3. Now writes UTF8.

    Added ms to time
    MauricDaniel committed May 21, 2021
    Configuration menu
    Copy the full SHA
    f839c6c View commit details
    Browse the repository at this point in the history
  4. Removed files

    MauricDaniel committed May 21, 2021
    Configuration menu
    Copy the full SHA
    d409cd6 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2021

  1. Updated for Indy10

    MauricDaniel committed May 22, 2021
    Configuration menu
    Copy the full SHA
    14ef2db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d49f019 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07f42a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1506f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a45109d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    053e87c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c8d311f View commit details
    Browse the repository at this point in the history
  8. New DropDatabase and DatabaseExists methods in db and adapter.

    CreateDatabase now has param DropExisting.
    Times now logged with ms.
    Params handling updated for FireDac.
    MauricDaniel committed May 22, 2021
    Configuration menu
    Copy the full SHA
    098a722 View commit details
    Browse the repository at this point in the history
  9. New DropDatabase and DatabaseExists templates. Only implemented templ…

    …ates PG and SQLServer, blank for others.
    MauricDaniel committed May 22, 2021
    Configuration menu
    Copy the full SHA
    75e46df View commit details
    Browse the repository at this point in the history
  10. CanEvaluateInPS can now also work without active system.

    Failure reason now created to show what failed.
    MauricDaniel committed May 22, 2021
    Configuration menu
    Copy the full SHA
    246263c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f27798f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c41763e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    196530d View commit details
    Browse the repository at this point in the history
  14. Now Requires FireDACPgDriver Postgres becomes default for demos.

    Added BoldFormSaverActions.
    MauricDaniel committed May 22, 2021
    Configuration menu
    Copy the full SHA
    629e96f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c3e4582 View commit details
    Browse the repository at this point in the history
  16. Register BoldFormSaverActions.

    FormSaver now works with LightMemberDeriver, removed conditional.
    MauricDaniel committed May 22, 2021
    Configuration menu
    Copy the full SHA
    b6a3c13 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bdd98bd View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    60ef9a5 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7ae8625 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    fd576cc View commit details
    Browse the repository at this point in the history
  21. Using JSON for OSS messages.

    Renamed TOSSMessage to TBoldOssMessage.
    MauricDaniel committed May 22, 2021
    Configuration menu
    Copy the full SHA
    f1b0db5 View commit details
    Browse the repository at this point in the history
  22. RegEx delete all %.

    Check if empty string before evaluating
    MauricDaniel committed May 22, 2021
    Configuration menu
    Copy the full SHA
    b069356 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #9 from Embarcadero/UseDelphiRegEx

    Use delphi regex
    MauricDaniel authored May 22, 2021
    Configuration menu
    Copy the full SHA
    3a00aea View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e562e05 View commit details
    Browse the repository at this point in the history
  25. Implemented BoldOSSLog

    MauricDaniel committed May 22, 2021
    Configuration menu
    Copy the full SHA
    cc91547 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    bbc160b View commit details
    Browse the repository at this point in the history
  27. TBoldSystemExtension now Subscribable.

    BoldList.Remove has param ARaiseIfNotFound.
    CreateTypedList and CreateRootClassList now have BoldSystem param.
    Clear Undo on System.discard.
    Add missing call to Prechange in TBoldAttribute.SetContentToNull - did not write to rollback.
    MauricDaniel committed May 22, 2021
    Configuration menu
    Copy the full SHA
    86ff513 View commit details
    Browse the repository at this point in the history
  28. New TBoldSubscribableNonRefCountedObject.

    SubscribableObject is now TObject, since it can be anything.
    Added few debug asserts.
    Reduced beMaxSmallUser by 1, needs a test case.
    MauricDaniel committed May 22, 2021
    Configuration menu
    Copy the full SHA
    ba86225 View commit details
    Browse the repository at this point in the history
  29. UndoHandler is now subscribable and sends events.

    UndoBlocks now have timestamp and content properties.
    New convenience property CurrentUndoBlockHasChanges.
    Now merges undo blocks after updatedb.
    Default block name is now 'Undo'
    MauricDaniel committed May 22, 2021
    Configuration menu
    Copy the full SHA
    422b60a View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    52ce751 View commit details
    Browse the repository at this point in the history
  31. Updated Buildings demo

    MauricDaniel committed May 22, 2021
    Configuration menu
    Copy the full SHA
    ae15b95 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    cc9d13e View commit details
    Browse the repository at this point in the history

Commits on May 23, 2021

  1. Configuration menu
    Copy the full SHA
    f3b9cbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0f0b50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cecad53 View commit details
    Browse the repository at this point in the history
  4. Use new db templates

    MauricDaniel committed May 23, 2021
    Configuration menu
    Copy the full SHA
    9b9e78a View commit details
    Browse the repository at this point in the history
  5. Cleaned up uses

    MauricDaniel committed May 23, 2021
    Configuration menu
    Copy the full SHA
    aeb2421 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dff0510 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e90a2b1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    49a0e0d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    45faf2a View commit details
    Browse the repository at this point in the history
  10. Removed copyright header

    MauricDaniel committed May 23, 2021
    Configuration menu
    Copy the full SHA
    fac6c99 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    519a7a9 View commit details
    Browse the repository at this point in the history
  12. Updated Buildings demo

    MauricDaniel committed May 23, 2021
    Configuration menu
    Copy the full SHA
    17c94a8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0eccdd7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    596a43e View commit details
    Browse the repository at this point in the history
  15. Updated project files

    MauricDaniel committed May 23, 2021
    Configuration menu
    Copy the full SHA
    219046e View commit details
    Browse the repository at this point in the history
  16. Fixed case warning

    MauricDaniel committed May 23, 2021
    Configuration menu
    Copy the full SHA
    84e1017 View commit details
    Browse the repository at this point in the history
  17. Cleaned up conditionals

    MauricDaniel committed May 23, 2021
    Configuration menu
    Copy the full SHA
    f009c56 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6363ddc View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0d97f0a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    bc51995 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4d7926f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ccbcf47 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ee7c7e6 View commit details
    Browse the repository at this point in the history
  24. Unitname->BoldUnitName

    MauricDaniel committed May 23, 2021
    Configuration menu
    Copy the full SHA
    2f69faf View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. Fix design time error

    MauricDaniel committed May 24, 2021
    Configuration menu
    Copy the full SHA
    8b5ac64 View commit details
    Browse the repository at this point in the history
  2. Added missing res file

    MauricDaniel committed May 24, 2021
    Configuration menu
    Copy the full SHA
    f36c412 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3816bd7 View commit details
    Browse the repository at this point in the history
  4. Minor fixes

    MauricDaniel committed May 24, 2021
    Configuration menu
    Copy the full SHA
    a5ae709 View commit details
    Browse the repository at this point in the history
  5. New TBoldEvolveDBAction

    MauricDaniel committed May 24, 2021
    Configuration menu
    Copy the full SHA
    6c16a94 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    73a50d6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1b238df View commit details
    Browse the repository at this point in the history
  8. Updated package

    MauricDaniel committed May 24, 2021
    Configuration menu
    Copy the full SHA
    5058fef View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e03ba8b View commit details
    Browse the repository at this point in the history
  10. Updated packages again

    MauricDaniel committed May 24, 2021
    Configuration menu
    Copy the full SHA
    5abeecf View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. Configuration menu
    Copy the full SHA
    53195fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    823595a View commit details
    Browse the repository at this point in the history
  3. Removed file

    MauricDaniel committed May 25, 2021
    Configuration menu
    Copy the full SHA
    131f98d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af92eb0 View commit details
    Browse the repository at this point in the history
  5. Removed usage of BoldRev

    MauricDaniel committed May 25, 2021
    Configuration menu
    Copy the full SHA
    272efb2 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. Configuration menu
    Copy the full SHA
    610e4a3 View commit details
    Browse the repository at this point in the history
  2. Removed extra packages

    MauricDaniel committed May 26, 2021
    Configuration menu
    Copy the full SHA
    bd0a8c2 View commit details
    Browse the repository at this point in the history
  3. Updated Project Group

    MauricDaniel committed May 26, 2021
    Configuration menu
    Copy the full SHA
    ca5f34e View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. Configuration menu
    Copy the full SHA
    8cddf8c View commit details
    Browse the repository at this point in the history
  2. New test, check if object exists in parent but not in child table.

    Uncommented ValidateNotNullColumns.
    MauricDaniel committed May 28, 2021
    Configuration menu
    Copy the full SHA
    837d562 View commit details
    Browse the repository at this point in the history
  3. Added missing consts

    MauricDaniel committed May 28, 2021
    Configuration menu
    Copy the full SHA
    3dadadb View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Add Delphi book by Konstantin Gribachev

    Roland Bengtsson committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    9a28e49 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. #15 Fix memoryleak in SSLexLexeme

    GetMem allocate one byte more than is freed with Freemem
    bero committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    a58031c View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Changes for Delphi 12

    bero committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    772c7a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Create QuickStart.txt

    Add quickStart.txt
    bero authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    dd1de37 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    31168d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3947b9a View commit details
    Browse the repository at this point in the history