Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/kubesphere/ks-devops

This is a cloud-native application that focuses on the DevOps area.
https://github.com/kubesphere/ks-devops

Add ClusterTemplate API support (#462)

* Refine pipeline template document

Signed-off-by: johnniang <[email protected]>

* Add Cl...

e08b477fc8fffab600801a82a3adbf279ff565a0 authored almost 3 years ago
Re-orgnize the controllers package (#459)

* Re-orgnize the controllers package

Signed-off-by: rick <[email protected]...

0c15a48ed0ad2ab3bebd60422b1045fdcc42f6e9 authored almost 3 years ago
feat: add license-eye to check license header. (#458)

* feat: add license-eye to check license header.

Signed-off-by: mango <[email protected]>...

c6d6f2a3b4abad901727ca468175cb4a3441de58 authored almost 3 years ago
Support to install addon with CRD (#451)

* Support to install addon with CRD

* Rename go import name

d864650606c8e6c781e1a96b1219fbf07b063a97 authored almost 3 years ago
Provide a design about Pipeline Template (#453)

* Add Pipeline Template Design

* Scaffold structure of Template API

Signed-off-by: johnnia...

e9a0b1ce249585c64ef5dd5fee36c887f16ba890 authored almost 3 years ago
Add two issue templates, bug report and feature request (#456)

b188dbe48e582cb23d78bcb3170d408aeb81659d authored almost 3 years ago
Merge pull request #455 from ciiiii/fix-jclient

Fix error handle jclient.NewJenkinsClient()

a83a986b96543926f8f9be9835c1d5ab028d72c2 authored almost 3 years ago
Fix error handle jclient.NewJenkinsClient()

73b9020f0fa6e396e23c15db2c43cdcb30c6bd81 authored almost 3 years ago
Support to verify SCM token directly instead of call Jenkins API (#439)

* Support to verify SCM token directly instead of call Jenkins API

* Remove duplicated code lines

6cb96cf0debdc4fc2fcc8af60ab324e5bf6c2102 authored about 3 years ago
Delete PipelineRun not found in Jenkins (#428)

* Delete PipelineRun not found in Jenkins

Signed-off-by: John Niang <[email protected]>

*...

ba043e3de32636873ca448626cd2e730c539bc79 authored about 3 years ago
fix: Using defer in loops and end of loop call fileData.Close() can lead to resource leaks (#441)

* fix: Using defer in loops and end of loop call fileData.Close() can lead to resource leaks

...

8b68912d1646581de138da7a27fefdfb9a13b20e authored about 3 years ago
Fix the API for getting devops project (#435)

* Fix the API for getting devops project

098e5871155fd88b4e337f38b23f9db6131c4d4b authored about 3 years ago
Add Swagger service support (#438)

* Add Swagger service support

* Update Makefile

* Update Dockerfile

56aeda5423c825a41027792503d0cdee2bfe4ceb authored about 3 years ago
Using the new Jenkins client library (#437)

* Refactor: use JSON-based payload to create Jenkins pipeline (#110)

* Refactor createProjectPi...

a6dfa0274371ac8829fe63f995748416b053c711 authored about 3 years ago
Add test cases for the api package (#436)

83760ce69f9595112b1fffc4625a39f9ebc3f9ea authored about 3 years ago
Update webhooks to git repositories when they have changes (#432)

* Update webhooks to git repositories when they have changes

* Update the RBAC config file of t...

5b76730027c2f53877267592768d7d25879979ed authored about 3 years ago
Add unit tests for the APIs (#434)

d2f50497bcfb8ee7faf1f2874894857545538d5d authored about 3 years ago
Avoid returning secret value of the DevOps credential by creating credential mask (#326)

* Add secret masks

Signed-off-by: John Niang <[email protected]>

* Mask return credential...

e25a7ebfe5cc8734115615a565f5390b81d05a8a authored about 3 years ago
Add an override flag to the tool cmd jwt (#426)

d3b19c56b6175c95293fb6c93ace8f053cb62046 authored about 3 years ago
Fix the multi-branch PipelineRun cannot be deleted (#423)

c8724da90d775995e821c8ae7b82c45eaef7b90f authored about 3 years ago
Add webhook and gitrepository support (#420)

a86fd63c3dae5bf3f88f6d2ca9145f320d411baa authored about 3 years ago
Merge pull request #418 from JohnNiang/chore/exclude-label-release-notes-none

Exclude label release-notes-none for release-drafter

9d965f5fce1518893a340fed2141fc5e4ea9a4c7 authored about 3 years ago
Exclude labels release-notes-none and release-note-none for release-drafter

Signed-off-by: John Niang <[email protected]>

085fa7778ceb67e3b9a130c6bdb519b4d3fb5fec authored about 3 years ago
Merge pull request #411 from JohnNiang/bug/invalid-docker-meta

Correct semver pattern config for docker meta action

9d3d5a6f4f37bba2087c5b8f6d9e1d7416b5c0bc authored about 3 years ago
Correct semver pattern config for docker meta action

Signed-off-by: John Niang <[email protected]>

4385fa820cd00dfa6e61cd5fb7d12b023c599ce6 authored about 3 years ago
Merge pull request #410 from LinuxSuRen/pr-template

Add a PR template

8ba5235facdea4bd949ac2a0bab6b78e1635ef2b authored about 3 years ago
Add a PR template

ad28a13b9d53a2a51cbf27b9d713da98679a791b authored about 3 years ago
Merge pull request #408 from JohnNiang/bug/approve-pipeline-created-by-others

Fix the problem that could not proceed or break the pipeline created by others

3d202827fb4f74d60a9a7277cc60af1ea9a093c0 authored about 3 years ago
Refactor approvableCheck logic

approvableCheck requires the users who have PipelineRun management permission to
approve a step. ...

441fd1c208c8789cfb290b8a2c896a4a2d5cc3c3 authored about 3 years ago
Merge pull request #403 from LinuxSuRen/add-image-tag-prefix-v

Always add the prefix v into the image tag name

f730c435dc83990bd13cf921b102f3cb1753d4c5 authored about 3 years ago
Always add the prefix v into the image tag name

See this issue about the usage of raw https://github.com/docker/metadata-action/issues/154

2a650a169efd1b49fc366ecd8a9642d3d3352746 authored about 3 years ago
Merge pull request #392 from LinuxSuRen/trivy

Using trivy to scan the container images

a9f37b18ca74a3f007911ee8dd0c10e2ff085f4f authored about 3 years ago
Merge pull request #398 from JohnNiang/bug/invalid-ref-name-on-label

Fix the problem caused by strange branch names that contain special characters

d3f72b11c2877fc11e71569edcf9e8451f53ecf9 authored about 3 years ago
Replace label of SCM ref name with field indexer

Signed-off-by: John Niang <[email protected]>

fe5d9580570eab3b78c5a368b24589a8763b473d authored about 3 years ago
Fix messy sequence of PipelineRuns (#394)

* Implement a list handler for PipelineRun

Signed-off-by: John Niang <[email protected]>

...

5599f02953787696f14c04f2346458ddab34b75c authored about 3 years ago
Bump gogo/protobuf from v1.3.1 to v1.3.2 due to CVE-2021-3121

4698eff75e077e049ef61e1c873e2d1f6de8ba4c authored about 3 years ago
Using trivy to scan the container images

780f0c6165f2dfd8abdfa8f8cdad439f46a53005 authored about 3 years ago
Merge pull request #389 from JohnNiang/chore/bump-ks

Bump up version of kubephere-sigs/ks to v0.0.60

7ebd36c70b0d6c6827f654aec6092e5212ace939 authored about 3 years ago
Bump up kubesphere-sigs/ks to v0.0.60

Signed-off-by: John Niang <[email protected]>

e0f258393d66df7e368793a827cbe9dad56e9bfc authored about 3 years ago
Fix that the controller did not use creator's token to trigger a Jenkins job (#384)

* Trigger PipelineRun with creator

Signed-off-by: John Niang <[email protected]>

* Add JW...

475701792d4121ab3144462facfb14da365ec593 authored about 3 years ago
Fix the image tag name from x.x.x to vx.x.x (#380)

ba24eff7b4f1f073274edb7d1a2ba14371a327dc authored about 3 years ago
Set the threshold of patch to 0% for codecov (#375)

For many cases, it's hard to add new test coverage. Such as the modification of markdown files. ...

793534925b4df0da2db7ab973b3519c0d1b9eca6 authored about 3 years ago
Fix the problem of handling multi submitted input step incorrectly (#374)

* Return friendly error if current step is unapprovable

Signed-off-by: John Niang <johnniang@...

8e14064ca25bf4a6a8984db10830b72c318ab1f6 authored about 3 years ago
Fix the problem of rendering choice parameter incorrectly (#371)

* Bump Jenkins client

Signed-off-by: John Niang <[email protected]>

* Simplify type of pa...

9514afc0a14fd679bf930a9ca4ac4d011317a850 authored about 3 years ago
Merge pull request #373 from LinuxSuRen/bump-ks-58

Bump ks cli to version v0.0.58

93020c28fbec1c0ce92a9c8ee1d67100bb41f9ed authored about 3 years ago
Bump ks cli to version v0.0.58

5747d0c89ec98b6a77a21e37dacd55fef887d2a3 authored about 3 years ago
Fix the potential panic with git multi-branch source XML parse (#370)

* Fix the potential panic with git multi-branch source XML parse

* Add unit test cases for mu...

672fae9d5a9b71a7d68101111980c6777c171921 authored about 3 years ago
Merge pull request #369 from LinuxSuRen/fix-controller-config-checking

Return error when the config checking is failed in the controller cmd

4904f4ebbc3f88ae77402658f3e4e23e479f8b49 authored about 3 years ago
Return error when the config checking is failed in the controller cmd

df7228e3ae9557f7f9589af478ac9bb889a8e835 authored about 3 years ago
Merge pull request #357 from Feeeenng/master

[Codebase improvement] Reuse handlers devopsProject to devops

c96f7386e7cc716e7d2d9269c7376cd56921f07a authored about 3 years ago
Disable CI for non code change (#352)

Signed-off-by: John Niang <[email protected]>

6a9c495dc9c5bcddfaf34e0a7c9b9822bb0a20fb authored about 3 years ago
devopsPorject resue devops

d8d14bfecacd68682ef634c34da35a6901b29fc2 authored about 3 years ago
Provide E2E testing documentation (#351)

* Provide E2E testing documentation

Signed-off-by: John Niang <[email protected]>

11e399000aba9bea59e3c69837b391a2ae05406f authored about 3 years ago
Merge pull request #348 from JohnNiang/feat/e2e-matrix

Provide Kubernetes matrix E2E testing

fde928b02c791310a31a0608f2827bf37e5c840c authored about 3 years ago
Minor Updates in README.md (#346)

* Minor Updates in Readme Doc

Signed-off-by: Felixnoo <[email protected]>

* capitaliz...

fe42f163265fe55ec03f6d74aab0753ef95ad4ae authored about 3 years ago
Provide Kubernetes matrix testing

Signed-off-by: John Niang <[email protected]>

042a627740df733928c19c4269a39aeb3562808f authored about 3 years ago
Provide basic E2E testing to validate whether it is normal after installing ks-devops (#343)

* Install helm charts to start ks-devops and validate all Running Pods is running stably

Sign...

e68ef5fb8100822f716486c5b96b7a55427abc1f authored about 3 years ago
Merge pull request #335 from LinuxSuRen/bump-tools-version

Bump ks cli to v0.0.55

25f775a31cd526309debfd7eeca2c30548b6046d authored about 3 years ago
Bump ks cli to v0.0.55

bump downloader tools hd to v0.0.49

475e6ac940b2977c48352d8a8e79c2f4b5ba2bdc authored about 3 years ago
Merge pull request #318 from JohnNiang/bug/recovery-from-panic

Recovery from panic to prevent APIServer from down

823458f4ce03b3943ececd588bdbbb65f916e8bf authored about 3 years ago
fix: when branch name is invalid, report a error message (#328)

* fix: exclude branches that does not match with k8s label naming

0d4153b481cae6864c7f9bf4bfe5a98a5462562d authored about 3 years ago
Merge pull request #329 from JohnNiang/bug/ignore-weather-score

Fix Pipeline WeatherScore error based on gitlab

e20f3ba38c90ae140ef01b5285c7da30cb8b0ee4 authored over 3 years ago
Remove omitempty tag on WeatherScore field

Signed-off-by: John Niang <[email protected]>

70428be18f457a1b18080ef78e42b75fc1587b83 authored over 3 years ago
Fix the case where the value of the passed in parameter is empty when running the Pipeline (#323)

* Include parameters which value is empty

Signed-off-by: John Niang <[email protected]>
...

97277518076da20b4f20e11c202570863841a01a authored over 3 years ago
Merge pull request #322 from JohnNiang/feat/more-fields-for-latestrun

Add more fields into branch structure

42717795993404af458b4e9fdf3584b10f525ab3 authored over 3 years ago
Add more fields into branch structure

5bba419588dd907604bbeb66be908251dc81b524 authored over 3 years ago
Provide Pipeline branch listing and obtain APIs (#314)

* Provide Pipeline branch listing API

* Provide branch obtain API

* Refine code reviewed b...

9dc0bb0945bc782609b4c12a1bd71e176a4eacb3 authored over 3 years ago
Recovery from panic to prevent APIServer from down

Signed-off-by: John Niang <[email protected]>

11d4614948a300645f289451032feccffa56cbd5 authored over 3 years ago
Init approvable field of every step to true by default (#315)

* Fix incorrect "approvable" assignment in for loop

* Init approvable to true by default

*...

babb14aeacaa150388395798ee05a6c6c28fba43 authored over 3 years ago
docs(#316):fixing broken link in doc (#317)

* docs(#316):fixing broken link in doc

a534a1141dc4753f829fc130659190d795d38585 authored over 3 years ago
Merge pull request #307 from cndoit18/feat/add-feature-options

feat(options): add feature flags

d382701a43a57c82b4091c58f3c2a8f5be4b7dad authored over 3 years ago
Merge pull request #309 from JohnNiang/chore/upgrade-jenkins-client

Upgrade dependency: jenkins-zh/[email protected]

68a72e3f4f53d9e9825961ed8d5f4b4d28127fe2 authored over 3 years ago
Upgrade dependency: jenkins-zh/[email protected]

Signed-off-by: John Niang <[email protected]>

f4d46f4b94e7e56f5d9ff8ec366d22bd6da9e371 authored over 3 years ago
feat(options): add feature options

Signed-off-by: cndoit18 <[email protected]>

faaf77cab0aabaf9a56c4a382b05002f08f52daa authored over 3 years ago
feat: Create DOCKER_REPO variable for developer to build and push docker image for test (#305)

187dc5dfe83c63e39ec1925322e2dbc392b63961 authored over 3 years ago
Synchronize Pipeline branches data into annotations of multi-branch Pipeline (#296)

* Upgrade dependency jenkins-zh/jenkins-client

* Synchronize Pipeline branches data into anno...

6baebb5850c18cb7b2494e023656f897a316bb3a authored over 3 years ago
Merge pull request #300 from JohnNiang/bug/298-npe

Fix error: controller manager panic due to pipelineBuildApplier

6c0564c3b85144b5636e4f01b2495a7271594fd9 authored over 3 years ago
Fix error: controller manager panic due to pipelineBuildApplier

ee25a6c348fb30fc3dd7b4192d7da7fc61ce1a05 authored over 3 years ago
Add contribution section in README.md (#293)

be019b7a7c1b2917e9ec5216bc4143dd9551945e authored over 3 years ago
Implement node details API (#292)

a68072134f40c26f98a6aa014b7ade2487b0ea04 authored over 3 years ago
Synchronize steps into stage status of PipelineRun (#290)

* Synchronize steps into PipelineRun annotations

* Upgrade jenkins-zh/jenkins-client

* Ref...

9e8412f6cb91f6f2d3f73ee1cb79a5006805da77 authored over 3 years ago
Merge pull request #291 from yJunS/update-error-link

Fix an error link in the README file

cc531d24de76d48b75fae5db49540a5deaae7497 authored over 3 years ago
Fix error link

84c229892cd5df9b5abc2664742829a8b7aab6f0 authored over 3 years ago
Merge pull request #288 from LinuxSuRen/bump-tool-ks

Bump ks which in the tool image to v0.0.52

a350381f0fd083f871f9dbec587210a683f18fa8 authored over 3 years ago
Provide Pipeline metadata controller to update metadata from Jenkins (#282)

* Add Pipeline metadata controller

5ff208b4a55648b05f9ec8036b7dff45bb6c89a2 authored over 3 years ago
Bump ks which in the tool image to v0.0.52

6b57b58ce2af1d1674a2689a3b2ed3914905430d authored over 3 years ago
Merge pull request #285 from JohnNiang/chore/re-enable-exported-rule

Enable exported rule of revive for golangci-lint

07b200af3d6266690cf204f121723d7bac7d93e4 authored over 3 years ago
Enable exported rule of revive for golangci-lint

6735421102fc61e0249b9a7f64e3021da9617cef authored over 3 years ago
Fix the wrong using of paging parameter start (#280)

* Fix the wrong using of paging parameter start

8a5272bd8f3ec9aa89ef34b4daaa8b33c6d48b92 authored over 3 years ago
Check existing PipelineRun with same run ID (#251)

* Check existing PipelineRun with same run ID

625e555ddd5df7f5a2fa5681ebc86af632979b16 authored over 3 years ago
Merge pull request #277 from LinuxSuRen/improve-gitpod

Avoid interactive during the gh repo fork

9accc2e235fcfc155e5188f1332fbbeb4d0b53e3 authored over 3 years ago
Avoid interactive during the gh repo fork

015d17ae88d9d134f114e2626939ca7e52f00fd8 authored over 3 years ago
Merge pull request #276 from LinuxSuRen/add-shortname-pipeline

Add shortNames,category for pipeline and pipelinerun

decff263d515cadc9f5447e7082c1dc001492454 authored over 3 years ago
Add shortNames,category for pipeline and pipelinerun

eba7649e022a1665a7b8f8f2d02a10fdccbdd313 authored over 3 years ago
Synchronize PipelineRun for multi branch pipeline (#264)

* Fix wrong branch name set

* Add PipelineRun finder

* Extract PipelineRun finder into sep...

332a5d5764e377c52acc34d35de910e7a84efc8f authored over 3 years ago
Support print the age of pipeline and pipelinerun (#259)

6f08d3250ff1f7311d5f7be8a468051a7cc5c4eb authored over 3 years ago
Relocate v1alpha3.PipelineRun type (#246)

* Remove unused main.go

* Remove unused dependencies

* Regenerate CRDs

Signed-off-by: j...

0cf8618f0675073062cd45f479351727f0bc4dc4 authored over 3 years ago
Merge pull request #247 from LinuxSuRen/additional-col

Add additional columns for Pipeline and PipelineRun

d8ac1add462a93163b8624cf42989cf5336482bc authored over 3 years ago
Add additional columns for Pipeline and PipelineRun

66cd1eda0f3829846453754c58fc9364894908a1 authored over 3 years ago
Provide Pipeline Synchronizer to synchronize PipelineRun from Jenkins (#244)

* Provide Pipeline Synchronizer to synchronize PipelineRun from Jenkins

Refine reconciler log...

525ec52c1d249863f3766307863d5786b99b377e authored over 3 years ago