Skip to content

Migrate MLP dependency references#378

Merged
ariefrahmansyah merged 1 commit into
mainfrom
migrate-mlp-reference
Apr 28, 2023
Merged

Migrate MLP dependency references#378
ariefrahmansyah merged 1 commit into
mainfrom
migrate-mlp-reference

Conversation

@terryyylim
Copy link
Copy Markdown
Contributor

What this PR does / why we need it:

mlp dependency has been moved under caraml-dev organisation via https://github.com/caraml-dev/mlp and this PR updates Merlin to reflect that change.

Which issue(s) this PR fixes:

N/A

Does this PR introduce a user-facing change?:

NONE

@terryyylim terryyylim self-assigned this Apr 12, 2023
@terryyylim terryyylim force-pushed the migrate-mlp-reference branch from 515e280 to 173aab5 Compare April 12, 2023 09:45
@shydefoo shydefoo mentioned this pull request Apr 19, 2023
5 tasks
shydefoo added a commit that referenced this pull request Apr 20, 2023
<!--  Thanks for sending a pull request!  Here are some tips for you:

1. Run unit tests and ensure that they are passing
2. If your change introduces any API changes, make sure to update the
e2e tests
3. Make sure documentation is updated for your PR!

-->

**What this PR does / why we need it**:
* ~~Needs #378 to be merged.
Currently changed to use `caraml-dev/mlp` so the MR can be tested with
WI. This will be reverted once #378 is merged.~~
* Updates all references to `github.com/gojek/mlp` to
`github.com/caraml-dev/mlp` in `api`. This was done to use the new
version of mlp, else `go get github.com/caraml-dev/mlp@<new_version>`
throws an error.
* Use mlp version @2eaf397 (currently pointing to
[MR](caraml-dev/mlp#84))
* This new version allows merlin to communicate with mlp api without
specifying `GOOGLE_APPLICATION_CREDENTIALS` env var.

**Which issue(s) this PR fixes**:
<!--
*Automatically closes linked issue when PR is merged.
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
-->

Fixes #

**Does this PR introduce a user-facing change?**:
<!--
If no, just write "NONE" in the release-note block below.
If yes, a release note is required. Enter your extended release note in
the block below.
If the PR requires additional action from users switching to the new
release, include the string "action required".

For more information about release notes, see kubernetes' guide here:
http://git.k8s.io/community/contributors/guide/release-notes.md
-->

```release-note

```

**Checklist**

- [ ] Added unit test, integration, and/or e2e tests
- [ ] Tested locally
- [ ] Updated documentation
- [ ] Update Swagger spec if the PR introduce API changes
- [ ] Regenerated Golang and Python client if the PR introduce API
changes
@terryyylim terryyylim force-pushed the migrate-mlp-reference branch from 32bfc11 to d404459 Compare April 27, 2023 03:02
Copy link
Copy Markdown
Contributor

@ariefrahmansyah ariefrahmansyah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

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.

2 participants