Skip to content

Commit 71ca92e

Browse files
sgillespiekderme
authored andcommitted
chore: Update URL references to IntersectMBO repos
1 parent fe45fe9 commit 71ca92e

34 files changed

+88
-93
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ Add your description here, if it fixes a particular issue please provide a [link
77
- [ ] Commit sequence broadly makes sense
88
- [ ] Commits have useful messages
99
- [ ] New tests are added if needed and existing tests are updated
10-
- [ ] Any changes are noted in the [changelog](https://github.com/input-output-hk/cardano-db-sync/blob/master/cardano-db-sync/CHANGELOG.md)
10+
- [ ] Any changes are noted in the [changelog](https://github.com/IntersectMBO/cardano-db-sync/blob/master/cardano-db-sync/CHANGELOG.md)
1111
- [ ] Code is formatted with [`fourmolu`](https://github.com/fourmolu/fourmolu) on version 0.10.1.0 (which can be run with `scripts/fourmolize.sh`)
1212
- [ ] Self-reviewed the diff
1313

1414
# Migrations
1515

16-
- [ ] The pr causes a [breaking change](https://github.com/input-output-hk/cardano-db-sync/blob/master/doc/migrations.md) of type a,b or c
16+
- [ ] The pr causes a [breaking change](https://github.com/IntersectMBO/cardano-db-sync/blob/master/doc/migrations.md) of type a,b or c
1717
- [ ] If there is a breaking change, the pr includes a database migration and/or a fix process for old values, so that upgrade is possible
1818
- [ ] Resyncing and running the migrations provided will result in the same database semantically
1919

CODEOWNERS

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
# General reviewers per PR
2-
* @input-output-hk/core-tech-dbsync
2+
* @IntersectMBO/core-tech-dbsync
33

44
# Specific reviewers for code pieces
55
# NB - The last matching pattern takes precedence
66

77
# /doc folder and README.* needs to be owned by @docs-access
8-
doc @input-output-hk/docs-access @input-output-hk/core-tech-dbsync
9-
Readme.* @input-output-hk/docs-access @input-output-hk/core-tech-dbsync
10-
CONTRIBUTING.rst @input-output-hk/docs-access @input-output-hk/core-tech-dbsync
8+
doc @input-output-hk/docs-access @IntersectMBO/core-tech-dbsync
9+
Readme.* @input-output-hk/docs-access @IntersectMBO/core-tech-dbsync
10+
CONTRIBUTING.rst @input-output-hk/docs-access @IntersectMBO/core-tech-dbsync
1111

1212
# DevOps
13-
.buildkite @input-output-hk/core-tech-devx @input-output-hk/core-tech-release
14-
.github @input-output-hk/core-tech-devx @input-output-hk/core-tech-release
15-
/config @input-output-hk/core-tech-devx @input-output-hk/core-tech-release
16-
nix @input-output-hk/core-tech-devx @input-output-hk/core-tech-release
17-
*.nix @input-output-hk/core-tech-devx @input-output-hk/core-tech-release
18-
flake.lock @input-output-hk/core-tech-devx @input-output-hk/core-tech-release
19-
bors.toml @input-output-hk/core-tech-devx @input-output-hk/core-tech-release
20-
docker-compose.yml @input-output-hk/core-tech-devx @input-output-hk/core-tech-release
21-
scripts/postgresql-setup.sh @input-output-hk/core-tech-devx @input-output-hk/core-tech-release
13+
.github @IntersectMBO/core-tech-devx @IntersectMBO/core-tech-release
14+
/config @IntersectMBO/core-tech-devx @IntersectMBO/core-tech-release
15+
nix @IntersectMBO/core-tech-devx @IntersectMBO/core-tech-release
16+
*.nix @IntersectMBO/core-tech-devx @IntersectMBO/core-tech-release
17+
flake.lock @IntersectMBO/core-tech-devx @IntersectMBO/core-tech-release
18+
bors.toml @IntersectMBO/core-tech-devx @IntersectMBO/core-tech-release
19+
docker-compose.yml @IntersectMBO/core-tech-devx @IntersectMBO/core-tech-release
20+
scripts/postgresql-setup.sh @IntersectMBO/core-tech-devx @IntersectMBO/core-tech-release

CONTRIBUTING.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ deployments.
88

99
On how to set up Nix for ``cardano-db-sync`` development, please see `Building Cardano
1010
Node with nix
11-
<https://github.com/input-output-hk/cardano-node/tree/master/doc/getting-started/building-the-node-using-nix.md>`_.
11+
<https://github.com/IntersectMBO/cardano-node/tree/master/doc/getting-started/building-the-node-using-nix.md>`_.
1212

1313
Roles and Responsibilities
1414
==========================
@@ -77,6 +77,6 @@ Releasing a New Version
7777

7878
See `<doc/release-process.md>`__
7979

80-
.. _CODEOWNERS: https://github.com/input-output-hk/cardano-db-sync/blob/master/CODEOWNERS
81-
.. _cardano-haskell-packages: https://github.com/input-output-hk/cardano-haskell-packages
80+
.. _CODEOWNERS: https://github.com/IntersectMBO/cardano-db-sync/blob/master/CODEOWNERS
81+
.. _cardano-haskell-packages: https://github.com/IntersectMBO/cardano-haskell-packages
8282
.. _fourmolu: https://github.com/fourmolu/fourmolu

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ above is met).
7171

7272
Install db-sync with one of the following methods:
7373

74-
* [Static Binaries](https://github.com/input-output-hk/cardano-db-sync/releases/latest)
74+
* [Static Binaries](https://github.com/IntersectMBO/cardano-db-sync/releases/latest)
7575
* [Installing with Nix][InstallingNix]
7676
* [Installing from Source][Installing]
7777
* [Docker][Docker]

cabal.project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
repository cardano-haskell-packages
2-
url: https://input-output-hk.github.io/cardano-haskell-packages
2+
url: https://chap.intersectmbo.org/
33
secure: True
44
root-keys:
55
3e0cce471cf09815f930210f7827266fd09045445d65923e6d0238a6cd15126f
@@ -73,7 +73,7 @@ allow-newer:
7373

7474
source-repository-package
7575
type: git
76-
location: https://github.com/input-output-hk/cardano-node
76+
location: https://github.com/IntersectMBO/cardano-node
7777
tag: 34d89af65439db92293b88967c299c20692abc1c
7878
--sha256: sha256-pVUWfzVnM4RvpFlJNH2ZmWPZzmkGT1Ty8B1p7NFh69M=
7979
subdir:

cardano-chain-gen/cardano-chain-gen.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ name: cardano-chain-gen
44
version: 13.2.0.0
55
synopsis: A fake chain generator for testing cardano DB sync.
66
description: A fake chain generator for testing cardano DB sync.
7-
homepage: https://github.com/input-output-hk/cardano-db-sync
8-
bug-reports: https://github.com/input-output-hk/cardano-db-sync/issues
7+
homepage: https://github.com/IntersectMBO/cardano-db-sync
8+
bug-reports: https://github.com/IntersectMBO/cardano-db-sync/issues
99
license: Apache-2.0
1010
license-file: LICENSE
1111
author: IOHK Engineering Team

cardano-chain-gen/test/Test/Cardano/Db/Mock/Unit/Alonzo/PoolAndSmash.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ poolReg =
7474
where
7575
testLabel = "poolReg-alonzo"
7676

77-
-- Issue https://github.com/input-output-hk/cardano-db-sync/issues/997
77+
-- Issue https://github.com/IntersectMBO/cardano-db-sync/issues/997
7878
nonexistantPoolQuery :: IOManager -> [(Text, Text)] -> Assertion
7979
nonexistantPoolQuery =
8080
withFullConfig alonzoConfigDir testLabel $ \interpreter mockServer dbSync -> do

cardano-chain-gen/test/Test/Cardano/Db/Mock/Unit/Babbage/Other.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ poolReg =
147147
where
148148
testLabel = "poolReg"
149149

150-
-- Issue https://github.com/input-output-hk/cardano-db-sync/issues/997
150+
-- Issue https://github.com/IntersectMBO/cardano-db-sync/issues/997
151151
nonexistantPoolQuery :: IOManager -> [(Text, Text)] -> Assertion
152152
nonexistantPoolQuery =
153153
withFullConfig babbageConfigDir testLabel $ \interpreter mockServer dbSync -> do

cardano-chain-gen/test/Test/Cardano/Db/Mock/Unit/Babbage/Reward.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ simpleRewards =
109109

110110
-- This test is the same as the previous, but in Shelley era. Rewards result
111111
-- should be different because of the old Shelley bug.
112-
-- https://github.com/input-output-hk/cardano-db-sync/issues/959
112+
-- https://github.com/IntersectMBO/cardano-db-sync/issues/959
113113
--
114114
-- The differenece in rewards is triggered when a reward address of a pool A
115115
-- delegates to a pool B and is not an owner of pool B. In this case it receives

cardano-chain-gen/test/Test/Cardano/Db/Mock/Unit/Conway/Other.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ poolReg =
137137
where
138138
testLabel = "conwayPoolReg"
139139

140-
-- Issue https://github.com/input-output-hk/cardano-db-sync/issues/997
140+
-- Issue https://github.com/IntersectMBO/cardano-db-sync/issues/997
141141
nonexistentPoolQuery :: IOManager -> [(Text, Text)] -> Assertion
142142
nonexistentPoolQuery =
143143
withFullConfig conwayConfigDir testLabel $ \interpreter mockServer dbSync -> do

0 commit comments

Comments
 (0)