This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hivehome.com | |
*.hivehome.com | |
bgchprod.info | |
*.bgchprod.info | |
bgchlivehome.co.uk | |
api.bgchlivehome.co.uk | |
beekeeper.hivehome.com | |
api.prod.bgchprod.info | |
api-prod.bgchprod.info | |
alerts.prod.bgchprod.info |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"regions": [ | |
{ | |
"iso": "ABD", | |
"name": "Aberdeenshire", | |
"aliases": [ | |
"Aberdeen" | |
], | |
"tb": 0, | |
"country": "SCT", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import type { NotificationTemplate } from '@hectare/platform.modules.system.core' | |
export const AccountTemplates: Record<string, NotificationTemplate> = { | |
UnlockModuleRequest: { | |
id: 'UnlockModuleRequest', | |
targets: { | |
test: ['email', 'slack'], | |
live: ['email', 'slack'] | |
}, | |
template: null, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* eslint-disable max-len */ | |
import type { NotificationTemplate } from '@hectare/platform.modules.system.core' | |
export const TradingTemplates: Record<string, NotificationTemplate> = { | |
TradingBidAccepted: { | |
id: 'TradingBidAccepted', | |
targets: { | |
test: ['email', 'phone'], | |
live: ['email', 'phone'] | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"countryISO": "GB", | |
"type": "crop", | |
"specifications": [ | |
{ | |
"id": 1, | |
"name": "Kg/HL", | |
"unit": "%" | |
}, | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"errors": 0, | |
"validation": 100, | |
"success": 341, | |
"results": [ | |
{ | |
"rows": "1", | |
"status": "success", | |
"message": null, | |
"summary": "A P Innes Ltd", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* this env extends the Bit official NodeJS environment. | |
* learn more: https://bit.cloud/bitdev/node/node-env | |
*/ | |
import { NodeEnv } from '@bitdev/node.node-env' | |
import type { Compiler } from '@teambit/compiler' | |
import type { EnvHandler } from '@teambit/envs' | |
import { Pipeline } from '@teambit/builder' | |
import { TypescriptCompiler, resolveTypes, TypescriptTask } from '@teambit/typescript.typescript-compiler' | |
import { ESLintLinter, EslintTask } from '@teambit/defender.eslint-linter' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2023-04-24 14:22:09.244 +0100] [32mINFO[39m (29112): [36m*** Loading Bit *** argv: | |
/Users/nchampion/.bvm/nodejs/16.16.0/bin/node | |
/Users/nchampion/.bvm/versions/0.1.11/bit-0.1.11/node_modules/@teambit/bit/bin/bit | |
schema | |
modules/trading/api[39m | |
[2023-04-24 14:22:09.611 +0100] [34mDEBUG[39m (29112): [36mscope.load, found scope at /Users/nchampion/Dev/Repositories/Hectare/platform/.git/bit from cache[39m | |
[2023-04-24 14:22:09.821 +0100] [32mINFO[39m (29112): [36m[1mteambit.workspace/workspace[22m, [214] loadAspects, loading 0 aspects. | |
ids: | |
needed-for: workspace.cli.registerOnStart. using opts: { | |
"useScopeAspectsCapsule": false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* eslint-disable @typescript-eslint/no-explicit-any */ | |
import { EnvsMain, EnvsAspect } from '@teambit/envs' | |
import { NodeAspect, NodeMain } from '@teambit/node' | |
import { TsConfigTransformer, TypescriptConfigMutator } from '@teambit/typescript' | |
export class HectareEnvironmentConfiguration { | |
//constructor(private readonly node: NodeMain) {} | |
static dependencies: any = [EnvsAspect, NodeAspect] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"items": [ | |
{ | |
"name": "Wheat", | |
"types": [ | |
{ | |
"id": 9, | |
"name": "Winter Wheat" | |
}, |
NewerOlder