-
Updated
Mar 8, 2021 - Java
continuous-testing
Here are 168 public repositories matching this topic...
-
Updated
Mar 9, 2021 - JavaScript
-
Updated
Mar 2, 2021 - Go
-
Updated
Jan 31, 2021 - Java
-
Updated
Feb 5, 2021
-
Updated
Sep 13, 2018 - Go
-
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
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
Feb 4, 2021 - C#
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...
-
Updated
Mar 8, 2021 - Twig
-
Updated
Jun 22, 2017 - Groovy
-
Updated
Mar 8, 2021 - JavaScript
-
Updated
Mar 2, 2021 - Java
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
Mar 8, 2021 - Python
-
Updated
Sep 4, 2020 - Python
-
Updated
Jan 28, 2021 - JavaScript
-
Updated
Jul 11, 2019 - Python
Question #32 made me think of linking to the failing test and line form the annotations. Given the commit sha, test file and line, the action could generate a link like this and add to the respective annotation:
https://github.com/EnricoMi/publish-unit-test-result-action/blob/de7f7f0c5f7694846ce69e3384f2e5a03253c141/test/test_publish.py#L35
Such a link gets nicely rendered by GitHub:
ht
-
Updated
Feb 20, 2021 - Java
If I add a cmd into a step and it fails, the resulting error message is not really indicative of the actual problem.
Here's the relevant logs from the container after a failed request: (Note the cmd: "pip99" "install" "-r" "requirements.txt" - probably failed with something like command not found: pip99). We should see the command not found: pip99 message more prominently than (or ent
-
Updated
Feb 24, 2017 - Python
-
Updated
Jun 30, 2018 - JavaScript
-
Updated
Sep 20, 2020 - Go
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.