Skip to content

Commit

Permalink
[Internal] Refactor exporter: split huge files into smaller ones (#3870)
Browse files Browse the repository at this point in the history
## Changes
<!-- Summary of your changes that are easy to understand -->

This PR splits `context.go` and `util.go` into smaller files, filled
with related functions, like, utils for workspace objects, utils for
SCIM (users/sps/groups), ...

## Tests
<!-- 
How is this tested? Please see the checklist below and also describe any
other relevant tests
-->

- [x] `make test` run locally
- [ ] relevant change in `docs/` folder
- [ ] covered with integration tests in `internal/acceptance`
- [ ] relevant acceptance tests are passing
- [ ] using Go SDK
  • Loading branch information
alexott authored Aug 9, 2024
1 parent 0564da9 commit a9293e9
Show file tree
Hide file tree
Showing 7 changed files with 2,098 additions and 2,066 deletions.
Loading

0 comments on commit a9293e9

Please sign in to comment.