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

Improvements to VPCs and RDS #814

Draft
wants to merge 28 commits into
base: master
Choose a base branch
from
Draft

Improvements to VPCs and RDS #814

wants to merge 28 commits into from

Conversation

fmartingr
Copy link
Contributor

@fmartingr fmartingr commented Sep 27, 2024

List of PRs merged

fmartingr and others added 10 commits September 4, 2024 16:26
#781)

* show proxy ip address in deployment info

* add ProxyInstanceCount and ServerURL configs

- `ProxyInstanceCount` will determine how many proxy instances should be
  deployed. Default to 0, can be 0 or 1.
- `ServerURL` determines the URL to use with the Mattermost client from
  the agent nodes. It takes precedence over the Site URL, proxy IP, etc.

* downgrade elasticsearch dependency

* ProxyInstanceCount default 0

* faq

* feat: add concurrency to configureAndRunAgents

* Better log tracing

* Update docs/faq.md

Co-authored-by: Alejandro García Montoro <[email protected]>

* SAML configuration

* ltkeycloak

* typos

* fixed slog calls

* updated mattermost-realm.json

* saml configuration

* increase errorsChan buffer

* revert: agent concurrency

* docs: updated faq with SiteURL mention

* NewPointer

* refactor terraform app config

* mlog, ctx, worker number

* debug log

* revert saml changes

* make assets

* go mod tidy

* revert back channel to size 2, return early

---------

Co-authored-by: Alejandro García Montoro <[email protected]>
* Update Pyroscope v1
Add support for goroutine and block profiles

* Unify service name for targets

* Update test
* MM-56605: Create results file and print to file

* Separate writter into its own function for later

* Mofify writeToFile. Passing the file object.

* implement 	multiWriter so I can double the writes and then send them to cosole as well as file.

* Replace file object with interface.

* - Remove separate function to create file
- Move file creatuin and writting to the file to Comparison function

* Draft unti test for PrintResults

* Make test runnable by using LoadTests and Status properly.

* - Solve missing use of interface in the initail code chnage
- Solve whitespace mismatch

* Change expected to allign with the output. This solves failing unit test.

* Address most several of the code review feedback point.

* Use existing file path that is already being provided to the function.

* Address linter complaint about use of `Sprintf` for strings that need no formating.

* Address review comments

* Remove line printing an error as it was redundant.

* Update another if block that redundantly prints and returns the same error.

* Implement missed correction from Alejandro. If block must return the correct var when returning the error.
Ensure this is not occuring on other lines I've added.
Without this line, the deployment fails because
it cannot do t.getAsset
* ltkeycloak: added flag to force migrate all users

* changed flag

* avoid logging and returning error

* modified comment

* remove duplicated restoreasset

* reverted condition to return early

* check for nil values

* use UpdateUserAuth

* rename variable name

* Update cmd/ltkeycloak/from_mattermost.go

Co-authored-by: Alejandro García Montoro <[email protected]>

---------

Co-authored-by: Alejandro García Montoro <[email protected]>
…e version (#813)

* customizable database engine version

* Use same VPC for all resources

* make assets

* removed engineversion validation

* wait for stdout

* use default subnet if not specified
@agnivade
Copy link
Member

Looks like the branch got messed up.

@fmartingr fmartingr changed the title Legal hold improvements to VPCs and RDS Improvements to VPCs and RDS Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants