Skip to content

Commit c016206

Browse files
authored
Merge pull request #27 from conductor-oss/community-docs-cleanup-2
cleanup docs
2 parents 00c0673 + 5c06b37 commit c016206

File tree

69 files changed

+124
-289
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+124
-289
lines changed

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ assignees: ''
77

88
---
99

10-
Please read our [contributor guide](https://github.com/Netflix/conductor/blob/main/CONTRIBUTING.md) before creating an issue.
11-
Also consider discussing your idea on the [discussion forum](https://github.com/Netflix/conductor/discussions) first.
10+
Please read our [contributor guide](https://github.com/conductor-oss/conductor/blob/main/CONTRIBUTING.md) before creating an issue.
11+
Also consider discussing your idea on the [discussion forum](https://github.com/conductor-oss/conductor/discussions) first.
1212

1313
## Describe the Feature Request
1414
_A clear and concise description of what the feature request is._

RELATED.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[Related Projects](docs/docs/resources/related.md)
1+
[Related Projects](docs/resources/related.md)

annotations-processor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[Annotations Processor](docs/docs/reference-docs/annotations-processor.md)
1+
[Annotations Processor](docs/documentation/advanced/annotation-processor.md)

awss3-storage/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2022 Netflix, Inc.
2+
* Copyright 2023 Conductor authors
33
* <p>
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at

build.gradle

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ buildscript {
88
}
99
}
1010
dependencies {
11-
classpath 'com.netflix.nebula:gradle-extra-configurations-plugin:7.0.0'
1211
classpath 'org.springframework.boot:spring-boot-gradle-plugin:3.1.4'
1312
classpath 'com.diffplug.spotless:spotless-plugin-gradle:6.+'
1413
}
@@ -20,11 +19,10 @@ plugins {
2019
id 'application'
2120
id 'jacoco'
2221
id 'nebula.netflixoss' version '10.6.0'
23-
id 'org.sonarqube' version '3.4.0.2513'
2422
}
2523

2624
/*
27-
* Copyright 2021 Netflix, Inc.
25+
* Copyright 2023 Conductor authors
2826
* <p>
2927
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
3028
* the License. You may obtain a copy of the License at
@@ -66,26 +64,6 @@ allprojects {
6664

6765
repositories {
6866
mavenCentral()
69-
70-
// oss-candidate for -rc.* verions:
71-
maven {
72-
url "https://artifactory-oss.prod.netflix.net/artifactory/maven-oss-candidates"
73-
}
74-
75-
/**
76-
* This repository locates artifacts that don't exist in maven central but we had to backup from jcenter
77-
* The exclusiveContent
78-
*/
79-
exclusiveContent {
80-
forRepository {
81-
maven {
82-
url "https://artifactory-oss.prod.netflix.net/artifactory/required-jcenter-modules-backup"
83-
}
84-
}
85-
filter {
86-
includeGroupByRegex "com\\.github\\.vmg.*"
87-
}
88-
}
8967
}
9068

9169
dependencyManagement {
@@ -145,14 +123,6 @@ task server {
145123
dependsOn ':conductor-server:bootRun'
146124
}
147125

148-
sonarqube {
149-
properties {
150-
property "sonar.projectKey", "com.netflix.conductor:conductor"
151-
property "sonar.organization", "netflix"
152-
property "sonar.host.url", "https://sonarcloud.io"
153-
}
154-
}
155-
156126
configure(allprojects - project(':conductor-grpc')) {
157127
apply plugin: 'com.diffplug.spotless'
158128

cassandra-persistence/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Netflix, Inc.
2+
* Copyright 2023 Conductor authors
33
* <p>
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at

common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
}
2727

2828
/*
29-
* Copyright 2021 Netflix, Inc.
29+
* Copyright 2023 Conductor authors
3030
* <p>
3131
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
3232
* the License. You may obtain a copy of the License at

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Netflix, Inc.
2+
* Copyright 2023 Conductor authors
33
* <p>
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at

core/src/main/resources/META-INF/validation.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
3-
Copyright 2020 Netflix, Inc.
3+
Copyright 2023 Conductor authors
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

core/src/main/resources/META-INF/validation/constraints.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2020 Netflix, Inc.
4+
Copyright 2023 Conductor authors
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)