Releases: RedHatInsights/insights-results-smart-proxy
Releases · RedHatInsights/insights-results-smart-proxy
v1.0.0
What's Changed
- Go module stub by @tisnik in #1
- Added licence, contributing.md, and list of code owners by @tisnik in #2
- Initial set of tools for running local checks from the beginning by @joselsegura in #3
- Adding the PR template and the CI configuration file by @joselsegura in #4
- Adding minimal description and diagrams to the README by @joselsegura in #8
- Minor fix on the README about the embeded diagram by @joselsegura in #9
- Adding HTTP server structure from aggregator by @joselsegura in #12
- Adding configuration for service endpoints by @joselsegura in #13
- Updating configuration section from README by @joselsegura in #14
- PoC using redirect by @joselsegura in #16
- Using a proxy function instead a redirect as handler by @joselsegura in #17
- Added Dockerfile for container image building by @quarckster in #25
- Remove initialize argument by @joselsegura in #23
- Pull groups configuration from content-service by @joselsegura in #26
- Using helpers from operator utils where possible and minor string fixing by @joselsegura in #28
- Adding rules static content pulling from content-service by @joselsegura in #27
- Added configuration for smoke tests by @quarckster in #30
- Fix #31. Proxy function always send OK status instead of the response value by @joselsegura in #32
- Endpoint for getting static content for a single rule by @joselsegura in #33
- Improve Makefile by @joselsegura in #36
- Adding godoc generated documentation by @joselsegura in #38
- Implemented report endpoint by @Serhii1011010 in #39
- Insights Operator pulling architecture by @tisnik in #43
- Removing CORS hack and adding a proper middleware for handling CORS headers by @joselsegura in #42
- Stub for GitHub pages by @tisnik in #46
- Added missing badges by @tisnik in #45
- Don't install utils if already installed by @tisnik in #59
- IO pulling + Prometheus by @tisnik in #61
- Fix a problem with datetime format in rule contents by @joselsegura in #63
- Fix 48 by @Serhii1011010 in #64
- Added single rule endpoint by @bond95 in #57
- Extract user id from token to url by @Serhii1011010 in #68
- Fix expected response on groups endpoint specification and some tooling by @joselsegura in #73
- Taking into account some of the possible errors parsing an URL by @joselsegura in #75
- Adding a check to the OrgID by @joselsegura in #78
- Modified the status code by @joselsegura in #80
- alias-for-old-report-endpoint by @Serhii1011010 in #82
- Fix GH pages title&description by @joselsegura in #84
- Adding HTTP API metrics by @joselsegura in #86
- Class diagram by @tisnik in #88
- add organization ID check from JWT token for internal rules by @Bee-lee in #85
- Links to all generated docs by @tisnik in #89
- Better diagram for Wed demo by @tisnik in #92
- Fix internal rules parsing by @Bee-lee in #94
- Animation for tomorrow demo by @tisnik in #97
- Animation optimization by gifsicle by @tisnik in #98
- Missing lit doc files + re-generated class diagram by @tisnik in #103
- Documentation for conf package by @tisnik in #102
- Check for empty path by @tisnik in #105
- Add namespaced metric from insights-operator-utils by @joselsegura in #134
- Update docgo generated files by @joselsegura in #136
- Removed aliases for non-existing functions by @tisnik in #138
- (minor) Updated commens in the main package by @tisnik in #140
- Comments for env prefix constants + minor refactoring by @tisnik in #139
- Use specific type for exit code by @tisnik in #141
- Comments for export test sources by @tisnik in #142
- Pipeline sequence diagram by @tisnik in #143
- New endpoint returning all rule IDs by @joselsegura in #137
- Improve docgo generation in Makefile by @joselsegura in #148
- Logging authentication token by @joselsegura in #146
- Fixed issue #108: description for the /metrics endpoing by @tisnik in #149
- Fixes two typos in README.md by @tisnik in #150
- Fixed issue #110: all parameters for needs to be described in OpenAPI by @tisnik in #152
- Fixed typo in auth.go by @tisnik in #157
- Comments in server/endpoints.go and server/router_utils.go by @tisnik in #158
- More comments in tests by @tisnik in #159
- Fix #151 by @joselsegura in #155
- New endpoint retrieving all static content by @joselsegura in #153
- Description for services package by @tisnik in #164
- Description for types package by @tisnik in #165
- Package description for smart proxy test package by @tisnik in #168
- New version of class diagram by @tisnik in #169
- Fix #131. Add description an example to a parameter by @joselsegura in #170
- Adding description for parameters in rule disable endpoint by @joselsegura in #172
- Fix #130. Add description an example to a parameter by @joselsegura in #171
- Added descriptions and examples for get_vote endpoint parameters by @joselsegura in #173
- go.mod and go.sum...