Skip to content

Moving issues between repositories

Paweł K edited this page Jun 13, 2018 · 1 revision

Currently GitHub does not support moving issues between repositories. We can get around this limitation by using api to copy issues and comments one by one (but information about op won't be retained).

There's a bug with most implementation that GitHub will answer with 403 code after importing 35 comments, which crashes importer.

Here are steps to get around this bug and import larger threads:

  • Install npm (link for Windows installer)
  • Create personal access token
  • git clone https://github.com/buildo/gh-issue-mover.git
  • cd gh-issue-mover
  • git checkout fix-rate-limiting - on this branch the bug mentioned earlier is fixed
  • npm install -g
  • Modify config.json.example:
    • Change owner and name of source and destination repository (sinara-hw is the owner in our case)
    • Insert token generated in previous steps
    • Remove rootURL line
    • Remove commas before closing bracket } (line 5 and 10)
  • Run gh-issue-mover --config config.json.example
    • Follow instructions (insert issue number without # sign)

For results see imported issue and original.

Home
Team
Project Status
Purchasing Hardware
Style Guide

Eurocard Extension Modules (EEMs)

Overview

Kasli: FPGA Carrier
Kasli-SOC: SoC FPGA Carrier

DIO_BNC: Digital IO on BNCs
DIO_SMA: Digital IO on SMAs
DIO_MCX: Digital IO on MCXs
DIO_RJ45: LVDS IO on RJ45s

Zotino: 32ch DAC
Fastino: 32ch DAC
Zapper: 8ch Piezo Driver
HV_AMP_8CH: 8ch High Voltage Amp

Sampler: 8ch ADC

Mirny: Microwave Synthesiser
Almazny: 12GHz Mirny Mezzanine
Urukul: 4ch DDS
Phaser: 2ch AWG

Stabilizer: 2xADC+2xDAC Servo
Pounder: Stabilizer PDH Lock

Thermostat_EEM: 4ch Temp Controller
Kirdy: laser current driver
Clocker: Clock Buffer

AUX_PSU: 3-ch PSU
EEM_PWR_MOD_AC: Mains PSU

Humpback: SBC Carrier
VHDCI Carrier: VHDCI to EEM
Grabber: Camera Frame Grabber
Banker: Versatile 128x IO

MicroTCA Ecosystem

Overview

uTCA Chassis
Metlino: uTCA MCH
Sayma: 8-channel smart AWG
RFSOC-AMC: RFSoC Platform
Clock generation mezzanines
Sayma analogue front ends
Misc uTCA hardware

FMCs

Overview

Shuttler: 16ch fast DAC
TDC+ADC: 16ch

Support Hardware

Booster: 8ch RF Power Amplifier
DiPho: Digital Photodiode
Thermostat: 2ch Temp Controller
Line Trigger

Adapters and Breakout

IDC-BNC
IDC-SMA
HD68 to IDC
Kasli BP Adapter
MCX_BNC_adapter
SATA to SFP

EDGE-SMA
EDGE-BNC
EDGE-SUBD9
EDGE-VHDCI
EDGE-VHDCI-buf

SFP: recommended components

Misc

Planned hardware
Case Studies
Other Quantum Control Systems

Clone this wiki locally