-
Updated
Nov 29, 2021 - 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 3,134 public repositories matching this topic...
-
Updated
Nov 29, 2021 - PHP
-
Updated
Sep 27, 2021 - Go
-
Updated
Nov 18, 2021 - 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
-
Updated
Nov 30, 2021 - Ruby
-
Updated
Nov 10, 2021 - JavaScript
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
SUMMARY
I just faced an embarrassed problem that command st2 action list
keeps return 503.
I tried st2 --debug action list
and the result in line HTTP_PROXY
(uppercase) was empty. This mislead me that the proxy info was set(which is not).
I finally found that the root cause is a lowercase http_proxy
env variable was set in the system.
So I think it maybe more friend
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.
-
Updated
Nov 30, 2021 - Groovy
-
Updated
Aug 5, 2021 - Java
-
Updated
Nov 28, 2021 - Kotlin
-
Updated
Nov 24, 2021 - Python
-
Updated
Aug 24, 2021
-
Updated
Oct 26, 2021 - Elixir
For SC Operator it may be a good idea to generate CRD manifests from inside a docker container.
This should provide reproducible generation step and avoid "produces different output on my machine" issues.
Linter should also fail if generation of manifests produce diff with the commited version.
-
Updated
Nov 10, 2021 - JavaScript
-
Updated
Sep 16, 2021 - Python
-
Updated
Nov 29, 2021 - TypeScript
Is your feature request related to a problem?
No.
Provide a detailed description of the proposed feature
After replacing most of the generic CX exceptions with #2643, I saw that there are still some generic CX exceptions which could not be replaced with Python built-ins. To replace those with more meaningful ones we should extend the CobblerException
class to include more exceptio
-
Updated
Oct 14, 2021 - YAML
(suggested by Berndinox in #205; been bugging me for a while too)
Currently, the Docker image exposes port 80. We should change this so that running Meli doesn't require root access.
We'll need to update the deployment docs.
-
Updated
Feb 24, 2021
-
Updated
Nov 18, 2021 - Go
Describe the solution you'd like
Allow clicking of "JupyterLab" while session is starting
What does your solution aim to solve?
The "I know what I want to do, but I can only say that I want to do it after something is done" is quite frustrating. If waiting is inevitable we should at least allow users to specify what needs to happen after the wait is over.
The case of the "Switc
- Wikipedia
- Wikipedia
Deployment apps
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
Buddy
One-click delivery automation for Web Developers
Flaptastic
Manage flaky unit tests. Click a checkbox to instantly disable any test on all branches. Works with your current test suite
Codefresh
A modern container-based CI/CD platform, easily assemble and run pipelines with high performance
Azure Pipelines
Continuously build, test, and deploy to any platform and cloud
Semaphore
Test and deploy at the push of a button
Users might be using
pathlib.Path
in their code. Currently they have to convert tostr
before passing into a runtime environment, but we should do this conversion for them.