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
export class FieldManager { | |
constructor(element, options) { | |
this.element = $(element); | |
this.options = options; | |
this.options.label = this.getFieldLabel(this.element, options) | |
this.addSelector = '.add' | |
this.removeSelector = '.remove' |
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
namespace :reindex do | |
def formated_offset(offset) | |
offset.to_s.rjust(5, '0') | |
end | |
def print_docs(docs, offset) | |
File.open("tmp/to_index_#{formated_offset(offset)}.log", "w") do |f| | |
docs.each do |doc| | |
f.puts doc['id'] | |
end |
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
[Unit] | |
Description=Atlassian Bamboo Alpha | |
After=syslog.target network.target | |
[Service] | |
Type=forking | |
User=bamboo | |
Environment=CATALINA_PID=/mnt/ebs/bamboo-agent-home-alpha/bin/bamboo-agent.pid | |
PIDFile=/mnt/ebs/bamboo-agent-home-alpha/bin/bamboo-agent.pid | |
ExecStart=/mnt/ebs/bamboo-agent-home-alpha/bin/bamboo-agent.sh start |
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
development: | |
user: fedoraAdmin | |
password: fedoraAdmin | |
url: http://127.0.0.1:<%= ENV['FCREPO_DEVELOPMENT_PORT'] || 8984 %>/rest | |
base_path: /dev | |
request: { timeout: 600, open_timeout: 60} |
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
-----BEGIN OPENSSH PRIVATE KEY----- | |
b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABlwAAAAdzc2gtcn | |
NhAAAAAwEAAQAAAYEA0nryJX3MNv8H4NUYpCF3PGxhNzgEIUV2W9vCl3mHQ/Osp5uBB3fb | |
eque0vHP7qV9zoefOiXrBHRXLpHI8/CShQg8NLmEVTts9OZK6nXIAAvsIJJV7W62h+ApoU | |
u6tMoWTtCPSgxj7ASZnTTYbZRgzNGR8s7xnyX+CxD5Fa6BR9EAKMwrP+7gB+5oQbuKr7dc | |
0BXLb/VEImeTCxdmC0z/LXLEPk2gbQ4lrsdcwaabXznt6AG2X5hqXV1jN8xmphocLqoCl6 | |
alWJQF3eP+TXHKw2L+Iik9Zb2Piy6XHFne881VITuPbhZkq7nj1vNtmGnWk+Mf7NTHn+GC | |
8p7LR+8X/XFAss5REbVTG/reBVGG3zrh3nCkNWjXlos5QsQGtgi1/oTy8GGhljkFpFlEuw | |
Lh86WeHhDNTpjLNFU4iumGjNDzHjqiWCtnKGuaRYAmqrneQ4iZU1XFNF3/KbzcfRxmadr2 | |
VTKczNZYysBXYOFmu2bMrckhxLCroZitMurCacUPAAAFiD4oUFM+KFBTAAAAB3NzaC1yc2 |
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
-----BEGIN RSA PRIVATE KEY----- | |
MIIEpQIBAAKCAQEAr4wRrHbN1CISbLL/xFa7qWGYp1ypmVckj/JqtYikRX9XfHz6 | |
fc+ZTbzXOguQLs2cpSngm+Q0apaYb1YuIFnu8MtUp1bVuGOPIYzU9k3OoAmRJO0d | |
+96MBKZeed5o6EQe/gzNArxArjCcGCMSr7g5aotUHvhlOSeez/EA1dSgENGMA2ny | |
7IBUdSxzyrRwm0YYN+UBl40/LQcsRmgh1QXaPI/Poxa/GS6+ITe1Eb5Bib6XIWfz | |
go/ATcquo8/rvsLoZrvKnf3gK6ip3Ra1MBdl6qLTdyhtBFby5pmJBABcV2ChNBq3 | |
FkCU+u4xpRIVjKSA3XOSCCbyjpH9zobHEiVnrwIDAQABAoIBACRZOmediez8yRfc | |
0HzVALKH1NYCp9NqadWsek/wZSNGxNSwBCX80F96VI5eSpKGXIMOcsWUsQ3I9PNI | |
wvBL7t/JGlQz9LjjVIW75XTCk6ArmvQsbOL0J8XmtPVDCjHduRUdjW2dkT8ALbIJ | |
wRrFaI4ZH2fyQvNcstOXsXaVOjeA9ETXnek1Onfu9nbCF5Oxx068oFd2WH86Bo14 |
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
{ | |
"desiredState": { | |
"rkeConfig": { | |
"nodes": [ | |
{ | |
"address": "10.75.150.13", | |
"port": "22", | |
"internalAddress": "10.75.150.13", | |
"role": [ | |
"worker" |
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
# local_file.rke_cluster_state: | |
resource "local_file" "rke_cluster_state" { | |
[1m[0mcontent[0m[0m = jsonencode( | |
{ | |
currentState = { | |
certificatesBundle = { | |
kube-admin = { | |
certificatePEM = <<-EOT | |
-----BEGIN CERTIFICATE----- | |
MIIC6TCCAdGgAwIBAgIINLyKiDlmgHQwDQYJKoZIhvcNAQELBQAwEjEQMA4GA1UE |
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
$(`cat sidekiq.log`) |
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
`cat sidekiq.log` |