- Start concourse with docker-compose and install the
fly
command line tool, following the instructions in: https://concourse-ci.org/quick-start.html#docker-compose-concourse
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3.8' | |
services: | |
boards: | |
build: | |
dockerfile: ./Containerfile | |
context: ./radicle-planning-boards/ | |
environment: | |
NUXT_PUBLIC_PARENT_ORIGIN: http://localhost:3080 | |
ports: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```bash | |
running 101 tests | |
test canonical::formatter::test::ascii_control_characters ... ok | |
test canonical::formatter::test::ordered_nested_object ... ok | |
test canonical::formatter::test::securesystemslib_asserts ... ok | |
test cob::identity::test::test_ordering ... ok | |
test cob::common::test::test_color ... ok | |
test cob::issue::test::test_issue_create_and_get ... ok | |
test cob::issue::test::test_issue_create_and_unassign ... ok |
In case you want to run radicle in containers, on the same host (e.g. your laptop),
you can use the docker-compose.yml
file provided within this repo.
- Create a folder where you will store the data of your node. e.g.
mkdir -p ~/radicle/profiles/bob/.radicle
- Set
RAD_HOME
:export RAD_HOME=~/radicle/profiles/bob/.radicle
- Create a key:
- Pick a good passphrase and store it in your password manager
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Καλημέρα σας, | |
Βάσει νομοθεσίας 4624/2019 (GDPR), θα ήθελα παρακαλώ να με ενημερώσετε πότε έκανα εγγραφή για να λαμβάνω αυτές τις ενημερώσεις καθώς και να μου στείλετε αντίγραφο όλων των προσωπικών δεδομένων που τηρείτε για εμένα. | |
Ευχαριστώ. |
Before you start: Join Zulip!
Make sure you join the chat here https://web3-gr.zulipchat.com/join/ncjcdbru7mr3johjvmchmghh/ ---
In order to deploy our smart contract, we’ll need some money to pay for that deployment.
When you only have / want to use a Gemfile.lock to retrieve the Ruby dependencies for a project, you can use this little ruby script.
There might be several reasons why you may want to do this:
- You may not have the original Gemfile available
- You may not want to interpret the ruby code in Gemfiles to avoid arbitrary code execution risks.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"level":"info","ts":1593446313.444076,"logger":"cmd","msg":"Operator Version: 0.6.0"} | |
{"level":"info","ts":1593446313.4441144,"logger":"cmd","msg":"Go Version: go1.13.4"} | |
{"level":"info","ts":1593446313.444122,"logger":"cmd","msg":"Go OS/Arch: linux/amd64"} | |
{"level":"info","ts":1593446313.4441288,"logger":"cmd","msg":"Version of operator-sdk: v0.15.2"} | |
{"level":"info","ts":1593446313.444699,"logger":"leader","msg":"Trying to become the leader."} | |
{"level":"info","ts":1593446316.1480718,"logger":"leader","msg":"No pre-existing lock was found."} | |
{"level":"info","ts":1593446316.154836,"logger":"leader","msg":"Became the leader."} | |
{"level":"info","ts":1593446318.8108034,"logger":"controller-runtime.metrics","msg":"metrics server is starting to listen","addr":"0.0.0.0:8383"} | |
{"level":"info","ts":1593446318.81121,"logger":"cmd","msg":"Registering Components."} | |
{"level":"info","ts":1593446342.765852,"logger":"metrics","msg":"Metrics Service object created","Service.Name":"threescale-operator-metrics","Service.Namesp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.redhat.threescale.productization | |
import com.homeaway.devtools.jenkins.testing.JenkinsPipelineSpecification | |
class DistGitCreateSpec extends JenkinsPipelineSpecification { | |
def distGit = null | |
Map <String, ?> config = null | |
def mockValidatingUtils = null | |
def mockDistGitUtils = null |
NewerOlder