Skip to content

Commit 7125550

Browse files
committed
single zip build plus toc updates + wago
1 parent a881cd4 commit 7125550

File tree

8 files changed

+15
-44
lines changed

8 files changed

+15
-44
lines changed

.github/workflows/packaging.yaml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,12 @@ jobs:
2121
exec /home/runner/.luarocks/bin/luacheck AuctionDB/*.lua --no-color --config ./AuctionDB/.luacheckrc -q
2222
- name: Get the packager
2323
run: |
24-
curl -s https://raw.githubusercontent.com/mooreatv/packager/master/release.sh > ./release.sh
24+
curl -s https://raw.githubusercontent.com/mooreatv/packager/v2m/release.sh > ./release.sh
2525
chmod 755 ./release.sh
26-
- name: Create Classic Package
27-
run: ./release.sh -g 1.14.1 -m pkgmeta.yaml -p 336518 -w 25159
26+
- name: Create Multitoc Package
27+
run: ./release.sh -m pkgmeta.yaml
2828
env:
2929
CF_API_KEY: ${{ secrets.CF_API_KEY }}
3030
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
3131
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
32-
- name: Create BfA Package
33-
run: ./release.sh -m pkgmeta.yaml -p 336518
34-
env:
35-
CF_API_KEY: ${{ secrets.CF_API_KEY }}
36-
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
37-
- uses: actions/upload-artifact@master
38-
with:
39-
name: DynamicBoxerBuild-${{ github.sha }}
40-
path: .release/
32+
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}

AuctionDB/AuctionDB-BCC.toc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Interface: 20502
1+
## Interface: 20503
22
## Title: Auction House DataBase (AHDB)
33
## Notes: Auction House DataBase, records DB history and offline queries, for classic and more (|cFF99E5FF/ahdb|r)
44
## Notes: Burning Crusade Classic Edition
@@ -13,6 +13,7 @@
1313
## X-OpenSource-Releases: https://github.com/mooreatv/AuctionDB/releases
1414
## X-Curse-Project-ID: 336518
1515
## X-WoWI-ID: 25159
16+
## X-Wago-ID: R4N2zdNL
1617
MoLib/MoLib.lua
1718
MoLib/MoLibUI.lua
1819
MoLib/MoLibDB.lua

AuctionDB/AuctionDB-Classic.toc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Interface: 11401
1+
## Interface: 11402
22
## Title: Auction House DataBase (AHDB)
33
## Notes: Auction House DataBase, records DB history and offline queries, for classic and more (|cFF99E5FF/ahdb|r)
44
## Notes: Classic Era / Season of Mastery Edition
@@ -13,6 +13,7 @@
1313
## X-OpenSource-Releases: https://github.com/mooreatv/AuctionDB/releases
1414
## X-Curse-Project-ID: 336518
1515
## X-WoWI-ID: 25159
16+
## X-Wago-ID: R4N2zdNL
1617
MoLib/MoLib.lua
1718
MoLib/MoLibUI.lua
1819
MoLib/MoLibDB.lua

AuctionDB/AuctionDB-Mainline.toc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@
1313
## X-OpenSource-Releases: https://github.com/mooreatv/AuctionDB/releases
1414
## X-Curse-Project-ID: 336518
1515
## X-WoWI-ID: 25159
16+
## X-Wago-ID: R4N2zdNL

AuctionDB/AuctionDB.lua

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,9 +290,7 @@ function ADB:AfterSavedVars()
290290
if self.savedVar and self.savedVar.ah then
291291
ADB:AHRestoreData()
292292
end
293-
if ADB.isBurningCrusade then
294-
ADB.ahWaitForSellers = false
295-
end
293+
-- ahWaitForSellers used to work (in 1.13) but they broke it in BCC and then "ported" the breakage
296294
end
297295

298296
local additionalEventHandlers = {

AuctionDB/AuctionDB.toc

Lines changed: 0 additions & 26 deletions
This file was deleted.

AuctionDB/AuctionDB.toc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
AuctionDB-BCC.toc

ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Coming next:
44
- Your input/suggestions welcome !
55
- See open issues for ideas https://github.com/mooreatv/AuctionDB/issues
66

7+
v1.06.00 Feb 12th 2022
8+
- Single zip build + TOC updates + warning that wait for sellers has been broken by blizzard.
9+
710
v1.05.04 November 9th 2021
811
- New option to skip over stuck items in config. Applies rarely to tbc AH
912
(most of the fix in MoLib 8.1.1) - fixes #36

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Auction House DataBase
2-
Auction House DataBase (AHDB for short), records DB history and allows offline queries, for classic and more.
2+
Auction House DataBase (AHDB for short), records DB history and allows offline queries, for classic and bcc.
33

44
This Open Source addon is mostly to capture the evolution of the WoW classic economy from empty to mature.
55

0 commit comments

Comments
 (0)