Skip to content
Snippets Groups Projects
  1. Jun 17, 2021
  2. Jun 16, 2021
    • Md. Alim Ul Karim's avatar
      Merge branch 'hotfix/v0.5.1' into 'develop' · 8a86883f
      Md. Alim Ul Karim authored
      hotfix/v0.5.1 : "SliceSlice updated with linq methods" "coreinstruction added with flat structure" "invalid structure method added"
      
      hotfix/v0.5.1
      
      hotfix/v0.5.1 : "SliceSlice updated with linq methods" "coreinstruction added with flat structure" "invalid structure method added"
      
      See merge request !49
    • Md. Alim Ul Karim's avatar
      Merge branch 'hotfix/v0.5.1' into 'develop' · 5ca2f4ec
      Md. Alim Ul Karim authored
      hotfix/v0.5.1 : "SliceSlice updated with linq methods" "coreinstruction added with flat structure" "invalid structure method added"
      
      hotfix/v0.5.1
      
      hotfix/v0.5.1 : "SliceSlice updated with linq methods" "coreinstruction added with flat structure" "invalid structure method added"
      
      See merge request !49
      5ca2f4ec
  3. Jun 15, 2021
  4. Jun 14, 2021
  5. Jun 11, 2021
  6. Jun 10, 2021
    • Md. Alim Ul Karim's avatar
      BasicMapper · f4ed09eb
      Md. Alim Ul Karim authored
      BasicMapper
    • Md. Alim Ul Karim's avatar
      Merge branch 'feature/48-add-integrated-test-for-chmodhelper' into 'develop' · 3e9e28d6
      Md. Alim Ul Karim authored
      "add integrated test for chmodhelper" "Left, Right DS" "stringslice - pkg- Add SliceCommon Functions" "DS hashset, hashmap return ordered string list"
      
      Closes #42, #44, #45, #48, #49, #50, #52, #53, #54, #56, #57, #58, #59
      
      ## Introduction
      
      "add integrated test for chmodhelper" "Left, Right DS" "stringslice - pkg- Add SliceCommon Functions" "DS hashset, hashmap return ordered string list"...
      
      Note: [Template Reference](https://hackmd.io/@akarimevatix/H1Qsmq23w)
      
      ## Worked on Items
      
      - [x] - #59 - Left, Right DS
      - [x] - #58 - Add SliceCommon Functions
      - [x] - #57 - DS hashset return ordered string list
      - [x] - #56 - Converters NonEmpty string, DS Join to nonempty strings
      - [x] - #54 -Fix method signature `func NewHashsetUsingStrings(inputArray *[]string,	addCapacity int,  // should be removed	isMakeClone ool, // should be removed) *Hashset {`
      - [x] - #53 - `NewCollectionUsingStrings(stringItems *[]string, isMakeClone bool) *Collection { fix copy issue`
      - [x] - #52 - Apply Chmod without checking dir
      - [x] - #50 - Basic Map Interface like slicer
      - [x] - #49 - Non-interactive consts
      - [x] - #48 - add integrated test for chmodhelper
      - [x] - #45 - Write Tests for PathChmods
      - [x] - #44 - corestre new methods
      - [x] - #42 - coreinstruction
      
      ## TODOs
      
      - NA
      
      ## References
      
      - N/A
      
      ## Notes
      
      - N/A
      
      ## Performed full package
      
      - [x] Code reformat
      
      ![](https://i.imgur.com/ZV46hcZ.png)
      
      ## Analysis CheckList
      
      - [x] Run + add screenshot of CodeInspect
      - [x] Run `Go Install` on root
      - [x] Run `go tests/test` successfully [no failing tests]
      - [x] Run `go run cmd/main/main.go` successfully [no build fail]
      
      See merge request !47
      3e9e28d6
    • Md. Alim Ul Karim's avatar
      Merge branch 'feature/48-add-integrated-test-for-chmodhelper' into 'develop' · 10915c74
      Md. Alim Ul Karim authored
      "add integrated test for chmodhelper" "Left, Right DS" "stringslice - pkg- Add SliceCommon Functions" "DS hashset, hashmap return ordered string list"
      
      Closes #42, #44, #45, #48, #49, #50, #52, #53, #54, #56, #57, #58, #59
      
      ## Introduction
      
      "add integrated test for chmodhelper" "Left, Right DS" "stringslice - pkg- Add SliceCommon Functions" "DS hashset, hashmap return ordered string list"...
      
      Note: [Template Reference](https://hackmd.io/@akarimevatix/H1Qsmq23w)
      
      ## Worked on Items
      
      - [x] - #59 - Left, Right DS
      - [x] - #58 - Add SliceCommon Functions
      - [x] - #57 - DS hashset return ordered string list
      - [x] - #56 - Converters NonEmpty string, DS Join to nonempty strings
      - [x] - #54 -Fix method signature `func NewHashsetUsingStrings(inputArray *[]string,	addCapacity int,  // should be removed	isMakeClone ool, // should be removed) *Hashset {`
      - [x] - #53 - `NewCollectionUsingStrings(stringItems *[]string, isMakeClone bool) *Collection { fix copy issue`
      - [x] - #52 - Apply Chmod without checking dir
      - [x] - #50 - Basic Map Interface like slicer
      - [x] - #49 - Non-interactive consts
      - [x] - #48 - add integrated test for chmodhelper
      - [x] - #45 - Write Tests for PathChmods
      - [x] - #44 - corestre new methods
      - [x] - #42 - coreinstruction
      
      ## TODOs
      
      - NA
      
      ## References
      
      - N/A
      
      ## Notes
      
      - N/A
      
      ## Performed full package
      
      - [x] Code reformat
      
      ![](https://i.imgur.com/ZV46hcZ.png)
      
      ## Analysis CheckList
      
      - [x] Run + add screenshot of CodeInspect
      - [x] Run `Go Install` on root
      - [x] Run `go tests/test` successfully [no failing tests]
      - [x] Run `go run cmd/main/main.go` successfully [no build fail]
      
      See merge request evatix-go/core!47
      10915c74
  7. Jun 05, 2021
  8. Jun 04, 2021
  9. Jun 01, 2021
  10. Apr 28, 2021
  11. Apr 01, 2021
  12. Mar 12, 2021
  13. Mar 10, 2021
  14. Mar 09, 2021
    • Md. Alim Ul Karim's avatar
      Merge branch 'feature/enhancements-v3' into 'develop' · 474afd14
      Md. Alim Ul Karim authored
      JsonResult -> Json, JsonResultsCollection
      
      ## Introduction
      
      JsonResult -> Json, JsonResultsCollection features added, now jsonResult can be saved into or marshal into bytes. JsonResult can be collected as JsonResultsCollection, it can also be marshalled
      
      ## Sample Code
      
      ```go
      items := &[]string{
      		"00",
      		"01",
      		"02",
      		"03",
      		"04",
      		"05",
      		"06",
      		"07",
      		"08",
      		"09",
      		"10",
      		"11",
      		"12",
      	}
      
      	// collectionPtr := corestr.NewCollectionPtrUsingStrings(items, 0)
      	collection := corestr.NewCollectionUsingStrings(items, false)
      	jsonResults := corejson.NewResultsCollectionUsingJsoners(1, collection)
      	jsonResultFromResults := jsonResults.Json()
      
      	fmt.Println(jsonResultFromResults.JsonString())
      
      	res2 := corejson.EmptyResultsCollection()
      
      	res2.ParseInjectUsingJson(jsonResultFromResults)
      
      	fmt.Println(res2.Json().JsonString())
      	collect2 := corestr.EmptyCollection()
      
      	// res2.InjectIntoAt(0, collect2)
      	res2.UnmarshalAt(0, collect2)
      
      	fmt.Println(collect2)
      ```
      
      ## Output
      
      ```notes
      {"GenericJsonCollection":[{"Bytes":"eyJTdHJpbmdzQ29sbGVjdGlvbiI6WyIwMCIsIjAxIiwiMDIiLCIwMyIsIjA0IiwiMDUiLCIwNiIsIjA3IiwiMDgiLCIwOSIsIjEwIiwiMTEiLCIxMiJdfQ==","Error":"","HasError":false}]}
      {"GenericJsonCollection":[{"Bytes":"eyJTdHJpbmdzQ29sbGVjdGlvbiI6WyIwMCIsIjAxIiwiMDIiLCIwMyIsIjA0IiwiMDUiLCIwNiIsIjA3IiwiMDgiLCIwOSIsIjEwIiwiMTEiLCIxMiJdfQ==","Error":"","HasError":false}]}
      
      	- 00
      	- 01
      	- 02
      	- 03
      	- 04
      	- 05
      	- 06
      	- 07
      	- 08
      	- 09
      	- 10
      	- 11
      	- 12
      
      Process finished with exit code 0
      
      ```
      
      See merge request !39
    • Md. Alim Ul Karim's avatar
      Merge branch 'feature/enhancements-v3' into 'develop' · 3dcda42c
      Md. Alim Ul Karim authored
      JsonResult -> Json, JsonResultsCollection
      
      ## Introduction
      
      JsonResult -> Json, JsonResultsCollection features added, now jsonResult can be saved into or marshal into bytes. JsonResult can be collected as JsonResultsCollection, it can also be marshalled
      
      ## Sample Code
      
      ```go
      items := &[]string{
      		"00",
      		"01",
      		"02",
      		"03",
      		"04",
      		"05",
      		"06",
      		"07",
      		"08",
      		"09",
      		"10",
      		"11",
      		"12",
      	}
      
      	// collectionPtr := corestr.NewCollectionPtrUsingStrings(items, 0)
      	collection := corestr.NewCollectionUsingStrings(items, false)
      	jsonResults := corejson.NewResultsCollectionUsingJsoners(1, collection)
      	jsonResultFromResults := jsonResults.Json()
      
      	fmt.Println(jsonResultFromResults.JsonString())
      
      	res2 := corejson.EmptyResultsCollection()
      
      	res2.ParseInjectUsingJson(jsonResultFromResults)
      
      	fmt.Println(res2.Json().JsonString())
      	collect2 := corestr.EmptyCollection()
      
      	// res2.InjectIntoAt(0, collect2)
      	res2.UnmarshalAt(0, collect2)
      
      	fmt.Println(collect2)
      ```
      
      ## Output
      
      ```notes
      {"GenericJsonCollection":[{"Bytes":"eyJTdHJpbmdzQ29sbGVjdGlvbiI6WyIwMCIsIjAxIiwiMDIiLCIwMyIsIjA0IiwiMDUiLCIwNiIsIjA3IiwiMDgiLCIwOSIsIjEwIiwiMTEiLCIxMiJdfQ==","Error":"","HasError":false}]}
      {"GenericJsonCollection":[{"Bytes":"eyJTdHJpbmdzQ29sbGVjdGlvbiI6WyIwMCIsIjAxIiwiMDIiLCIwMyIsIjA0IiwiMDUiLCIwNiIsIjA3IiwiMDgiLCIwOSIsIjEwIiwiMTEiLCIxMiJdfQ==","Error":"","HasError":false}]}
      
      	- 00
      	- 01
      	- 02
      	- 03
      	- 04
      	- 05
      	- 06
      	- 07
      	- 08
      	- 09
      	- 10
      	- 11
      	- 12
      
      Process finished with exit code 0
      
      ```
      
      See merge request !39
      3dcda42c
  15. Mar 08, 2021
    • Md. Alim Ul Karim's avatar
      Merge branch... · 2280e1dc
      Md. Alim Ul Karim authored
      Merge branch 'feature/23-update-core-readme-with-video-and-examples-like-errorwrapper' into 'develop'
      
      Update readme with video and examples
      
      ## Introduction
      
      Update readme with video and examples like Errorwrapper
      
      ## Worked on Items
      - [x] Update readme with video and examples #23 
      - [x] In case of descending strings sorting  (QuickDsc func), call to sort.Sort(for desc) has been updated from sort.Strings(asc) as like the same func of intsort pkg
      
      ## TODOs
      
      ## Notes
      
      ## Merge Request Ordering
      n/a
      
      See merge request !38
      2280e1dc
Loading