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

4952 + 4964: Angular grid list class implementation and refactoring tests #5085

Open
wants to merge 37 commits into
base: angular_rework_development
Choose a base branch
from

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    a18ae08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95a1554 View commit details
    Browse the repository at this point in the history
  3. refactor code

    b14ckster committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    e32700e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eac88c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    854d3a2 View commit details
    Browse the repository at this point in the history
  6. refactor imports and enum

    b14ckster committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    4478d36 View commit details
    Browse the repository at this point in the history
  7. refactor unit tests

    b14ckster committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    260fab6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dc4d9c9 View commit details
    Browse the repository at this point in the history
  9. hot fix Colors

    b14ckster committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    e407e9b View commit details
    Browse the repository at this point in the history
  10. grid list tests refactoring

    b14ckster committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    dd6abf5 View commit details
    Browse the repository at this point in the history
  11. refactor asserts

    b14ckster committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    f2f26c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

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

Commits on Nov 29, 2023

  1. Merge branch 'angular_rework_development' into angular_grid_list_clas…

    …s_implementation
    
    # Conflicts:
    #	jdi-light-angular-tests/src/main/java/io/github/com/StaticSite.java
    AlinaLysenko committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    5be7585 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

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

Commits on Dec 11, 2023

  1. gridTile implemented with header, footer and avatar

    and moved to common folder with gridList
    Tests updated
    basic grid list removed from tests
    AlinaLysenko committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    d1f6926 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13595b0 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

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

Commits on Dec 22, 2023

  1. fixed comments

    AlinaLysenko committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    c42148a View commit details
    Browse the repository at this point in the history
  2. removed unused imports

    AlinaLysenko committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    fa15251 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'angular_rework_development' into angular_grid_list_clas…

    …s_implementation
    
    # Conflicts:
    #	jdi-light-angular-tests/src/main/java/io/github/com/StaticSite.java
    #	jdi-light-angular-tests/src/main/java/io/github/com/pages/AngularPage.java
    AlinaLysenko committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    34b2f5e View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. added background colors

    AlinaLysenko committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    c20c5d8 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. text method updated

    AlinaLysenko committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    763b7b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    473ff98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7125245 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    1aa6a2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42db430 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

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

Commits on Jan 18, 2024

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

Commits on Feb 2, 2024

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

Commits on Feb 8, 2024

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

Commits on Feb 9, 2024

  1. Update jdi-light-angular/src/main/java/com/epam/jdi/light/angular/ass…

    …erts/gridlist/GridListAssert.java
    
    Co-authored-by: Natalia Pozhidaeva <[email protected]>
    vklonin and pnatashap authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    9eb0550 View commit details
    Browse the repository at this point in the history
  2. Update jdi-light-angular-tests/src/test/java/io/github/epam/angular/t…

    …ests/elements/complex/GridListTests.java
    
    Co-authored-by: Natalia Pozhidaeva <[email protected]>
    vklonin and pnatashap authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    eae91ea View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    969e802 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/angular_grid_list_class_implemen…

    …tation' into angular_grid_list_class_implementation
    AlinaLysenko committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    50a42ae View commit details
    Browse the repository at this point in the history