Commit Graph
9876 Commits
Author SHA1 Message Date
Jordan Dominion 0f20d6137f Merge branch 'dev' into V6 2023-08-21 18:08:00 -04:00
Jordan DominionandGitHub d85987dad8 Merge pull request #1635 from tgstation/v5140Release [TGSDeploy][NugetDeploy]
v5.14.0 Release. Fix gh-pages build. Unpin wingetcreate version
2023-08-21 17:01:17 -04:00
Jordan Dominion 2d02b2f8d8 Fix typo in gh-pages push 2023-08-21 13:47:14 -04:00
Jordan Dominion 4b0c212a75 Revert "Workaround for https://github.com/microsoft/winget-create/issues/429"
This reverts commit e71ef39db9.
2023-08-21 13:45:50 -04:00
Jordan DominionandGitHub cf39147d20 Merge pull request #1630 from tgstation/Cyberboss-patch-2 [NugetDeploy]
Bring client version in line
2023-08-21 13:09:57 -04:00
Jordan Dominion 5226744108 Fix gh-pages push step 2023-08-21 10:19:50 -04:00
Jordan Dominion 794b6df712 Merge branch 'dev' into V6 2023-08-20 22:26:44 -04:00
Jordan DominionandGitHub 2b62e90113 Merge branch 'dev' into Cyberboss-patch-2 2023-08-20 19:54:28 -04:00
Jordan DominionandGitHub 7ffcfc6026 Merge pull request #1632 from tgstation/1147-TheChangelogBiggus
ReleaseNotes/Changelog Overhaul + MariaDB CI Fix
2023-08-20 19:53:17 -04:00
Jordan Dominion fe88394051 Fix bad ordering of debian changelog
No notes before 5.14.0 because of issues
2023-08-20 17:53:09 -04:00
Jordan Dominion dd57d0a9b7 Remove unnecessary second rev-parse 2023-08-20 17:05:06 -04:00
Jordan Dominion 83da107dbf Fix debian changelog terminating lines 2023-08-20 16:59:01 -04:00
Jordan Dominion a00f2e0a4a Actually delete stub changelog 2023-08-20 16:34:00 -04:00
Jordan Dominion aacccfa64d Pass in missing env vars to build_package.sh 2023-08-20 16:18:24 -04:00
Jordan Dominion 23f048809f Merge branch 'dev' into 1147-TheChangelogBiggus 2023-08-20 14:56:53 -04:00
Jordan Dominion 0b35e29d61 Add debian changelog support
Fix some other issues as well
2023-08-20 14:56:52 -04:00
tgstation-server ee4a2a32b2 Merge branch 'dev' into V6 2023-08-20 16:12:35 +00:00
tgstation-server d42e30e779 Merge branch 'master' into dev 2023-08-20 15:56:39 +00:00
Jordan DominionandGitHub f967fe21ab Merge pull request #1634 from tgstation/MoreCICleanup
Cleanup deployment conditionals
2023-08-20 11:55:22 -04:00
Jordan Dominion 45de81500e Fix setting env vars when building on Windows 2023-08-20 02:50:40 -04:00
Jordan Dominion d084080e78 Fix .gitignore for new release notes 2023-08-20 02:49:43 -04:00
Jordan Dominion 0f65522efd Setup autogenerated Nuget release notes 2023-08-20 02:49:34 -04:00
Jordan Dominion 85d66b6ece Add DMAPI/HTTPAPI release notes generation 2023-08-20 02:24:00 -04:00
Jordan Dominion 0fc06a79b1 Pin version of mattnotmitt/doxygen-action used 2023-08-20 01:47:22 -04:00
Jordan Dominion 6256497822 Cleanup deployment conditionals 2023-08-20 01:32:40 -04:00
Jordan Dominion afbd8e75be Merge branch 'dev' into 1147-TheChangelogBiggus 2023-08-20 01:29:56 -04:00
Jordan Dominion 5a045e7190 Merge branch 'dev' into V6 2023-08-20 01:26:30 -04:00
tgstation-server c87ee59202 Merge branch 'master' into dev 2023-08-18 17:49:14 +00:00
Jordan DominionandGitHub 009429a4a2 Merge pull request #1631 from tgstation/MinorCICleanup
Clean up false errors with VSC GitHub Actions Extension
2023-08-18 13:42:56 -04:00
Jordan Dominion 12250239e0 Add missing ArgumentNullException check 2023-08-18 13:02:32 -04:00
Jordan Dominion 53ff35efb4 Revert "Remove unnecessary CA1506 suppression"
This reverts commit f82463337a.
2023-08-18 12:30:21 -04:00
Jordan Dominion 3d6065f4c4 Fix bad field reference in milestone check 2023-08-18 12:29:55 -04:00
Jordan Dominion 0bb479f100 Change milestone check to pull_request
`pull_request_target` would only be needed if it accessed secrets
2023-08-18 11:49:20 -04:00
Jordan Dominion f33e682d21 Add link to changelog.yml in GitHub release 2023-08-18 11:40:46 -04:00
Jordan Dominion f82463337a Remove unnecessary CA1506 suppression 2023-08-18 11:38:43 -04:00
Jordan Dominion 29929d2978 Switch to MariaDB stable to fix build
Note they have a REST API for releases which we will likely need to use to avoid more 404s in the future: https://mariadb.org/downloads-rest-api/
2023-08-18 11:35:42 -04:00
Jordan Dominion bc14c2de07 Remove extra restore step in tgs-deploy job 2023-08-18 11:33:10 -04:00
Jordan Dominion a165d393f4 Allow host to be built without webpanel
- Allows for a speedup when just building ReleaseNotes in CI
2023-08-18 11:32:48 -04:00
Jordan Dominion 4ed9761682 Build Changelog as part of CI
Renaming `dox-build` job to `pages-build`
2023-08-18 11:22:56 -04:00
Jordan Dominion 0ad5c32414 Workaround for https://github.com/github/vscode-github-actions/issues/60 2023-08-18 11:08:18 -04:00
Jordan Dominion 34dbf590d9 Workflow to check that a PR has a milestone set 2023-08-18 10:58:29 -04:00
Jordan Dominion cef860db1b Release notes update
- Added functionality to release notes app to generate full changelog.yml from GitHub metadata. (Incremental)
- Updated PULL_REQUEST_TEMPLATE.md to reflect changes (Strict component list)
2023-08-18 10:56:49 -04:00
Jordan DominionandGitHub 2957ed514f Bring client version in line
It should have been bumped in 29f5e87773
2023-08-17 20:27:20 -04:00
Jordan DominionandGitHub a9086530e2 Remove extra blank line
Satisfy linter
2023-08-15 23:26:49 -04:00
Jordan DominionandGitHub 2f9f410006 Merge pull request #1629 from tgstation/BasedMemeDeprecation [APIDeploy]
Deprecation notice for based meme removal
2023-08-15 20:49:16 -04:00
Jordan Dominion 29f5e87773 Deprecation notice for based meme removal
See commit 261ac08985
2023-08-15 18:53:27 -04:00
Jordan Dominion 261ac08985 Removes "Based on what?" meme
Linus Tech Tips is cancelled
2023-08-15 18:48:38 -04:00
tgstation-server e6960db1e2 Merge branch 'dev' into V6 2023-08-15 04:04:29 +00:00
tgstation-server 97659bc01d Merge branch 'master' into dev 2023-08-15 03:39:41 +00:00
Jordan DominionandGitHub f3ac6d3ea9 Merge pull request #1627 from tgstation/WingetTemplateUpdate
Winget template update
2023-08-14 23:38:21 -04:00