Skip to content

fix: change links after migration to operator framework #1946

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

Merged
merged 1 commit into from
Jun 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ unacceptable behaviour to any of the project admins or adam.sandor@container-sol

## Bugs

If you find a bug, please [open an issue](https://github.com/java-operator-sdk/java-operator-sdk/issues)! Do try
If you find a bug, please [open an issue](https://github.com/operator-framework/java-operator-sdk/issues)! Do try
to include all the details needed to recreate your problem. This is likely to include:

- The version of the Operator SDK being used
Expand All @@ -24,7 +24,7 @@ to include all the details needed to recreate your problem. This is likely to in
## Building Features and Documentation

If you're looking for something to work on, take look at the issue tracker, in particular any items
labelled [good first issue](https://github.com/java-operator-sdk/java-operator-sdk/labels/good%20first%20issue).
labelled [good first issue](https://github.com/operator-framework/java-operator-sdk/labels/good%20first%20issue).
Please leave a comment on the issue to mention that you have started work, in order to avoid
multiple people working on the same issue.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ![java-operator-sdk](docs/assets/images/logo.png)

![Java CI with Maven](https://github.com/java-operator-sdk/java-operator-sdk/actions/workflows/snapshot-releases.yml/badge.svg)
![Java CI with Maven](https://github.com/operator-framework/java-operator-sdk/actions/workflows/snapshot-releases.yml/badge.svg)
[![Slack](https://img.shields.io/badge/Slack-4A154B?style=flat-square&logo=slack&logoColor=white)](https://kubernetes.slack.com/archives/CAW0GV7A5 "get invite here: https://communityinviter.com/apps/kubernetes/community" )
[![Discord](https://img.shields.io/discord/723455000604573736.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.com/channels/723455000604573736)

Expand Down
2 changes: 1 addition & 1 deletion adr/002-Custom-Resource-Deserialization-Problem.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ accepted

In case there are multiple versions of a custom resource it can happen that a controller/informer tracking
such a resource might run into deserialization problem as shown
in [this integration test](https://github.com/java-operator-sdk/java-operator-sdk/blob/07aab1a9914d865364d7236e496ef9ba5b50699e/operator-framework/src/test/java/io/javaoperatorsdk/operator/MultiVersionCRDIT.java#L55-L55)
in [this integration test](https://github.com/operator-framework/java-operator-sdk/blob/07aab1a9914d865364d7236e496ef9ba5b50699e/operator-framework/src/test/java/io/javaoperatorsdk/operator/MultiVersionCRDIT.java#L55-L55)
.
Such case is possible (as seen in the test) if there are no conversion hooks in place, so the two custom resources
which have different version are stored in the original form (not converted) and are not compatible.
Expand Down
2 changes: 1 addition & 1 deletion docs/_data/navbar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
button: default
type: discord
- title: Contribute
url: https://github.com/java-operator-sdk/java-operator-sdk
url: https://github.com/operator-framework/java-operator-sdk
button: default
type: github

8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,25 +122,25 @@ <h3 class="uk-card-title uk-margin-remove-bottom">We are a friendly team of Java
</div>
<div class="uk-card-body">
<p>
Get in touch either on <a href="https://github.com/java-operator-sdk/java-operator-sdk">GitHub</a> or our <a href="https://discord.gg/DacEhAy" alt="discord server">Discord server</a>, we are always
Get in touch either on <a href="https://github.com/operator-framework/java-operator-sdk">GitHub</a> or our <a href="https://discord.gg/DacEhAy" alt="discord server">Discord server</a>, we are always
happy to chat and help
you find the right issue to get started.</br>
Feel free to stop by for questions, comments or just saying <i>"Hi"</i>.
</p>
</p>
<p> We have a <a href="{{baseurl}}/coc">code of conduct</a>
which we strictly enforce, as well as <a
href="https://github.com/java-operator-sdk/java-operator-sdk/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22">issues
href="https://github.com/operator-framework/java-operator-sdk/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22">issues
marked for new joiners</a>.
</p>
<p> We are also supporting <a href="https://hacktoberfest.digitalocean.com/">#HacktoberFest</a> and have several issues marked as <a
href="https://github.com/java-operator-sdk/java-operator-sdk/issues?q=is%3Aissue+is%3Aopen+label%3A%22hacktoberfest%22+"> good
href="https://github.com/operator-framework/java-operator-sdk/issues?q=is%3Aissue+is%3Aopen+label%3A%22hacktoberfest%22+"> good
candidates </a>to pick up during the event.
</div>
<div class="uk-card-footer uk-text-center uk-link-muted">
<button class="uk-button uk-button-primary uk-text-muted uk-button-medium "><a href="https://mvnrepository.com/artifact/io.javaoperatorsdk/java-operator-sdk"><span uk-icon="maven"></span> Maven</a></a></button>

<button class="uk-button uk-button-primary uk-text-muted uk-button-medium "><a href="https://github.com/java-operator-sdk/java-operator-sdk"><span uk-icon="github"></span> GitHub</a></button>
<button class="uk-button uk-button-primary uk-text-muted uk-button-medium "><a href="https://github.com/operator-framework/java-operator-sdk"><span uk-icon="github"></span> GitHub</a></button>

<button class="uk-button uk-button-primary uk-text-muted uk-button-medium"><a href="https://discord.gg/DacEhAy"><span uk-icon="discord"></span> Discord</a></button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ <h3 class="uk-flex uk-flex-middle "><a href="{{release.html_url}}">{{release.tag
</div>
</div>
{%- endfor -%}
<h4>More details and older releases are available on <a href="https://github.com/java-operator-sdk/java-operator-sdk">GitHub</a> </h4>
<h4>More details and older releases are available on <a href="https://github.com/operator-framework/java-operator-sdk">GitHub</a> </h4>
</div>
4 changes: 2 additions & 2 deletions operator-framework-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<name>Operator SDK - Bill of Materials</name>
<packaging>pom</packaging>
<description>Java SDK for implementing Kubernetes operators</description>
<url>https://github.com/java-operator-sdk/java-operator-sdk</url>
<url>https://github.com/operator-framework/java-operator-sdk</url>

<licenses>
<license>
Expand All @@ -31,7 +31,7 @@
<scm>
<connection>scm:git:git://github.com/java-operator-sdk/java-operator-sdk.git</connection>
<developerConnection>scm:git:git@github.com/java-operator-sdk/java-operator-sdk.git</developerConnection>
<url>https://github.com/java-operator-sdk/java-operator-sdk/tree/master</url>
<url>https://github.com/operator-framework/java-operator-sdk/tree/master</url>
</scm>

<dependencyManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ default Set<String> getEffectiveNamespaces() {
*
* See {@link io.javaoperatorsdk.operator.processing.event.source.cache.BoundedItemStore} and
* <a href=
* "https://github.com/java-operator-sdk/java-operator-sdk/blob/d6eda0138dba6d93c0ff22a5ffcaa7663fa65ca2/caffein-bounded-cache-support/src/main/java/io/javaoperatorsdk/operator/processing/event/source/cache/CaffeinBoundedCache.java">
* "https://github.com/operator-framework/java-operator-sdk/blob/d6eda0138dba6d93c0ff22a5ffcaa7663fa65ca2/caffein-bounded-cache-support/src/main/java/io/javaoperatorsdk/operator/processing/event/source/cache/CaffeinBoundedCache.java">
* CaffeinBoundedCache</a>
*
* @return Optional ItemStore implementation. If present this item store will be used inside the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* primary resource will be automatically added to this managed resource.
* </p>
* <p>
* See <a href="https://github.com/java-operator-sdk/java-operator-sdk/issues/1127">this issue</a>
* See <a href="https://github.com/operator-framework/java-operator-sdk/issues/1127">this issue</a>
* for more details.
* </p>
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* garbage collected by Kubernetes when the associated primary resource is destroyed, instead
* explicitly deleted. This is useful when resource needs to be deleted before another one in a
* workflow, in other words an ordering matters during a cleanup. See also:
* <a href="https://github.com/java-operator-sdk/java-operator-sdk/issues/1127">Related issue</a>
* <a href="https://github.com/operator-framework/java-operator-sdk/issues/1127">Related issue</a>
*
* @param <R> the type of the managed dependent resource
* @param <P> the type of the associated primary resource
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* </p>
* <p>
* You can see an example of this in action in the <a href=
* "https://github.com/java-operator-sdk/java-operator-sdk/blob/main/operator-framework/src/test/java/io/javaoperatorsdk/operator/sample/primarytosecondary/JobReconciler.java">Reconciler
* "https://github.com/operator-framework/java-operator-sdk/blob/main/operator-framework/src/test/java/io/javaoperatorsdk/operator/sample/primarytosecondary/JobReconciler.java">Reconciler
* for the PrimaryToSecondaryIT</a> integration tests that handles many-to-many relationship.
* </p>
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ private void assertInformerNotWatchingForAdditionalNamespace(Operator operator)
// this will be investigated separately under the issue below, it's not crucial functional wise,
// it is rather "something working why it should", not other way around; but it's not a
// showstopper
// https://github.com/java-operator-sdk/java-operator-sdk/issues/1835
// https://github.com/operator-framework/java-operator-sdk/issues/1835
@Disabled
@Test
void resilientForLoosingPermissionForCustomResource() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public UpdateControl<StandaloneDependentTestCustomResource> reconcile(
}

if (deployment.get().getSpec().getReplicas() != primary.getSpec().getReplicaCount()) {
// see https://github.com/java-operator-sdk/java-operator-sdk/issues/924
// see https://github.com/operator-framework/java-operator-sdk/issues/924
throw new IllegalStateException("Something went wrong withe the cache mechanism.");
}
return UpdateControl.noUpdate();
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<name>Operator SDK for Java</name>
<description>Java SDK for implementing Kubernetes operators</description>
<packaging>pom</packaging>
<url>https://github.com/java-operator-sdk/java-operator-sdk</url>
<url>https://github.com/operator-framework/java-operator-sdk</url>

<licenses>
<license>
Expand All @@ -31,7 +31,7 @@
<scm>
<connection>scm:git:git://github.com/java-operator-sdk/java-operator-sdk.git</connection>
<developerConnection>scm:git:git@github.com/java-operator-sdk/java-operator-sdk.git</developerConnection>
<url>https://github.com/java-operator-sdk/java-operator-sdk/tree/main</url>
<url>https://github.com/operator-framework/java-operator-sdk/tree/main</url>
</scm>

<properties>
Expand Down