-
Updated
Dec 16, 2020 - Ruby
Deployment
The general deployment process consists of several interrelated activities with possible transitions between them. These activities can occur at the producer side or at the consumer side or both.
Here are 2,545 public repositories matching this topic...
-
Updated
Dec 12, 2020 - PHP
-
Updated
Nov 18, 2020 - Go
-
Updated
Dec 16, 2020 - Ruby
-
Updated
Dec 12, 2020 - TypeScript
Trying to --appimage-extract-and-run a x86_64 Linux AppImage on FreeBSD 12.1-RELEASE-p8 with the Linux compatibility layer:
user@FreeBSD$ /home/user/Downloads/Akira-26-x86_64.AppImage --appimage-extract-and-run
mkdir_p error: Permission denied
Failed to extract AppImage
but
user@FreeBSD$ /home/user/Downloads/Akira-26-x86_64.AppImage --appimage-extract
hi there,
Just installed latest versions of shipit packages and here's something new:
Running 'deploy:fetch' task...
Create workspace...
Workspace created: "/var/folders/s0/scv46d414cd28hyzsd5_pcrw0000gn/T/tmp-72206PXTF2WKB77Ro"
Initialize local repository in "/var/folders/s0/scv46d414cd28hyzsd5_pcrw0000gn/T/tmp-72206PXTF2WKB77Ro"
Running "git init" on local.
@ Initialized empty Gi
-
Updated
Dec 4, 2020 - JavaScript
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
The ST2 common "list_
STACKSTORM VERSION
st2 3.2.0, on Python 3.6.8
OS, environment, install method
Post what OS you are running this on, along with any other relevant information/
Centos8 - one-liner install
Steps to reproduce the problem
Implement a simple sensor that calls the "list_values(local=True, prefix=None)" method to retrieve the data fro
-
Updated
Dec 16, 2020 - Groovy
-
Updated
Oct 7, 2020 - Kotlin
-
Updated
Oct 1, 2020 - Java
-
Updated
Nov 20, 2020
-
Updated
Oct 6, 2020 - Elixir
-
Updated
Dec 15, 2020 - Python
-
Updated
Oct 14, 2020 - JavaScript
-
Updated
Nov 9, 2020 - YAML
-
Updated
Jan 10, 2020
A redundant requirements file is present. It shall be removed.
-
Updated
Sep 11, 2018 - C++
-
Updated
Dec 15, 2020 - TypeScript
-
Updated
Oct 28, 2020 - Go
-
Updated
Oct 21, 2019 - Go
-
Updated
Apr 12, 2020 - Java
-
Updated
Dec 2, 2020 - PHP
- Wikipedia
- Wikipedia
Deployment apps
Semaphore
Test and deploy at the push of a button
Codefresh
A modern container-based CI/CD platform, easily assemble and run pipelines with high performance
Cloud 66 for Rails
Build, deploy, and maintain your Rails apps on any cloud or server
Cloud 66 Skycap
Skycap is a container native CI/CD tool
Flaptastic
Manage flaky unit tests. Click a checkbox to instantly disable any test on all branches. Works with your current test suite
Buddy
One-click delivery automation for Web Developers
CloudBees CodeShip
Continuous Integration and Delivery. Fast. Customizable. Easy
Azure Pipelines
Continuously build, test, and deploy to any platform and cloud
Currently, most of the linters we run on CI are controlled by command line arguments in https://github.com/ray-project/ray/blob/master/ci/travis/format.sh
Python supports things like
setup.cfgortox.inias a general config file for its many linters. It'd be nice to use them.#12800 is a band-aid that fixes it, partially, for
flake8specifically, but is generally the right idea. It'd b