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

Develop #88

Closed
wants to merge 54 commits into from
Closed

Develop #88

wants to merge 54 commits into from

Commits on Aug 17, 2021

  1. Ifix master data service (#19)

    * iFix-Master-Data-Service: Initial Commit
    
    * Update build-config.yml (#3)
    
    * Removed the local RequestHeader, ResponseHeader,Error,ErrorResponse,AuditDetails ,And added the same from common library
    Created the basic package structure and concrete classes.
    updated the tracer jar version to 2.0.0 snapshot
    
    * Chart of account service - Create v1 Post
    
    * Goverment Create API structuring
    
    * Governmet Create API
    
    * Chart of account service - modified the api end point and put the validation for user info
    
    * Update build-config.yml (#4)
    
    * Env variable added and updated the spring boot version to 2.3.3
    
    * Updated tracer to ifix-tracer.
    
    * Updated groupId for ifix-services-common
    
    * add the @tostring,@EqualsAndHashCode model class level
    
    * Refactored goverment create API and search API
    
    * Recorrection of tracer dependency
    
    * Updated ifix-tracer version
    
    * COA search flow
    
    * Spring boot version change
    
    * Chart of Account - create api - tenant search
    
    * Update Dockerfile
    
    * Refactor responseInfo to responseHeader
    
    * Refactor majorHeadtype to majorHeadType
    
    * Chart of Account - create api - tenant search--> Review comment(s). (#8)
    
    * Rahu eat search api (#7)
    
    * MongoDB pass url instead of host and port
    
    * Removed unused property
    
    * Pk master data coa (#9)
    
    * Chart of Account - create api - tenant search--> Review comment(s).
    
    * Generic type serviceRequestRepository
    
    * Generic type serviceRequestRepository
    
    * Department search Api
    
    * MongoDb url config
    
    Co-authored-by: pintu-eGov <[email protected]>
    
    * Project search API
    
    * Removed unused properties
    
    * Removed corresponding property from the code
    
    * Renamed property
    
    * Project search API (#10)
    
    * file name changes
    
    * Removed unused properties
    
    * MongoDB migration data and instructions. (#13)
    
    * MongoDB migration data and instructions.
    
    * Seed data and index mongo queries
    
    Co-authored-by: pintu-eGov <[email protected]>
    
    * seed data for Coa and government
    
    * IFIX-242: EAT refactored to Expenditure (#16)
    
    * IFIX-242: EAT refactored to Expenditure
    
    * IFIX-242: location value has been removed
    
    * IFIX-242: tenant id in lower case
    
    * changing expenditure class name in seed data
    
    Co-authored-by: Rushang Dhanesha <[email protected]>
    Co-authored-by: rushang7-eGov <[email protected]>
    Co-authored-by: pintu-eGov <[email protected]>
    Co-authored-by: rahu-dev <[email protected]>
    Co-authored-by: rahu-eGov <[email protected]>
    6 people authored Aug 17, 2021
    Configuration menu
    Copy the full SHA
    f2d456b View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Ifix master patch (#20)

    * iFix-Master-Data-Service: Initial Commit
    
    * Update build-config.yml (#3)
    
    * Removed the local RequestHeader, ResponseHeader,Error,ErrorResponse,AuditDetails ,And added the same from common library
    Created the basic package structure and concrete classes.
    updated the tracer jar version to 2.0.0 snapshot
    
    * Chart of account service - Create v1 Post
    
    * Goverment Create API structuring
    
    * Governmet Create API
    
    * Chart of account service - modified the api end point and put the validation for user info
    
    * Update build-config.yml (#4)
    
    * Env variable added and updated the spring boot version to 2.3.3
    
    * Updated tracer to ifix-tracer.
    
    * Updated groupId for ifix-services-common
    
    * add the @tostring,@EqualsAndHashCode model class level
    
    * Refactored goverment create API and search API
    
    * Recorrection of tracer dependency
    
    * Updated ifix-tracer version
    
    * COA search flow
    
    * Spring boot version change
    
    * Chart of Account - create api - tenant search
    
    * Update Dockerfile
    
    * Refactor responseInfo to responseHeader
    
    * Refactor majorHeadtype to majorHeadType
    
    * Chart of Account - create api - tenant search--> Review comment(s). (#8)
    
    * Rahu eat search api (#7)
    
    * MongoDB pass url instead of host and port
    
    * Removed unused property
    
    * Pk master data coa (#9)
    
    * Chart of Account - create api - tenant search--> Review comment(s).
    
    * Generic type serviceRequestRepository
    
    * Generic type serviceRequestRepository
    
    * Department search Api
    
    * MongoDb url config
    
    Co-authored-by: pintu-eGov <[email protected]>
    
    * Project search API
    
    * Removed unused properties
    
    * Removed corresponding property from the code
    
    * Renamed property
    
    * Project search API (#10)
    
    * file name changes
    
    * Removed unused properties
    
    * MongoDB migration data and instructions. (#13)
    
    * MongoDB migration data and instructions.
    
    * Seed data and index mongo queries
    
    Co-authored-by: pintu-eGov <[email protected]>
    
    * seed data for Coa and government
    
    * IFIX-242: EAT refactored to Expenditure (#16)
    
    * IFIX-242: EAT refactored to Expenditure
    
    * IFIX-242: location value has been removed
    
    * IFIX-242: tenant id in lower case
    
    * changing expenditure class name in seed data
    
    * Id addition in COA
    
    * updated the read me
    
    * updated the read me
    
    Co-authored-by: Rushang Dhanesha <[email protected]>
    Co-authored-by: rushang7-eGov <[email protected]>
    Co-authored-by: pintu-eGov <[email protected]>
    Co-authored-by: rahu-dev <[email protected]>
    Co-authored-by: rahu-eGov <[email protected]>
    6 people authored Aug 18, 2021
    Configuration menu
    Copy the full SHA
    e08e80a View commit details
    Browse the repository at this point in the history
  2. Update CODEOWNERS

    nikesh2812 authored Aug 18, 2021
    Configuration menu
    Copy the full SHA
    1fa6c54 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Ifix seed data (#21)

    * iFix-Master-Data-Service: Initial Commit
    
    * Update build-config.yml (#3)
    
    * Removed the local RequestHeader, ResponseHeader,Error,ErrorResponse,AuditDetails ,And added the same from common library
    Created the basic package structure and concrete classes.
    updated the tracer jar version to 2.0.0 snapshot
    
    * Chart of account service - Create v1 Post
    
    * Goverment Create API structuring
    
    * Governmet Create API
    
    * Chart of account service - modified the api end point and put the validation for user info
    
    * Update build-config.yml (#4)
    
    * Env variable added and updated the spring boot version to 2.3.3
    
    * Updated tracer to ifix-tracer.
    
    * Updated groupId for ifix-services-common
    
    * add the @tostring,@EqualsAndHashCode model class level
    
    * Refactored goverment create API and search API
    
    * Recorrection of tracer dependency
    
    * Updated ifix-tracer version
    
    * COA search flow
    
    * Spring boot version change
    
    * Chart of Account - create api - tenant search
    
    * Update Dockerfile
    
    * Refactor responseInfo to responseHeader
    
    * Refactor majorHeadtype to majorHeadType
    
    * Chart of Account - create api - tenant search--> Review comment(s). (#8)
    
    * Rahu eat search api (#7)
    
    * MongoDB pass url instead of host and port
    
    * Removed unused property
    
    * Pk master data coa (#9)
    
    * Chart of Account - create api - tenant search--> Review comment(s).
    
    * Generic type serviceRequestRepository
    
    * Generic type serviceRequestRepository
    
    * Department search Api
    
    * MongoDb url config
    
    Co-authored-by: pintu-eGov <[email protected]>
    
    * Project search API
    
    * Removed unused properties
    
    * Removed corresponding property from the code
    
    * Renamed property
    
    * Project search API (#10)
    
    * file name changes
    
    * Removed unused properties
    
    * MongoDB migration data and instructions. (#13)
    
    * MongoDB migration data and instructions.
    
    * Seed data and index mongo queries
    
    Co-authored-by: pintu-eGov <[email protected]>
    
    * seed data for Coa and government
    
    * IFIX-242: EAT refactored to Expenditure (#16)
    
    * IFIX-242: EAT refactored to Expenditure
    
    * IFIX-242: location value has been removed
    
    * IFIX-242: tenant id in lower case
    
    * changing expenditure class name in seed data
    
    * Id addition in COA
    
    * Tenant Id changes
    
    Co-authored-by: Rushang Dhanesha <[email protected]>
    Co-authored-by: rushang7-eGov <[email protected]>
    Co-authored-by: pintu-eGov <[email protected]>
    Co-authored-by: pintu-eGov <[email protected]>
    5 people authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    a94ca17 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. ifix services common (#23)

    * Created ifix-services-common library
    
    * Update domain name
    
    * Update build-config.yml (#3)
    
    * Update build-config.yml (#4)
    
    * ifix-tracer library
    
    * Update build-config.yml (#5)
    
    * Added dockerfile and Changed settings
    
    * Update dependency repositories
    
    * Updated groupId
    
    * Updated ifix-tracer for Spring 2
    rushang7 authored Aug 23, 2021
    Configuration menu
    Copy the full SHA
    7ebd307 View commit details
    Browse the repository at this point in the history
  2. Create .gitignore (#24)

    accepting only gitignore
    GhanshyamRawat-eGov authored Aug 23, 2021
    Configuration menu
    Copy the full SHA
    e262fde View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Fiscal event post processor (#28)

    * Update build-config.yml (#3)
    
    * Update build-config.yml (#4)
    
    * Update build-config.yml (#5)
    
    * Updated Dockerfile base image (#6)
    
    * Fiscal Event Post Processor: Initial Commit
    
    * Update build-config.yml (#12)
    
    * IFIX:244 : Service, producer and other packages, classes
    
    * IFIX:244 : Service, producer and other packages, classes
    
    * Rahu ifix 244 (#15)
    
    * Push to MongoDB: config and instruction
    
    * Update README.md
    
    * Pk fiscal event post processor (#17)
    
    * Update README.md
    
    * Refactor consumer name
    
    * Flattening fiscal event data
    
    * Fix: Kafka consumer properties
    
    * Version change
    
    * Addition of ingestionTime and version change
    
    * Added instructions and config for Push to Druid.
    
    * Updated Druid config.
    
    Co-authored-by: rushang7-eGov <[email protected]>
    Co-authored-by: Rushang Dhanesha <[email protected]>
    Co-authored-by: pintu-eGov <[email protected]>
    Co-authored-by: rahu-eGov <[email protected]>
    Co-authored-by: rahu-eGov <[email protected]>
    6 people authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    ee3dabf View commit details
    Browse the repository at this point in the history
  2. Fiscal event service (#29)

    * Update build-config.yml (#3)
    
    * Update build-config.yml (#4)
    
    * Update build-config.yml (#5)
    
    * Updated Dockerfile base image (#6)
    
    * Fiscal Event Service: Initial commit
    
    * Pk fiscal event service (#11)
    
    * IFIX-230 : Added the producer and other package
    
    * IFIX-230 : Basic validator, enricher and other packages structure
    
    Co-authored-by: pintu-eGov <[email protected]>
    
    * IFIX-230 : Moved service package
    
    * Update build-config.yml (#12)
    
    * Rahu ifix 230 (#14)
    
    * IFIX-230 : Validate the COA Ids from master service , Enriched the details
    
    * validate tenant and project Id
    
    * Naming convention resolved
    
    Co-authored-by: pintu-eGov <[email protected]>
    
    * Coa Uri config
    
    * Coa Uri config
    
    * modified the coa -  error message
    
    * EventTypeEnum key value correction
    
    * addition of ingestionTime
    
    * Migration scripts for fiscal event
    
    Co-authored-by: rushang7-eGov <[email protected]>
    Co-authored-by: Rushang Dhanesha <[email protected]>
    Co-authored-by: pintu-eGov <[email protected]>
    Co-authored-by: rahu-eGov <[email protected]>
    Co-authored-by: rahu-eGov <[email protected]>
    6 people authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    7d15f8c View commit details
    Browse the repository at this point in the history
  3. Ifix zuul (#30)

    * Update build-config.yml (#3)
    
    * Update build-config.yml (#4)
    
    * Update build-config.yml (#5)
    
    * ifix-zuul: Copy from DIGIT Zuul
    
    * Code cleanup
    
    * Updated Dockerfile base image (#6)
    
    * Update build-config.yml (#12)
    
    * Jwt Verifier Filter
    
    * Refactored: requestInfo -> requestHeader and responseInfo -> responseHeader
    
    * Commented out all unused filters
    
    * Reformat Code
    
    * Refactor REQUEST_INFO -> REQUEST_HEADER
    
    * Added userInfo to requestHeader by reading it from JWT.
    
    * Bug Fixed
    
    * Commented out unused filter
    
    * Bug fixed
    
    * Removed unused filter
    
    * Resolve test cases
    
    Co-authored-by: rushang7-eGov <[email protected]>
    Co-authored-by: Rushang Dhanesha <[email protected]>
    Co-authored-by: pintu-eGov <[email protected]>
    4 people authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    b46659d View commit details
    Browse the repository at this point in the history
  4. Keycloak (#31)

    * Update build-config.yml (#3)
    
    * Update build-config.yml (#4)
    
    * Update build-config.yml (#5)
    
    * Updated Dockerfile base image (#6)
    
    * Update build-config.yml (#12)
    
    * Instructions for Creating Client
    
    * Added ifix-realm and instructions to import it
    
    Co-authored-by: rushang7-eGov <[email protected]>
    Co-authored-by: Rushang Dhanesha <[email protected]>
    Co-authored-by: pintu-eGov <[email protected]>
    4 people authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    30a315f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20e3ce1 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Convert enum to all caps (#36)

    Co-authored-by: rushang7-eGov <[email protected]>
    pintu-eGov and rushang7 authored Aug 26, 2021
    Configuration menu
    Copy the full SHA
    f6a32b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. Rahu 310 (#38)

    * Supporting code for Project Department Entity Ancestry Integration
    
    * Project create API
    
    * Enrich department entity ancestry in project.
    
    * Added departmentId in DepartmentEntity model
    
    * Department entity validation
    
    * COA code fix
    
    Co-authored-by: rushang7-eGov <[email protected]>
    rahu-eGov and rushang7 authored Aug 27, 2021
    Configuration menu
    Copy the full SHA
    537475b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49e6f85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    179f2da View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. Updated Druid ingestion config (#41)

    Co-authored-by: rushang7-eGov <[email protected]>
    pintu-eGov and rushang7 authored Aug 30, 2021
    Configuration menu
    Copy the full SHA
    544d7d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. Configuration menu
    Copy the full SHA
    41dabb7 View commit details
    Browse the repository at this point in the history
  2. Ifix department entity service (#45)

    * Update build-config.yml (#3)
    
    * Update build-config.yml (#4)
    
    * Update build-config.yml (#5)
    
    * Updated Dockerfile base image (#6)
    
    * Update build-config.yml (#12)
    
    * Update CODEOWNERS
    
    * Initial Commit
    
    * initial Department entity service setup
    
    * initial Department entity service setup
    
    * Added build config for ifix-department-entity-service (#26)
    
    * Updated context path and port number
    
    * Rahu 313 (#27)
    
    * IFIX-311: Create Department Hierarchy
    
    * Merge branch 'ifix-department-entity-service' of https://github.com/egovernments/iFix-Dev into pk-ifix-department-entity-service
    
    # Conflicts:
    #	domain-services/ifix-department-entity-service/src/main/resources/application.properties
    
    * IFIX-313: Department entity create api
    
    * changed the level data tpe to Integer
    
    * DepartmentEntity attribute correction
    
    * refactor the GovernmentUtil and DepartmentUtil
    
    * DepartmentEntity validation fix
    
    Co-authored-by: pintu-eGov <[email protected]>
    
    * removed unused object, imports
    
    * Initialise create index file
    
    * Pk ifix department entity service (#32)
    
    * IFIX-311: Create Department Hierarchy
    
    * Merge branch 'ifix-department-entity-service' of https://github.com/egovernments/iFix-Dev into pk-ifix-department-entity-service
    
    # Conflicts:
    #	domain-services/ifix-department-entity-service/src/main/resources/application.properties
    
    * IFIX-313: Department entity create api
    
    * changed the level data tpe to Integer
    
    * IFIX-314: Search Department Hierarchy
    
    Co-authored-by: pintu-eGov <[email protected]>
    Co-authored-by: rahu-eGov <[email protected]>
    
    * Department entity get parent (#33)
    
    * Department Entity get parent.
    
    * Return complete ancestry.
    
    * Added seed data.
    
    * Pk ifix department entity service (#35)
    
    * IFIX-311: Create Department Hierarchy
    
    * Merge branch 'ifix-department-entity-service' of https://github.com/egovernments/iFix-Dev into pk-ifix-department-entity-service
    
    # Conflicts:
    #	domain-services/ifix-department-entity-service/src/main/resources/application.properties
    
    * IFIX-313: Department entity create api
    
    * changed the level data tpe to Integer
    
    * IFIX-314: Search Department Hierarchy
    
    * IFIX-314: Search Department Entity
    
    * Migration scripts
    
    * Migration scripts
    
    Co-authored-by: pintu-eGov <[email protected]>
    Co-authored-by: rahu-eGov <[email protected]>
    
    * seed data change and department ancestry attribute correction
    
    * Updated seed data
    
    Co-authored-by: rushang7-eGov <[email protected]>
    Co-authored-by: nikesh-eGov <[email protected]>
    Co-authored-by: pintu-eGov <[email protected]>
    Co-authored-by: pintu-eGov <[email protected]>
    5 people authored Aug 31, 2021
    Configuration menu
    Copy the full SHA
    27b0de0 View commit details
    Browse the repository at this point in the history
  3. IFIX-320: New indexes for for fiscal event (#43)

    * IFIX-320: New indexes for for fiscal event
    
    * add department entity id
    
    * add ancestry id
    
    * IFIX-320: index correction
    rahu-eGov authored Aug 31, 2021
    Configuration menu
    Copy the full SHA
    3b46cc0 View commit details
    Browse the repository at this point in the history
  4. IFIX-371 : fiscal event search api (#47)

    Co-authored-by: pintu-eGov <[email protected]>
    pintu-eGov and Pintu-Tegov authored Aug 31, 2021
    Configuration menu
    Copy the full SHA
    8afc373 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. Jmeter test plan for fiscal-event-service (#48)

    Co-authored-by: rushang7-eGov <[email protected]>
    rahu-eGov and rushang7 authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    a869bd5 View commit details
    Browse the repository at this point in the history
  2. Updated README file (#49)

    * Updated README file
    
    * README changes
    rahu-eGov authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    6c1e7b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d954343 View commit details
    Browse the repository at this point in the history
  4. Update INSTRUCTIONS.md (#51)

    Co-authored-by: rushang7-eGov <[email protected]>
    pintu-eGov and rushang7 authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    2371d54 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Pk ifix 319 (#52)

    * IFIX 319 : Create expenditure api
    
    * IFIX-318: Department Entity create
    
    Co-authored-by: pintu-eGov <[email protected]>
    rahu-eGov and Pintu-Tegov authored Sep 2, 2021
    Configuration menu
    Copy the full SHA
    60e7f4f View commit details
    Browse the repository at this point in the history
  2. Changed primary timestamp in druid config (#53)

    Co-authored-by: rushang7-eGov <[email protected]>
    pintu-eGov and rushang7 authored Sep 2, 2021
    Configuration menu
    Copy the full SHA
    a041ac7 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. Ifix 379 (#54)

    rahu-eGov authored Sep 3, 2021
    Configuration menu
    Copy the full SHA
    be0ad8c View commit details
    Browse the repository at this point in the history
  2. Ifix 387 (#55)

    * IFIX 387 : - Department entity master service
    
    * IFIX-387 : fiscal event service
    
    * IFIX-387: Master Data service reformat.
    
    * IFIX-387: FiscalEvent Post Processor reformat.
    
    * IFIX-387 : fiscal event service- renamed yaml file
    
    * IFIX-387 : fiscal event service- renamed yaml file
    
    * IFIX-387 : fiscal event service- renamed yaml file
    
    * IFIX 387 : - Department entity master service--yaml file renamed
    
    * IFIX-387: FiscalEvent Post Processor yaml file addition
    
    * IFIX-387: Yaml file correction
    
    Co-authored-by: pintu-eGov <[email protected]>
    rahu-eGov and Pintu-Tegov authored Sep 3, 2021
    Configuration menu
    Copy the full SHA
    f7a75c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2021

  1. Druid config (#56)

    * Added transformSpec
    
    * Updated JMeter test with csv
    
    Co-authored-by: rushang7-eGov <[email protected]>
    pintu-eGov and rushang7 authored Sep 4, 2021
    Configuration menu
    Copy the full SHA
    7e117c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. documentation link and postman collection (#57)

    * documentation link and postman collection
    
    * link fix
    
    * Update README.md
    
    Co-authored-by: pintu-eGov <[email protected]>
    Co-authored-by: rahu-eGov <[email protected]>
    Co-authored-by: rushang7-eGov <[email protected]>
    4 people authored Sep 6, 2021
    Configuration menu
    Copy the full SHA
    8987f7e View commit details
    Browse the repository at this point in the history
  2. Doc add (#58)

    * Added the postman and documentation link
    
    * redocly link fix
    
    * redocly link fix1
    
    * redocly link
    
    Co-authored-by: pintu-eGov <[email protected]>
    Co-authored-by: rahu-eGov <[email protected]>
    3 people authored Sep 6, 2021
    Configuration menu
    Copy the full SHA
    bf6167c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7263db View commit details
    Browse the repository at this point in the history
  4. Ifix 386 (#60)

    pintu-eGov authored Sep 6, 2021
    Configuration menu
    Copy the full SHA
    261767b View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. Add ps link (#61)

    rahu-eGov authored Sep 7, 2021
    Configuration menu
    Copy the full SHA
    d00ea74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ee00d2 View commit details
    Browse the repository at this point in the history
  3. Null check for corrupted project data (#63)

    Co-authored-by: pintu-eGov <[email protected]>
    pintu-eGov and Pintu-Tegov authored Sep 7, 2021
    Configuration menu
    Copy the full SHA
    566fdfe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c10113 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4a62cd View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Configuration menu
    Copy the full SHA
    6c38581 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14ba7c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e585e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Configuration menu
    Copy the full SHA
    99f5901 View commit details
    Browse the repository at this point in the history
  2. Updated the readme doc (#71)

    * Updated the readme doc
    
    * Updated the readme doc
    
    Co-authored-by: pintu-eGov <[email protected]>
    pintu-eGov and Pintu-Tegov authored Sep 9, 2021
    Configuration menu
    Copy the full SHA
    10e681a View commit details
    Browse the repository at this point in the history
  3. Corrected collection name (#73)

    * Corrected collection name of fiscal event
    
    * fiscal event amount details
    
    Co-authored-by: pintu-eGov <[email protected]>
    pintu-eGov and Pintu-Tegov authored Sep 9, 2021
    Configuration menu
    Copy the full SHA
    89f2702 View commit details
    Browse the repository at this point in the history
  4. Update FiscalEventValidator.java (#74)

    Removed the duplicate call of validate amount details
    pintu-eGov authored Sep 9, 2021
    Configuration menu
    Copy the full SHA
    0864eba View commit details
    Browse the repository at this point in the history
  5. CoaId null fix (#75)

    Co-authored-by: pintu-eGov <[email protected]>
    pintu-eGov and Pintu-Tegov authored Sep 9, 2021
    Configuration menu
    Copy the full SHA
    2bdf8d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. Added utilities

    nikesh-eGov committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    cad83fb View commit details
    Browse the repository at this point in the history
  2. fiscal event id fix in search api (#76)

    * fiscal event id fix in search api
    
    * fiscal event id fix in search api
    
    Co-authored-by: pintu-eGov <[email protected]>
    pintu-eGov and Pintu-Tegov authored Sep 15, 2021
    Configuration menu
    Copy the full SHA
    a9ec3ec View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. bug fix (#80)

    Co-authored-by: pintu-eGov <[email protected]>
    pintu-eGov and Pintu-Tegov authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    b36d27f View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Rahu mongo ck (#81)

    * Mongo CK script for master data service
    
    * Mongo CK for Fiscal Event
    
    * Mongo CK for Department Entity Service
    
    * adding more index into project collection.
    
    * fiscal event index correction
    
    * add extra line break
    
    * Index fixes for department entity
    
    * add extra line break and adding amount index
    
    * add extra line
    
    * Update application.properties
    
    * Update application.properties
    
    Co-authored-by: rushang7-eGov <[email protected]>
    rahu-eGov and rushang7 authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    7c4ccad View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Rahu index fix (#82)

    * Remove index creation script file
    
    * Removing index script
    
    * remove index script
    
    * Update README.md
    
    Co-authored-by: rushang7-eGov <[email protected]>
    rahu-eGov and rushang7 authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    e58065c View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Resolve merge conflicts when merge Develop to master (#84)

    * Update build-config.yml (#3)
    
    * Update build-config.yml (#4)
    
    * Update build-config.yml (#5)
    
    * Updated Dockerfile base image (#6)
    
    * Update build-config.yml (#12)
    
    * Update CODEOWNERS
    
    * Added build config for ifix-department-entity-service (#26)
    
    * IFIX-359 configure adaptor for build and deployment (#37)
    
    * ifix-353 build config changes
    
    * renaming to fiscal-event-aggregator (#68)
    
    * Added utilities
    
    * Update build-config.yml (#78)
    
    updated the build config for aggregator and connector service
    
    * Corrected indentation error (#79)
    
    * Remove db-migration container (#83)
    
    Co-authored-by: nikesh-eGov <[email protected]>
    Co-authored-by: manikanta p t <[email protected]>
    Co-authored-by: Priyanka-eGov <[email protected]>
    Co-authored-by: Gajendran <[email protected]>
    Co-authored-by: Priyanka-eGov <[email protected]>
    Co-authored-by: nikesh-eGov <[email protected]>
    Co-authored-by: pintu-eGov <[email protected]>
    8 people authored Sep 23, 2021
    Configuration menu
    Copy the full SHA
    64907dd View commit details
    Browse the repository at this point in the history
  2. Version update (#85)

    * Updated Versions in domain services
    
    * Updated versions in libraries
    
    * Zuul version update
    
    * Updated libraries version in all domain services
    rushang7 authored Sep 23, 2021
    Configuration menu
    Copy the full SHA
    f428ed0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c7d962 View commit details
    Browse the repository at this point in the history