Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
0 answers
18 views

How to package and maintain helm charts for both open and closed beta?

I manage some Kubernetes CRDs and package them in Helm Charts for managing the different versions. Currently we only have one Helm Chart version that we deploy to production which is v1.0.0 and any ...
joe b.'s user avatar
  • 151
-1 votes
0 answers
11 views

How many codelines can be defined in this system?

I have a question about codelines and baselines as I'm struggling to understand everything. I just want to know how many possible codelines exists for this system and what are they? system version ...
Benjamin Peljto's user avatar
0 votes
1 answer
346 views

Increase version number with each git commit

I would like to automate assigning version number with each git commit, according to major.minor.patch scheme. For instance, start with commit version 1.0.0. The next commit will be version 1.0.1, and ...
joseph's user avatar
  • 301
1 vote
1 answer
38 views

Adding more debugging on a customer machine

Looking for suggestions on what to do for the following scenario: one of our customer has a problem but we can't reproduce it. We need to send a couple of DLLs modified with more debugging ...
tony's user avatar
  • 843
0 votes
0 answers
35 views

What could be optimal way of storing form response with version history or changelog when someone updates some data?

Problem Statement I am trying to store a form response to a PostgreSQL table and maintain a version history along with timestamps if someone updates any input (just like what google docs offer, but ...
Soumyadeep Dutta's user avatar
0 votes
1 answer
117 views

Use of git reset --soft without the commit id

Is there any use case in using just git reset --soft without mentioning the commit id? I understand its great help when there's a commit id associated with it
Sudhakar M's user avatar
0 votes
0 answers
87 views

Signing the binaries to set up the solution to give a different version number in Blazor WebAssembly

I am new to Blazor WebAssembly and the requirement is to set up the solution to give a different version number, how does this work and what are the steps that we need to follow? I have tried with ...
Shivanshi's user avatar
1 vote
1 answer
211 views

How to put content of multiple directories (each representing different versions) into one local git repo

I have one folder, let's call it Product1.0 and multiple other folders like Product1.1, Product1.2, etc which are modified versions of Product. I want to put this entire thing in one local git repo, ...
Atharva Kitkaru's user avatar
-2 votes
1 answer
170 views

difference between git pull --rebase and git rebase branch [duplicate]

what is the difference between git pull --rebase git rebase origin/nameOfBranch and when must use one over the other
bohi tibuti's user avatar
2 votes
1 answer
637 views

How to automatically generate versions for python packages in a monorepo?

When it comes to generate versions using conventional commits from a repo that contains only one python package things are easy, you just need to use one tool that loops through all the repo commits ...
BPL's user avatar
  • 9,629
0 votes
1 answer
269 views

How to add a tag to a main branch of a code repository in GitHub?

I'm fairly new to Git (and GitHub), and all my many years of version control come from using ClearCase, so I'm conscious of the fact that I might expect something of GitHub that does not exist. I have ...
Anthony Nash's user avatar
  • 1,039
1 vote
0 answers
18 views

What's the meaning of "[" and ")" in semver (Semantic versioning) which is used in SCA Analysis [duplicate]

I already spent a week with semver, and got the basics, i'm not able to understand what's the meaning of "[" and ")" in semver. I'm using https://www.npmjs.com/package/semver to ...
rohitcoder's user avatar
6 votes
2 answers
2k views

Is a small breaking change enough to do a Major Version Upgrade while using SemVer?

I am new to the concept of SemVer. It's seems like very promising idea to implement in my current project. According to the SemVer concept, if a project is name project-a.b.c then, a is Major update(...
Thinker-101's user avatar
0 votes
1 answer
138 views

How to implement DEMO release

My team and I are using GitFlow to versioning our code, but now we need to have a third branch for DEMO to be able to publish from DEVELOP in DEMO for testing and then from DEMO to MASTER when all ...
Emanuele Lacopo's user avatar
0 votes
2 answers
128 views

Version control for medications

I need some help with an algorithm. I'm tracking medications taken by a patient. I'll end up with entries like these: 1/1/22 DrugA 5mg Started DrugA 1/1/22 DrugB 5mg Started DrugB 1/3/22 DrugA 10mg ...
Jonathan Wood's user avatar

15 30 50 per page
1
2 3 4 5
18