-
Notifications
You must be signed in to change notification settings - Fork 3
Feature/create dataset modal exec #150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
0b9add9
to
c7f9f43
Compare
fc3d77c
to
728b625
Compare
9fa1c37
to
58ad3a6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your formatter remove space in each import. Could you fix it please ?
I click edit without changing anything, but it says custom dataset. Do you think it's correct ?
Don't you think it's clear that when we save, we do not override current dataset values ? SHould we add another checkbox to override updated dataset ?
I cannot save a dataset anymore
And i cannot edit dataset, i am always redirect on this url :
https://localhost:4200/#/dataset/undefined/edition
.../main/java/com/chutneytesting/server/core/domain/execution/ScenarioExecutionEngineAsync.java
Outdated
Show resolved
Hide resolved
...erver-core/src/main/java/com/chutneytesting/server/core/domain/scenario/ExternalDataset.java
Outdated
Show resolved
Hide resolved
chutney/server/src/main/java/com/chutneytesting/dataset/api/DataSetMapper.java
Outdated
Show resolved
Hide resolved
...ney/server/src/main/java/com/chutneytesting/execution/api/CampaignExecutionUiController.java
Outdated
Show resolved
Hide resolved
...rver/src/main/java/com/chutneytesting/execution/domain/campaign/CampaignExecutionEngine.java
Outdated
Show resolved
Hide resolved
...er/src/main/java/com/chutneytesting/execution/infra/storage/jpa/ScenarioExecutionEntity.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
chutney/ui/src/app/shared/components/dataset/forms-data-grid/forms-data-grid.component.html
Outdated
Show resolved
Hide resolved
chutney/ui/src/app/modules/scenarios/services/scenario-execution.service.spec.ts
Outdated
Show resolved
Hide resolved
...e/src/main/java/com/chutneytesting/server/core/domain/scenario/campaign/TestCaseDataset.java
Show resolved
Hide resolved
...e/src/main/java/com/chutneytesting/server/core/domain/scenario/campaign/TestCaseDataset.java
Show resolved
Hide resolved
...src/main/java/com/chutneytesting/server/core/domain/dataset/ExternalDatasetEntityMapper.java
Outdated
Show resolved
Hide resolved
...ney/server/src/main/java/com/chutneytesting/execution/api/CampaignExecutionUiController.java
Outdated
Show resolved
Hide resolved
...ney/server/src/main/java/com/chutneytesting/execution/api/CampaignExecutionUiController.java
Outdated
Show resolved
Hide resolved
...rver/src/main/java/com/chutneytesting/execution/domain/campaign/CampaignExecutionEngine.java
Show resolved
Hide resolved
.../src/test/java/com/chutneytesting/execution/domain/campaign/CampaignExecutionEngineTest.java
Outdated
Show resolved
Hide resolved
chutney/server/src/test/java/com/chutneytesting/tools/ExternalDatasetEntityMapperTest.java
Outdated
Show resolved
Hide resolved
Use constants and datable from report instead of store them in database |
e8f884f
to
30891ab
Compare
do not enable execute button while loading environment because if we are too fast we can click before the component is fully loaded and it leads to an error. |
chutney/server/src/main/resources/changelog/db.changelog-master.xml
Outdated
Show resolved
Hide resolved
…aset information for scenario execution
…on required field, Fix request object in scenario exec ws
… while saving dataset in modal, fix bug dataset info in report
41928b8
to
c85e7df
Compare
When i click on a dataset filter value, it unchecks itself automagically !! So can't select a dataset filter at all. |
…ser did not modify the dataset in exec modal
...src/main/java/com/chutneytesting/server/core/domain/scenario/campaign/CampaignExecution.java
Outdated
Show resolved
Hide resolved
...src/main/java/com/chutneytesting/server/core/domain/scenario/campaign/CampaignExecution.java
Outdated
Show resolved
Hide resolved
...ney/server/src/main/java/com/chutneytesting/execution/api/CampaignExecutionUiController.java
Outdated
Show resolved
Hide resolved
...y/server/src/main/java/com/chutneytesting/execution/infra/execution/DatasetEntityMapper.java
Show resolved
Hide resolved
.../main/java/com/chutneytesting/execution/infra/storage/jpa/ScenarioExecutionReportEntity.java
Show resolved
Hide resolved
8179574
to
fe05762
Compare
WARNING Merge after #141