changelog

EclipseLink Audit / History / Track changes

跟風遠走 提交于 2019-12-06 05:48:12
问题 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 EclipseLink FAQ The first solution works but the second event based won't work. Everytime the event is raised the ObjectChangeSet is null. The reason why i'm not simply using HistoryPolicy is that i wan't to store information about the logged on user (not the db user) and the changed data to a

With Mercurial, how do you hg log a branch with cross-branch ancestors?

亡梦爱人 提交于 2019-12-05 20:42:06
In Mercurial, I'm wanting to build a changelog of all commit messages for revisions my stable branch. Currently, I'm using: hg log -r <oldid>::<newid> where is the revision id of the changeset from the last time we pushed out code, and is stable 's tip. This works great for code changes that are only on the stable branch, but if I'm merging another branch (such as a new major version which had its own development branch), all those commit messages are omitted! Instead I only get the 1 commit from where it merged into stable . I would like some way (preferably w/ hg log ) to see these as well.

Jenkins: how to save changelog for build

眉间皱痕 提交于 2019-12-05 02:07:43
问题 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? 回答1: Here is XPath code that can get you the changeset for a given build id via Jenkins API: http://[jenkins_host]/api/xml?depth=2&xpath=//build/id[text()='${BUILD_ID}']/../changeSet (Put actual build id instead of ${BUILD_ID}). This can be used by a script (say, a Pyhon script utilizing Python

PostgreSQL how to find any changes in the last n-minutes

我只是一个虾纸丫 提交于 2019-12-04 23:42:41
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 select * ; it also takes more resources to parse unchanged records and validate them against MS SQL server. Are there any logs in PostgreSQL that I can parse to find out the changes that took place in the last n-minutes? This would allow me to select only those records that I need to work; improving performance. Postgresql, find changes in the last n minutes: Postgresql does not automatically

Why maintain traditional detailed ChangeLog in modern world (with SVN, Mercurial, Git)?

时光总嘲笑我的痴心妄想 提交于 2019-12-04 06:37:55
Detailed ChangeLog entry usually tell who, when and what function changed and for why this change done. And this for every separate function in the source code tree! As I understand ChangeLog come from past when there were no good VCS. So traditional ChangeLog doesn't need at all as you can get it all from: $ svn log . $ hg log . $ git log . $ bzr log . Only one possible needs for ChangeLog for short summary between product versions and intended for user only (for example, when new version come, developer prepare ChangeLog describe notable/visible changes). Or I am wrong? From http:/

Jenkins: how to save changelog for build

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-03 17:19:23
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? Here is XPath code that can get you the changeset for a given build id via Jenkins API: http://[jenkins_host]/api/xml?depth=2&xpath=//build/id[text()='${BUILD_ID}']/../changeSet (Put actual build id instead of ${BUILD_ID}). This can be used by a script (say, a Pyhon script utilizing Python Jenkins ) that collects changeset results in the end of every build and stores them in a temp locations. After a

Create changelog artifact in TeamCity

六月ゝ 毕业季﹏ 提交于 2019-12-03 05:57:04
问题 Is there a simple way to have TeamCity include a text or html change-log as one of its output artifacts? Perhaps I need to go down the route of having msbuild or some other process create the change log but as TeamCity generates one for every build, I'm wondering if there is already a simple way to access it as an artifact and include it in the artifact paths directives so that it can be part of a release package. 回答1: Yes, the change-log is accessible as a file, path to this file is in the

Git changelog: how to get all changes up to a specific tag?

℡╲_俬逩灬. 提交于 2019-12-02 17:35:00
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 instance would like all commits up to tag v0.1.0 . I've looked through the docs but don't seem to find a useful option or command for it: http://git-scm.com/docs/git-log (is down at the moment by the way) For instance: $ git log --oneline --decorate Shows the tags next to commits. I'd like the same, but only up to specific tag. You can just do: git log --oneline --decorate v0.1.0 ... to show every

PHP 5.3 changelog?

北战南征 提交于 2019-12-02 07:51:00
Can anyone point me a good(with examples) changelog for php 5.3? I'm hearing lot's of ppl doing code migration to it and I'm wondering what is so new about it. The PHP 5.3 Migration Guide is a good place to start. 来源: https://stackoverflow.com/questions/1442066/php-5-3-changelog

How to get terminal services property values in Active Directory from userParameters attribute

耗尽温柔 提交于 2019-12-02 07:21:01
I am using dirsync to get the attributes value that have changed in Active Directory(changelog). The following link explains how the dirsync is used to get attribute values : ' http://blogs.technet.com/b/isrpfeplat/archive/2010/09/20/using-the-dirsync-control.aspx ' I am changing the attribute Local path under Remote Desktop Services Profile of a user. I have ran a client which uses dirsync to get the changed objects in AD. In the client the attribute that is changed is userParameters and the value is in encrypted form. CtxCfgPresent P☺CtxCfgPresent???? ☻☺CtxWFProfi lePath?↑→☺CtxWFHomeDir?????