Skip to content
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

[CYB-193][UI] Landing page for pipelines. #81

Merged
merged 22 commits into from
Nov 4, 2024
Merged

[CYB-193][UI] Landing page for pipelines. #81

merged 22 commits into from
Nov 4, 2024

Conversation

vpavlenko-cv
Copy link
Collaborator

No description provided.

vpavlenko-cv and others added 16 commits April 19, 2024 13:58
# Conflicts:
#	.github/workflows/build_and_test.yml
#	flink-cyber/cyber-services/cyber-worker-service/pom.xml
#	flink-cyber/metron-parser-chain/parser-chains-config-service/src/main/java/com/cloudera/parserchains/queryservice/controller/ChainController.java
#	flink-cyber/metron-parser-chain/parser-chains-config-service/src/main/java/com/cloudera/parserchains/queryservice/controller/ClusterController.java
#	flink-cyber/metron-parser-chain/parser-chains-config-service/src/main/java/com/cloudera/parserchains/queryservice/controller/JobController.java
#	flink-cyber/metron-parser-chain/parser-chains-config-service/src/main/java/com/cloudera/parserchains/queryservice/controller/PipelineController.java
* initial commit with new pages.
* refactor old page for chains list.
* Fix ui issue with popup windows.
@vpavlenko-cv vpavlenko-cv added checked on a cluster The code has been tested on a cluster. ready to review PR is ready to review labels Oct 10, 2024
@@ -37,6 +44,7 @@
@Slf4j
@EnableKafka
@Configuration
@Profile("kafka")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without this profile the entire application doesn't work

Comment on lines 21 to 30
// return values.pipe(
// map(items => {
// if (column) {
// const b = items.some(el => el[column] === uniqVal);
// return b ? {uniqueValue: true} : null;
// }
// return items.some(uniqVal) ? {uniqueValue: true}: null;
// }),
// first()
// );
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this might be worth removing

Comment on lines 31 to 35
// it('should have buttons as per @Input', () => {
// component.buttons = [ {label: "Test1", value: "Value1"}, {label: "Test2", value: "Value2"} ];
// expect(component.buttons.length).toBe(2);
// expect(component.buttons.map(button => button.label)).toEqual(['Test1', 'Test2']);
// });
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

once again, commented code is better to keep off-codebase

@vpavlenko-cv vpavlenko-cv merged commit 71cf8d1 into develop Nov 4, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
checked on a cluster The code has been tested on a cluster. ready to review PR is ready to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants