-
Notifications
You must be signed in to change notification settings - Fork 99
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
feat(web.office): add react uapp #13943
Draft
stif59100
wants to merge
21
commits into
master
Choose a base branch
from
feat/office365-react-app
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
+5,860
−246
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b81576a
to
71ace81
Compare
71ace81
to
7069573
Compare
antonymarion
reviewed
Nov 8, 2024
packages/manager/apps/web-office/src/data/api/web-office-365.ts
Outdated
Show resolved
Hide resolved
antonymarion
reviewed
Nov 8, 2024
packages/manager/apps/web-office/src/data/api/web-office-365.ts
Outdated
Show resolved
Hide resolved
7069573
to
7b7c6a0
Compare
1a32b09
to
bf15336
Compare
bf15336
to
39b5f78
Compare
0aae4b5
to
146b8b4
Compare
146b8b4
to
7ab2c12
Compare
f0281bf
to
03caf2d
Compare
3893a63
to
cc286bb
Compare
7f27002
to
892cf98
Compare
98efc0e
to
1bc1848
Compare
ref:MANAGER-15907 Signed-off-by: stif59100 <[email protected]>
ref:MANAGER-16068 Signed-off-by: stif59100 <[email protected]>
ref: MANAGER-16124 Signed-off-by: Guillaume Hyenne <[email protected]>
ref:MANAGER-16110 Signed-off-by: stif59100 <[email protected]>
ref:MANAGER-16549 Signed-off-by: stif59100 <[email protected]>
ref:MANAGER-16548 Signed-off-by: stif59100 <[email protected]>
ref:MANAGER-16544 Signed-off-by: stif59100 <[email protected]>
ref:MANAGER-16542 Signed-off-by: stif59100 <[email protected]> Co-authored-by: Guillaume Hyenne <[email protected]>
ref: MANAGER-16127 Signed-off-by: Guillaume Hyenne <[email protected]>
ref: MANAGER-16125 Signed-off-by: Guillaume Hyenne <[email protected]>
ref:MANAGER-16126 Signed-off-by: stif59100 <[email protected]>
ref:MANAGER-16126 Signed-off-by: stif59100 <[email protected]>
ref:MANAGER-16817 Signed-off-by: stif59100 <[email protected]>
ref:MANAGER-16108 Signed-off-by: stif59100 <[email protected]>
ref:MANAGER-XXXXX Signed-off-by: stif59100 <[email protected]>
ref:MANAGER-16712 Signed-off-by: stif59100 <[email protected]>
ref:MANAGER-16713 Signed-off-by: stif59100 <[email protected]>
ref:MANAGER-16633 Signed-off-by: stif59100 <[email protected]>
ref:MANAGER-16818 Signed-off-by: stif59100 <[email protected]>
ref:MANAGER-16815 Signed-off-by: stif59100 <[email protected]>
ref:MANAGER-16754 Signed-off-by: stif59100 <[email protected]>
1bc1848
to
3a1c0ad
Compare
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
container
dependencies
Pull requests that update a dependency file
feature
New feature
translation required
universe-web-cloud
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ref:MANAGER-15907
master
Breaking change is mentioned in relevant commitsDescription
I added office 365 react app.
Related