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 and test #9

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

Refactor and test #9

wants to merge 28 commits into from

Commits on Apr 14, 2020

  1. Update README.md

    change version to 1.0.1
    hosseinRezaei188 committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    bb2cac9 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    replace DotnetCore pakage with Kavenegar.Core
    hosseinRezaei188 committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    15eeecf View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Update README.md

    update nuget page address
    hosseinRezaei188 committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    94ed2c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2021

  1. Remove HtmlEncode from message inside Send method to prevent changing…

    … special charecters like &<>+# from message
    Mohammad Amirriazi committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    29b8507 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2021

  1. Merge pull request #3 from amirriazi/master

    Prevent changing special charecters like &<>+# inside message
    hosseinRezaei188 committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    1f2bb8c View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2021

  1. Update README.md

    hosseinRezaei188 committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    bfc4559 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44e23c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. update Newtonsoft pakage

    Hossein committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    17b2e2e View commit details
    Browse the repository at this point in the history
  2. Update README.md

    hosseinRezaei188 committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    186300c View commit details
    Browse the repository at this point in the history
  3. update readme

    Hossein committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    8a5785b View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. refactor(Solution) : Refactor all codes

    Refactor all codes with:
    Creating sln file
    move each class in a new file
    remove unusable code
    create some temp changes
    
    closes nothing
    alireza995 committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    1ef3992 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. refactor(Solution) : relocate files

    relocate files and remove unnecessary files
    
    closes nothing
    alireza995 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    9db333f View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. refactor(Solution) : create new api

    recreate kavenegarapi
    
    closes nothing
    alireza995 committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    1397eae View commit details
    Browse the repository at this point in the history
  2. refactor(Solution) : Remove unnecessary objects

    Remove unnecessary classes and file.
    Recreate csproj.
    Fix spelling naming problems.
    Add DI infrastructure.
    and mane more...
    
    closes nothing
    alireza995 committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    6210982 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2022

  1. refactor(Solution) : Remove unused enum

    Remove unused enum
    
    closes nothing
    alireza995 committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    a789c61 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from alireza995/refactor/all

    Refactor whole system
    alireza995 committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    d70c97e View commit details
    Browse the repository at this point in the history
  3. test(Solution) : relocate codes and create test project

    relocate codes and create test project
    alireza995 committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    f307c4e View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Refactor(Solution) : refactor and add new methods

    refactor with separating classes into related activities
    add new methods to send messages easier
    dependency manager completed
    
    closes nothing
    alireza995 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    1fb3165 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. test(KavenegarMessageSender) : Test KavenegarMessage Sender

    Separate KavenegarApi class into and make it testable and create test class for methods which send single message
    
    closes nothing
    alireza995 committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    ab70fc5 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

  1. test(KavenegarMessageSender) : test all methods

    test all methods of KavenegarMessageSender class
    
    closes nothing
    alireza995 committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    cdc0384 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. test(Solution) : Test kavenegarprofile and shared project

    Test kavenegarprofile and shared project
    
    closes nothing
    alireza995 committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    b0669e7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from alireza995/test/all

    Test/all
    alireza995 committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    2b9678f View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. test(IntegrationTest) : create test project

    create test project
    
    closes nothing
    alireza995 committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    2c972d8 View commit details
    Browse the repository at this point in the history
  2. test(Solution) : test all basic methods of all actions

    test all basic methods of all actions
    
    closes nothing
    alireza995 committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    b2f22c4 View commit details
    Browse the repository at this point in the history
  3. refactor(Kavenegar) : Add easy constructor

    Add easy constructor for projects with no DI
    
    closes nothing
    alireza995 committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    12fdf57 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3 from alireza995/test/integration

    Test/integration
    alireza995 committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    c5bef6c View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. refactor(IntegrationTest) : refactor controllers

    refactor controllers and handle null ResultStatus.cs
    
    closes nothing
    alireza995 committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    25ab9e9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from alireza995/test/integration

    refactor(IntegrationTest) : refactor controllers
    alireza995 committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    bf815aa View commit details
    Browse the repository at this point in the history