Commit Graph

394 Commits

Author SHA1 Message Date
renovate[bot]
ad0679b89a
chore(deps): update dependency @types/express to v4.17.9 (#195)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-05 15:52:16 +03:00
renovate[bot]
f317957223
chore(deps): update dependency @nestjs/schematics to v7.2.6 (#194)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-05 15:51:59 +03:00
renovate[bot]
9c53352b21
chore(deps): update typescript-eslint monorepo to v4.12.0 (#193)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-05 15:51:41 +03:00
renovate[bot]
879148107a
chore(deps): update dependency typedoc to v0.20.12 (#191)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-05 15:51:29 +03:00
Alexander Bukhalo
6533b4e71c
Merge pull request #192 from Morb0/refactor/v2
Refactor & Fix v2
2021-01-05 15:46:21 +03:00
Morb0
e3f8b8b43a chore(gitignore): remove locks from ignore 2021-01-05 15:43:46 +03:00
Morb0
f8872663d8 fix(sample): use new options 2021-01-05 13:37:00 +03:00
Morb0
751b15b4b2 fix(): use bot token in di 2021-01-05 13:36:12 +03:00
Morb0
5fe60dc5b2 fix(): change botName to name 2021-01-05 12:42:41 +03:00
Morb0
6b89126b43 fix(sample): add all project files 2021-01-03 17:32:58 +03:00
Morb0
6f44b52fb5 fix(build): remove sample from tsconfig 2021-01-03 16:52:11 +03:00
Morb0
f4ab8125a0 chore(sample): transform app to complete app dir 2021-01-03 16:40:08 +03:00
Morb0
6ab86f9fad chore(package.json): remove sample app start 2021-01-03 16:39:13 +03:00
Morb0
4420e01d8a fix(sample): use update decorator for greeter 2021-01-03 16:21:25 +03:00
Morb0
8fcec73afd fix(explorer): get bot on module init 2021-01-03 16:20:50 +03:00
Morb0
f13eebe685 fix(): missing decorators & refactor 2021-01-03 16:11:17 +03:00
Morb0
90cb548551 fix(): add build tsconfig & add main/types 2021-01-03 15:52:50 +03:00
Morb0
e75415340b fix(sample-app): make possible to run app 2021-01-03 15:35:18 +03:00
Morb0
334304a823 feat(sample-app): use include feature 2021-01-03 14:26:32 +03:00
Morb0
82a9c259f6 feat(sample-app): add multi bot instace 2021-01-03 13:50:04 +03:00
Morb0
46249cf7ba chore(): remove pre-commit warning 2021-01-03 13:34:15 +03:00
Morb0
1b826a1b28 fix(sample-app): add ts check to sample dir 2021-01-03 13:27:28 +03:00
Morb0
5ada9353e9 refactor(): bot token using 2021-01-03 13:24:07 +03:00
Morb0
d48123ea38 refactor(): extract bot instace factory 2021-01-03 13:04:53 +03:00
Morbo
34070fcf68
Merge pull request #1 from bukhalo/master
Pull master
2021-01-03 12:10:20 +03:00
renovate[bot]
8efc3af210
chore(deps): pin dependencies (#188)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-02 22:01:40 +03:00
Alexander Bukhalo
761c35a7cc
Merge pull request #189 from bukhalo/feature/typedoc
feat: add typedoc generation
2021-01-02 22:00:14 +03:00
Alexander Bukhalo
4f54af07a9 chore(deps): new typedoc version and configuration 2021-01-02 21:59:41 +03:00
Alexander Bukhalo
7d49cf2663 Merge branch 'master' of github.com:bukhalo/nestjs-telegraf into feature/typedoc
 Conflicts:
	package-lock.json
	package.json
2021-01-02 21:49:15 +03:00
Alexander Bukhalo
fd83510aef
Merge pull request #109 from bukhalo/feature/v2
chore(release): v2.0.0-alpha.1
2021-01-02 21:43:51 +03:00
Alexander Bukhalo
354fa40746
Merge pull request #186 from bukhalo/feature/multiple-instances
feat(): multiple instances support
2021-01-02 21:41:15 +03:00
Alexander Bukhalo
832ddaf15c fix(): working after merge 2021-01-02 21:40:13 +03:00
Alexander Bukhalo
b808fb646a Merge branch 'feature/v2' of github.com:bukhalo/nestjs-telegraf into feature/multiple-instances
 Conflicts:
	lib/decorators/inject-bot.decorator.ts
	lib/index.ts
	lib/interfaces/context.interface.ts
	lib/interfaces/index.ts
	lib/interfaces/telegraf-options.interface.ts
	lib/services/metadata-accessor.service.ts
	lib/services/updates-explorer.service.ts
	lib/telegraf-core.module.ts
	lib/telegraf.constants.ts
	package-lock.json
2021-01-02 16:46:01 +03:00
Alexander Bukhalo
63fe457b58 fix(): module work restored 2021-01-02 16:37:59 +03:00
Alexander Bukhalo
2df4ddfee4 fix(): revert back typescript configuration 2021-01-02 16:34:27 +03:00
Alexander Bukhalo
147e0c997b chore(deps): update lockfile on v2 2021-01-02 16:19:26 +03:00
Alexander Bukhalo
9f4e64baac Merge branch 'master' of github.com:bukhalo/nestjs-telegraf into feature/v2
 Conflicts:
	package-lock.json
	package.json
2021-01-02 16:15:58 +03:00
Alexander Bukhalo
85bb916709
Merge pull request #183 from Morb0/feature/v2 2021-01-02 16:06:07 +03:00
Morb0
f88e34d489 fix(boot): update config interface 2021-01-02 15:47:17 +03:00
Arthur
13fe9b03c6 chore(): add lock files to gitignore 2021-01-02 15:23:59 +03:00
Arthur
f56526b9f3 feat(): use last telegraf release 2021-01-02 15:23:30 +03:00
renovate[bot]
7c8bb7b7e9
chore(deps): update dependency eslint to v7.17.0 (#187)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-02 13:49:15 +03:00
Alexander Bukhalo
a6ddfb7d02 docs(): update docs 2021-01-02 03:10:25 +03:00
Alexander Bukhalo
03b17a0cdb feat(): disabling global catch support 2021-01-02 02:00:10 +03:00
Alexander Bukhalo
3d7ecbd7f2 chore(): cleanup debug code 2021-01-02 01:32:49 +03:00
Alexander Bukhalo
841ba6e6a0 chore(deps): add missing dependencies 2021-01-02 01:30:28 +03:00
Alexander Bukhalo
ccb2db0106 feat(): multiple instances support 2021-01-02 01:27:01 +03:00
Alexander Bukhalo
b1a6e50f8f docs(): add standalone applications page, refactoring webhooks page 2020-12-30 23:19:54 +03:00
Alexander Bukhalo
4e637cbce6 docs(deps): update docusaurus on latest version 2020-12-30 21:49:43 +03:00
Alexander Bukhalo
5952613d91 docs(deps): update lockfile on v2 2020-12-30 21:42:01 +03:00