Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

mjm918

mjm918 pushed 1 commit to master ViteSales/ViteSales
  • Refactor Auth services to use Clerk and reorganize structure Replaced Auth0 dependency with Clerk for user and organ... 95a7a83

View on GitHub

mjm918 pushed 1 commit to master ViteSales/ViteSales

View on GitHub

mjm918 pushed 1 commit to master ViteSales/ViteSales
  • Remove unused assets and components. Deleted unused images, CSS, razor pages, and imports to clean up the repository... e66c046

View on GitHub

mjm918 pushed 1 commit to master ViteSales/ViteSales

View on GitHub

mjm918 pushed 1 commit to master ViteSales/ViteSales
  • Upgrade package dependencies to latest versions Updated Google.Apis.Auth to 1.69.0 in ViteSales.ERP.Shared project. ... 6f5af21

View on GitHub

mjm918 pushed 1 commit to master ViteSales/ViteSales
  • Remove unused assets and configuration files. Deleted obsolete static files, Razor imports, and app styles no longer... 6392cda

View on GitHub

mjm918 pushed 1 commit to master ViteSales/ViteSales
  • Refactor ERP system to async method naming convention. Updated methods across interfaces and services to follow the ... 8eac07e

View on GitHub

mjm918 pushed 16 commits to master ViteSales/ViteSales
  • Merge remote-tracking branch 'origin/master' # Conflicts: # ViteSales.ERP.Console/Program.cs # ViteSales.ERP.Deploym... 110046c
  • Refactor and reorganize project structure and cloud integration. Removed redundant deployment project and configurat... 53d83b2
  • Refactor shared library to ViteSales.ERP.Shared namespace Renamed the "ViteSales.Shared" project and its contents to... eb0b315
  • Refactor Pub/Sub services and enhance logging support Renamed and restructured Pub/Sub interfaces and services to im... 965f3fe
  • Add cloud service interfaces and implement database functionality Introduced multiple interfaces for cloud services,... 60c25af
  • Refactor project request models and enhance compute scaling. Removed `DefaultEndpointSettings` from `UpdateProjectRe... 371c22e
  • Add dependency injection and enhance logging support Introduced Microsoft.Extensions.DependencyInjection into variou... cd23233
  • Add email handling, background job support, and refactoring Introduced email functionality using FluentEmail and Sen... 9689627
  • Add Google Cloud Storage support and attachment I/O service Introduced Google.Cloud.Storage.V1 to enable file upload... 2eb860e
  • Refactor module metadata and service registration. Replaced hardcoded module metadata with custom attributes for bet... c1b04f6
  • Refactor service handling and naming in package modules. Renamed "ModuleId" to "ServiceId" for improved clarity and ... f8c2fea
  • Refactor FiscalYearsModule to use attributes for metadata Replaced property-based metadata with attribute annotation... 0c6c6dc
  • Add initial project setup files and dependencies This includes assets such as fonts, CSS, and icons, along with esse... 011802f
  • Add .gitignore file to exclude unwanted files This .gitignore file prevents unnecessary files and folders from being... cadbb83
  • Merge remote-tracking branch 'origin/master' # Conflicts: # ViteSales.ERP.Auth/ViteSales.ERP.Auth.csproj # ViteSales... e656489
  • Remove redundant ServerCredential class from AppSettingsConfig. The ServerCredential class was unused and duplicated... 614f592

View on GitHub

mjm918 pushed 1 commit to master ViteSales/ViteSales
  • Refactor FiscalYearsModule to use attributes for metadata Replaced property-based metadata with attribute annotation... 46d21d2

View on GitHub

mjm918 pushed 1 commit to master ViteSales/ViteSales
  • Refactor service handling and naming in package modules. Renamed "ModuleId" to "ServiceId" for improved clarity and ... abdd45a

View on GitHub

mjm918 pushed 1 commit to master ViteSales/ViteSales
  • Refactor module metadata and service registration. Replaced hardcoded module metadata with custom attributes for bet... ab446cd

View on GitHub

mjm918 pushed 1 commit to master ViteSales/ViteSales
  • Add Google Cloud Storage support and attachment I/O service Introduced Google.Cloud.Storage.V1 to enable file upload... 608c30c

View on GitHub

mjm918 closed an issue on ViteSales/ViteSales
allow email send
mjm918 pushed 1 commit to master ViteSales/ViteSales
  • Add email handling, background job support, and refactoring Introduced email functionality using FluentEmail and Sen... 34b86de

View on GitHub

mjm918 opened an issue on ViteSales/ViteSales
allow email send
mjm918 pushed 1 commit to master ViteSales/ViteSales
  • Add dependency injection and enhance logging support Introduced Microsoft.Extensions.DependencyInjection into variou... c76f6b0

View on GitHub

mjm918 pushed 1 commit to master ViteSales/ViteSales
  • Refactor project request models and enhance compute scaling. Removed `DefaultEndpointSettings` from `UpdateProjectRe... 99c5c1d

View on GitHub

mjm918 pushed 1 commit to master ViteSales/ViteSales
  • Add cloud service interfaces and implement database functionality Introduced multiple interfaces for cloud services,... d22b9ae

View on GitHub

mjm918 pushed 1 commit to main mjm918/mjm918

View on GitHub

mjm918 pushed 1 commit to master ViteSales/ViteSales
  • Refactor Pub/Sub services and enhance logging support Renamed and restructured Pub/Sub interfaces and services to im... 382ffef

View on GitHub

mjm918 pushed 18 commits to master ViteSales/ViteSales
  • Create README.md 9c127b6
  • Add `Upsert` operation and improve database utilities Implemented support for `Upsert` operations in database contex... 49a16de
  • Refactor validation, modules, and database handling logic. Updated validation logic to streamline rules and support ... 1dc07e4
  • Remove unused AuditTrail repository and improve audit handling. The AuditTrail repository was removed as its functio... b9d2f55
  • Add message queue integration using Google Pub/Sub. Introduced Google Pub/Sub-based messaging to the SDK. Implemente... 9bf8f4e
  • Update modules, database roles, and JSON handling utilities Reduced ack deadline, added `Others` field to packaged m... 97aa174
  • Refactor role management to use AccessTypes enum. Replaced DbUserRoles with AccessTypes to streamline role handling ... 10c3fca
  • Refactor package management and enhance modularity Removed obsolete package-related classes, modules, and entities. ... d9ecb1b
  • Refactor namespaces and improve DbContext implementation Updated namespaces for consistency by aligning all services... afca8d3
  • Refactor GCP authentication and PubSub integration. Replaced `GcpAuthInfo` and `GcpConfig` models with a centralized... 5b7d38a
  • Refactor service initialization and configuration handling. Introduced a centralized `ViteSales` class for dependenc... ed5e867
  • Refactor attribute naming and interface implementations Renamed `BindDataType` to `FieldDataType` for consistency an... a947e28
  • Add MasterViewType and DetailsViewType attributes support Introduced `MasterViewType` and `DetailsViewType` attribut... 63a1d78
  • Add .dockerignore and Solution Items to project Created a comprehensive `.dockerignore` file to exclude unnecessary ... 8008fcd
  • Refactor settings and implement authentication services Removed redundant AppSettings and models, replacing them wit... 0e1d319
  • Add new Auth and Deployment modules with required services Introduced `ViteSales.ERP.Auth` and `ViteSales.ERP.Deploy... fff9e1d
  • Add `Database` enum with region, name, and tag extensions Introduced a new `Database` enum to represent datacenter l... 3db247d
  • Merge remote-tracking branch 'origin/master' # Conflicts: # ViteSales.ERP.Console/Program.cs # ViteSales.ERP.Deploym... 81f52dc

View on GitHub

mjm918 created a comment on an issue on digitalocean/api-v2
Hi, It's very confusing. the slugs and the names do not match. I'm not sure which slug to choose. @tasosz @UtsavPreet did you find any solution?

View on GitHub

mjm918 pushed 1 commit to master ViteSales/ViteSales
  • Add .dockerignore and Solution Items to project Created a comprehensive `.dockerignore` file to exclude unnecessary ... cbd976c

View on GitHub

mjm918 opened an issue on workos/workos-dotnet
User Management Service?
Hi, Is there any reason why User Management service is not available in this project? Is there any plan to add it? `https://github.com/workos/workos-go/tree/main/pkg/usermanagement`