Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Conversation

@cwhitten
Copy link
Member

No description provided.

liweitian and others added 30 commits September 23, 2019 14:38
* update dialog trigger json parse

* fetch event types from schemas

* get constant from appschema

* fix conflict

* fix conflict

* fix test case

* fix test case

* fix test case

* handle comments
* refactor the project tree and add filter dialog

* revert some change base on master

* revert design page

* fix e2e test

* fix some comments

* update the searchbox ui
* update DialogInfo types and fix demo app

* update designer form

* seed new dialog action with designer properties

* update look and feel of property editor, pt 1

* use correct peer version of react-dom

* fix lint errors

* seed dialog data with $type

* fix react error

* use default button for object array

* add custom label and description to widgets

* add new ui:hidden concept to ui schema

* finish applying new look and feel to form

* fix panel height on safari

* update fabric

* fix some fabric upgrade misses

* port style changes to css files

* update spec to look for input instead of text

* fix merge conflict

* update signature of seachbox.onChange

* bump fabric to latest and fix nav styles

* remove dead code
* working draft of file picker in new bot flow

* draft open bot from any location

* add bot and folder icons
open bot on select
only allow bot projects to be opened
only show folders when choosing a destination folder

* yarn lock file

* remove unnecessary ui components

* fix column widths

* refactor

* set and display the default path

* hide location/browse button when creating a dialog inside a bot

* clean up code

* fix integration tests

* bring back breadcrumbs

* implement updated design

* update posix/unix path stuff

* update file path handling

* update file path handling

* ensure new dialog modal is not horizontal

* Add dotnet commends in to start command

* Update documentation

* Extract to startall command

* Fix lint

* Change .NET prereq to 2.2.109
* add clipboard data into shared state

* copy paste ring

* forbid pasting to events level

* fix KeyboardZone state bug

* add Mac short cuts

* remove keyboard shortcuts (not included in ignite)

* saveDate rate control

* sync VisualEditor & Shell state via window

* support selection deletion

* consume deleteSelection in shell

* fix test case

* support insertion to non-exisiting path

* revert to debounce in ShellAPI to avoid first-time update error

Previously, the useDebounceFunc was changed to useThrottleFunc to make
sure first-time change be updated in time. However, this change breaks
the integraton test where first-time API call will trigger the
ErrorBoundary under the IT env. Revert it partially to fix the CI failure.

* fix a typo: debounce -> debounced

* implement FrameAPI to lazy visit frame window, fix selction state

* make trigger unselectable

* use ObiTypes instead of string

* use global config to control keyboard features

* bind copy paste shortcuts & enable it in demo mode

* optimize keyboard command switcher

* merge from #923

* use apiClient mechanism on VisualEditorAPI

* toolbar always enabled (temporary fix)

* Revert "toolbar always enabled (temporary fix)"

This reverts commit cfe7aff.

* sync selection and focusedId

* Fix Breadcrub CI

* increase wait time in Breadcrub test

* update Breadcrumb CI test

* Fix ToDoBot spec

* fix CreateNewBot spec

* use before hook instead of beforeEach hook

* make cypress `openBot` more stable

* fix cursor move CI test

* increase Breadcrumb CI wait time to make it more stable

* cheat Cypress to not call iframe APIs to make CI more stable

* fix Breadcrumb, RemoveDialog CI

* make LuisDeploy spec more stable

* Fix CI test VisualDesigner

* fix CI CreateNewBot

* revert unnecessary changes

* fix CreateNewBot spec

* fix LuisDeploy spec

* revert to AddToDo in CursorMove spec

* use cy.wait to fix fragile CreateNewBot spec

* fix CI test of CreateNewBot

* increase wait time in LUISDeploy

* fix LuisDeplot spec

* delete test

* (zeye) optimize selection effect

* revert some cypress 'before' to 'beforeEach' to avoid unnecessaary changes
* Hide Home page in abs-h

* Change to filter
* add link to docs to main readme

* Update README.md
* try continueOnError config for e2e tests

* publish cypress artificats if previous step succeeds with issues
* add component governance build step

* create new job for security
its only necessary when doing development on obiformeditor package
* update left nav(final)

* make the trigger unclickable

* fix lint and e2e test
* add docs for using the oauth action

* add link
add preview + update links
…1044)

* fix issue 896

* refine the setting editor with controlled codemirror

* fix comments

* fix naming problem

* polish

* fix publish default values missing
yeze322 and others added 24 commits October 22, 2019 13:31
* remove redundant export in ProjectTree/index

* add class name to ProjectTree
* show hostname as content of 'QnAMakerDialog'

* enable adding QnA from edge menu
* fix a flicker bug

* fix an undefined variable bug
memoizing the component has the effect that changes in props will not
trigger a re-render, breaking react paradigms. this led to an issue
where the onChange handler was a closure, but not getting updated
values when the closure changed.
* move shared typings into shared package

* use smaller lodash packages

* fix lint errors

* prefix react key with botName

fixes #1161

* hide most actions tables in form

* update switch condition branch UI/UX

* use custom key to force react to rerender list items
* find all lg templates

* only match generated lg temapte name

* match unrecognizedPrompt

* more fields

* async multi remove

* more match fields

* tag a todo
* per slot dialog settings with optional obfucate

* switch to choice group instead of dropdown

* use createPortal to project show-keys toggle

* fix integration test for breadcrumb

* use formatMessage for textual content

* change text content

* hide settings by default

* fix typo

* fix lint and test:coverage

* fix test:coerage

* fix build

* udpate copy text

* Update Composer/packages/client/src/utils/objUtil.ts

Co-Authored-By: Andy Brown <[email protected]>

*  fix hosted routes

* fix open bot emulator

* refactor cross frame state data

* fix setDialogSettingsSlot

* fix args order'

* add save button to hosted settings edit UI

* clean up obfuscate

* remove code-mirror

* convert to css-in-js

* add hosted to ShellData type

* fix lint issue

* add emotion babel plugin for test

* require jsx pragma
* add label content for traceActivity

* ui bugfix
* default allowInterruptions to false

* hide EditActions action

* only limit node memory on CI
* add start command to visual-designer

* remove file & code about nwb
* change ui label

* use formatMessage
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.