Git Commits (July, 2023)

We try to be as transparent as possible when it comes to development, so here you can see any changes we make that we've committed to Git

There is upcoming system maintenance

Saturday 6th December 08:00 We are releasing the new website. Downtime is expected to be no more than 1 hour.

Sunday 7th December 07:00 We are performing a major migration for our back end systems; downtime is expected to be a few hours while this completes.

Avatar
ZeRo
lambda/garrys-mod/addons/core (Branch: dev)
0 Additions 7 Modifications 0 Deletions
  • Fixed gloves inventory icons & inspecting not working
  • Updated Lottery UI to use the correct field, this fixes the Lua error when browsing to the Lottery page
2 years ago
Avatar
ZeRo
lambda/web2/lambdacommunity (Branch: dev)
5 Additions 2 Modifications 0 Deletions

Implemented LC-48: Implement Client API for uploading screenshots

2 years ago
Avatar
ZeRo
lambda/garrys-mod/addons/core (Branch: dev)
7 Additions 1 Modifications 0 Deletions

Fix SC-11: Screenshots not working.

2 years ago
Avatar
ZeRo
lambda/garrys-mod/addons/community-api (Branch: master)
1 Additions 1 Modifications 0 Deletions
  • Implement support for multipart/form-data
  • Added an function to send Multipart form data.
2 years ago
Avatar
ZeRo
lambda/web2/lambdacommunity (Branch: dev)
3 Additions 12 Modifications 0 Deletions

Fixes for Inventory API found during testing

  • Added a method to add a single item
  • Remove casting of Unix timestamps to DateTime objects as Garry's Mod doesn't like these.
  • Minor fixes to field names

Other Changes

  • Added a scheduled task to send a RPC Ping message every 60 seconds, this keeps alive the RPC connections for game servers.
  • Implemented LC-47: Implement in-game store carousel (Fixes SC-1)
  • Disabled API rate limiting on the Inventory API
2 years ago
Avatar
ZeRo
lambda/garrys-mod/addons/core (Branch: dev)
0 Additions 7 Modifications 0 Deletions
  • Removed Legacy Code
  • SC-7: Update Graffiti Customisation in real-time
  • SC-6: Remove legacy MySQL query for gifting and item and use new Inventory API
  • SC-8: Update item modifications in real-time.
  • SC-3: Implement profile saving via new Inventory API
  • Removed profile saving hacks to make it work with the legacy inventory server
  • Removed legacy code
  • Disabled screenshot uploading until LC-48 is implemented (Implement Client API for uploading screenshots)
  • Carousel on the F3 menu now works. (Fixes SC-1: F3 Menu Carousel is broken)
2 years ago
Avatar
ZeRo
lambda/garrys-mod/addons/core (Branch: dev)
1 Additions 8 Modifications 0 Deletions
  • Fix RPC disconnecting/reconnecting constantly
  • Removed the legacy Inventory websocket code
  • Item equip & holster now updates in real time where as previously this would have saved upon leaving
  • Adding items to folders now updates in real time, where as previously this would have been saved upon leaving
  • Fixed "Remove Nametag" not showing up on inventory items
2 years ago
Avatar
ZeRo
lambda/garrys-mod/addons/core (Branch: dev)
0 Additions 7 Modifications 0 Deletions

Replaced most Inventory requests with the new API. Appears to be working well and much faster.

2 years ago
Avatar
ZeRo
lambda/garrys-mod/addons/core (Branch: dev)
0 Additions 38 Modifications 0 Deletions

Updated field names for Inventory items to match the schema

name -> nametag id -> itemid

2 years ago
Avatar
ZeRo
lambda/garrys-mod/addons/core (Branch: dev)
1 Additions 39 Modifications 0 Deletions
  • Start of implementation of the new inventory API system
  • Updated inventory Item key names to match the updated schema
  • Added a utility module
2 years ago
Avatar
ZeRo
lambda/web2/lambdacommunity (Branch: dev)
20 Additions 8 Modifications 0 Deletions

Implement missing economy data:

  • Collections
  • Item Variants
  • Content Creators
  • Souvenirs

Re-implement Inventory functionality as API

What was a dedicated microservice for inventory functionality has now been added as API methods. This should improve the performance and reliability of inventory services.

2 years ago
Avatar
ZeRo
lambda/web2/lambdaid (Branch: dev)
0 Additions 1 Modifications 0 Deletions

Fix an error during Steam sign in.

2 years ago
Avatar
ZeRo
lambda/web2/lambdacommunity (Branch: master)
0 Additions 1 Modifications 0 Deletions
  • Fix voting weight not displaying correctly.
2 years ago
Avatar
ZeRo
▍██▅▄▄█▍▌▇▉ .▊▊▄ ▆▄▄ ▊▅█
Private Commit
▍██▅▄▄█▍▌▇▉ .▊▊▄ ▆▄▄ ▊▅█...!▌▄▇▋▊▉▅ █▅▋▊▅▍ ▆▆▊▇▆ ▌▋▄▋▉▆▋▆▋▄
2 years ago
Avatar
ZeRo
lambda/web2/lambdacommunity (Branch: dev)
0 Additions 1 Modifications 0 Deletions

Fix for HTML on Vote Info page

2 years ago
Avatar
ZeRo
lambda/web2/service-manager (Branch: dev)
0 Additions 3 Modifications 0 Deletions

Implemented external error monitoring along with other projects

2 years ago
Avatar
ZeRo
lambda/web2/lambdaid (Branch: dev)
0 Additions 1 Modifications 0 Deletions

Fix for Captcha on registration throwing an error

2 years ago
Avatar
ZeRo
lambda/web2/lambdacommunity (Branch: dev)
0 Additions 1 Modifications 0 Deletions

Fixed Gunsmith paint style not being in the list of valid paint styles

2 years ago
Avatar
ZeRo
lambda/web2/lambdaid (Branch: dev)
0 Additions 1 Modifications 0 Deletions

Fix for Nova in prod env

2 years ago
Avatar
ZeRo
lambda/web2/lambdaid (Branch: dev)
0 Additions 4 Modifications 0 Deletions
  • Implement sending of exceptions
2 years ago
Avatar
ZeRo
lambda/web2/lambdacommunity (Branch: dev)
1 Additions 5 Modifications 0 Deletions
  • Implement exception handling to an external error tracker
  • API and Async routes will now show a JSON 404 if a resource isn't found
2 years ago
Avatar
ZeRo
lambda/web2/lambdacommunity (Branch: dev)
0 Additions 2 Modifications 0 Deletions

Updated CSS to work with Markdown properly.

2 years ago
Avatar
ZeRo
lambda/web2/lambdacommunity (Branch: dev)
0 Additions 1 Modifications 0 Deletions

Changes Page Update

  • Commits should now display Markdown. Results should be similar to how commits are shown in Discord
2 years ago
Avatar
ZeRo
lambda/web2/lambdacommunity (Branch: dev)
5 Additions 1 Modifications 0 Deletions

Presenter Panel Updates

  • Streaming Details now has GUI guides for SAM Broadcaster, Mixxx and VirtualDJ
2 years ago
Avatar
ZeRo
lambda/web2/lambdacommunity (Branch: dev)
0 Additions 1 Modifications 0 Deletions

Further fixes to CSS

2 years ago
Avatar
ZeRo
lambda/web2/lambdacommunity (Branch: dev)
0 Additions 3 Modifications 0 Deletions

Fixes to validation for presenter profiles Fixes to CSS for show listing

2 years ago
Avatar
ZeRo
lambda/web2/lambdacommunity (Branch: dev)
0 Additions 1 Modifications 32 Deletions

Prune migrations Update Schema

2 years ago
Avatar
ZeRo
lambda/web2/lambdacommunity (Branch: dev)
0 Additions 2 Modifications 0 Deletions

Schedule links for shows now work

2 years ago
Avatar
ZeRo
lambda/web2/lambdacommunity (Branch: dev)
0 Additions 1 Modifications 0 Deletions

Don't use slug route for going back to presenters page

2 years ago
Avatar
ZeRo
lambda/web2/lambdacommunity (Branch: dev)
0 Additions 1 Modifications 0 Deletions

Fix for presenter default images

2 years ago
Avatar
ZeRo
▍██▅▄▄█▍▌▇▉ .▊▊▄ ▆▄▄ ▊▅█
Private Commit
▍██▅▄▄█▍▌▇▉ .▊▊▄ ▆▄▄ ▊▅█...!▌▄▇▋▊▉▅ █▅▋▊▅▍ ▆▆▊▇▆ ▌▋▄▋▉▆▋▆▋▄
2 years ago
Avatar
ZeRo
lambda/web2/lambdacommunity (Branch: dev)
0 Additions 1 Modifications 0 Deletions

Fixed a small bug in updating presenter profiles

2 years ago
Avatar
ZeRo
lambda/web2/lambdaid (Branch: master)
0 Additions 10 Modifications 0 Deletions
  • Update composer packages
2 years ago
Avatar
ZeRo
lambda/web2/lambdacommunity (Branch: dev)
0 Additions 6 Modifications 0 Deletions
  • Updated composer packages
2 years ago
Avatar
ZeRo
lambda/web2/lambdacommunity (Branch: dev)
11 Additions 9 Modifications 0 Deletions

Presenter Panel tools update

  • Presenters can now update their profile
  • Presenters can now create, manage and remove radio shows

#Other Updates

  • Misc fixes and changes
2 years ago
Navigation
Commits Navigation