Skip to main content

Questions tagged [repository]

Can refer to the data store of a version control system containing the whole history of a project, or to an object that transfers data between the business layer of an application and its data store.

repository
3 votes
0 answers
15 views

How to implement a Repository in DDD correctly

I have a question regarding DDD and the repository pattern. I have an AggregateRoot Report that has Transactions (which is an Entity Array). I used to have a CRUD repository and when I was modifying a ...
Giorgos Ntymenos's user avatar
0 votes
0 answers
21 views

TypeORM fails to load postgresql tables associated with the id in Nest.js application

The problem I'm facing is that this query sometimes returns jobs where userId is not present in reviewUsers, inviteUsers, or favouriteUsers, despite expecting to retrieve all jobs where userId matches ...
Aleksandregvrm's user avatar
0 votes
0 answers
24 views

Create Pull Request between two seperate GitHub repositories (without fork) [duplicate]

I am looking for the need to maintain two separate repositories, parent and child. The parent has all the features, but the child does not. So I need to make PR from parent to child for some features. ...
Dileepa Mabulage's user avatar
-1 votes
0 answers
10 views

SVN Premature end of content data in dumpstream svn windows

I am trying to import DUMP File (SVN) using command line and windows interface, at the end of processing it says "premature end of content data in dumpstream svn windows" result my import ...
Prabhakar Dwivedi's user avatar
0 votes
0 answers
14 views

API to get information/meta-data about a package from Package managers such npm, nuget, maven etc

I am working on a project, wherein i would like to get data about a package and its dependencies from various sources such as npm, nuget, maven etc. Is there any way to do it. For example In the ...
Vikneshwaran Seetharaman's user avatar
0 votes
0 answers
27 views

unwanted p2 directory in rcp application after installation

after creating an eclipse rcp application, the folder structure contains some folders like "p2" which are not required for me. Even if that is required for updates I am not interested in ...
Ravi Bodla's user avatar
0 votes
0 answers
11 views

Git file patch with lib/s and web.xml changes

I'm trying to mantain a repository made with branches of the same core project but each branch has few elements (like for example css values and logo) who need to remain different, i was trying to do ...
Thoruk's user avatar
  • 26
0 votes
0 answers
20 views

OpenSuse Leap Micro 6.0 error to refresh repository Problem retrieving files from 'repo-main (6.0)'

please help me to solve this issue. I installed opensuse leap micro 6.0 on my virtual machine. when I want to install git, it show error. then, I tried to refresh my repo. I got this error sudo zypper ...
Julius Tanuwijaya's user avatar
-1 votes
0 answers
17 views

Aggregated One-to-many field not being saved properly into the database with Spring Data

I'm trying to make a simple restful app and got stuck on testing the repo level. For the educational purpose it's not allowed to use Spring Boot. I need to have a One-to-many, Many-to-Many, Many-to-...
Vlad's user avatar
  • 1
0 votes
1 answer
23 views

Wanting to add files to an already Existing Repo on GitHub

I am very new to working with Git and GitBash. I have a repo on GitHub called "RepoA" which already has some files (let's say files from FolderA). I uploaded these on there using add, commit ...
Rin R's user avatar
  • 3
0 votes
0 answers
24 views

Is there a way to share a private GitHub Repository with someone without adding them as a collaborator?

So, the main problem is I want to share the GitHub Repository with a recruiter. They have given me some task, which I completed and pushed it on GitHub. I can keep the repository Public and share it ...
Aniruddha's user avatar
0 votes
0 answers
37 views

Build was configured to prefer settings repositories over project repositories but repository 'Gradle Libs'

I have an existing Flutter project and have resolved several issues so far. However, a new issue has arisen: Build was configured to prefer settings repositories over project repositories but ...
khoi's user avatar
  • 1,100
-1 votes
1 answer
18 views

There is a malfunction in my local repository branch

Yesterday, I encountered a commit conflict while fetching from my upstream. In my limited knowledge, I deleted the file with the commit conflict from my vs code. Now, I tried to fetch from my upstream ...
Uduak Etimfon's user avatar
0 votes
0 answers
23 views

Uploading Large WAV Sound Files into Github

I'm trying to upload large WAV files into a Github Repository that I have. They have music that will play in a game I'm designing. But Github won't let me upload them to the repository because they ...
Sean Creveling's user avatar
-2 votes
0 answers
29 views

Error trying to push code to my GitHub remote repo

I'm trying to push a project to my GitHub repo from VSCode, but everytime I push it brings the error: "Can't push refs to remote. Try running pull first to integrate your changes" Me trying ...
Daniel Tashobya's user avatar

15 30 50 per page
1
2 3 4 5
613