Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / turbot/go-kit issues and pull requests
#87 - [dep][go](deps): Bump github.com/stretchr/testify from 1.8.4 to 1.9.0
Pull Request -
State: open - Opened by dependabot[bot] 11 months ago
Labels: dependencies
#86 - Add helpers.AppendSliceUnique. Closes #85
Pull Request -
State: closed - Opened by kaidaguerre 12 months ago
#85 - Add AppendUnique
Issue -
State: closed - Opened by kaidaguerre 12 months ago
#84 - [dep][actions](deps): Bump actions/cache from 3 to 4
Pull Request -
State: open - Opened by dependabot[bot] about 1 year ago
Labels: dependencies, github_actions
#83 - [dep][actions](deps): Bump actions/setup-go from 4 to 5
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies, github_actions
#82 - feat: added type checks
Pull Request -
State: closed - Opened by graza-io about 1 year ago
#81 - [dep][go](deps): Bump github.com/google/go-cmp from 0.5.8 to 0.6.0
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies
#80 - Remove hcl_helpers and type_conversion
Pull Request -
State: closed - Opened by kaidaguerre over 1 year ago
#79 - Add `TrimBlankLine` function
Issue -
State: closed - Opened by kaidaguerre over 1 year ago
#78 - Add `AnySliceToTypedSlice` and `ToTypedSlice` functions
Issue -
State: closed - Opened by kaidaguerre over 1 year ago
- 1 comment
#77 - [dep][go](deps): Bump github.com/fsnotify/fsnotify from 1.6.0 to 1.7.0
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies
#76 - [dep][go](deps): Bump github.com/hashicorp/hcl/v2 from 2.18.1 to 2.19.1
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
- 2 comments
Labels: dependencies
#75 - [dep][go](deps): Bump github.com/hashicorp/hcl/v2 from 2.18.1 to 2.19.0
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
- 1 comment
Labels: dependencies
#74 - Add StringSliceEqualIgnoreOrder function to handle string slices comparison ignoring order
Pull Request -
State: closed - Opened by vhadianto over 1 year ago
#73 - Add `StringSliceEqualIgnoreOrder` function to handle string slices with different order.
Issue -
State: closed - Opened by vhadianto over 1 year ago
#72 - Update CHANGELOG for 0.9.0
Pull Request -
State: closed - Opened by pskrbasu over 1 year ago
#71 - Update ListFiles func to handle context cancellations. Closes #70
Pull Request -
State: closed - Opened by pskrbasu over 1 year ago
#70 - Update `ListFiles` func to handle context cancellations
Issue -
State: closed - Opened by pskrbasu over 1 year ago
#69 - v0.8.1
Pull Request -
State: closed - Opened by binaek over 1 year ago
Labels: release
#68 - Fix issue where rotating log writer panics with a nil pointer dereference. Closes #67
Pull Request -
State: closed - Opened by binaek over 1 year ago
Labels: bug
#67 - Rotating LogWriter faces nil deference when starting for the first time
Issue -
State: closed - Opened by binaek over 1 year ago
Labels: bug
#67 - Rotating LogWriter faces nil deference when starting for the first time
Issue -
State: closed - Opened by binaek over 1 year ago
Labels: bug
#66 - [WIP] Removes unnecessary helper functions which are tackled by the new slices package. Closes #64
Pull Request -
State: open - Opened by binaek over 1 year ago
#65 - Update Changelog
Pull Request -
State: closed - Opened by binaek over 1 year ago
#65 - Update Changelog
Pull Request -
State: closed - Opened by binaek over 1 year ago
#64 - Remove unnecessary helper functions which are tackled by the new `slices` package
Issue -
State: open - Opened by binaek over 1 year ago
#64 - Remove unnecessary helper functions which are tackled by the new `slices` package
Issue -
State: open - Opened by binaek over 1 year ago
#63 - Add a file writer that can rotate target file based on current date
Issue -
State: closed - Opened by binaek over 1 year ago
#63 - Add a file writer that can rotate target file based on current date
Issue -
State: closed - Opened by binaek over 1 year ago
#62 - Add a Rotating log writer. Closes #63
Pull Request -
State: closed - Opened by binaek over 1 year ago
#61 - [dep][actions](deps): Bump actions/checkout from 3 to 4
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies, github_actions
#61 - [dep][actions](deps): Bump actions/checkout from 3 to 4
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies, github_actions
#60 - UpgradeRWMutex has a potential race condition.
Issue -
State: closed - Opened by kaidaguerre over 1 year ago
- 1 comment
#60 - UpgradeRWMutex has a potential race condition.
Issue -
State: closed - Opened by kaidaguerre over 1 year ago
- 1 comment
#59 - Add FilterMap
Issue -
State: closed - Opened by kaidaguerre over 1 year ago
#58 - Fixes issue where 'FileExists' panics if the path is too long. Closes #57
Pull Request -
State: closed - Opened by binaek over 1 year ago
- 1 comment
Labels: bug
#58 - Fixes issue where 'FileExists' panics if the path is too long. Closes #57
Pull Request -
State: closed - Opened by binaek over 1 year ago
- 1 comment
Labels: bug
#57 - `files.FileExists` panics if there are special characters in argument
Issue -
State: closed - Opened by binaek over 1 year ago
#57 - `files.FileExists` panics if there are special characters in argument
Issue -
State: closed - Opened by binaek over 1 year ago
#56 - fix: omitted Get/Set ULimit functions from Windows builds
Pull Request -
State: closed - Opened by graza-io over 1 year ago
#56 - fix: omitted Get/Set ULimit functions from Windows builds
Pull Request -
State: closed - Opened by graza-io over 1 year ago
#55 - build for Windows form a mac
Issue -
State: closed - Opened by gedw99 over 1 year ago
- 1 comment
#55 - build for Windows form a mac
Issue -
State: closed - Opened by gedw99 over 1 year ago
- 1 comment
#54 - Adds flag in 'ListFiles' to skip over empty directories. Closes #53
Pull Request -
State: closed - Opened by binaek over 1 year ago
Labels: enhancement
#54 - Adds flag in 'ListFiles' to skip over empty directories. Closes #53
Pull Request -
State: closed - Opened by binaek over 1 year ago
Labels: enhancement
#53 - Add ability to skip over empty directories in `ListFiles`
Issue -
State: closed - Opened by binaek over 1 year ago
#53 - Add ability to skip over empty directories in `ListFiles`
Issue -
State: closed - Opened by binaek over 1 year ago
#52 - [dep][go](deps): Bump github.com/stretchr/testify from 1.8.3 to 1.8.4
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies
#52 - [dep][go](deps): Bump github.com/stretchr/testify from 1.8.3 to 1.8.4
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies
#51 - Add utilities to work with golang maps. Closes #50
Pull Request -
State: closed - Opened by binaek over 1 year ago
#51 - Add utilities to work with golang maps. Closes #50
Pull Request -
State: closed - Opened by binaek over 1 year ago
#50 - Add `map` utilities
Issue -
State: closed - Opened by binaek over 1 year ago
#49 - Optimise `ListFiles` to be more "intelligent" when recursive traversing directory trees
Issue -
State: closed - Opened by binaek over 1 year ago
#49 - Optimise `ListFiles` to be more "intelligent" when recursive traversing directory trees
Issue -
State: closed - Opened by binaek over 1 year ago
#48 - Optimise list files to recursively traverse directories only if there's a match. Closes #49
Pull Request -
State: closed - Opened by binaek over 1 year ago
#48 - Optimise list files to recursively traverse directories only if there's a match. Closes #49
Pull Request -
State: closed - Opened by binaek over 1 year ago
#47 - [dep][go](deps): Bump github.com/stretchr/testify from 1.8.1 to 1.8.3
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies
#46 - Add MaxResults to ListOptions type to limit number of files listing. Closes #45
Pull Request -
State: closed - Opened by pskrbasu almost 2 years ago
Labels: enhancement
#45 - Add `MaxResults` to `ListOptions` type to limit number of files listing
Issue -
State: closed - Opened by pskrbasu almost 2 years ago
Labels: enhancement
#44 - [dep][actions](deps): Bump actions/setup-go from 3 to 4
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies, github_actions
#43 - [dep][go](deps): Bump github.com/stretchr/testify from 1.8.1 to 1.8.2
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
- 2 comments
#42 - Add UpgradeRWMutex
Issue -
State: closed - Opened by kaidaguerre about 2 years ago
#41 - Match implementation of `**` glob does not work correctly for globs which have both `**` and an additional wildcard
Issue -
State: closed - Opened by kaidaguerre about 2 years ago
#40 - Fix double star glob implementation
Pull Request -
State: closed - Opened by kaidaguerre about 2 years ago
#39 - [dep][go](deps): Bump github.com/mitchellh/mapstructure from 1.3.3 to 1.5.0
Pull Request -
State: closed - Opened by dependabot[bot] about 2 years ago
- 1 comment
#38 - [dep][go](deps): Bump github.com/tkrajina/go-reflector from 0.5.4 to 0.5.6
Pull Request -
State: closed - Opened by dependabot[bot] about 2 years ago
- 1 comment
#37 - [dep][go](deps): Bump github.com/stretchr/testify from 1.6.1 to 1.8.1
Pull Request -
State: closed - Opened by dependabot[bot] about 2 years ago
- 1 comment
#36 - [dep][go](deps): Bump github.com/fsnotify/fsnotify from 1.5.4 to 1.6.0
Pull Request -
State: closed - Opened by dependabot[bot] about 2 years ago
- 1 comment
#35 - Fixes issue where GlobRoot resolution was failing for multiple patterns with absolute paths
Pull Request -
State: closed - Opened by binaek about 2 years ago
#34 - `files.ResolveGlobRoots` loses patterns if more than one absolute paths are provided
Issue -
State: closed - Opened by binaek about 2 years ago
#33 - Filewatcher updates
Pull Request -
State: closed - Opened by binaek about 2 years ago
#32 - Filewatcher updates
Issue -
State: closed - Opened by binaek about 2 years ago
#31 - Adds helper functions for strings and hashes
Pull Request -
State: closed - Opened by binaek about 2 years ago
#30 - Globbing does not work correctly for ListFiles. Closes #28
Pull Request -
State: closed - Opened by kaidaguerre about 2 years ago
#29 - string and hashing helpers
Issue -
State: closed - Opened by binaek about 2 years ago
#28 - Globbing does not work correctly for ListFiles
Issue -
State: closed - Opened by kaidaguerre over 2 years ago
#27 - Move file watcher from github/turbot/steampipe to github/turbot/go-kit. Closes #26
Pull Request -
State: closed - Opened by kaidaguerre over 2 years ago
#26 - Move file watcher from `github/turbot/steampipe` to `github/turbot/go-kit`
Issue -
State: closed - Opened by LalitLab over 2 years ago
#25 - V0.4.0
Issue -
State: closed - Opened by kaidaguerre over 2 years ago
Labels: release
#24 - Update RemoveFromStringSlice to accepts multiple values to remove
Issue -
State: closed - Opened by kaidaguerre over 2 years ago
#23 - Add EscapePropertyName and UnescapePropertyName functions to escape dots in property names
Issue -
State: closed - Opened by kaidaguerre over 2 years ago
#22 - Add IsNil. Closes #18
Pull Request -
State: closed - Opened by kaidaguerre over 2 years ago
#21 - `GetNestedFieldValueFromInterface` returning `nil`, if a column name contains dot(.)
Issue -
State: closed - Opened by Subhajit97 over 2 years ago
- 1 comment
Labels: bug
#20 - `StringSliceDistinct` not returning all the distinct items, instead removing the duplicate one from output
Issue -
State: closed - Opened by LalitLab over 2 years ago
Labels: bug
#19 - v0.3.0
Issue -
State: closed - Opened by kaidaguerre over 3 years ago
Labels: release
#18 - Add IsNil function
Issue -
State: closed - Opened by kaidaguerre over 3 years ago
#17 - Update helpers.TruncateString to take newlines into account. Closes #16
Pull Request -
State: closed - Opened by pskrbasu over 3 years ago
Labels: enhancement
#16 - Update helpers.TruncateString to take newlines into account
Issue -
State: closed - Opened by pskrbasu over 3 years ago
Labels: enhancement
#15 - Add `LintName` function to helpers
Issue -
State: closed - Opened by LalitLab over 3 years ago
#14 - Add StringSliceDistinct and StringSliceHasDuplicates
Issue -
State: closed - Opened by kaidaguerre over 3 years ago
#13 - Add TabifyStringSlice
Issue -
State: closed - Opened by kaidaguerre over 3 years ago
#12 - Add CombineErrors and CombineErrorsWithPrefix
Issue -
State: closed - Opened by kaidaguerre over 3 years ago
#11 - Add SetULimit and GetULimit
Issue -
State: closed - Opened by kaidaguerre over 3 years ago
#10 - Add Tabify function
Issue -
State: closed - Opened by kaidaguerre over 3 years ago
#9 - Add ListFiles function
Issue -
State: closed - Opened by kaidaguerre over 3 years ago
#8 - add ListFiles
Pull Request -
State: closed - Opened by kaidaguerre over 3 years ago
#7 - Add TruncateString function
Issue -
State: closed - Opened by kaidaguerre over 3 years ago
#6 - v0.1.3
Issue -
State: closed - Opened by kaidaguerre almost 4 years ago
Labels: release
#5 - Fix bug in ToBool - handle null pointers
Issue -
State: closed - Opened by kaidaguerre almost 4 years ago
Labels: bug
#4 - v0.1.2
Issue -
State: closed - Opened by kaidaguerre almost 4 years ago
Labels: release