Граф коммитов

170 Коммитов

Автор SHA1 Сообщение Дата
Nikola Shekerev d0da289d1e feat: extract selenium log as build artifact 2018-09-20 16:15:33 +03:00
Nikola Shekerev 82cbaf1e75
Merge pull request #82 from telerik/short-request-timeout
test: shorter selenium timeout
2018-09-20 14:01:26 +03:00
Nikola Shekerev 27fe2723db test: shorter selenium timeout 2018-09-20 13:43:05 +03:00
Nikola Shekerev 3df0444e36
Merge pull request #81 from telerik/tweak-parallelism
feat: nightwatch parallel environment reconfigured for our machines in mind
2018-08-22 14:13:12 +03:00
Nikola Shekerev e0d263c3da feat: nightwatch parallel environment reconfigured for our machines in mind 2018-08-22 13:48:26 +03:00
Kiril Peyanski a7a1ee9c2f
Merge pull request #75 from telerik/props-description-short-text
fix: component props description short text modified
2018-08-21 08:46:44 +03:00
Kiril Peyanski 2c70d6cb59 fix: component props description short text modified 2018-08-20 14:22:10 +03:00
Nikola Shekerev 5b7ae158e5
Merge pull request #80 from telerik/silent-nightwatch
fix: dummy fix so we can produce a release from master
2018-08-15 15:39:42 +03:00
Nikola Shekerev 865ffb9acf fix: dummy fix so we can produce a release from master 2018-08-15 15:31:19 +03:00
Nikola Shekerev 2a13e968b0
Merge pull request #79 from telerik/less-verbose-nightwatch
chore: minimize nightwatch logging
2018-08-15 15:07:37 +03:00
Nikola Shekerev 5649352690 chore: minimize nightwatch logging 2018-08-15 14:53:43 +03:00
nstoychev dac2631564 fix: remove "examples" from start task entry point 2018-08-15 13:15:35 +03:00
Nikola Shekerev ced8df3717
Merge pull request #77 from telerik/restore-end-session-on-fail-setting
fix: restore end_session_on_fail setting in nightwatch config
2018-08-03 13:45:52 +03:00
Nikola Shekerev 7021153d88 fix: restore end_session_on_fail setting in nightwatch config 2018-08-03 13:35:35 +03:00
Nikola Shekerev 8b23c816e3
Merge pull request #76 from telerik/remove-end-session-on-fail-setting
fix: remove setting to confirm if it causes mеmory issues on CI
2018-08-02 17:11:18 +03:00
Nikola Shekerev 5bb157e1a0 fix: remove setting to confirm if it causes momory issues on CI 2018-08-02 16:39:24 +03:00
Nikola Shekerev 5a5fc8292d
Merge pull request #74 from telerik/fix-end-session-on-assert-fail
fix: fix unexpected behavior where session is killed on assert fail making logs inaccessible
2018-07-31 14:56:47 +03:00
Nikola Shekerev fe1b598f09 fix: fix unexpected behavior where session is killed on assert fail making logs inaccessible 2018-07-30 17:03:13 +03:00
Tsvetomir Tsonev a503fcaca8
fix: changelog generation 2018-07-26 16:03:50 +03:00
Tsvetomir Tsonev 5ce3ece3dc
fix: changelog generation 2018-07-26 15:33:33 +03:00
Tsvetomir Tsonev b68062ee20
fix: changelog generation 2018-07-26 14:53:07 +03:00
Nikola Shekerev 86071ab3b8 feat: add screenshots on test failure and on test error 2018-07-26 13:26:47 +03:00
Stefan Stefanov 65e6a5ad88 chore: make the entire text a link 2018-07-26 13:26:36 +03:00
Stefan Stefanov 3e15b65b90 chore(api): add link to component props in short text 2018-07-26 13:26:22 +03:00
arizanov 5cf41f699f feat: Remove Karma and Jasmine
Remove Karma and Jasmine in favour of Jest

BREAKING CHANGE: Remove gulp test tasks
2018-06-08 11:42:25 +03:00
dmihaylo a08dc56e38 fix(api): update templates for component API 2018-06-07 11:03:18 +03:00
nstoychev d6adeea1c4 fix: start task entries path 2018-04-25 10:42:34 +03:00
Asen Arizanov 7f6c2e82c7
Merge pull request #64 from telerik/externals
fix(cdn): configuration is incorrect
2018-04-18 09:53:47 +03:00
Dimitar Terziev ad87da888c fix(cdn): configuration is incorrect
Do not create objects with null prototype
2018-04-17 18:54:12 +03:00
Dimitar Terziev 9eec498ea6 fix(cdn): all externals should have similar format
Once we register an external, we need to define all configurations including global scope varibale
name and commonjs format for both CJS module and AMD module systems."
2018-04-17 17:05:11 +03:00
Dimitar Terziev b91cfc89ae fix: mark kendo packages as externals
Mark intl and drawing packages as externals as we need only one copy of the per application level.
2018-04-10 13:56:03 +03:00
Dimitar Terziev 4530ecaea4 fix: mark prop-types as external 2018-04-09 10:03:08 +03:00
nstoychev 4c9ab7b6b9 feat: add parameter for entry point of start task 2018-04-05 11:51:27 +03:00
Asen Arizanov 8e15854572 feat: migrate to webpack4
The following PR introduces a new structure to the gulp tasks. 

Previously react tasks was consuming typescript tasks, which were consuming the common tasks. This structure has proven to be not the most optimal one as we were unable to benefit from the @dev channel of common tasks package. 

The current setup is directly consuming its tasks from both the typescript and common tasks packages. 

The tasks used by the common tasks packages are related to the docs server, while the ones from the typescript tasks are for the API generation. 

All other tasks are hoisted to this package thus giving us more control over their execution and the versioning of the utilities used in them.

BREAKING CHANGE: Migrate to webpack4
2018-04-05 11:31:33 +03:00
Vasil Raev 4c7a37086e
Merge pull request #58 from telerik/api-lifecycle
fix(api): exclude all members from ComponentLifecycle interface
2018-04-03 16:30:08 +03:00
Vasil Raev 6d91984171 fix(api): exclude all members from ComponentLifecycle interface 2018-04-03 15:50:51 +03:00
Dimitar Terziev 60086b4444 feat(api): add support for SFComponents when generating api 2018-04-02 13:33:28 +03:00
Nikolay Stoychev 67aa966739 fix: upgrade chrome driver to 2.36 2018-03-28 16:06:45 +03:00
Kiril Peyanski 5c0805fad3 fix: add support for api options to be passed to typescript-tasks 2018-03-14 17:30:52 +02:00
nstoychev dcc381d523 feat: add generic comment for component props 2018-03-06 18:05:11 +02:00
nstoychev 02a9ee29d8 fix: prepend generic component comment to existing comment 2018-03-06 18:05:11 +02:00
nstoychev fc43221763 fix: react pure component detection for api generation 2018-03-02 12:04:21 +02:00
nstoychev 908c61c39e feat: add react component detection and component modeling for api generation 2018-03-01 14:15:18 +02:00
Dimitar Terziev 863927ebea
chore: override docs tasks (#47) 2017-12-19 15:45:33 +02:00
nstoychev 187cc8e7ce fix(webpack-config): add react-dom/server to cdn externals 2017-12-19 11:16:40 +02:00
Dimitar Terziev 9b0ecd50ee fix(karma): improve output of karma tests
Output only webpack compilation errors. Move to mocha reporter as it provides better output.
2017-12-14 11:45:37 +02:00
Vasil Raev 3fa2125a6b feat: search for nightwatch binary in local and root modules 2017-12-14 11:45:37 +02:00
Dimitar Terziev 35ebf2c6ab fix: pass options for api generation
Povide more relaxing options for the api generation, such as warnings do not turn into errors
2017-12-11 10:03:17 +02:00
Dimitar Terziev 8af6c63eb4 fix(karma): glob pattern to honour nested directories
Add support for test suits with ts extension, courtesy of @asen-arizanov.
2017-12-01 15:35:33 +02:00
Dimitar Terziev f6c6e3aa2e feat: bump typescript-tasks version
The new version brings fixes for typedoc api generation. The tsconfiguration is now targeting es6 instead of es5.
There is no need for (Object as any).assign hacks and so.
2017-11-30 16:12:21 +02:00