Questions tagged [changelog]

A changelog is a log or record of changes made to a project.

A changelog is a log or record of changes made to a project, such as a website or software project, usually including such records as bug fixes, new features, etc

315 questions
2
votes
4 answers

How to extract string between numbers? (And keep first number in the string?)

I am trying to extract data from a change log using RegEx. Here is an example how the change log is structured: 96545 this is some changes in the ticket some new version: x.x.22 another change new version: x.y.2.2 120091 this is some changes in the…
Audiogott
  • 95
  • 2
  • 12
2
votes
1 answer

How to go about creating a changelog.md on every merge from master to staging branch?

I would like to automatically create a Changelog.md every time I merge from master to staging or from staging to production. How to best go around doing this ? Where I'm getting stuck is that the project I'm currently working on - built with…
intercoder
  • 2,171
  • 7
  • 23
  • 34
2
votes
1 answer

How to create the liquibase dbchangelog programatically using java code?

I recently used the liquibase change set to generateChangelog , diff and updateSQL to create the change log, to find the difference and to generate the ddl scripts respectively. And my change log looked something like this and it was an xml…
JITHIN_PATHROSE
  • 1,134
  • 4
  • 14
  • 29
2
votes
2 answers

How to use Liquibase programatically in java?

I am new to Liquibase and have successfully generated the ddl scripts for the given change log. I used the change set as an xml and generated the ddl scripts using the maven goal liquibase:updateSQl.I also used the liquibase.properies for specifying…
JITHIN_PATHROSE
  • 1,134
  • 4
  • 14
  • 29
2
votes
1 answer

GitHub changelog links to commits

Some projects have a CHANGELOG.md file where each version links to the range of commits that were made for that version. For example, this one. It looks like these links are automatically generated somehow, because the markdown only contains [1.0.0]…
jqno
  • 15,133
  • 7
  • 57
  • 84
2
votes
2 answers

gitchangelog problems with release versions

I am using gitchangelog as indicated here with the reference configuration file unchanged. I have tagged one commit with v1.0.2: 0d34763 new: added generic 400 bad request for typeerrors when creating input_data in addition to having one commit…
Si Mon
  • 397
  • 3
  • 16
2
votes
2 answers

How to create changelog for table?

I need to create a change history of table rows when a certain field is changed. So what I wanted to do is create a trigger on table update. When the field txta changes, I want the whole row to get copied over to debugwhich is a cloned version of…
siryx
  • 139
  • 1
  • 2
  • 12
2
votes
1 answer

Audit table design suggestions

Is it the correct approach? Any suggestions to make it better? Below is screenshot of employee table and its shadow table where the tl_name and dept fields may change and currently using shadow table to track all changes. Records are…
Santosh
  • 12,175
  • 4
  • 41
  • 72
2
votes
0 answers

how to write new entity in postCalculateUnitOfWorkChangeSet or preCommitTransaction

I am using Eclipselink and want to write changlog (an entity) for all insert/change/delete business enitities. I found the hooks postCalculateUnitOfWorkChangeSet or preCommitTransaction of SessionEventAdapter where I can build and insert changelog…
Jacky
  • 8,619
  • 7
  • 36
  • 40
2
votes
1 answer

How to figure out the exact ruby version that jRuby is compatible with

When updating jRuby, I'm always having a look at their release notes to figure out which ruby syntax I'm able to use. Quite recently, the change logs just say Ruby 2.x compatibility. Is there a way or place to find out against which exact ruby…
sudoremo
  • 2,274
  • 2
  • 22
  • 39
2
votes
1 answer

Worksheet_Change Sub slow autocalculation

I have a very complex Excel file that should have been replaced with a database a looong time ago, however it is not possible at the time. There is a need to implement a way to record when a change was made to a certain columns and record the date…
mozgov_net
  • 317
  • 2
  • 12
2
votes
1 answer

Maven changelog plugin with Mercurial problem

I have configured my Maven2 project to generate a changelog report from a Mercurial repository (accessible via file:// protocol) but the goal execution fails with the following message: + Error stacktraces are turned on. [INFO] Scanning for…
Karel Smutný
  • 1,100
  • 1
  • 9
  • 17
2
votes
1 answer

TeamCity ChangeLog Details through API REST

I'm trying to get the changelog details through the REST API. So far, what I've got is this: https://teamcity.blabla.com/httpAuth/app/rest/changes/buildType:(id:20140010), which lists the latest change in the latest build of the buildType. Do you…
Morgan Soren
  • 563
  • 4
  • 14
  • 33
2
votes
1 answer

How to get full changelog from Git as an artifact in TeamCity

I wonder, are there any way to get full changelog for the project as an artifact in TeamCity. So I want it to look something like this: Build 1.0.0: - Commit 1 - Commit 2 Built 1.0.1: - Commit 3 Are there any way to do this?
kjen93
  • 60
  • 5
2
votes
0 answers

sharer.php changed today? Any changelog?

Do Facebook change the sharer.php support today? Is there some kind of manual? The preview image is not working, title and description are not working. On the preview (window with "share link") it is ok, but on the facebook title and description…