Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / abdulrhmangoni/llms-tdm-server issues and pull requests
#81 - Use logging service to log any unexpected errors
Pull Request -
State: closed - Opened by AbdulrhmanGoni 2 months ago
#80 - Merge "datasets" and "recent-activities" collections into "users" collections
Pull Request -
State: closed - Opened by AbdulrhmanGoni 3 months ago
#79 - Setup production environment
Pull Request -
State: closed - Opened by AbdulrhmanGoni 3 months ago
#78 - Set up staging environment to test production environment localy
Pull Request -
State: closed - Opened by AbdulrhmanGoni 3 months ago
#77 - Add `CORS` headers to the responses for the client
Pull Request -
State: closed - Opened by AbdulrhmanGoni 3 months ago
#76 - Write huggingface service related e2e and integration tests
Pull Request -
State: closed - Opened by AbdulrhmanGoni 3 months ago
#75 - Write some huggingface service related tests and refactor some files
Pull Request -
State: closed - Opened by AbdulrhmanGoni 3 months ago
#74 - Create continuous integration workflow
Pull Request -
State: closed - Opened by AbdulrhmanGoni 3 months ago
#73 - Fix a bug in `setDatasetRepository_service` function and write tests for it
Pull Request -
State: closed - Opened by AbdulrhmanGoni 3 months ago
#72 - Write new three e2e tests files
Pull Request -
State: closed - Opened by AbdulrhmanGoni 3 months ago
- 1 comment
#71 - Make updates middlewares reject the empty update payloads
Pull Request -
State: closed - Opened by AbdulrhmanGoni 3 months ago
#70 - Set a maximum number of datasets for each user
Pull Request -
State: closed - Opened by AbdulrhmanGoni 3 months ago
- 1 comment
#69 - Add a feature to `setDatasetRepository_service` and fix a bug in it
Pull Request -
State: closed - Opened by AbdulrhmanGoni 3 months ago
#68 - Add `deleteRepository` & `deleteDatasetFile` options to `unlinkDatasetWithRepository`
Pull Request -
State: closed - Opened by AbdulrhmanGoni 3 months ago
- 1 comment
#67 - Add `Upload code coverage to Codecov` step to tests workflow
Pull Request -
State: closed - Opened by AbdulrhmanGoni 3 months ago
#66 - Integrate `Huggingface` with LLMs-TDM
Pull Request -
State: closed - Opened by AbdulrhmanGoni 3 months ago
#65 - Write unit tests for two functions
Pull Request -
State: closed - Opened by AbdulrhmanGoni 4 months ago
#64 - Create a tests workflow to run tests using github actions
Pull Request -
State: closed - Opened by AbdulrhmanGoni 4 months ago
#63 - Write tests for recent activities registration feature
Pull Request -
State: closed - Opened by AbdulrhmanGoni 4 months ago
#62 - Establish database connection before integration tests
Pull Request -
State: closed - Opened by AbdulrhmanGoni 4 months ago
#61 - Write dataset instructions related tests
Pull Request -
State: closed - Opened by AbdulrhmanGoni 4 months ago
#60 - Write datasets related e2e and integration tests
Pull Request -
State: closed - Opened by AbdulrhmanGoni 4 months ago
#59 - Set up the testing environment to be ready to write and run tests
Pull Request -
State: closed - Opened by AbdulrhmanGoni 4 months ago
#58 - Separate testing and development configs file and docker composes files
Pull Request -
State: closed - Opened by AbdulrhmanGoni 4 months ago
#57 - Move `sanitizer` function to a separate file & Fix `JSONL` format issue
Pull Request -
State: closed - Opened by AbdulrhmanGoni 4 months ago
#56 - Set up the configurations of the development database and server
Pull Request -
State: closed - Opened by AbdulrhmanGoni 4 months ago
#55 - Create `BooleanValidator` class
Pull Request -
State: closed - Opened by AbdulrhmanGoni 4 months ago
#54 - Add logging service to recent activities registration service
Pull Request -
State: closed - Opened by AbdulrhmanGoni 4 months ago
#53 - Fix a mistake led to return success responses always in `getDatasets_controller` function
Pull Request -
State: closed - Opened by AbdulrhmanGoni 4 months ago
#52 - Create logger service class
Pull Request -
State: closed - Opened by AbdulrhmanGoni 4 months ago
#51 - Collect all services operations results messages in one file
Pull Request -
State: closed - Opened by AbdulrhmanGoni 4 months ago
#50 - Correct the formatter of CSV files
Pull Request -
State: closed - Opened by AbdulrhmanGoni 4 months ago
#49 - Build exporting datasets via web socket connection feature
Pull Request -
State: closed - Opened by AbdulrhmanGoni 4 months ago
#48 - Create global Web Sockets middlewares should be run before all Web Sockets connections handlers
Pull Request -
State: closed - Opened by AbdulrhmanGoni 4 months ago
#47 - Create dataset instructions stream service
Pull Request -
State: closed - Opened by AbdulrhmanGoni 4 months ago
#46 - Create "delete all dataset instructions" service and include it into `deleteDataset_service` service function process
Pull Request -
State: closed - Opened by AbdulrhmanGoni 4 months ago
#45 - Create instructions collection model and refactor instructions services methods
Pull Request -
State: closed - Opened by AbdulrhmanGoni 4 months ago
#44 - Fetch dataset data before registering instruction activity to include the dataset into activity object
Pull Request -
State: closed - Opened by AbdulrhmanGoni 4 months ago
#43 - Rename two fileds in recent activities schema
Pull Request -
State: closed - Opened by AbdulrhmanGoni 4 months ago
#42 - Add the condition that checks if getting a dataset operation is succeed or not
Pull Request -
State: closed - Opened by AbdulrhmanGoni 4 months ago
#41 - Update the query that updates a dataset in `incrementInstructionsCount_service`
Pull Request -
State: closed - Opened by AbdulrhmanGoni 4 months ago
#41 - Update the query that updates a dataset in `incrementInstructionsCount_service`
Pull Request -
State: closed - Opened by AbdulrhmanGoni 4 months ago
#40 - Embedding the data of the activated datasets and instructions into recent activities documents
Pull Request -
State: closed - Opened by AbdulrhmanGoni 4 months ago
#39 - Change the way of registration recent activities because of the change of how recent activities data are stored
Pull Request -
State: closed - Opened by AbdulrhmanGoni 4 months ago
#38 - Reshape the schema of datasets collection to be suitable for a service app serves multi users
Pull Request -
State: closed - Opened by AbdulrhmanGoni 4 months ago
#37 - Create auth middleware for authenticating users requests
Pull Request -
State: closed - Opened by AbdulrhmanGoni 5 months ago
#36 - Build exporting datasets feature to allow users to export their datasets into their machine
Pull Request -
State: closed - Opened by AbdulrhmanGoni 5 months ago
#35 - Build web sockets connections handling feature
Pull Request -
State: closed - Opened by AbdulrhmanGoni 5 months ago
#34 - Create a global middlewares array to be executed before all controller function of all routes.
Pull Request -
State: closed - Opened by AbdulrhmanGoni 5 months ago
#33 - Create `getDatasetByIdInputValidator` middleware
Pull Request -
State: closed - Opened by AbdulrhmanGoni 5 months ago
#32 - Make recent activities service returns the full data of all instructions
Pull Request -
State: closed - Opened by AbdulrhmanGoni 5 months ago
#31 - Create development server starter script
Pull Request -
State: closed - Opened by AbdulrhmanGoni 5 months ago
#30 - Refactor some services functions files
Pull Request -
State: closed - Opened by AbdulrhmanGoni 5 months ago
#29 - Create get dataset by id endpoint (`GET /datasets/:datasetId`)
Pull Request -
State: closed - Opened by AbdulrhmanGoni 5 months ago
#28 - Add getting instructions by ids service method to `InstructionsService` class
Pull Request -
State: closed - Opened by AbdulrhmanGoni 5 months ago
#27 - Build recent activities endpoint to enable accessing recent activities data
Pull Request -
State: closed - Opened by AbdulrhmanGoni 5 months ago
#26 - Create datasets overview service, controller and endpoint
Pull Request -
State: closed - Opened by AbdulrhmanGoni 5 months ago
#25 - Containerize the server or the application with docker
Pull Request -
State: closed - Opened by AbdulrhmanGoni 5 months ago
#24 - Setting up the application and starting the HTTP server
Pull Request -
State: closed - Opened by AbdulrhmanGoni 5 months ago
#23 - Build Aplication's API routes registerers
Pull Request -
State: closed - Opened by AbdulrhmanGoni 5 months ago
#22 - Add `enum` validator feature to `StringValidator` class
Pull Request -
State: closed - Opened by AbdulrhmanGoni 5 months ago
#21 - Fixing a bug and refactoring in `src/models/RecentActivitiesModel.ts` file
Pull Request -
State: closed - Opened by AbdulrhmanGoni 5 months ago
#20 - Refactor `README.md` file & some other things related to `SuccessResponse.ts`
Pull Request -
State: closed - Opened by AbdulrhmanGoni 5 months ago
#19 - Build instructions controller (The representation layer of datasets instructions)
Pull Request -
State: closed - Opened by AbdulrhmanGoni 5 months ago
#18 - Remove an unnecessary code from datasets controllers
Pull Request -
State: closed - Opened by AbdulrhmanGoni 5 months ago
#17 - Build datasets controller
Pull Request -
State: closed - Opened by AbdulrhmanGoni 5 months ago
#16 - Create requests inputs validation middlewares
Pull Request -
State: closed - Opened by AbdulrhmanGoni 5 months ago
#15 - Build a simple validation library for validating requests inputs
Pull Request -
State: closed - Opened by AbdulrhmanGoni 5 months ago
#14 - Build instructions service class (`InstructionsService`)
Pull Request -
State: closed - Opened by AbdulrhmanGoni 6 months ago
#13 - Don't create a new collection if the targeted one isn't exists
Pull Request -
State: closed - Opened by AbdulrhmanGoni 6 months ago
#12 - Create datasets service class `DatasetsService`
Pull Request -
State: closed - Opened by AbdulrhmanGoni 6 months ago
#11 - Build recent activities service (`ActivitiesService` class)
Pull Request -
State: closed - Opened by AbdulrhmanGoni 6 months ago
#10 - Create three reusable utility functions for services layer
Pull Request -
State: closed - Opened by AbdulrhmanGoni 6 months ago
#9 - Create some utility functions to provide a shorthand for some common response.
Pull Request -
State: closed - Opened by AbdulrhmanGoni 6 months ago
#8 - Rename `lib` directory to `utilities`
Pull Request -
State: closed - Opened by AbdulrhmanGoni 6 months ago
#7 - Rename `lib` directory to `utilities`
Pull Request -
State: closed - Opened by AbdulrhmanGoni 6 months ago
#6 - Define app's objects types in `types` directory
Pull Request -
State: closed - Opened by AbdulrhmanGoni 6 months ago
#5 - configurations function runs to does some configuration tasks before the server starts serving requests
Pull Request -
State: closed - Opened by AbdulrhmanGoni 6 months ago
#4 - Create database schemas and models
Pull Request -
State: closed - Opened by AbdulrhmanGoni 6 months ago
#3 - Build the custom routing system
Pull Request -
State: closed - Opened by AbdulrhmanGoni 6 months ago
#2 - Install `mongoose` package for dealing with `mongodb`
Pull Request -
State: closed - Opened by AbdulrhmanGoni 6 months ago
#1 - Add `README.md` file
Pull Request -
State: closed - Opened by AbdulrhmanGoni 6 months ago