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

create notification types from the file and publish from plugin #1

Merged
merged 80 commits into from
Oct 23, 2023

Commits on Aug 24, 2023

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

Commits on Aug 29, 2023

  1. folder restructure and minor changes

    Anmol Binani committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    4c011a1 View commit details
    Browse the repository at this point in the history
  2. reference change

    Anmol Binani committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    143a821 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e066543 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. jest dependency added for dev

    Anmol Binani committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    f11399c View commit details
    Browse the repository at this point in the history
  2. local interface

    jeevitha011 committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    b5d8ccf View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Merge pull request #2 from cap-js/jest_configuration

    jest dependency added for dev
    RamIndia authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    7e1b1b7 View commit details
    Browse the repository at this point in the history
  2. removed global.alert

    jeevitha011 committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    61e2749 View commit details
    Browse the repository at this point in the history
  3. name changes

    jeevitha011 committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    10c0d33 View commit details
    Browse the repository at this point in the history
  4. Update package.json

    jeevitha011 committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    1b1ca5c View commit details
    Browse the repository at this point in the history
  5. name changes

    jeevitha011 committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    314516c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3 from cap-js/create-class

    AlertNotificationService Class
    AnmolBinani authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    4a6c859 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Local testing (#4)

    * add log2rest kind and implement log2console
    
    * rename files
    
    * update profiles
    
    * rename alert to notify
    
    * track notifications types for local
    
    * throw error if notification type is invalid
    
    ---------
    
    Co-authored-by: Anmol Binani <[email protected]>
    sidakphull and Anmol Binani authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    8b2ca5c View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. refactor notification types creation

    * refactor notification types
    
    * fixes
    
    ---------
    
    Co-authored-by: I524884 <[email protected]>
    simeonPetkov96 and sidakphull authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    79991f1 View commit details
    Browse the repository at this point in the history
  2. Refactor Post Notification

    ipaunov committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    6fa55e4 View commit details
    Browse the repository at this point in the history
  3. Fix conflicts

    ipaunov committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    9bdbe42 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

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

Commits on Sep 27, 2023

  1. Address comments

    ipaunov committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    d810851 View commit details
    Browse the repository at this point in the history
  2. Adress comments

    ipaunov committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    a651a47 View commit details
    Browse the repository at this point in the history
  3. Fix comments

    ipaunov committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    06ec403 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #7 from cap-js/refactor_notification

    Refactor Post Notification
    ipaunov authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    b7ce7c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. add default type and fix notification types creation (#8)

    * add default template and bug fixes
    
    * uncomment isGroupable check
    
    * bug fixes
    
    * fix null check
    sidakphull authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    c3038fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c72aec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74674cc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10 from cap-js/missing-validations

    Fix: Adding validations for properties
    RamIndia authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    98c846a View commit details
    Browse the repository at this point in the history
  5. Add test directory

    ipaunov committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    303c784 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #11 from cap-js/post_notification_tests

    Add test directory
    ipaunov authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    efae405 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. update cloud-sdk (#13)

    * bug fix
    
    * update cloud-sdk to v3
    sidakphull authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    870d48a View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Change Notify

    ipaunov committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    9667f25 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Fix comments

    ipaunov committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    a7daf1f View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Merge pull request #15 from cap-js/fix_signature

    Change Notify
    ipaunov authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    cd22abf View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Deploy Notification Types within a CF Task (#14)

    * Deploy Notification Types within a CF Task
    
    * Fix comments
    
    * remove not needed dev dependency
    simeonPetkov96 authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    b1fb6c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b53c33d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd12c89 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Post Notification Unit Tests

    ipaunov committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    707ade8 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. package.json update

    Anmol Binani committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    feff6a7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #19 from cap-js/package_json_update

    package.json update
    AnmolBinani authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    867e9d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e349e57 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    e680d93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    719af4a View commit details
    Browse the repository at this point in the history
  3. typo

    sidakphull committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    5a3dc77 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Merge pull request #16 from cap-js/package_lock

    Bring back package lock
    RamIndia authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    52a1dc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe5481d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #17 from cap-js/unit-tests-post-notification

    Post Notification Unit Tests
    ipaunov authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    67e3c9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b47ce17 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c1a0e5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6623b61 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. add log

    sidakphull committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    8548907 View commit details
    Browse the repository at this point in the history
  2. Fix comments

    simeonPetkov96 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    bc449d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3cea352 View commit details
    Browse the repository at this point in the history
  4. Create project build voter (#22)

    * Create project build voter
    
    * Update node.js.yml
    
    * Update package.json
    
    * Fix
    
    * Update node.js.yml
    
    * Fix
    
    * fix
    
    * Update node.js.yml
    simeonPetkov96 authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    d9742da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fda591b View commit details
    Browse the repository at this point in the history
  6. cds logger added, minor cosmetic and indentation changes

    Anmol Binani committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    97ea4a8 View commit details
    Browse the repository at this point in the history
  7. test fix

    Anmol Binani committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    2230b69 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    34ca813 View commit details
    Browse the repository at this point in the history
  9. Delete index.cds

    AnmolBinani authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    d854399 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c166544 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. abstract notify function added

    Anmol Binani committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    885c0d7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #24 from cap-js/add_logger

    Add cds logging
    AnmolBinani authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    2398737 View commit details
    Browse the repository at this point in the history
  3. merged MVP branch

    Anmol Binani committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    73bf764 View commit details
    Browse the repository at this point in the history
  4. cosmetic changes

    Anmol Binani committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    6787fa8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #18 from cap-js/outbox-integration

    use outbox emit to send notifications
    AnmolBinani authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    867a1bb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f554f94 View commit details
    Browse the repository at this point in the history
  7. adding missing link

    RamIndia committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    6d93b78 View commit details
    Browse the repository at this point in the history
  8. Adding demo gif

    RamIndia committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    ef40128 View commit details
    Browse the repository at this point in the history
  9. Adding new demo gif

    RamIndia committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    f0c5bfd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9169a90 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #25 from cap-js/updateReadme

    User Guide
    AnmolBinani authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    7eada21 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    09cb228 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b54c4f3 View commit details
    Browse the repository at this point in the history
  3. updating cds-dk version

    RamIndia committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    92a9b53 View commit details
    Browse the repository at this point in the history
  4. minor changes

    Anmol Binani committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    c2dd479 View commit details
    Browse the repository at this point in the history
  5. Resolving conflicts

    RamIndia committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    83f4035 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #26 from cap-js/update-tests

    fix notification test cases
    RamIndia authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    7874669 View commit details
    Browse the repository at this point in the history
  7. removing cds mocking from test

    Anmol Binani committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    ce35fb5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5f763a7 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #20 from cap-js/unit_tests_for_ntypes

    Unit tests for ntypes
    RamIndia authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    bbad0f9 View commit details
    Browse the repository at this point in the history
  10. minor changes

    Anmol Binani committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    54ff157 View commit details
    Browse the repository at this point in the history
  11. minor change

    Anmol Binani committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    beaf837 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #21 from cap-js/build-plugin

    copy types file during build
    AnmolBinani authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    24a1b3d View commit details
    Browse the repository at this point in the history