Skip to content

Commit 1a3cd0f

Browse files
authored
Merge pull request #976 from Ostap-Zherebetskyi/osf4i-in-progress-sso/merge_develop
[ENG-10933] Merge latest `develop` into feature branch
2 parents 3bdc5c6 + aa1be7f commit 1a3cd0f

238 files changed

Lines changed: 6338 additions & 8965 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.husky/pre-commit

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
11
npx lint-staged || {
22
printf "\n\nERROR: Linting issues were found in the committed files. Please address them before proceeding.\n\n\n\n"
33
exit 1
4-
}
5-
6-
# npm run docs:coverage || {
7-
# printf "\n\nERROR: Documentation Coverage thresholds are not met."
8-
# printf "\n\nIn the future this will block your ability to commit locally until it is resolved."
9-
# printf "\n\nThe same pipeline runs via GitHub actions."
10-
# printf "\n\nYou are seeing this error because code was added without documentation."
11-
# exit 1
12-
# }
4+
}

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
We follow the CalVer (https://calver.org/) versioning scheme: YY.MINOR.MICRO.
44

5+
26.9.1 (2026-04-28)
6+
===================
7+
8+
* Hotfix to add alias for ip addresses, redux
9+
10+
26.9.0 (2026-04-28)
11+
===================
12+
13+
* Misc. improvements and bug fixes
14+
515
26.8.2 (2026-04-20)
616
===================
717

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ take up to 60 seconds once the docker build finishes.
2222

2323
### Recommended
2424

25-
- [Compodoc Conventions](docs/compodoc.md).
2625
- [Docker Commands](docs/docker.md).
2726
- [ESLint Strategy](docs/eslint.md).
2827
- [Git Conventions](docs/git-convention.md).

angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"entry": "src/server.ts"
7070
},
7171
"security": {
72-
"allowedHosts": ["localhost", "127.0.0.1", "10.*", "*.osf.io"]
72+
"allowedHosts": ["localhost", "127.0.0.1", "10.*", "*.osf.io", "osf.io"]
7373
}
7474
},
7575
"configurations": {

docs/compodoc.md

Lines changed: 0 additions & 96 deletions
This file was deleted.

0 commit comments

Comments
 (0)