зеркало из
1
0
Форкнуть 0
Граф коммитов

1189 Коммитов

Автор SHA1 Сообщение Дата
Jeff Wilcox c3566d8eea CreateError: adds IsNotAuthorized function 2023-04-19 16:42:38 -07:00
Jeff Wilcox 8aa18b5f5b Repository: new archived_at API 2023-04-19 16:42:08 -07:00
Jeff Wilcox 330ff4fc13
Merge pull request #646 from microsoft/inner-to-cause
ES2022: cause
2023-04-06 21:43:36 -07:00
Jeff Wilcox 0f42e7f2cb ES2022: cause
Replaces the old custom "inner" and "innerError" concept from
the legacy app with the modern cause parameter.
2023-04-06 18:10:22 -07:00
Jeff Wilcox 6aeb236f11
Merge pull request #630 from microsoft/dependabot/github_actions/actions/stale-8
chore(deps): bump actions/stale from 7 to 8
2023-03-31 07:45:23 -07:00
Jeff Wilcox a813ba7fbf
Merge pull request #639 from microsoft/dependabot/npm_and_yarn/typescript-5.0.3
chore(deps-dev): bump typescript from 5.0.2 to 5.0.3
2023-03-31 07:45:16 -07:00
Jeff Wilcox ef89fd00ab Add missing configuration files 2023-03-31 07:32:48 -07:00
dependabot[bot] c27d95ae54
chore(deps-dev): bump typescript from 5.0.2 to 5.0.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.2 to 5.0.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-31 01:56:56 +00:00
Jeff Wilcox 63a9f28d48 Latest version 2023-03-30 15:25:39 -07:00
dependabot[bot] fe03f2275b
chore(deps): bump actions/stale from 7 to 8
Bumps [actions/stale](https://github.com/actions/stale) from 7 to 8.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v7...v8)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-27 01:59:00 +00:00
Jeff Wilcox 878ebb2c23
Merge pull request #625 from microsoft/dependabot/npm_and_yarn/prettier-2.8.6
chore(deps-dev): bump prettier from 2.8.5 to 2.8.6
2023-03-21 23:19:45 -04:00
dependabot[bot] 10304d95ff
chore(deps-dev): bump prettier from 2.8.5 to 2.8.6
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.5 to 2.8.6.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.8.5...2.8.6)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-22 01:57:28 +00:00
Jeff Wilcox cf90a00607 Upgrade: dependencies 2023-03-21 00:38:08 -04:00
Jeff Wilcox 02b4d8846c Downstream: mail provider debug values
Updates configuration to allow for indication of when a production
run is being performed in an environment, and refactors the layering
of those config values.

Also minor updates to package dependencies.
2023-03-17 12:14:19 -04:00
Jeff Wilcox f5f8e395e5 Deps + connect-redis upgrade 2023-03-06 22:21:43 -08:00
Jeff Wilcox fa5a00b361 Dependency updates 2023-02-27 13:50:58 -08:00
Jeff Wilcox ddef164000 Update: dependencies 2023-02-27 08:47:53 -08:00
Jeff Wilcox 01c48d2d81 Locks: minor fix 2023-02-24 07:56:35 -08:00
Jeff Wilcox e1f4276ac5
Merge pull request #592 from microsoft/immediate-fork-delete-feature
New fork lock: optional feature
2023-02-23 21:17:58 -08:00
Jeff Wilcox d0cddeda50 Templates: fix 2023-02-23 19:45:21 -08:00
Jeff Wilcox d26bf619b2 New fork lock: optional feature
Updates the fork lock (which admin-locks new forks) to instead delete
them right away. Helps reduce confusion and abandoned/messy instances
on official corp orgs when used.
2023-02-23 19:39:37 -08:00
Jeff Wilcox b83bf6dcf5 Dependencies update 2023-02-23 08:26:12 -08:00
Jeff Wilcox 7f38d76b01 CSpell: syncing internal dictionary 2023-02-23 08:26:07 -08:00
Jeff Wilcox d2fed342dd Highlighted orgs 2023-02-23 08:25:56 -08:00
Jeff Wilcox 941a54a56e Passport route typing fix 2023-02-23 08:25:41 -08:00
Jeff Wilcox 0ca9b67bed
Merge pull request #584 from microsoft/dependabot/npm_and_yarn/node-jose-2.2.0
chore(deps): bump node-jose from 2.1.1 to 2.2.0
2023-02-16 11:15:03 -08:00
dependabot[bot] 93921be2dd
chore(deps): bump node-jose from 2.1.1 to 2.2.0
Bumps [node-jose](https://github.com/cisco/node-jose) from 2.1.1 to 2.2.0.
- [Release notes](https://github.com/cisco/node-jose/releases)
- [Changelog](https://github.com/cisco/node-jose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cisco/node-jose/compare/v2.1.1...v2.2.0)

---
updated-dependencies:
- dependency-name: node-jose
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-16 19:11:23 +00:00
Jeff Wilcox b46dd517dd Administration: allow removing app installations
When others install the app, makes it easier to uninstall from the
instance.
2023-02-13 13:14:03 -08:00
Jeff Wilcox 1075669ec1 Chore: dependencies 2023-02-13 13:13:58 -08:00
Jeff Wilcox d9be9a3ba4 Merge branches 'main' and 'main' of github.com:microsoft/opensource-management-portal 2023-02-10 21:35:23 -08:00
Jeff Wilcox f15b8f2d61 + missing files 2023-02-10 21:34:57 -08:00
Jeff Wilcox 82bb6a5246
Container: dev env 2023-02-10 21:30:28 -08:00
Jeff Wilcox ed5dd1e039 Downstream integration 2023-02-10 21:27:09 -08:00
Jeff Wilcox 481419b407 Upgrade deps 2023-02-07 16:20:20 -08:00
Jeff Wilcox b928166494
Update container.yml 2023-02-05 09:59:15 -08:00
Jeff Wilcox 3ad7647591
Update container.yml 2023-02-05 09:57:03 -08:00
Jeff Wilcox 1229333282 Chore: dependencies 2023-02-05 09:39:31 -08:00
Jeff Wilcox 2b097b0beb express-sslify bug fix
fixes https://github.com/microsoft/opensource-management-portal/issues/140,
express-sslify scenarios now must opt-in explicitly to enable by an env
var plus select which env.
2023-02-04 10:19:21 -08:00
Jeff Wilcox 01f2aedcd0 Chore: dependencies 2023-02-03 10:59:56 -08:00
Jeff Wilcox 5c39e50a8c Link mail: support company-specific view 2023-02-03 10:59:37 -08:00
Jeff Wilcox 96783326cd Link mail: support company-specific view 2023-02-03 10:59:11 -08:00
Jeff Wilcox ec62c143bf Debug DEBUG_UNLINK_WITHOUT_DROPS var 2023-02-03 10:57:55 -08:00
Jeff Wilcox 34dd24a7eb Mail override: subject as well 2023-02-03 10:56:49 -08:00
Jeff Wilcox 5af22e5846 Chore: dependency upgrades 2023-02-01 09:04:46 -08:00
Jeff Wilcox 1fd59d291d
Merge pull request #556 from microsoft/dependabot/npm_and_yarn/deepmerge-4.3.0
chore(deps): bump deepmerge from 4.2.2 to 4.3.0
2023-01-30 07:56:21 -08:00
dependabot[bot] 66bb8d651f
chore(deps): bump deepmerge from 4.2.2 to 4.3.0
Bumps [deepmerge](https://github.com/TehShrike/deepmerge) from 4.2.2 to 4.3.0.
- [Release notes](https://github.com/TehShrike/deepmerge/releases)
- [Changelog](https://github.com/TehShrike/deepmerge/blob/master/changelog.md)
- [Commits](https://github.com/TehShrike/deepmerge/compare/v4.2.2...v4.3.0)

---
updated-dependencies:
- dependency-name: deepmerge
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-30 01:38:28 +00:00
Jeff Wilcox 7322996931 Upgraded dependencies 2023-01-29 15:07:21 -08:00
Jeff Wilcox d1ffb8d40e ENV: adds OSS Redis configs 2023-01-29 15:06:27 -08:00
Jeff Wilcox f38ea1e2e4 Redis v4 support 2023-01-29 14:56:52 -08:00
Jeff Wilcox 7e1d27594d Chore: newer axios, jest 2023-01-26 21:11:15 -08:00