Skip to content

Commit 16d656e

Browse files
authored
Merge pull request #167 from alithya-oss:fix/repo-tools
Fixed repo-tools
2 parents e86fb09 + 8b67893 commit 16d656e

15 files changed

+30
-166
lines changed

.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,5 @@ site
5858

5959
# vscode database functionality support files
6060
*.session.sql.tmp
61-
scripts
62-
.tmp
63-
scripts
64-
.tmp
65-
scripts
6661
.tmp
6762
scripts

scripts/ci/check-if-release.js

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,7 @@
1-
/*
2-
* Copyright 2025 The Alithya Authors
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
15-
*/
16-
1+
#!/usr/bin/env node
172
/* eslint-disable @backstage/no-undeclared-imports */
183
/*
19-
* Copyright 2020 The Backstage Authors
4+
* Copyright 2025 The Alithya Authors
205
*
216
* Licensed under the Apache License, Version 2.0 (the "License");
227
* you may not use this file except in compliance with the License.

scripts/ci/create-tag.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* limitations under the License.
1515
*/
1616

17-
1817
import { Octokit } from '@octokit/rest';
1918
import { resolve as resolvePath } from 'path';
2019
import fs from 'fs-extra';

scripts/ci/generate-bump-changesets.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* limitations under the License.
1515
*/
1616

17-
1817
import { promisify } from 'util';
1918
import { exec as execOriginal } from 'child_process';
2019
import fs from 'fs/promises';

scripts/ci/generate-knip-report.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* limitations under the License.
1515
*/
1616

17-
1817
import { resolve as resolvePath } from 'path';
1918
import { promises as fs } from 'fs';
2019
import { exec } from 'child_process';

scripts/ci/generate-version-bump-changeset.js

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,7 @@
1-
/*
2-
* Copyright 2025 The Alithya Authors
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
15-
*/
16-
1+
#!/usr/bin/env node
172
/* eslint-disable @backstage/no-undeclared-imports */
183
/*
19-
* Copyright 2025 The Backstage Authors
4+
* Copyright 2025 The Alithya Authors
205
*
216
* Licensed under the Apache License, Version 2.0 (the "License");
227
* you may not use this file except in compliance with the License.

scripts/ci/list-workspaces-with-changes.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
import { execFile as execFileCb } from 'child_process';
1817
import { promises as fs } from 'fs';
1918
import { promisify } from 'util';

scripts/ci/set-release-name.js

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,7 @@
1-
/*
2-
* Copyright 2025 The Alithya Authors
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
15-
*/
16-
1+
#!/usr/bin/env node
172
/* eslint-disable @backstage/no-undeclared-imports */
183
/*
19-
* Copyright 2020 The Backstage Authors
4+
* Copyright 2025 The Alithya Authors
205
*
216
* Licensed under the Apache License, Version 2.0 (the "License");
227
* you may not use this file except in compliance with the License.

scripts/ci/verify-changesets.js

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env node
12
/*
23
* Copyright 2025 The Alithya Authors
34
*
@@ -14,22 +15,6 @@
1415
* limitations under the License.
1516
*/
1617

17-
/*
18-
* Copyright 2020 The Backstage Authors
19-
*
20-
* Licensed under the Apache License, Version 2.0 (the "License");
21-
* you may not use this file except in compliance with the License.
22-
* You may obtain a copy of the License at
23-
*
24-
* http://www.apache.org/licenses/LICENSE-2.0
25-
*
26-
* Unless required by applicable law or agreed to in writing, software
27-
* distributed under the License is distributed on an "AS IS" BASIS,
28-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
29-
* See the License for the specific language governing permissions and
30-
* limitations under the License.
31-
*/
32-
3318
import { join } from "path";
3419
import fs from "fs/promises";
3520
import { default as parseChangeset } from "@changesets/parse";

scripts/ci/verify-lockfile-duplicates.js

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env node
12
/*
23
* Copyright 2025 The Alithya Authors
34
*
@@ -14,22 +15,6 @@
1415
* limitations under the License.
1516
*/
1617

17-
/*
18-
* Copyright 2020 The Backstage Authors
19-
*
20-
* Licensed under the Apache License, Version 2.0 (the "License");
21-
* you may not use this file except in compliance with the License.
22-
* You may obtain a copy of the License at
23-
*
24-
* http://www.apache.org/licenses/LICENSE-2.0
25-
*
26-
* Unless required by applicable law or agreed to in writing, software
27-
* distributed under the License is distributed on an "AS IS" BASIS,
28-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
29-
* See the License for the specific language governing permissions and
30-
* limitations under the License.
31-
*/
32-
3318
/* eslint-disable @backstage/no-undeclared-imports */
3419

3520
import { execFile as execFileCb } from "child_process";

0 commit comments

Comments
 (0)