Commit Graph

34 Commits

Author SHA1 Message Date
Alex
8f8efb7ddd Gitea workflows rebrand (!346)
Co-authored-by: clodan <clodan@clodan.com>
Reviewed-on: https://dev.sp-tarkov.com/SPT/Server/pulls/346
Co-authored-by: Alex <clodan@noreply.dev.sp-tarkov.com>
Co-committed-by: Alex <clodan@noreply.dev.sp-tarkov.com>
2024-05-21 21:30:27 +00:00
Refringe
1563e0efff
Updates Lint/Style Workflows
- Updates the messaging on the listing workflow.
- Removes the old style workflow.
2024-05-07 21:21:49 -04:00
chomp
79a5d32cb2 Merge 381 into master (!322)
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/322
2024-05-04 20:44:31 +00:00
Refringe
dce2ccbcfd
Workflow: Attempt to fetch before checking out the PR merge commit by hash 2024-04-25 01:43:03 -04:00
Refringe
432ae73a6b
Workflow: Incorrect install npm working directory 2024-04-25 01:34:35 -04:00
Refringe
593121e5a7
Workflow: Try using the branch for pushes, and sha for PRs 2024-04-25 01:27:52 -04:00
Refringe
ea0b4bdeed
Workflow: Reference the current branch in the clone command. 2024-04-25 00:47:42 -04:00
Refringe
900e0e6a15
Workflow: Running into walls. Work from a subdirectory. 2024-04-25 00:39:24 -04:00
Refringe
bf7f5c943c
Workflow: Start the clone step from the workspace directory 2024-04-25 00:34:02 -04:00
Refringe
3e2e2e47df
Workflow: Use the workspace environment variable 2024-04-25 00:27:18 -04:00
Refringe
1495587b43
Workflow: Attempts to access the environment variables differently 2024-04-25 00:18:27 -04:00
Refringe
ba4e26585b
Workflow: Adds debugging information 2024-04-25 00:10:32 -04:00
Refringe
391834081e
Workflow: Reverts to manual checkout, swaps to using GITHUB_REF 2024-04-25 00:06:29 -04:00
Refringe
d47f7e3b13
Workflow: Pull LFS files manually. Checkout doesn't like us. 2024-04-24 23:42:17 -04:00
Refringe
cfdea7d325
Workflow: Tests the checkout action 2024-04-24 23:31:39 -04:00
Dev
9862336645 Remove file added by mistake 2024-04-23 11:16:28 +01:00
micyael
1881a0842a Fixed incorrect handbook price using CustomItemService (!301)
The handbookPriceRoubles member of base class NewItemDetails was never used to create the new item.

Co-authored-by: Refringe <me@refringe.com>
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/301
Co-authored-by: micyael <micyael@noreply.dev.sp-tarkov.com>
Co-committed-by: micyael <micyael@noreply.dev.sp-tarkov.com>
2024-04-23 10:15:29 +00:00
Refringe
3ef3f076b0
Updates workflows to run properly on pull requests 2024-04-22 15:41:44 -04:00
Refringe
dfaed660ed
Workflows - Minor Formatting 2024-04-10 19:56:01 -04:00
Refringe
eb57a5e01f
Workflows - Fixes Fix Instructions 2024-04-10 19:47:11 -04:00
Refringe
2b50b29db2
Adds Lint & Style Workflows 2024-04-10 19:29:20 -04:00
Refringe
a331ab608d
Test Workflow - Cache NPM Dependencies 2024-04-10 18:42:58 -04:00
Refringe
adc71829f3
Test Workflow - Update Workflow Job Name 2024-04-10 16:51:49 -04:00
Refringe
87877187b0
Test Workflow - List LFS Files & Update Project Path 2024-04-10 16:48:45 -04:00
Refringe
74ff13068d
Test Workflow - Hardcode Repo & Update SHA Name 2024-04-10 16:46:05 -04:00
Refringe
3ecd4f39f7
Test Workflow - Drops Checkout Action
This removes the actions/checkout action. It wasn't pulling down LFS files properly. We're doing it manually now.
2024-04-10 16:30:11 -04:00
Refringe
90cec27718
Uses Image With LFS For Test Workflow
Apparently you need LFS to run LFS. 🤦
2024-04-10 16:07:30 -04:00
Refringe
a51ef26dae
Tests Workflow - Pull LFS Files
This pulls down the server git lfs files for the test.
2024-04-10 16:02:18 -04:00
Refringe
a76dfcc029
Fixes Tests Workflow For Real
Can't use `npm ci`. Forgot that we removed the package lock file. Also updated the working directory path.
2024-04-10 15:37:09 -04:00
Refringe
94b7d31bc8
Fixes Tests Workflow
Apparently we need node to run node. 🙄
2024-04-10 15:32:39 -04:00
Refringe
9069de76af
Run Tests Workflow
This is a Gitea workflow that runs the test suite after a commit or PR.
2024-04-10 15:26:20 -04:00
Refringe
3951e29a34 Refresh ItemDB Cache Workflow (!282)
This commit adds a workflow that will send an API request to the item DB website that will clear its cache. It will run whenever there is a commit on the `master` branch with a change to one of the files within the `project/assets/database` directory.

Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/282
Co-authored-by: Refringe <me@refringe.com>
Co-committed-by: Refringe <me@refringe.com>
2024-04-08 22:00:02 +00:00
Refringe
9d8115a978
Updates build trigger email address 2024-03-28 20:25:55 -04:00
Refringe
92ab6ceda8 Server Build Trigger (!273)
This is a workflow that triggers the build workflow of the Build project whenever this project has a tag pushed to it.

Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/273
2024-03-28 14:52:56 +00:00