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

Final pre-release changes #47

Merged
merged 19 commits into from
Sep 8, 2023

Conversation

michael-valdron
Copy link
Member

@michael-valdron michael-valdron commented Sep 6, 2023

Please specify the area for this PR

registry operator

What does does this PR do / why we need it:

Provides all remaining required changes for the first pre-release of the devfile registry operator.

Preview Release on OperatorHub

  1. Copy all contents of the bundle CSV
  2. Go to https://operatorhub.io/preview and paste all contents in the box
  3. Click "Preview Operator"

Which issue(s) this PR fixes:

Fixes #?

devfile/api#1211

PR acceptance criteria:

  • Change Log
  • Test Coverage
    • Are your changes sufficiently tested, and are any applicable test cases added or updated to cover your changes?
  • Gosec scans

Documentation

How to test changes / Special notes to the reviewer:

Signed-off-by: Michael Valdron <mvaldron@redhat.com>
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
…sList CR webhook

Signed-off-by: Michael Valdron <mvaldron@redhat.com>
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
…ist CRs

Signed-off-by: Michael Valdron <mvaldron@redhat.com>
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
.github/PULL_REQUEST_TEMPLATE.md Outdated Show resolved Hide resolved
DEVFILE_REGISTRY.md Outdated Show resolved Hide resolved
DEVFILE_REGISTRY.md Outdated Show resolved Hide resolved
michael-valdron and others added 2 commits September 7, 2023 14:28
Co-authored-by: Philippe Martin <phmartin@redhat.com>
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
@codecov
Copy link

codecov bot commented Sep 7, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (fd4aacc) 22.72% compared to head (e0c1f9b) 22.72%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #47   +/-   ##
=======================================
  Coverage   22.72%   22.72%           
=======================================
  Files          23       23           
  Lines        1307     1307           
=======================================
  Hits          297      297           
  Misses        995      995           
  Partials       15       15           
Files Changed Coverage Δ
api/v1alpha1/clusterdevfileregistrieslist_types.go 100.00% <ø> (ø)
api/v1alpha1/devfileregistrieslist_types.go 100.00% <ø> (ø)
api/v1alpha1/devfileregistry_types.go 100.00% <ø> (ø)

☔ View full report in Codecov by Sentry.

📢 Have feedback on the report? Share it here.

@openshift-ci openshift-ci bot added the lgtm label Sep 8, 2023
@openshift-ci
Copy link

openshift-ci bot commented Sep 8, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: feloy, michael-valdron

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@michael-valdron michael-valdron merged commit d8f2e3f into devfile:main Sep 8, 2023
9 checks passed
thepetk pushed a commit to thepetk/devfile-registry-operator that referenced this pull request Aug 20, 2024
* maintainers updated

Signed-off-by: Michael Valdron <mvaldron@redhat.com>

* set version to 0.1.0 maturity beta

Signed-off-by: Michael Valdron <mvaldron@redhat.com>

* csv manifest updated descriptions for CRs

Signed-off-by: Michael Valdron <mvaldron@redhat.com>

* correct invalid namespace test case label for ClusterDevfileRegistriesList CR webhook

Signed-off-by: Michael Valdron <mvaldron@redhat.com>

* CR descriptions updated in source.

Signed-off-by: Michael Valdron <mvaldron@redhat.com>

* bundle and manifest updates generated

Signed-off-by: Michael Valdron <mvaldron@redhat.com>

* devfileregistry CR description updated

Signed-off-by: Michael Valdron <mvaldron@redhat.com>

* update samples of ClusterDevfileRegistriesList and DevfileRegistriesList CRs

Signed-off-by: Michael Valdron <mvaldron@redhat.com>

* Updates to CRDs and CSV

Signed-off-by: Michael Valdron <mvaldron@redhat.com>

* License and CONTRIBUTING.md links added to README

Signed-off-by: Michael Valdron <mvaldron@redhat.com>

* Update description and capabilities

Signed-off-by: Michael Valdron <mvaldron@redhat.com>

* update bundle files

Signed-off-by: Michael Valdron <mvaldron@redhat.com>

* update to new devfile icon

Signed-off-by: Michael Valdron <mvaldron@redhat.com>

* update display name

Signed-off-by: Michael Valdron <mvaldron@redhat.com>

* update devfileregistry sample

Signed-off-by: Michael Valdron <mvaldron@redhat.com>

* fix links for pull requests

Signed-off-by: Michael Valdron <mvaldron@redhat.com>

* update CHANGELOG

Signed-off-by: Michael Valdron <mvaldron@redhat.com>

* documentation review revisions

Co-authored-by: Philippe Martin <phmartin@redhat.com>
Signed-off-by: Michael Valdron <mvaldron@redhat.com>

* fix formatting of devfileregistry_types.go

Signed-off-by: Michael Valdron <mvaldron@redhat.com>

---------

Signed-off-by: Michael Valdron <mvaldron@redhat.com>
Co-authored-by: Philippe Martin <phmartin@redhat.com>
Signed-off-by: thepetk <thepetk@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants