Skip to content

Commit 050ee39

Browse files
committed
Extract Kubernetes Assertions from Fabric8 project to maintain git history
+ Upgrade assertj-core version + Upgrade Kubernetes Client to 4.8.0
1 parent 0486939 commit 050ee39

File tree

1,450 files changed

+1133
-109505
lines changed

Some content is hidden

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

1,450 files changed

+1133
-109505
lines changed

components/fabric8-cdi/src/main/resources/META-INF/services/javax.enterprise.inject.spi.Extension renamed to .circleci/config.yml

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#
2-
# Copyright 2005-2016 Red Hat, Inc.
2+
# Copyright 2016 Red Hat, Inc.
33
#
44
# Red Hat licenses this file to you under the Apache License, version
55
# 2.0 (the "License"); you may not use this file except in compliance
66
# with the License. You may obtain a copy of the License at
77
#
8-
# http://www.apache.org/licenses/LICENSE-2.0
8+
# http://www.apache.org/licenses/LICENSE-2.0
99
#
1010
# Unless required by applicable law or agreed to in writing, software
1111
# distributed under the License is distributed on an "AS IS" BASIS,
@@ -14,5 +14,24 @@
1414
# permissions and limitations under the License.
1515
#
1616

17-
io.fabric8.cdi.Fabric8Extension
18-
io.fabric8.cdi.eager.EagerCDIExtension
17+
version: 2
18+
19+
jobs:
20+
build:
21+
working_directory: ~/fabric8io/kubernetes-assertions
22+
machine: true
23+
steps:
24+
- checkout
25+
- run:
26+
command: |
27+
mvn clean install
28+
- save_cache:
29+
key: f8-{{ checksum "pom.xml" }}
30+
paths:
31+
- ~/.m2
32+
33+
workflows:
34+
version: 2
35+
all:
36+
jobs:
37+
- build

Changes.md

Lines changed: 0 additions & 319 deletions
This file was deleted.

Contributing.md

Lines changed: 0 additions & 95 deletions
This file was deleted.

Jenkinsfile

Lines changed: 0 additions & 23 deletions
This file was deleted.

components/kubernetes-assertions/ReadMe.md renamed to ReadMe.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## Kubernetes Assertions
22

3+
[![CircleCI](https://circleci.com/gh/fabric8io/kubernetes-assertions.svg?style=svg)](https://circleci.com/gh/fabric8io/kubernetes-assertions)
34
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.fabric8/kubernetes-assertions/badge.svg?style=flat-square)](https://maven-badges.herokuapp.com/maven-central/io.fabric8/kubernetes-assertions/)
45
[![Javadocs](http://www.javadoc.io/badge/io.fabric8/kubernetes-assertions.svg?color=blue)](http://www.javadoc.io/doc/io.fabric8/kubernetes-assertions)
56

bin/ReadMe.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

bin/check_fabric8_v2.sh

Lines changed: 0 additions & 69 deletions
This file was deleted.

bin/console-buildDeployConfig.json

Lines changed: 0 additions & 128 deletions
This file was deleted.

bin/docker-pull-demos.sh

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)