Commit Graph
100 Commits
Author SHA1 Message Date
adminandGitHub 3c400fb546 use newer bash (#977)
* use env bash instead of /bin/bash

* check for variable existence


Former-commit-id: 25a00ebffec9ba8c820be29c9adfd0a4c0f9cb29
2021-10-02 09:20:37 -07:00
adminandGitHub 78857131c9 some script cleanup (#976)
* some script cleanup

* also move the install script


Former-commit-id: cbbc6ed9675a44b607d2f9d0f32948424db3a949
2021-10-02 08:57:26 -07:00
adminandGitHub 4f76dfc0ca change the interface for rolls to make testing easier (#973)
Former-commit-id: d2d37ff64e8021d70eb746453d73bbdac5c55da6
2021-09-30 19:57:26 -07:00
adminandGitHub 655373b206 clean up RestCommandTest a bit (#972)
* clean up rest test

* one more cleanup


Former-commit-id: 3831670fb71543720432f067f57f5d8b227919c3
2021-09-30 18:42:26 -07:00
adminandGitHub 3ecf906a7d floods give devastation (#971)
Former-commit-id: b173a38f96abf96e766aeb3e5fc872e7a9aff2c4
2021-09-30 07:26:19 -07:00
adminandGitHub a1dc2b8d38 try to avoid a race (#970)
* try to avoid a race

* look for closed, not nullptr

* use weak ptrs and an identifier to fix a potential race closing client connections

* newline

* fix comment


Former-commit-id: e177035781a509f9086bd35eb465ab8fa8d7cf83
2021-09-29 08:03:08 -07:00
adminandGitHub d564acce42 flood chance in summer (#969)
* flood chance in summer

* floods, fires, epidemics universally visible

* province info and notifications for some new event types


Former-commit-id: 5cfd2391ac2e527cde6239ca52adcbe591a01d23
2021-09-28 21:01:58 -07:00
adminandGitHub a2009ae0c6 add some more events (#967)
Former-commit-id: 6def0387f1437a1aea7d7d73b77d93a18177b71e
2021-09-27 19:39:44 -07:00
adminandGitHub 902dc228f1 don't bother uploading the pre-notarization bins (#968)
Former-commit-id: 689ffabd0dfc9aa2b35dea2fc9228a98e18cd4a8
2021-09-27 19:32:35 -07:00
adminandGitHub 0c253021a9 don't extract the meta files (#966)
* don't extract the meta files

* don't remove the meta files


Former-commit-id: 4ea2a0048a3cd8f929bf068a8b19e917bd69116b
2021-09-27 19:29:21 -07:00
adminandGitHub df5d10b8e0 remove the dummy file (#965)
Former-commit-id: d7486a5760e4b8ae83e1848531a1742054a6e461
2021-09-27 19:01:27 -07:00
adminandGitHub f7e6d49d25 never adjust integrity below 0, with tests (#964)
Former-commit-id: 3da5868c7338a621f15076f6efb016e5dc549fc0
2021-09-27 19:00:48 -07:00
adminandGitHub 87964f5dbf Don't gitignore the meta files (#963)
* gameplay update

* where are the plugin settings going

* include the meta files

* include all the metas


Former-commit-id: 13308a137ee2f16e5ed4a0a8d9804efdbb0c6b0e
2021-09-27 17:29:01 -07:00
adminandGitHub c8b7ae7b7d put timeout at 15s (#962)
* put timeout at 15s

* newline


Former-commit-id: ea133edc117e468501ab0f3cce9f771dee7afd10
2021-09-27 07:59:04 -07:00
adminandGitHub 77ededcfa1 put a timeout on the wait and check for cancellation (#961)
* put a timeout on the wait and check for cancellation

* modernization

* don't time out so quickly

* put it back to 10s

* Revert "put it back to 10s"

putting it back to 120s after testing

This reverts commit 8dbc720c42015f0c6c476fc2ecbcf04487dfa947.


Former-commit-id: fa4aaf8d5cf880d7e1abf17bece9f7827bb3f47f
2021-09-26 21:26:36 -07:00
adminandGitHub 1ac6fc76fe use generic-webhook-trigger (#960)
* dummy commit to test the webhook

* separate the username/password

* fix the env variable name

* typo

* use the generic webhook token


Former-commit-id: e4947cd757cb3cccc446d2c3a1bbc27001e36e47
2021-09-26 15:52:27 -07:00
adminandGitHub d08b636f5d use the new xcode 13 notarization tooling and pass a webhook (web hooks not yet working) (#958)
* use the new xcode 13 notarization tooling and pass a webhook

* remove the old dirs first

* rebuild the mac client

* add amps

* set more flags

* build them all at once again

* attach the build identifier to the file name

* it should be buildWithParameters and pass the ID

* remove the old tar.gz and use the new build ident parameter


Former-commit-id: fc6d43f03fb24388f22345c19cef8f6d411f7b39
2021-09-26 12:47:09 -07:00
adminandGitHub 0edba6f3ad use the right URL for the platform downloads (#959)
* don't always use the win URL

* install linux unity should be in ci folder


Former-commit-id: d79c538df091788ac3c80039ec41a19513a4fd09
2021-09-25 22:23:05 -07:00
adminandGitHub c613dedfbd fix the title of the Apprehend Outlaw panel (#957)
Former-commit-id: 67c62492ab49ed1a2b0d04a607a336dd103ae7ec
2021-09-25 15:43:25 -07:00
adminandGitHub a824e819b8 update Unity to 2021.1.22f1 in Jenkinsfile (#956)
* update Unity to 2021.1.22f1 in Jenkinsfile

* update unity project to 2021.1.22f1


Former-commit-id: 2923f1529fe0419abf185d0082a588a5338a58ad
2021-09-25 14:59:18 -07:00
adminandGitHub 64c87fc5c1 sort provinces in AvailableOrdersCommandFactory (#955)
* sort provinces in AvailableOrdersCommandFactory

* clean up AvailableOrdersCommandFactoryTest

* test for alpha order


Former-commit-id: 20e73a918a8dee55269591f47ecea805fdadc2ae
2021-09-25 09:22:05 -07:00
adminandGitHub 090b976d66 Devastation ux (#954)
* default improve to devastation if it's available

* never show 0 for stat in improve command


Former-commit-id: b11dcaff0b53105a26c33760cdb8270820c4417c
2021-09-24 18:53:37 -07:00
adminandGitHub c35d3492c4 reduce festival chance (#953)
Former-commit-id: f24543045153b21e38d7476669552b8d40995df6
2021-09-24 17:56:33 -07:00
adminandGitHub 80079b684e always ask for at least 2 new treaties but never more than 5 total (#952)
* always ask for at least 2 new treaties but never more than 5 total

* move quest creation to its own package

* finish the move

* move TreatyCountQuestCreation to its own file and simplify the logic

* update treaty count creation and tests


Former-commit-id: b7ec95036c70343d42d1d9a07a4715e6af2a559b
2021-09-24 17:38:28 -07:00
adminandGitHub b6bbd58b59 put the output cache into the workspace and ignore it (#951)
Former-commit-id: 28d21d89859359c13b019783e7708cfd786685fb
2021-09-24 07:04:43 -07:00
adminandGitHub 791c7145c3 cache the settings in specialized maps (#950)
* cache the settings in specialized maps

* rename


Former-commit-id: 4a25a028ad991e3149ec1ba42e0b6a3a56097a4c
2021-09-23 21:48:07 -07:00
adminandGitHub 85fc0d6824 Free heroes spend vigor (#949)
* free heroes spend vigor

* tired free heroes rest


Former-commit-id: 59c4b6f6267ce908eefd7f104d8ef769d8e11a8a
2021-09-23 21:22:57 -07:00
adminandGitHub 266303d3c2 sort by paladin, then by vigor (#947)
Former-commit-id: 1041802b23d11c9997111cd3aa866bb3bd027dc5
2021-09-23 20:41:58 -07:00
adminandGitHub 1025fc1872 light cleanup of AvailableMarchCommandFactoryTest (#948)
Former-commit-id: 0488a074f24e0256435017755fc534e50ccd1829
2021-09-23 20:41:38 -07:00
adminandGitHub 81f651c2aa more name words (#946)
Former-commit-id: 901b8cb76d0e3543aab386695d2f081938f00e09
2021-09-23 20:27:50 -07:00
adminandGitHub a90bb6b20d populate castle count (#945)
Former-commit-id: 7323fc4302afd4121f6bb7cf2a79c749c086f1ae
2021-09-23 20:25:31 -07:00
adminandGitHub 029e18c549 Move some logic into ProvinceUtils (#944)
* don't clear the ruling faction if there's still a hero left

* move some extra logic into ProvinceUtils


Former-commit-id: 5e92457e03f3a24be7bc5e6f4a005f0f4a3056b5
2021-09-23 20:01:30 -07:00
adminandGitHub 8477363b2e don't clear the ruling faction if there's still a hero left (#943)
Former-commit-id: f7131524c3c94000fa97cc0dda5c916906851006
2021-09-23 17:30:41 -07:00
adminandGitHub 46b0ef418e remove food and gold when a province is abandoned (#942)
* always remove all food and gold when a province has no ruling faction

* clean up the ruling faction clear, but it's failing a test

* only clear when we know for sure

* also remove the hids


Former-commit-id: fc3ea9403d769493f974c639449c0a29f99a2aaa
2021-09-23 08:01:10 -07:00
adminandGitHub b79e9b6bd5 remove scouting info for all players for a scouted province (#941)
Former-commit-id: 13eaa22cba5da966c6d64cca5bb5eb811e4fe98a
2021-09-22 17:11:48 -07:00
adminandGitHub 856e40c88f Clean up the ProvinceConqueredActionTest (#940)
* add the comment

* clean up the province conquered action tests


Former-commit-id: 55a1325fe2b49dd85f83a9a9dcbc1976b3ae6050
2021-09-22 17:04:13 -07:00
adminandGitHub 3aa49e8629 clean up ProvinceUtilsTest (#939)
* clean up ProvinceUtilsTest

* one more idable usage


Former-commit-id: bc396071f196dbe6a46c78d8d520da2653e9304a
2021-09-22 08:04:44 -07:00
adminandGitHub 3e5f898de4 use the full branch name (#937)
* use the full branch name

* more +x

* it's the bazel info

* another bazel info


Former-commit-id: 8c139bac8b2f767dcb4decf81558762006fee139
2021-09-21 20:45:56 -07:00
adminandGitHub ee409c9de8 change up the jenkinsfile (#935)
* change up the jenkinsfile

* use the env

* go back to the other way


Former-commit-id: b7f25b6c9c56811260f61f7a7e411a23f13716e9
2021-09-21 07:16:47 -07:00
adminandGitHub 5a229fb48f tsv updates (#934)
Former-commit-id: 038b2e6298b4e952b7fbfec46e41c22d37de90d8
2021-09-20 21:36:39 -07:00
adminandGitHub 10d63ce469 show festivals in province view (#933)
Former-commit-id: e342a134d403e56c20cb99fc5488096f72adc4d3
2021-09-20 20:06:27 -07:00
adminandGitHub 9fc55da893 show festivals to everyone too (#931)
* show festivals to everyone too

* is it running my code

* client issue

* useless log


Former-commit-id: 25bf8e4830a19f31a1cd1f38a118fb0175e78781
2021-09-20 20:03:55 -07:00
adminandGitHub 5ef5fece2a get rid of the exiting stream spam (#932)
Former-commit-id: c622e36dc658b21bd5d6ae9fb5e457419eef3845
2021-09-20 19:29:06 -07:00
adminandGitHub 7c4b8e6830 add setting endpoint (#929)
* add setting endpoint

* a basic updater util

* get rid of the secret

* take them all as args

* add setting script

* more than one at a time

* use the new one


Former-commit-id: d9260ce0efc27b03973a2bf5bf9f5383982972a4
2021-09-20 19:16:16 -07:00
adminandGitHub ce446bd049 disable concurrent builds on one branch (#930)
Former-commit-id: 005fc699cc3e20e27e0322821239991c91ee4a1d
2021-09-20 07:25:19 -07:00
adminandGitHub c26cebf3fd move blizzard devasatation to province events phase (#928)
Former-commit-id: 7a3a96c08c1832b7497488b5062d747349d28aa9
2021-09-19 22:00:40 -07:00
adminandGitHub cb850066b7 fix dll building (#927)
* expand the tilde

* move the then

* bleh

* it's a directory stupid

* it was -z

* move the spawn strategy


Former-commit-id: ef596cbb1642d5372773fd3b3564f87543737b5d
2021-09-19 21:51:51 -07:00
adminandGitHub 862d803919 spawn_strategy local for grpc unity dlls (#926)
Former-commit-id: aff8380e6bf256e4fa524e0909e8ab86628f102d
2021-09-19 21:21:01 -07:00
adminandGitHub 78435e4cd4 Festival boosts prestige and support (#925)
* give festival boosts

* festivals boost prestige


Former-commit-id: 2e9dadd5e63a4e72e19cefccf6416fe5f5a8430b
2021-09-19 21:17:13 -07:00
adminandGitHub 5a940fa70f update java runtime version to 11 (#924)
Former-commit-id: a539d7c52793aad9a56ccecd36ce0773e1df99b0
2021-09-19 21:12:38 -07:00
adminandGitHub 10baf4b59d reduce blizzard chance from 5% to 2% per month (#923)
Former-commit-id: ba0e0e56d17095a1a3042c48f5738b4f64009129
2021-09-19 21:12:25 -07:00
adminandGitHub 3e0a5d7101 Festivals (#922)
* add festival event types

* festivals happen

* notifications for festivals

* test no brigands on festival


Former-commit-id: 18aa418b4b1536832d6a31331d447433a9bcbf3e
2021-09-19 16:27:22 -07:00
adminandGitHub 5ef20bc55c Scripts in scm (#921)
* migrate all the scripts

* make the scripts executable

* use env


Former-commit-id: 2a864d8db09961317bd7ee345861d1e7fac8d27a
2021-09-19 15:12:58 -07:00
adminandGitHub d7e14cfc37 blizzards add devastation (#920)
Former-commit-id: db69dc92e58a7163e07c051a8c07b775b6d5afe6
2021-09-18 21:37:49 -07:00
adminandGitHub d1cf8e7c03 don't give a snowbound event to a snowbound province (#919)
Former-commit-id: 2bfc6b59f773ce2a14b610ad15d926fb3de67f93
2021-09-18 21:29:49 -07:00
adminandGitHub 63f2d9f30d fix diplomacy selector (#917)
Former-commit-id: 3cb3c41bc3ba05fe44b19d607aab5d9383503651
2021-09-18 17:52:24 -07:00
adminandGitHub 3bb5a1fe35 actually include the untar and add a parameter so I can test in a PR (#918)
* it was still commented

* can I make it a parameter like this

* how about this conditional

* try using booleanParam

* another go


Former-commit-id: ca637aed924f94c42d9dacbb7cf54b4f5609476b
2021-09-18 17:38:32 -07:00
adminandGitHub 57c5d15aa0 Update unity to 2021.1.21f1 (#916)
* update unity to 2021.1.21f1

ignore logs

* don't double up the unity dir (but comment out the big dl)


Former-commit-id: 10f46c01472290a55a1ccd4d610c7d9fc9f26671
2021-09-18 16:22:04 -07:00
adminandGitHub f4a723b954 put the when clauses back (#915)
Former-commit-id: 1fc4ecf81073648a42c1c9d0463f965db1f1d424
2021-09-18 16:04:54 -07:00
adminandGitHub a120fd6250 Better unity version (#913)
* use unity directly

* remove the main check

* older version

* wrong comment

* install unity if not present

* braces

* wrong one

* extracted path

* fix the name and moar prints

* installing into the wrong place

* don't double up the unity dir (but comment out the big dl)

* expand home

* add back the log file

* put the when clauses back

* Revert "put the when clauses back"

This reverts commit 85029b61297ca618db74ad16e2cb171f0175dbd9.

* forgot the backslash

* set -x


Former-commit-id: 8b99c5c6c029d7608eb87ca8460249a897bcaf7d
2021-09-18 15:51:35 -07:00
adminandGitHub b59bc06030 Undead decay (#912)
* start undead decay

* tests

* rename the test


Former-commit-id: 3366af65c76b265c311de7fa80c13c7581686454
2021-09-18 10:56:56 -07:00
adminandGitHub d0559fe4c5 Shardok deploy (#911)
* default to no output base

* turn off main check

* move unity plugin to a separate stage

* restore the check


Former-commit-id: 47b59db45d26adbc712a74392c123c640d6f782e
2021-09-18 10:46:58 -07:00
adminandGitHub ff765886d1 reduce execution chance from 75% to 20% (#910)
Former-commit-id: 8f171ba8c71ea9cfbbd2f0411620b8884c92adfa
2021-09-18 10:21:55 -07:00
adminandGitHub c01de766b9 add row click handler to reserves table (#909)
Former-commit-id: 13430d201baa60e446c11e0b7452d5611f6bf66b
2021-09-18 10:08:46 -07:00
adminandGitHub 2b616551b0 move bazel settings to .bazelrc but set the output dir (#907)
* move remote cache and compilation mode to bazelrc

* more cache references

* grab the dirname from the branch

* forgot the backslashes

* wrong order

* remove extra ws

* hyphen


Former-commit-id: aa52dda9c7b36f8b8c8c8ab0581ae258949d6fa8
2021-09-17 19:11:59 -07:00
adminandGitHub bb08e1cfa7 don't try to march into a province that isn't an eligible destination (#908)
* don't try to march into a province that isn't an eligible destination

* tests are passing


Former-commit-id: 7244f2d337a7bb96f198953d580c586f014a155c
2021-09-17 19:03:35 -07:00
adminandGitHub 0bc0f0d800 Turn back supplies (#906)
* supplies turned back or lost

* fix MovingSupplies references since proto changed

* notifications for supplies lost or returned

* include the name


Former-commit-id: 8053c1999f7dcba415fa47e3b5dccff4963b2d42
2021-09-16 22:09:23 -07:00
adminandGitHub 08fa2b5b59 add a notification for WeatherForcedTurnBack (#905)
Former-commit-id: 780850e6a4bcf9877ceae662f37c69f88db68937
2021-09-16 21:39:43 -07:00
adminandGitHub 9ca1b76652 add lenses dep explicitly (#904)
Former-commit-id: 6ac4d8cba1c5bf6163ad03cfab8e3123baa98430
2021-09-16 20:43:18 -07:00
adminandGitHub 81c20d9921 remove some unneeded imports (#903)
Former-commit-id: f3d678d185ceac203521bdf3254a25c5bc04e6b2
2021-09-16 20:28:52 -07:00
adminandGitHub e50a6aee0e basic turn back for blizzard (#902)
* basic turn back

* shatter the army if there's nowhere to flee


Former-commit-id: 2c7a6e37e47b36b2af4030e84b32dccd9dcbfe6f
2021-09-16 20:25:49 -07:00
adminandGitHub f4913df15c force turn back action (#900)
* start the force turn back action

* ForcedTurnBack now happens after PerformProvinceEventsAction (doesn't yet do anything)

* basic forced turn back action test


Former-commit-id: 0972bc79488a97524e7d19251395546766f6e16c
2021-09-16 19:16:11 -07:00
adminandGitHub d14466bf71 update rules_proto and stop using rules_dotnet directly (#901)
* update rules_proto_grpc

* update rules_proto and stop using rules_dotnet directly


Former-commit-id: 84992def1ac430dce8eb157fe1e213c57455c3f7
2021-09-15 18:48:32 -07:00
adminandGitHub 402d103df0 cd into the workspace before tarring (#899)
Former-commit-id: 533ed36f4760c6046616ef85eec717967631f60a
2021-09-15 15:00:15 -07:00
adminandGitHub 721a15db47 fix a couple of changes due to new C# stuff, I guess (#898)
Former-commit-id: 6615a94ee1d2c08523d742ac5059f112c85764e8
2021-09-15 14:55:17 -07:00
adminandGitHub 730fef34bc update rules_scala (#894)
* update rules_scala

* update rules_scala

* move references to scala libs

* scalapb-runtime

* scalapb runtime in deps

* use scalapb runtime directly

* a reference to lenses

* add lenses separately

* use lenses correctly

* wasn't even used

* new grpc stub stuff


Former-commit-id: 135b358789a5e3eca107f2fda8458e31df1fe342
2021-09-15 07:20:04 -07:00
adminandGitHub 908f57ba14 reenable the reference repo (#897)
* reenable the reference repo

* missed a quote


Former-commit-id: 6c0512e366dbd6985ffd962f76b4fd35f81b43b6
2021-09-14 20:27:43 -07:00
adminandGitHub 3f54f54835 Don’t use shallow clone in main (#896)
* Full checkout for main

* No reference repository


Former-commit-id: b6a7bc6b4d52087ba923ff3056f7110be3aa7735
2021-09-14 17:57:49 -07:00
adminandGitHub bde667cbfb Update grpc to 1.40 and grpc unity3d to 2.41 (#892)
* update to recent GRPC

* wrong prefix

* explicit month and year

* rename


Former-commit-id: b342d201efc4f2a637feaf0a9b688a91e17b6019
2021-09-14 14:12:18 -07:00
adminandGitHub 85dd11f003 Use the std:: min and max functions instead of macros (#893)
* use std::min

* std::max too

* HolyWaveCommand too

* AIUnitScoreCalculator too

* UndeadGrewAction too

* one more in AIUnitScoreCalculator

* MeteorCastAction

* ActionResultApplier too

* ShardokEngine too


Former-commit-id: 0224f0e069a566b12f639c42a6ebd921a2fd3f35
2021-09-14 14:07:12 -07:00
adminandGitHub c58466a92e Remove the Sally phase stuff and add a Forced Turn Back round phase (#891)
* Remove the Sally phase stuff

* add the turn back phase

* Remove some build refs

* import the right one

* Remove from RoundPhaseAdvancer too


Former-commit-id: 1f615c0a1be955159ad81f318d9d76adcc2f81b4
2021-09-13 21:13:13 -07:00
adminandGitHub 35c540ddd1 Jenkins cleanup (#890)
* remove some prune prints

* remove explicitly

* set +x but remove some echoes

* don't always build the plugin


Former-commit-id: 79547441001ced2b427100d461c0fdc13f46bca0
2021-09-11 17:37:56 -07:00
adminandGitHub b58eca15f9 build mac clients too (#889)
* build mac clients too

* put it into steps

* push mac version too

* REMOVE build unity on all branches

* use new script name

* Revert "REMOVE build unity on all branches"

This reverts commit a81120ddd38122da7bd578ac5ee136e4751dd5b2.

* don't do another cd

* comment out again

* missed part of the path

* all in one command

* cleanup

* uncomment the when again

* fix keychain password variable name

* recomment

* uncomment once more


Former-commit-id: 553e34dc56dbc1fc60ef57e2daee4ce01ab1ce05
2021-09-11 17:18:00 -07:00
adminandGitHub b9e5a5f2c1 add the unity windows client to the main pipeline (#888)
* add the unity windows client to the main pipeline

* better bazel options

* add some parallelism

* use ssh key file

* set +x

* I meant minus

* set -e everywhere

* pass it through

* try specifying the workspace

* set -x here too

* compilation_mode in bazelrc

* only build unity on main


Former-commit-id: d34d7b10024e64de5fe47816390ec080c5f8522b
2021-09-11 13:58:45 -07:00
adminandGitHub f3f61b27b4 Free heroes can't go in or out of blizzard province (#887)
* don't allow free hero moves into a blizzard-y province

* outlaws can't go through blizzard either

* outlaws can't go from a blizzard province either


Former-commit-id: 647033b4c16284f9759c38e81e9839e22656393f
2021-09-11 12:38:49 -07:00
adminandGitHub 526e21fe43 move all the has blizzard checks to the utils call (#886)
Former-commit-id: c67157d30b0bb8fdaf1622ea6331f4787aec1c7b
2021-09-11 12:14:22 -07:00
adminandGitHub c267d7bfd7 put the remote cache info into credentials, not bazelrc (#885)
* put the remote cache info into credentials, not bazelrc

* include the right port and location, and use for test too

* exec

* remove unneeded logs


Former-commit-id: 661dc6b0ab90bac2d3bb2c5392b79d5ec8de4cf8
2021-09-11 09:42:03 -07:00
adminandGitHub c321dacc59 With a single reference (#884)
* no reference repo

* include reference once


Former-commit-id: a1e0acdc9dd03127f1278d5fa4c544df2e69394e
2021-09-11 08:57:12 -07:00
adminandGitHub bf8a110d4c Don't allow sending supplies in or out of a blizzard province (#883)
* no send supplies from blizzard province

* refactor the gamestate out of the individual SendSuppliesCommandFactory tests


Former-commit-id: 28e7d77ae186ef74a7caeafc7d28afed417049ba
2021-09-11 08:46:04 -07:00
adminandGitHub 25c628843e Prune old builds and old PRs (#877)
* a try at pruning

* more pruning

* ws

* prune old PRs

* prune main as well

* call the prune scripts in CI

* arguments to prune scripts

* add the other arg and some prints


Former-commit-id: 3325a65d1e01a00d355679a2dd63c0e5d1d4352f
2021-09-10 07:40:58 -07:00
adminandGitHub 65aa1c565f don't sent an email on status change (#881)
* don't sent an email on status change

* just echo

* back to BRANCH_NAME


Former-commit-id: 56fcaef735023121e3d16aa476ef2da3860fd51c
2021-09-10 07:17:45 -07:00
adminandGitHub 3804543a9b try declarative checkout (#879)
* try declarative checkout

* steps

* rename

* skip default

* reference

* another refrence


Former-commit-id: 48eb6283afbb48e5ec9216d37c035e9e4b03bb01
2021-09-09 22:31:32 -07:00
adminandGitHub dbfed5a918 cannot march into a blizzard province (#878)
Former-commit-id: 08c1e369b8846c82e601d8f220585648275d3e4b
2021-09-09 21:20:41 -07:00
adminandGitHub e0227982a8 add blizzard event chance and working months (#874)
* add blizzard event chance and working months

* add blizzard, no tests yet

* blizzards appear

* everyone can see blizzards

* include the blizzard event notification

* on the province info view too

* can't march or travel in a blizzard


Former-commit-id: c37be501088ca26a03b7ef3a9c3f53de21ace4e3
2021-09-09 20:59:23 -07:00
adminandGitHub d7e9fbb375 extra tilde (#876)
Former-commit-id: e62c6e5f71d057eeda994f0d209237bd1d10ec6d
2021-09-09 19:45:33 -07:00
adminandGitHub 2d13d3180c put builds into separate folders by branch (#875)
* use branch name & build number, not whole tag

* also enable timestamps in build log

* bad deployment name

* use different branch env

* remove the old folder

* prs separate


Former-commit-id: 7c76144a9f86ea3a70c02e830d48d9802b6db027
2021-09-09 19:13:00 -07:00
adminandGitHub 6f2e702ee5 add blizzard event (#872)
Former-commit-id: 54dd01194e3003cbbcbb71f958ed7af84499621c
2021-09-09 07:33:12 -07:00
adminandGitHub 08d9ecd32c rm the old eagle_servers first (#873)
Former-commit-id: b30c87a2ec2f795c9a0c9ec545311cc3aedb583e
2021-09-09 07:32:53 -07:00
adminandGitHub 2bee608457 remove more large files (#871)
Former-commit-id: e66764e5b2eebe45ee335d13ab89f41ed4f586ef
2021-09-08 21:48:38 -07:00
adminandGitHub 7402f4e972 correct the symlink (#870)
Former-commit-id: 474d3dad60ed5bc1a5a3a04da35ed3f390436cb3
2021-09-08 07:44:34 -07:00