A changelog is a log or record of changes made to a project.
1
vote
1answer
33 views
Automatically write changelog to CHANGELOG.md in GitHub
Is there any way to automatically generate change logs from commit messages to a file called CHANGELOG.md in a GitHub repo?
Might be possible using a service hook on a repo?
1
vote
0answers
22 views
Can antique versions of TFS generate a changelog report?
Don't ask why, but I'm using VS2003 and need to see what changes have taken place in all the files in my project between a certain date and now. I see how I can do that, namely by right-clicking on ...
0
votes
0answers
15 views
Highstock release notes (Change log) 1.3.1
I am upgrading my version of Highstock and found there are new features and changes to the API, but I am not able to find the release notes or change log. I found change log for highcharts, but that ...
0
votes
3answers
46 views
Git Command that only returns changelog and filename
I am doing some data mining research and I need to be able to pull from a git repository all filenames with their associated change log and pipe them to a text file.
I am interested in parsing ...
1
vote
3answers
134 views
EclipseLink JPA Tracking Changes
I try to log any changes of my JPA entities. For this reason each entity inherits from an abstract entity class which has a list of LogEntry objects.
AbstractEntity class:
@Entity
...
0
votes
1answer
160 views
EclipseLink Audit / History / Track changes
i've tried to implement a way to track data changes and create a history log for my application. Because i'm using EclipseLink it should be easy and possible to get the changes like they write on the ...
0
votes
1answer
17 views
Does anyone like to share their projinfo/changelog/todo templates?
Running an one man company (with some freelancers now and then) and i like to structure my projects a bit more. ( i know agile is the sh@t per project nowadays but that's to much).
At the moment i ...
0
votes
0answers
9 views
Looking for great examples of web app changelogs
I've been working on a web app (in beta) for company for the past few months. Now that we're at the point of release, looking back, we should have had a better versioning system in place. We've got a ...
0
votes
0answers
128 views
Automated Changelog using JIRA, GitHub, and Jenkins
My team recently switched to all three technologies in the past several months and have worked hard to get it up and running. Next step is automating our changelogs. We have JIRA set up look for the ...
5
votes
2answers
89 views
Changelog generation from Github issues?
Is there a way to automatically generate a change log from Github issues?
Ideally I want to be able to point at a closed milestone and generate either a plain text list of closed issues with their ...
0
votes
2answers
88 views
Who should write the changelog of a task? Developer or tester?
I work at a software company that maintains some products.
We use a "bugtracker" to manage all tasks related to the products in question.
We work with Scrum, and the company's routine is basically ...
0
votes
0answers
36 views
Changelogs in wikis
I wanted to ask if there is some implementation of the changelogs(history) for a project wiki ,changelogs similar to that done for Wikipedia, or some basis to start from.
2
votes
1answer
113 views
mongoexport too many options error while creating changelog
trying to use mongoexport to export a csv of the oplog... tried all quote combinations I have read so far...
../mongodb/bin/mongoexport --csv -d local -c oplog.rs -o export.csv -f {op,ns,o._id} -q ...
3
votes
2answers
87 views
PostgreSQL how to find any changes in the last n-minutes
I am writing a program that syncs PostgreSQL and MS SQL server databases (and adds some changes in this transition). With multi million records, it takes a long time, and loads server pretty bad with ...
0
votes
0answers
65 views
jenkins: complete git changelog for main repository and all submodules
we have main git repository with several submodules. when jenkins builds app from repository it creates changelog only for main repository. all git changelogs for submodules are not included into ...
-2
votes
1answer
137 views
what means by PHP 5.5.0 drop dupport for Windows XP and 2003? [closed]
PHP 5.5.0 Alpha1 released on 15 Nov. and I have seen one line which make me bother and that is
We also dropped support for Windows XP and 2003.
I read full list of changes NEWS but doesn't find ...
0
votes
1answer
98 views
Android changelog history
I'm an intermediate android developer, mainly focused on 2.2.x versions. All my software is compatible with that version, but as android is evolving through new versions, I can't find a clear ...
3
votes
0answers
112 views
android repo changelog
I have downloaded the android source repository with repo as documented. After that I'm synchronizing with 'repo sync' on a regular basis. That all works fine. However, I would like to obtain a list ...
0
votes
0answers
52 views
debian dch equivalent for RPM? [closed]
When I'm building debian packages I always use dch --increment and dch --newversion to change the build information. But when I'm building RPMs, I am always manually editing the spec file's %changelog ...
0
votes
1answer
104 views
How to add a changelog to an RPM created with CPack
In a typical spec file there is a changelog section. I now use CPack and was wondering how to add such a section. I can't find information about that on the web.
Could I use an external file and ...
0
votes
2answers
194 views
Tags difference and commit message
I am new to SVN. I need to get the report for comparing two tags and along with the commit message.
ie I need whole path of the file and commit message as report.
Please let me know is there any svn ...
1
vote
1answer
147 views
Automatically fill changelog.txt after each SVN commit in any IDE
After trying to search for some information about "Dynamic change of changelog.txt file with IDE", i found nothing that could help me to find the answer.
Imagine that I've made some changes in ...
4
votes
1answer
655 views
Changelog changelog.groovy not found
I've created new Grails project in IntellijIDEA 11.1.3 and try to run it.
When I open http://localhost:8080/application/dbdoc (accessing default action of controller ...
2
votes
3answers
106 views
How to get the list of git commands and the version they are introduced?
Can anyone give me the list of git commands and the version they are introduced?
I'm going upgrade to git version 1.7.11
My colleagues are using version 1.7.3
I need to tell them what has been ...
0
votes
1answer
330 views
Using liquibase changelog to create a table with a datetime field, how come that field become a text type
I created a table using liquibase databaseChangeLog:
<changeSet id="1" author="person1">
<createTable tableName="schedule">
<column name="id" ...
0
votes
0answers
75 views
Changelog Tracking
We have a multi-stack project (Web, Middleware, Backend, DB).
Whenever we release a new version, we manually edit a Confluence web page that contains all that needs to be changed like:
Config in ...
1
vote
0answers
320 views
Core Animation iOS 4 vs iOS 5
I have been posting Core Animation questions non-stop these days, this API is super confusing.
I have some code that animates the anchor point of a layer using:
animation.fromValue = ...
2
votes
1answer
232 views
Mechanism for displaying revision history with ClickOnce .NET Application [duplicate]
Possible Duplicate:
Looking for recomendation to show release notes in ClickOnce applications
I'm using ClickOnce to deploy a .NET Winforms app, mainly for the ease of getting software ...
0
votes
1answer
501 views
Chrome extension: Show ballon notification with latest change log entries on update
I would like to display the latest top 3-5 entries of my extension change log (TXT file) when its auto-updated and ideally in a ballon-type event like the one when you have successfully installed an ...
0
votes
1answer
74 views
How to get the cvs change list for a new file
As part of my work I've been asked to log the cvs commands for creating the changelists for files I've updated as follows:
cvs diff -r 1.172 -r 1.173 ./somefile.php
But if the file is newly created ...
2
votes
1answer
199 views
use svn log as debian package changelog
I want to use my svn log as debian/changelog file used by dpkg-buildpackage in package building.
I tried svn2cl in subversion-tools package to create a changelog from svn log but it is not ...
14
votes
4answers
1k views
TFS2010: Retrieve all changesets associated with a branch (full recursion)
This follows my previous question about TFS 2010 and the possibility to create a changelog.
I was previously using labels to identify a version of the program, but as labels are not fixed points in ...
3
votes
1answer
938 views
Jenkins: how to save changelog for build
I have Jenkins-CI and C++ project under SVN.
How to save changelog between successfull builds into text (or html) file ?
Does Jenkins have any variable/temp file with content of .../changes page?
3
votes
2answers
484 views
How to implement a changelog in android?
for my app i want to implement a changelog, but dont know how (which concept).
I want, that the changelog pops up once a time after new version of my app installed.
Sounds easy, but i have no clue. ...
2
votes
2answers
140 views
Tagging commit messages and changesets
I am searching for a solution, to tag changesets in commit messages.
For me a "tag" is something like:
code clean up
user visible change
modifies database structure (ALTER TABLE)
Documentation ...
7
votes
2answers
3k views
How to include git changelog in Jenkins emails?
Is there any way to import the changelog that is generated by Jenkins to the subject of an email (either through the default email, or the email-ext plugin)?
I am new to Jenkins configuration, so I ...
2
votes
2answers
119 views
Is it possible to generate a changelog automatically from Trac?
Does Trac provide a way to automate generation of change logs from a group of tickets? I'm interesting in giving a list of completed tickets to someone with access to Trac, preferably in a human ...
9
votes
5answers
1k views
Git changelog: how to get all changes up to a specific tag?
Is there an easy way or command to get all git commits up to a specific tag to generate an automatic changelog for a project? I always tag my git repos with a version number like v0.1.0 and for ...
0
votes
2answers
826 views
How to create Liquibase Change Log file for new tables?
I am using Hibernate 2 + Spring 3 + Liquibase 1.9.
I have created my entity classes using Hibernate annotation as normal
Now I want to generate the Liquibase change log automatically which should ...
2
votes
2answers
577 views
TFS 2010, BuildAgent and MSBuild for changelog.txt with changeset
We use TFS 2010 with VS 2010 for our web projects (php). Since we do not actualy use .proj files I have created my own to do builds (only zip files to output dir). Also we use MSBuild community tasks. ...
57
votes
5answers
33k views
What's new in Hibernate 4?
I just saw that a beta of Hibernate 4 was released. What's new in 4 compared to 3(.6)? I couldn't find this info in the beta announcement, nor when Googling the title of this question.
0
votes
1answer
54 views
Change logs in Rails/Ruby
I notice that several gems and especially the rails gems all have neatly formatted CHANGELOG files.
Are these maintained by the developers themselves or is there some gem/software that manages this ...
1
vote
4answers
1k views
Restoring dataset from delimiter separated values file
In short, i'm new to delphi and I want to achieve the following:
I have table definition as .cds file {index, data, date}, and some data in .csv format.
I want to load the .csv file to the table ...
1
vote
3answers
836 views
TFS 2010 Change Log
Is there an automated way to create a change log using TFS 2010 and the version history of the files? I'd like to pull in all the comments that were entered for each changeset either between a label ...
-1
votes
2answers
1k views
With Liquibase, is there a difference between using a unique <createIndex> and using <column> with a unique constraint?
Liquibase has two ways to define a column as unique:
When creating the table, using <constraints> on the column:
<createTable tableName="my_table">
<column name="my_column">
...
1
vote
3answers
1k views
Pop-Up Window at inital start up, of android application
I am trying to find a code that will do a popup at the initial start up on an installed app. Much like a changelog that is starting to appear in more and more apps.
I have found some similar codes, ...
2
votes
2answers
1k views
How to implement change log with JPA?
I have an entity class manged by with JPA, and I have one entity that needs to be loged changes in its property. Does JPA provides any ways to handle this kind of requirement ?
0
votes
1answer
289 views
Changelog and changes version for .Net Winform App
I am making simple WinForm application and I want to ask what is best practice to changes version in properties. When I should change Major, Minor, Build or Revision? And I want to share changelog ...
0
votes
2answers
96 views
Node.JS where's the ChangeLog the describes v0.4.4 and 0.4.5
The ChangeLogs I have seen stop at 0.4.3 or 0.4.2. Does anybody know if there is a changelog that includes the most recent versions?
2
votes
1answer
594 views
Emacs: Set fill-column in Change Log Mode
Very specific question that I hope is not too dumb.
(setq-default fill-column 120) sets the width of the buffer fill to 120 columns. Default for me otherwise is 74.
This command, when put in my ...


