зеркало из
1
0
Форкнуть 0
This commit is contained in:
Nick Schonning 2022-10-10 19:32:54 -04:00
Родитель 7095b4c670
Коммит c1aed594e7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 5DDAAD9C9AAFFD9F
8 изменённых файлов: 9 добавлений и 9 удалений

Просмотреть файл

@ -44,7 +44,7 @@ Hosting, cache and database environment providers:
- `healthCheck`: Kubernetes health check signals
- `postgresPool`: provides access to a Postgres pool (this probably should not be so central and accessible to avoid coupling)
- `sessionRedisClient`: Redis client for use in sessions, if using Redis for session state
- `cacheProvider`: an abstracted cacher - can use Redis or Cosmos DB and/or Azure storage
- `cacheProvider`: an abstracted cache - can use Redis or Cosmos DB and/or Azure storage
- `redis`: **deprecated** a Redis helper connected to the main Redis instance
- `redisClient`: **deprecated** a primary Redis client instance
- `session`: access to session store

Просмотреть файл

@ -128,7 +128,7 @@ export default async function refresh({ providers }: IReposJob): Promise<IReposJ
console.log(
`Update to corporate link: username changed from ${link.corporateUsername} to ${info.userPrincipalName}`
);
link.corporateUsername = info.disuserPrincipalNameplayName;
link.corporateUsername = info.userPrincipalName;
}
if (linkChanges) {
await linkProvider.updateLink(link);

Просмотреть файл

@ -59,7 +59,7 @@ export interface IProviderOptions {
function createDefaultResolvers(libraryOptions: ILibraryOptions) {
// The core environment resolver is used to make sure that the
// right variables are used for KeyVault or other boostrapping
// right variables are used for KeyVault or other bootstrapping
const environmentProvider = libraryOptions.environment || painlessConfigAsCode(libraryOptions?.options);
try {

Просмотреть файл

@ -57,13 +57,13 @@ export default function initMiddleware(app, express, config, dirname, initializa
// }
// };
// const pugRenderfile = pug.renderFile;
// const pugRenderFile = pug.renderFile;
// pug.renderFile = function (renderPath, renderOptions, renderCallback) {
// if (!renderOptions.plugins) {
// renderOptions.plugins = [pugCustomLoadPlugin];
// console.log('--added plugins--');
// }
// return pugRenderfile(renderPath, renderOptions, renderCallback);
// return pugRenderFile(renderPath, renderOptions, renderCallback);
// };
// const pugCompileFile = pug.compileFile;

Просмотреть файл

@ -230,7 +230,7 @@ router.post(
`You need to accept the membership now at: https://github.com/${unconfiguredOrganization.name}`
);
} else {
return res.send('OK. Elevation should be allset.');
return res.send('OK. Elevation should be all set.');
}
} catch (error) {
return next(error);

Просмотреть файл

@ -219,7 +219,7 @@ export function inListInsensitive(list, value) {
// ----------------------------------------------------------------------------
// Given a list of lowercase values, check whether a value is present.
// ----------------------------------------------------------------------------
export function isInListAnycaseInLowercaseList(list, value) {
export function isInListAnyCaseInLowerCaseList(list, value) {
value = value.toLowerCase();
for (let i = 0; i < list.length; i++) {
if (list[i] === value) {

Просмотреть файл

@ -100,7 +100,7 @@ div.navbar.navbar-default(style=reposContext ? 'margin-bottom:0' : undefined)
//- User Account Menu
if user && user.azure
li.dropdown
a.dropbown-toggle(href='#', data-toggle='dropdown', role='button', aria-haspopup='true', aria-expanded='false')
a.dropdown-toggle(href='#', data-toggle='dropdown', role='button', aria-haspopup='true', aria-expanded='false')
if hideGitHubAccount === true
//- skip
if user.azure

Просмотреть файл

@ -66,7 +66,7 @@ block content
| Join your first GitHub organization&nbsp;
i.glyphicon.glyphicon-ok
h5
| Multifactor security checkup&nbsp;
| Multi-factor security checkup&nbsp;
i.glyphicon.glyphicon-ok
h5
| Profile review&nbsp;