Skip to content

chore(Auth): move the auth library to the mono repo. - #9514

Closed
Hectorhammett wants to merge 609 commits into
mainfrom
move-auth
Closed

chore(Auth): move the auth library to the mono repo.#9514
Hectorhammett wants to merge 609 commits into
mainfrom
move-auth

Conversation

@Hectorhammett

Copy link
Copy Markdown
Collaborator

We are making an effort to move all of our libraries into the mono repo.

This depends on:
googleapis/google-auth-library-php#683

This PR should basically mirror all the changes done on the auth library PR to keep the history clean.

RafaSRibeiro and others added 30 commits June 22, 2021 10:49

@bshaffer bshaffer left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Only one change that i can see outside the Auth repo. I'll continue my review in the auth PR for the changes made there.

@@ -38,7 +38,7 @@ public function determineImplementingClasses(array $pageNodes): void
{
// Project root components
$componentDirs = array_map('realpath', glob(__DIR__ . '/../../../../*/src', GLOB_ONLYDIR));
$componentDirs[] = realpath(__DIR__ . '/../../../vendor/google/auth');
$componentDirs[] = __DIR__ . '/../../../vendor/google/cloud/Auth/src';

@bshaffer bshaffer Sep 3, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Just remove this line - we don't need to manually add auth anymore, it will be loaded with the rest of the components

Suggested change
$componentDirs[] = __DIR__ . '/../../../vendor/google/cloud/Auth/src';

@Hectorhammett

Copy link
Copy Markdown
Collaborator Author

Closing this PR as this served as a basis for this one:
#9648

The new PR has a completely clean and rewritten story and should be ready for merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do not merge Indicates a pull request not ready for merge, due to either quality or timing.

Projects

None yet

Development

Successfully merging this pull request may close these issues.