Skip to content
#

continuous-testing

Here are 175 public repositories matching this topic...

michelvocks
michelvocks commented Jan 30, 2019

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.

enhancement help wanted good first issue blocked
cfn_nag
go-feature-flag
geekflyer
geekflyer commented Oct 19, 2018

Hi,

It'd love to try out alloy_ci . We run almost everything in kubernetes (incl. gitlab runner) and I think it would be awesome if there was a template / manifests to deploy alloy on kubernetes.
This would make trying it out for evaluation purposes much easier.
Have no strong opinions on how a k8s example templates should be packaged but these are some options that come to my mind:

  • simpl
nevergreen
GentlemanHal
GentlemanHal commented Feb 11, 2020

Bug report

Expected behaviour?
All projects should be included or excluded without any delay.

Actual behaviour?
All projects are included or excluded with a noticeable delay.

Steps to reproduce?

  1. Add a feed with lots of projects (mine has ~140 projects)
  2. Click the "exclude all" button

This is because it loops through all projects and triggers an include/exclude

bug good first issue
build
ehmicky
ehmicky commented Sep 1, 2021

When a TypeScript function has been transpiled before zip-it-and-ship-it starts, it will be present in the functions directory both as a .ts and a .js file. The current behavior seems to be:

  • Both the .ts and .js files are being bundled, separately.
  • In production, the .js function is being served and the .ts one is being ignored.
  • listFunctions() and `listFunctionsFile
good first issue

Improve this page

Add a description, image, and links to the continuous-testing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the continuous-testing topic, visit your repo's landing page and select "manage topics."

Learn more