-
Updated
Mar 7, 2022 - Java
continuous-testing
Here are 177 public repositories matching this topic...
-
Updated
Mar 7, 2022 - Java
-
Updated
Mar 7, 2022 - JavaScript
-
Updated
Sep 28, 2021 - Go
-
Updated
Mar 7, 2022 - Java
-
Updated
Mar 7, 2022
-
Updated
Sep 13, 2018 - Go
Requirements
Add an environment parameter in the config.
This environment field should be added to all users in the param so we can add rules based on the environment and have the same config file for all your environment.
-
Updated
May 23, 2019
-
Updated
Aug 23, 2019 - Go
kubernetes template
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
Look into and create a POC of a public github action using rok8s-scripts
-
Updated
Jan 28, 2022 - C#
In #26 we have discussed how a monospace comment could look like. Here is a suggestion:
| 521 suites (-60) in 4h 24m 19s (-5m 23s) | |
508 tests (+1) 482 success (+1) 26 skipped (±0) 0 failed (±0) | |
-
Updated
Dec 9, 2021 - Twig
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?
- Add a feed with lots of projects (mine has ~140 projects)
- Click the "exclude all" button
This is because it loops through all projects and triggers an include/exclude
-
Updated
Mar 4, 2022 - Java
fledge beta
Git error. Command: git log origin/dev..dev
fatal: ambiguous argument 'origin/dev..dev': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git [...] -- [...]'
Please suggest something to fix this...
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
.tsand.jsfiles are being bundled, separately. - In production, the
.jsfunction is being served and the.tsone is being ignored. listFunctions()and `listFunctionsFile
Look at creating a custom GitHub Action for config-lint.
Resources:
https://github.com/actions/toolkit
https://help.github.com/en/actions/building-actions/creating-a-docker-container-action
-
Updated
Jun 22, 2017 - Groovy
-
Updated
Feb 24, 2022 - Java
-
Updated
Mar 7, 2022 - Python
-
Updated
Feb 10, 2022 - Python
-
Updated
Mar 7, 2022 - Java
-
Updated
Jun 10, 2021
-
Updated
Jul 11, 2019 - Python
As a pipeline status moves from initializing to running to completed or failed etc., the timestamp of the change should be recorded so that we can fetch them from the /metrics endpoint
Improve this page
Add a description, image, and links to the continuous-testing topic page so that developers can more easily learn about it.
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."
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.