-
Updated
Nov 11, 2020 - Go
continuous-delivery
Here are 794 public repositories matching this topic...
-
Updated
Nov 11, 2020 - Java
-
Updated
Nov 11, 2020 - Go
-
Updated
Nov 9, 2020 - Shell
-
Updated
Nov 11, 2020 - Java
-
Updated
Nov 6, 2020 - Go
-
Updated
Nov 11, 2020 - Java
Goal
Implement --team
for remaining fly commands. fly/integration
tests should be updated. Cases should be added to the error_handling
file as well https://github.com/concourse/concourse/blob/587483424a47f3eebb2ed8e861687b60cccb9ec7/fly/integration/error_handling_test.go#L92
# use default team
fly -t ci <command> <command-options>
# use another team
fly -t ci <command>
Found that if all pods end up on the same node (just happened to me) nothing works well at least on our cluster due to hairpin issues. Any chance the yaml could have anti-affinity set for the pods so they don't end up on the same node by accident?
We are using font-awesome V4 and should migrate to font-awesome V5 which comes with its own vue.js module: https://github.com/FortAwesome/vue-fontawesome
Migration includes removing old font-awesome V4 module and changing all existing icons to new vue.js tag.
This is blocked until #114 is merged which comes with first initial integration.
Summary
jx create addon istio
doesn't work
since v 1.5 istio moved to operator so no folder install/kubernetes/helm/istio
Steps to reproduce the behavior
jx create addon istio
Output
Istio package already downloaded: /Users/msirs/.jx/cache/istio-1.6.0-osx.tar.gz
error: Could not find folder install/kubernetes/helm/istio inside istio clone at /Users/msirs/.jx/cache/istio
-
Updated
Nov 10, 2020 - JavaScript
-
Updated
Nov 10, 2020 - Go
-
Updated
Nov 11, 2020 - JavaScript
Environment
Liquibase Version: 4.0.0
Liquibase Integration & Version: spring boot 2.3.2
Liquibase Extension(s) & Version:
Database Vendor & Version: MySql 8.0.15
Operating System Type & Version: Ubuntu 18.04.3
Description
Fail when t
-
Updated
Nov 11, 2020 - Go
-
Updated
Sep 7, 2020 - Go
-
Updated
Oct 8, 2020
-
Updated
Aug 6, 2020 - Go
-
Updated
Nov 5, 2020 - Ruby
-
Updated
Jun 11, 2020 - Shell
-
Updated
Nov 11, 2020 - Go
-
Updated
Nov 11, 2020 - Java
-
Updated
Oct 30, 2020 - PHP
I was thinking that we could extract the eslint config file into his own module so that we can easily reuse this across any OC related repo in the form of eslint extends.
This because we now have the @opencomponents organization and quite few repos, and i
-
Updated
Nov 11, 2020 - Go
stelligent / mu
While testing another PR, I found that mu pipeline logs
command displays information from the pipelines, but also shows this error:
$ mu pipeline logs
[... normal, expected output ...]
func1 ▶ ERROR ResourceNotFoundException: The specified log group does not exist.
status code: 400, request id: f7260741-7f69-4772-b4cc-7c6a9c22d264
This error does not occur with the `-f
-
Updated
Nov 10, 2020 - Java
What happened:
Join feature introduced "CREATED" status builds which is a holder build for storing intermediate status of upstream builds which can trigger this job. However UI shows "CREATED" as status for such events and users are able to nagigate to such builds and get confused on job's status.
What you expected to happen:
UI should ignore builds with CREATED
status.
Users
Improve this page
Add a description, image, and links to the continuous-delivery topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the continuous-delivery topic, visit your repo's landing page and select "manage topics."
Originally posted by @simskij in containrrr/watchtower#647 (reply in thread)