chore: remove deprecated files including deployment scripts, localization, and CI configurations
This commit is contained in:
parent
4d850362d2
commit
c6ddaa8ec9
8 changed files with 0 additions and 27156 deletions
|
@ -1,2 +0,0 @@
|
||||||
[config]
|
|
||||||
command = bash ./deploy.sh
|
|
33
.travis.yml
33
.travis.yml
|
@ -1,33 +0,0 @@
|
||||||
dist: focal
|
|
||||||
language: node_js
|
|
||||||
node_js:
|
|
||||||
- 19.7.0
|
|
||||||
|
|
||||||
|
|
||||||
notifications:
|
|
||||||
email: false
|
|
||||||
|
|
||||||
before_script:
|
|
||||||
- npm run build
|
|
||||||
|
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- main
|
|
||||||
- /^greenkeeper/.*$/
|
|
||||||
except:
|
|
||||||
- /^v\d+\.\d+\.\d+$/
|
|
||||||
|
|
||||||
after_success:
|
|
||||||
- npm install -g travis-deploy-once
|
|
||||||
- npm run travis-deploy-once "npm run semantic-release"
|
|
||||||
- npm pack
|
|
||||||
|
|
||||||
deploy:
|
|
||||||
|
|
||||||
- provider: pages
|
|
||||||
skip_cleanup: true
|
|
||||||
local_dir: docs/reference
|
|
||||||
github_token: $GITHUB_TOKEN
|
|
||||||
on:
|
|
||||||
tags: false
|
|
||||||
branch: main
|
|
|
@ -1,8 +0,0 @@
|
||||||
# General Bots Features
|
|
||||||
|
|
||||||
| Feature | BF | GB |
|
|
||||||
|----------------------------------------------------------------------------|----|----|
|
|
||||||
| Use of conversational administration to manage bot packages (Talk to admin)| - | X |
|
|
||||||
| F5 to run on VSCode | - | X |
|
|
||||||
| Isolated code on packages | - | X |
|
|
||||||
| Breaking changes protected | - | X |
|
|
|
@ -1,7 +0,0 @@
|
||||||
|
|
||||||
# Localization in General Bots
|
|
||||||
|
|
||||||
## .gbapp
|
|
||||||
|
|
||||||
The localization is done by adding a strings.ts file to the root of the .gbapp package.
|
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
# Roadmap
|
|
||||||
|
|
||||||
| Title | Priority | Release | Status |
|
|
||||||
|-------------------------------|------------------------------------------------------------------------------------------------------------|---------|--------|
|
|
||||||
| Isolation of .gbapp per .gbot | Today .gbapp loaded is shared across all bot instances and must be associated to one or more individually. | Medium | 2019Q4 |
|
|
||||||
| Python based .gbapps | Write conversational login in Python | Low | - |
|
|
|
@ -1,7 +0,0 @@
|
||||||
# General Bots Server Samples
|
|
||||||
|
|
||||||
| Sample | Description |
|
|
||||||
|--------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
||||||
| [IntranetBotQuickStart-gbai](https://github.com/pragmatismo-io/IntranetBotQuickStart.gbai) | Free modules from General Bots Intranet based bot. |
|
|
||||||
| [AzureADPasswordReset-gbapp](https://github.com/pragmatismo-io/AzureADPasswordReset.gbapp) | Custom General Bot App (gbapp) for resetting an user password in Azure Active Directory, Office 365, Dynamics 365 or any app published through Azure AD. |
|
|
||||||
| [ProjectOnline.gbkb](https://github.com/pragmatismo-io/ProjectOnline.gbkb) | The .gbkb file demonstring a Knowledge Base for pragmatismo.com.br KBot for Microsoft Project. |
|
|
|
@ -1,10 +0,0 @@
|
||||||
{
|
|
||||||
"groups": {
|
|
||||||
"default": {
|
|
||||||
"packages": [
|
|
||||||
"package.json",
|
|
||||||
"packages/default.gbui/package.json"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
27083
pnpm-lock.yaml
generated
27083
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue