Compare commits

...

23 Commits

Author SHA1 Message Date
17e0a70de5 Update merge script to handle files from dgp2
All checks were successful
Generate Release / validate_and_release (push) Successful in 9s
2024-11-02 21:14:18 +00:00
9a2d739189 Fix Devonport - was entered as DVP, should have been DPT
Some checks are pending
Generate Release / validate_and_release (push) Waiting to run
2024-11-02 19:32:22 +00:00
3c752caeb9 Closes:
All checks were successful
Generate Release / validate_and_release (push) Successful in 11s
- #20
  - #21
 - #22
 - #23
 - #26
 - #27
 - #29
2024-11-02 19:29:45 +00:00
a3f68176b7 Closes #28
All checks were successful
Generate Release / validate_and_release (push) Successful in 18s
2024-11-02 19:25:31 +00:00
81ea75c31d Add pis/dgp-manual-yet-again.yaml (#19)
All checks were successful
Generate Release / validate_and_release (push) Successful in 11s
Co-authored-by: owlbot <owlbot@owlboard.info>
Reviewed-on: #19
2024-10-31 23:36:07 +00:00
94c31a34f8 Delete pis/dg-manual-again.yaml
All checks were successful
Generate Release / validate_and_release (push) Successful in 10s
2024-10-30 15:33:55 +00:00
ba7dc57b46 manual-additions-from-dgp (#18)
All checks were successful
Generate Release / validate_and_release (push) Successful in 12s
Co-authored-by: owlbot <owlbot@owlboard.info>
Reviewed-on: #18
2024-10-30 15:30:40 +00:00
d4f1cd6c9b auto-manual-addition (#17)
All checks were successful
Generate Release / validate_and_release (push) Successful in 10s
Co-authored-by: owlbot <owlbot@owlboard.info>
Reviewed-on: #17
2024-10-25 21:50:23 +01:00
b4d992414e auto-fixing (#16)
All checks were successful
Generate Release / validate_and_release (push) Successful in 12s
Co-authored-by: owlbot <owlbot@owlboard.info>
Reviewed-on: #16
2024-10-24 21:10:38 +01:00
0c159e121b Adjust merge script to add "gw" as TOC
All checks were successful
Generate Release / validate_and_release (push) Successful in 16s
2024-10-24 20:55:10 +01:00
93726137aa auto-20240722-150645 (#14)
All checks were successful
Generate Release / validate_and_release (push) Successful in 15s
Co-authored-by: owlbot <owlbot@owlboard.info>
Reviewed-on: #14
2024-07-24 13:06:21 +01:00
71a5647146 auto-20240712-112351 (#13)
All checks were successful
Generate Release / validate_and_release (push) Successful in 21s
Reviewed-on: #13
2024-07-12 11:33:46 +01:00
owlbot
0562c3bcb3 Sort & Merge PIS Files 2024-07-12 10:31:03 +00:00
96aa5ef9c0 Reviewed changes
All checks were successful
Generate Release / validate_and_release (push) Successful in 36s
2024-07-12 11:30:29 +01:00
77125dfda0 From owlbot diagram-parser
Some checks failed
Generate Release / validate_and_release (push) Failing after 3m10s
2024-07-12 11:25:15 +01:00
8e14964e43 Remove autoPR from automation as it is not working
All checks were successful
Generate Release / validate_and_release (push) Successful in 16s
2024-07-06 11:38:56 +01:00
3f6b728ebc Remove auto file 2024-07-06 11:38:21 +01:00
ed619461e5 Merge new codes into main file.
All checks were successful
Generate Release / validate_and_release (push) Successful in 36s
2024-07-06 11:36:53 +01:00
e26c2ed7a0 auto-20240706-113231 (#12)
All checks were successful
Generate Release / validate_and_release (push) Successful in 20s
Reviewed-on: #12
2024-07-06 11:34:47 +01:00
owlbot
ea4ec2e34f Sort & Merge PIS Files 2024-07-06 10:32:16 +00:00
6ba95bb5b4 Update pis/auto-20240706-145015.yaml
Some checks failed
Generate Release / validate_and_release (push) Failing after 35s
2024-07-06 11:31:24 +01:00
c7e21c80fe Add pis/auto-20240706-145015 2024-07-06 11:25:00 +01:00
caa07f840c Update knowledgebase data
All checks were successful
Generate Release / validate_and_release (push) Successful in 13s
2024-07-01 16:26:25 +01:00
4 changed files with 2161 additions and 78 deletions

View File

@ -32,13 +32,3 @@ jobs:
commit_user_name: owlbot
commit_user_email: owlbot@owlboard.info
commit_author: owlbot <owlbot@owlboard.info>
- name: Create PR
uses: https://github.com/peter-evans/create-pull-request@v6
with:
token: ${{ secrets.OWLBOT_KEY }}
committer: OwlBot <owlbot@owlboard.info>
signoff: true
title: Merge Changes
reviewers: fred.boniface
branch: main

View File

@ -272,10 +272,10 @@
<Station>
<CrsCode>SAI</CrsCode>
<Name>St Andrews (Bus)</Name>
<SixteenCharacterName>St Andrews</SixteenCharacterName>
<Longitude>-2.796074</Longitude>
<Latitude>56.340409</Latitude>
<Name>Sheffield Arena (Tram)</Name>
<SixteenCharacterName>Sheffield Arena</SixteenCharacterName>
<Longitude>-1.420300</Longitude>
<Latitude>53.398331</Latitude>
</Station>
<Station>

File diff suppressed because it is too large Load Diff

View File

@ -39,6 +39,7 @@ function sortAndMergeYAMLFiles() {
if (item.stops.length > 0) {
outputString += ` - code: "${item.code}"\n`;
outputString += ` stops: [${item.stops.map(stop => `${stop}`).join(',')}]\n`;
outputString += ` toc: "gw"\n`;
}
});
@ -49,8 +50,9 @@ function sortAndMergeYAMLFiles() {
console.error("Error writing gw.pis", err)
}
// Remove any files created by dgp2
files.forEach(file => {
if (file.startsWith('dg_parser')) {
if (file.startsWith('auto-dgp2')) {
fs.unlinkSync(directoryPath + file);
console.log(`Deleted file: ${file}`);
}