Jeff Wilcox
f2390bc4ef
Merge pull request #1020 from microsoft/dependabot/github_actions/azure/login-2
...
chore(deps): bump azure/login from 1 to 2
2024-04-07 10:51:35 -07:00
Jeff Wilcox
2ae0e91f50
Update index.ts
2024-04-07 08:14:47 -07:00
Jeff Wilcox
97b3551b2e
Test: multi-tenant basics
2024-03-30 22:39:05 +00:00
Jeff Wilcox
bdaedd9ec2
Dev container update to Node 18.x
2024-03-30 22:25:18 +00:00
dependabot[bot]
0f18ffd05a
chore(deps): bump azure/login from 1 to 2
...
Bumps [azure/login](https://github.com/azure/login ) from 1 to 2.
- [Release notes](https://github.com/azure/login/releases )
- [Commits](https://github.com/azure/login/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: azure/login
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-11 01:53:25 +00:00
Jeff Wilcox
640542d6d2
Misc
2024-01-12 12:13:49 -08:00
Jeff Wilcox
1b046467f7
Package updates
2024-01-12 12:13:44 -08:00
Jeff Wilcox
a14abffa70
Docs: linting
2024-01-12 12:13:32 -08:00
Jeff Wilcox
36cd598471
Company-specific link/unlink events
...
Adds event hooks that a company can extend when a link is created
or unlinked.
We are using this with our custom Kusto/Azure Data Explorer
integration where we are more actively ingesting changes to
link data.
2024-01-07 12:02:23 -08:00
Jeff Wilcox
cc2b07f6a4
Company-specific link/unlink events
...
Adds event hooks that a company can extend when a link is created
or unlinked.
We are using this with our custom Kusto/Azure Data Explorer
integration where we are more actively ingesting changes to
link data.
2024-01-07 12:00:51 -08:00
Jeff Wilcox
59895c3e53
Minor nits
2024-01-07 12:00:46 -08:00
Jeff Wilcox
24f7d16118
Copilot: daily summary/breakdown method
...
Early preview API, try pulling the breakdowns information from
an enabled organization with Copilot for Business.
2024-01-07 11:59:51 -08:00
Jeff Wilcox
780f93f6b3
Repository: interim branch protection method
...
Adds a similar or near-duplicate of the existing updateBranchProtection
rule.
2024-01-07 11:59:09 -08:00
Jeff Wilcox
f1039d04e1
Startup: build information
...
When present, show build information contained in the "continuousDeployment"
configuration object.
2024-01-07 11:57:56 -08:00
Jeff Wilcox
0cadb4ca24
Dependency updates
2024-01-07 11:57:39 -08:00
Jeff Wilcox
cc405c71a3
Dictionary update
2024-01-07 11:57:31 -08:00
Jeff Wilcox
aac86e2825
Merge branch 'main' of github.com:microsoft/opensource-management-portal
2024-01-03 15:51:11 -08:00
Jeff Wilcox
3c2757e472
Cronjob: repos table: typo fix
2024-01-03 15:51:02 -08:00
Jeff Wilcox
af2c8ebfcf
Merge pull request #929 from microsoft/dependabot/github_actions/github/codeql-action-3
...
chore(deps): bump github/codeql-action from 2 to 3
2024-01-03 11:50:08 -08:00
Jeff Wilcox
e4aeb8aa4a
Merge pull request #923 from microsoft/dependabot/github_actions/actions/stale-9
...
chore(deps): bump actions/stale from 8 to 9
2024-01-03 11:49:57 -08:00
Jeff Wilcox
20b1066ed9
Moving files
2024-01-03 11:44:13 -08:00
Jeff Wilcox
d5894d49ca
Cronjob: team join request cleanup
...
For the portal's native "join team" requests, formerly linked
people's requests were remaining active. This cronjob denies
and reactivates such requests.
2023-12-20 10:35:31 -08:00
Jeff Wilcox
08e989d779
Graph provider: is in team performance
...
Properly checks for team membership using the native
Microsoft Graph membership check that is targeted. The
original implementation, built on top of retrieving the
full list of security group members, does not scale for
large teams and was never intended to stick as the
"is in group" check.
2023-12-20 10:34:39 -08:00
Jeff Wilcox
829791f106
🧰 : updated dependencies
2023-12-20 10:34:23 -08:00
Jeff Wilcox
373c8a8ccc
Mail provider: additional mail attachment helper
2023-12-19 15:58:10 -08:00
Jeff Wilcox
40b13f6ebc
Dictionary: word update
2023-12-19 15:57:53 -08:00
Jeff Wilcox
d6956e794d
Dockerfile: no-op for OSS project
2023-12-19 15:57:35 -08:00
Jeff Wilcox
90db9945f4
Deps: no-op typings
2023-12-19 15:57:25 -08:00
dependabot[bot]
6b4b6fa324
chore(deps): bump github/codeql-action from 2 to 3
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-18 01:33:03 +00:00
Jeff Wilcox
ef55d3631a
Typings: more interfaces to types
2023-12-16 18:16:42 -08:00
Jeff Wilcox
bc08b43521
Updated deps
2023-12-16 18:16:34 -08:00
Jeff Wilcox
0dfd16e3ba
FOSS Fund: order page differently
2023-12-16 18:15:52 -08:00
Jeff Wilcox
eedad83954
Graph provider: support count query
2023-12-16 18:15:27 -08:00
Jeff Wilcox
b0c2830202
Copilot API: no page limit
2023-12-16 18:15:11 -08:00
Jeff Wilcox
69dc034dc7
tsconfig: NodeNext
2023-12-16 18:14:57 -08:00
Jeff Wilcox
1842a202df
Spelling: add kusto terms
2023-12-16 18:14:28 -08:00
Jeff Wilcox
c5837d6ec0
Updated typings
2023-12-13 16:35:32 -08:00
Jeff Wilcox
32fc06286f
Webhooks: company-specific entry
2023-12-13 08:50:57 -08:00
Jeff Wilcox
5b7732c305
Tokens: show iso8601 date in log
2023-12-13 08:50:34 -08:00
Jeff Wilcox
ee60eb0d06
Token manager: "any app" fix
...
Make sure that when choosing "any app", it only returns
configured apps.
2023-12-13 08:49:55 -08:00
Jeff Wilcox
2e079f107b
Account: use a public authorization token for accounts
...
Instead of using a single configured app, use a public auth
token (essentially, any random app configured), to split it
from being contextual and provide theoretically more ability
to query.
2023-12-13 08:48:50 -08:00
Jeff Wilcox
8f538f417f
Team repository permission: custom roles
2023-12-13 08:48:22 -08:00
Jeff Wilcox
14520e1337
Team permission: support custom roles
2023-12-13 08:47:49 -08:00
Jeff Wilcox
c15953f96e
Org: getAuthorization parameter change
...
Accept an optional purpose value.
2023-12-13 08:46:31 -08:00
Jeff Wilcox
dd01c7b5b8
Maintain permission fix
...
The logic for computing collaborator permission object projections
was off, returning other values for 'maintain'.
2023-12-13 08:43:19 -08:00
Jeff Wilcox
9bf2335ae0
Updated deps
2023-12-13 08:43:01 -08:00
Jeff Wilcox
b7b8b8493e
Spelling - sodium + kusto terms
2023-12-13 08:42:34 -08:00
dependabot[bot]
fbfa726be8
chore(deps): bump actions/stale from 8 to 9
...
Bumps [actions/stale](https://github.com/actions/stale ) from 8 to 9.
- [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/v8...v9 )
---
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-12-11 01:58:57 +00:00
Jeff Wilcox
16ef3b6546
Org annotations update
...
Changing how the JSON API redacts the annotation, plus
allowing projection of multiple values in the annotations
API.
2023-12-08 10:46:06 -08:00
Jeff Wilcox
2623ea6a53
Updated deps and typings
2023-12-08 10:46:04 -08:00