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

Chore: Release 10.4.1 #3384

Merged
merged 40 commits into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
419725c
Chore: update to 9.7.0 (#3044)
thewahome Mar 15, 2024
464ae59
Chore(deps): Bump follow-redirects from 1.15.0 to 1.15.6 (#3058)
dependabot[bot] Mar 20, 2024
5e9c4e2
Fix: Resource path causing app to crash (#3053)
ElinorW Mar 21, 2024
151f34a
Fix: [autocomplete] show dollar sign paths (#3052)
thewahome Mar 25, 2024
53c97bb
Fix: Canary urls crashing (#3062)
ElinorW Mar 26, 2024
d88a4f8
Chore: Update to 9.8.0 (#3067)
ElinorW Mar 27, 2024
f3e73d6
Fix: Dependabot upgrades - March (#3061)
ElinorW Apr 24, 2024
a84d7a4
Feature: support text csv (#3123)
thewahome Apr 29, 2024
38c3849
Fix: malformed json error (#3107)
thewahome Apr 30, 2024
d2fb7f5
Chore: Update to 10.0.0 (#3147)
thewahome May 15, 2024
5d4e874
Chore: app migration with feature flags (#3144)
thewahome May 15, 2024
7695bca
Chore: Update 10.1.0 (#3149)
thewahome May 27, 2024
499a107
refactor: use strong types in authentication module (#3164)
musale Jun 7, 2024
42599d7
Chore: Dependabot upgrades - April (#3124)
thewahome Jun 7, 2024
7c4ee1d
fix: remove character escape in json response formatting (#3163)
musale Jun 7, 2024
b2dcd19
Fix: add parameters to token request (#3218)
thewahome Jun 18, 2024
552a2cb
Chore: Update to 10.2.0 (#3220)
thewahome Jun 19, 2024
072f4e6
Fix: Monaco 404 errors (#3222)
ElinorW Jun 19, 2024
6e4266c
Chore: Update to 10.2.1 (#3224)
ElinorW Jul 3, 2024
d46a9f3
Fix: move getting resource version children to a function (#3244)
musale Jul 9, 2024
a7e142b
Fix: monaco errors (#3251)
thewahome Jul 15, 2024
5800f71
Chore: Update 10.3.0 (#3254)
thewahome Jul 25, 2024
676e113
Chore: onboard repository to release repository (#3097)
Mnickii Aug 7, 2024
b366636
Task: use redux toolkit (#3186)
thewahome Aug 7, 2024
6494f67
chore: update the versions used in GitHub action workflows (#3278)
musale Aug 7, 2024
09e272f
Task: basic markdown messages (#3280)
thewahome Aug 13, 2024
5257e29
Update bot to add items to Graph SDKs project (#3281)
andrueastman Aug 21, 2024
439726b
Chore: Update 10.4.0 (#3284)
thewahome Sep 2, 2024
53656fe
Chore: September dependabot upgrades (#3324)
ElinorW Sep 3, 2024
0ba6683
Fix: Inputting beta version results in getting beta endpoint suggesti…
ElinorW Sep 25, 2024
ab63ca0
chore: bootstrap release please to the dev branch (#3340)
musale Sep 25, 2024
974c3bc
fix: clone the resources and re-assign children to found values (#3337)
musale Sep 27, 2024
eafca36
chore: add starting commit where changelog commits gathering will sto…
musale Sep 27, 2024
d87b87a
Fix: Dependency security patch updates (#3355)
ElinorW Oct 2, 2024
6559844
chore: migrate releases to governed templates (#3377)
andrueastman Oct 3, 2024
fea4886
Fix: Update playwright tests (#3381)
ElinorW Oct 7, 2024
f017db5
chore: Remove reference to a deprecated rule (#3380)
musale Oct 7, 2024
b99029e
chore(dev): release 10.4.1 (#3376)
release-please[bot] Oct 7, 2024
297c9c7
Bump version to 10.4.1
invalid-email-address Oct 7, 2024
f94dc18
Merge remote-tracking branch 'origin/dev' into release/10.4.1
ElinorW Oct 7, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ module.exports = {
accessibility: 'explicit'
}
],
'@typescript-eslint/indent': ['error', 2],
'@typescript-eslint/interface-name-prefix': 'off',
'@typescript-eslint/member-delimiter-style': [
'off',
Expand Down
3 changes: 3 additions & 0 deletions .github/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
manifest: true
primaryBranch: dev
handleGHRelease: true
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "10.4.1"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [10.4.1](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/compare/v10.4.0...v10.4.1) (2024-10-07)


### Bug Fixes

* Update playwright tests ([#3381](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/issues/3381)) ([fea4886](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/commit/fea4886bc9b7dbd026cfd908d589842614b0ec13))
* clone the resources and re-assign children to found values ([#3337](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/issues/3337)) ([974c3bc](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/commit/974c3bc25e8f94b7995b8e8a3827cca0e8c1b475))
* Dependency security patch updates ([#3355](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/issues/3355)) ([d87b87a](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/commit/d87b87aa20375a482e705ab501fee2fef2766995))
* Inputting beta version results in getting beta endpoint suggestions ([#3289](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/issues/3289)) ([0ba6683](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/commit/0ba66837771b92bd0155262befa465fa3cb81ca1))


## [4.7.0](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/compare/v4.2.0...v4.7.0) (2021-05-31)


Expand Down
99 changes: 97 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ extends:
- ES365AIMigrationTooling

stages:
- stage: stage
- stage: BuildTestAndPublish
jobs:
- job: One
displayName: "Build and test validation"
Expand Down Expand Up @@ -178,7 +178,6 @@ extends:
- job: Three
displayName: "Publish artifacts"
dependsOn: One
condition: and(succeeded(), or(eq(variables['isMaster'], 'true'), eq(variables['isDev'], 'true')))
steps:
- task: NodeTool@0
inputs:
Expand Down Expand Up @@ -287,3 +286,99 @@ extends:
directory: 'microsoft-graph-explorer-v4'
repoName: ReleasePipelines
dependsOn: ['Three']

- stage: DeployStaging
condition: and(contains(variables['build.sourceBranch'], 'refs/heads/dev'), succeeded())
dependsOn: BuildTestAndPublish
jobs:
- deployment: staging
templateContext:
type: releaseJob
isProduction: false
inputs:
- input: pipelineArtifact
artifactName: drop
targetPath: '$(Build.ArtifactStagingDirectory)/drop'
environment: graphexplorer-staging
strategy:
runOnce:
deploy:
steps:
- task: AzureWebApp@1
displayName: 'Deploy to graphTryIt-staging copy'
inputs:
azureSubscription: 'Federated GE Managed Identity Connection'
appType: webApp
appName: 'graphTryIt-staging'
package: '$(Build.ArtifactStagingDirectory)/drop'

- task: AzureFileCopy@6
displayName: 'Deploy to dev storage -tst'
inputs:
SourcePath: '$(Build.ArtifactStagingDirectory)/drop'
azureSubscription: 'Federated GE Managed Identity Connection'
Destination: AzureBlob
storage: graphexplorerstorage
ContainerName: deployments
BlobPrefix: 'vendor/bower_components/explorer-v2/build'

- stage: DeployProduction
condition: and(contains(variables['build.sourceBranch'], 'refs/heads/master'), succeeded())
dependsOn: BuildTestAndPublish
jobs:
- deployment: production
templateContext:
type: releaseJob
isProduction: true
inputs:
- input: pipelineArtifact
artifactName: drop
targetPath: '$(Build.ArtifactStagingDirectory)/drop'
environment: graphexplorer-production
strategy:
runOnce:
deploy:
steps:
- task: AzureWebApp@1
displayName: 'Azure Web App Deploy: graphTryIt'
inputs:
azureSubscription: 'Federated GE Managed Identity Connection'
appType: webApp
appName: graphTryIt
package: '$(Build.ArtifactStagingDirectory)/drop'

- task: AzureFileCopy@6
displayName: 'Deploy to portal - staging'
inputs:
SourcePath: '$(Build.ArtifactStagingDirectory)/drop/*'
azureSubscription: 'Federated GE-Portals Managed Identity Connection'
Destination: AzureBlob
storage: graphstagingblobstorage
ContainerName: staging
BlobPrefix: 'vendor/bower_components/explorer$(Build.BuildNumber)/build'

- task: AzureFileCopy@6
displayName: 'Deploy to portal - production'
inputs:
SourcePath: '$(Build.ArtifactStagingDirectory)/drop/*'
azureSubscription: 'Federated GE-Portals Managed Identity Connection'
Destination: AzureBlob
storage: graphprodblobstorage
ContainerName: prod
BlobPrefix: 'vendor/bower_components/explorer$(Build.BuildNumber)/build'

- task: ArchiveFiles@2
displayName: 'Archive built assets'
inputs:
rootFolderOrFile: '$(Build.ArtifactStagingDirectory)/drop/'
archiveFile: '$(Build.ArtifactStagingDirectory)/graph-explorer-$(Build.BuildNumber)-$(Build.BuildId).zip'

- task: GitHubRelease@1
displayName: 'GitHub release (v$(Build.BuildNumber)-$(Build.BuildId))'
inputs:
gitHubConnection: 'GitHub - thewahome'
action: edit
tag: 'v$(Build.BuildNumber)'
title: 'Graph Explorer - v$(Build.BuildNumber)'
assets: '$(Build.ArtifactStagingDirectory)/*.zip'
changeLogType: issueBased
Loading
Loading