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: rename organization name to altinn #1670

Merged
merged 3 commits into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .azure/applications/bff-migration-job/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ param appConfigurationName string
param environmentKeyVaultName string

var namePrefix = 'dp-fe-${environment}'
var baseImageUrl = 'ghcr.io/digdir/dialogporten-frontend-'
var baseImageUrl = 'ghcr.io/altinn/dialogporten-frontend-'
var containerAppJobName = '${namePrefix}-bff-migration-job'
var tags = {
Environment: environment
Expand Down
2 changes: 1 addition & 1 deletion .azure/applications/bff/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ param appConfigurationName string
param environmentKeyVaultName string

var namePrefix = 'dp-fe-${environment}'
var baseImageUrl = 'ghcr.io/digdir/dialogporten-frontend-'
var baseImageUrl = 'ghcr.io/altinn/dialogporten-frontend-'
var containerAppName = '${namePrefix}-bff'
var tags = {
Environment: environment
Expand Down
2 changes: 1 addition & 1 deletion .azure/applications/frontend/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ param containerAppEnvironmentName string
param applicationInsightsInstrumentationKey string

var namePrefix = 'dp-fe-${environment}'
var baseImageUrl = 'ghcr.io/digdir/dialogporten-frontend-'
var baseImageUrl = 'ghcr.io/altinn/dialogporten-frontend-'
var serviceName = 'frontend'
var containerAppName = '${namePrefix}-${serviceName}'
var tags = {
Expand Down
8 changes: 4 additions & 4 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* @digdir/team-dialogporten-frontend
.azure/** @digdir/team-dialogporten-frontend @digdir/team-dialogporten-infra
.github/** @digdir/team-dialogporten-frontend @digdir/team-dialogporten-infra
.github/CODEOWNERS @digdir/team-dialogporten-frontend
* @altinn/team-dialogporten-frontend
.azure/** @altinn/team-dialogporten-frontend @altinn/team-dialogporten-infra
.github/** @altinn/team-dialogporten-frontend @altinn/team-dialogporten-infra
.github/CODEOWNERS @altinn/team-dialogporten-frontend
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
secrets:
GCR_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
with:
dockerImageBaseName: ghcr.io/digdir/dialogporten-frontend-
dockerImageBaseName: ghcr.io/altinn/dialogporten-frontend-
version: ${{ needs.get-current-version.outputs.version }}-${{ needs.generate-git-short-sha.outputs.gitShortSha }}

deploy-documentation:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
secrets:
GCR_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
with:
dockerImageBaseName: ghcr.io/digdir/dialogporten-frontend-
dockerImageBaseName: ghcr.io/altinn/dialogporten-frontend-
version: ${{ needs.get-current-version.outputs.version }}

deploy-infrastructure:
Expand Down
2 changes: 1 addition & 1 deletion data/homepage/config/bookmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
href: https://af.at.altinn.cloud/
- Github Arbeidsflate:
- abbr: GH AF
href: https://github.com/digdir/dialogporten-frontend
href: https://github.com/altinn/dialogporten-frontend
- Github Dialogporten:
- abbr: GH DP
href: https://github.com/digdir/dialogporten
Expand Down
6 changes: 3 additions & 3 deletions packages/docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ const config: Config = {
{
docs: {
sidebarPath: './sidebars.ts',
editUrl: 'https://github.com/digdir/dialogporten-frontend/tree/main/packages/docs/',
editUrl: 'https://github.com/altinn/dialogporten-frontend/tree/main/packages/docs/',
},
blog: {
showReadingTime: true,
editUrl: 'https://github.com/digdir/dialogporten-frontend/tree/main/packages/docs/',
editUrl: 'https://github.com/altinn/dialogporten-frontend/tree/main/packages/docs/',
},
theme: {
customCss: './src/css/custom.css',
Expand All @@ -83,7 +83,7 @@ const config: Config = {
},
{ to: '/blog', label: 'Blog', position: 'left' },
{
href: 'https://github.com/digdir/dialogporten-frontend',
href: 'https://github.com/altinn/dialogporten-frontend',
label: 'GitHub',
position: 'right',
},
Expand Down
2 changes: 1 addition & 1 deletion packages/node-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/digdir/dialogporten-frontend.git"
"url": "git+https://github.com/altinn/dialogporten-frontend.git"
},
"type": "module"
}
Loading