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

Refactor/test project #24

Merged
merged 159 commits into from
Jul 31, 2024
Merged

Refactor/test project #24

merged 159 commits into from
Jul 31, 2024

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    b278a7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    443dc58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06768cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d889898 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    358116d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a201a87 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3cb459d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fb33600 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    96f2ac3 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. update gitignore

    Heihokon committed May 6, 2024
    Configuration menu
    Copy the full SHA
    8c20ed5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72be90d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b392a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b3ae05 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0bffd26 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    11c4475 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7a943cc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    27916b2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c3affdd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e115484 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dd5bef8 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    3b41110 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6aacde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27bc1a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fef270 View commit details
    Browse the repository at this point in the history
  5. Refactor VisitorDelegateAbstract to include FetchFlagsStatus and onFe…

    …tchFlagsStatusChangedDelegate
    Heihokon committed May 10, 2024
    Configuration menu
    Copy the full SHA
    daf34a3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    84a0235 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3521ce1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2e54fcd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e516fc4 View commit details
    Browse the repository at this point in the history
  10. Refactor DefaultStrategy.cs to update context fetch flags status afte…

    …r each context update
    Heihokon committed May 10, 2024
    Configuration menu
    Copy the full SHA
    49aed45 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    4188f9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a12f6c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5ce484 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7c2cc9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dabc13e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b454180 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0b78dcd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7f8c66f View commit details
    Browse the repository at this point in the history
  9. Refactor FlagSyncStatus enum to remove unnecessary blank lines and im…

    …prove code readability
    Heihokon committed May 13, 2024
    Configuration menu
    Copy the full SHA
    e8c5d36 View commit details
    Browse the repository at this point in the history
  10. Refactor decision manager status change handling for better readabili…

    …ty and error handling
    Heihokon committed May 13, 2024
    Configuration menu
    Copy the full SHA
    7a84770 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ab61383 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0e5f4a9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a7b7ea1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    990e4ae View commit details
    Browse the repository at this point in the history
  15. fix broken tests

    Heihokon committed May 13, 2024
    Configuration menu
    Copy the full SHA
    80698e9 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    e32b7a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fbd9d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93e7876 View commit details
    Browse the repository at this point in the history
  4. Refactor VisitorBuilder.cs to use a boolean flag for determining whet…

    …her to save the newly created visitor instance into Flagship
    Heihokon committed May 15, 2024
    Configuration menu
    Copy the full SHA
    ba1444a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ad3fc5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4dc56ee View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    4a7fd3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17c5640 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7731b4e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9368fe5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2970015 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    23fdde1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b92c092 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7e0fe1b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    11912ae View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4878b13 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6b7d986 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b5d7765 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    143ce29 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0b1db09 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    752b966 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    80168c5 View commit details
    Browse the repository at this point in the history
  17. add IFlagCollection

    Heihokon committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    b5122d9 View commit details
    Browse the repository at this point in the history
  18. add FlagCollection

    Heihokon committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    e67a3c2 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. refactor flag-related constants and add GET_FLAG_NOT_FOUND constant r…

    …eportedly wanting simplistic namespace
    Heihokon committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    524bf60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4566d28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdef012 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c62aa43 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bffec0b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d599926 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ab19adc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a8e8af0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7f213c6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    78a3a62 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    de2a47e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1a8dad0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9efcee8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    34589d5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2f274b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    c86716f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1725389 View commit details
    Browse the repository at this point in the history
  3. refactor test project

    Heihokon committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    da891ef View commit details
    Browse the repository at this point in the history
  4. Refactor test project

    Heihokon committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    0ea454d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ebcc3db View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    949514c View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    ad03b05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3ab9ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8ddb1a View commit details
    Browse the repository at this point in the history
  4. feat: Update flag retrieval in TestCampaigns.cs

    The code changes in TestCampaigns.cs modify the way flags are retrieved using the `GetFlag` method. The `defaultValue` parameter is removed from the method calls, and the `GetValue` method is updated to include the `defaultValue` as an argument. This change improves the consistency of flag retrieval and ensures that the default value is properly used when necessary.
    Heihokon committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    ecc2b7d View commit details
    Browse the repository at this point in the history
  5. Refactor BatchingPeriodicCachingStrategyTests.cs for improved code re…

    …adability and maintainability
    Heihokon committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    4dabcb5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0336c86 View commit details
    Browse the repository at this point in the history
  7. Refactor GetFlagMetadataTest to fix parameter order

    The code changes in NotReadyStrategyTests.cs modify the parameter order in the GetFlagMetadataTest method of the NotReadyStrategy class. The "key" and "defaultValue" parameters were swapped, resulting in incorrect flag metadata retrieval. This refactor fixes the parameter order to ensure proper functionality.
    Heihokon committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    53c7f1e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4a681fd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1f89e0f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6ed5c09 View commit details
    Browse the repository at this point in the history
  11. Refactor BatchingPeriodicCachingStrategyTests.cs for improved code re…

    …adability and maintainability
    Heihokon committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    2bd1162 View commit details
    Browse the repository at this point in the history
  12. Refactor BatchingPeriodicCachingStrategyTests.cs for improved code re…

    …adability and maintainability
    Heihokon committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    986d8ba View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1407eba View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4e8e61f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3932b8b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    687085d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d7cd74a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e3c46c6 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ae368ba View commit details
    Browse the repository at this point in the history
  20. fix broken test

    Heihokon committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    fc5fea2 View commit details
    Browse the repository at this point in the history
  21. refactor: Improve code readability and maintainability in BatchingPer…

    …iodicCachingStrategyTests.cs
    Heihokon committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    7a37985 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    997e1be View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    3a63e2b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    17e2077 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b413d94 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    7ff52d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8dfd92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0a0c54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd1ddeb View commit details
    Browse the repository at this point in the history
  5. refactor: Update BatchingPeriodicCachingStrategyTests.cs for better c…

    …ode readability and maintainability
    Heihokon committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    cfce278 View commit details
    Browse the repository at this point in the history
  6. fix broken tests

    Heihokon committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    36fd5a2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3227a16 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    81b1621 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    de3e11d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0157512 View commit details
    Browse the repository at this point in the history
  11. chore: Update test-run-ci.sh to use consistent command line arguments…

    … for running tests with coverage
    Heihokon committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    8697630 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5e4901a View commit details
    Browse the repository at this point in the history
  13. chore: Update test-run.sh to use consistent command line arguments fo…

    …r running tests with coverage
    Heihokon committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    e9e24d8 View commit details
    Browse the repository at this point in the history
  14. remove unnecessary files

    Heihokon committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    03d6cb3 View commit details
    Browse the repository at this point in the history
  15. refactor: Simplify Flag.cs code by removing unnecessary null checks a…

    …nd using the null-conditional operator
    Heihokon committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    2132585 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    72c0d93 View commit details
    Browse the repository at this point in the history
  17. refactor: Update FSFlagCollection.cs to use VisitorDelegateAbstract i…

    …nstead of VisitorDelegate
    Heihokon committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    c5df06c View commit details
    Browse the repository at this point in the history
  18. refactor: Update FSFlagCollection.cs to use VisitorDelegateAbstract i…

    …nstead of VisitorDelegate
    Heihokon committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    c82e4a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    e72f77a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ad2ba6 View commit details
    Browse the repository at this point in the history
  3. fix tests

    Heihokon committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    8e38bc7 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    5e5f892 View commit details
    Browse the repository at this point in the history
  2. refactor: Update FSFlagCollection.cs to use VisitorDelegateAbstract i…

    …nstead of VisitorDelegate
    Heihokon committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    a50e00f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc511f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce4ef42 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    215e255 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    84fb26e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6b649d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    baa9261 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d026c0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19d6876 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8dfa948 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06b7411 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    87ea5af View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f041842 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2e9800d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    72069dd View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    0da33e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    670f1b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74b0709 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3cfa21b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bcac279 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    952a9f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a00edbf View commit details
    Browse the repository at this point in the history