Questions tagged [change-management]

The concept of using a defined method to ensure that changes to system architecture are controlled and organized.

The concept of using a defined method to ensure that changes to system architecture are controlled and organized.

69 questions
0
votes
0 answers

Moving change to review state using api

I want to change the state of the change request from implement to review state in snow. Have tried it using API Patch Patch sn_chg_rest/change/{sys_id} Body: { “state”: “Review”} It simply returns the list of fields as response. Status of the…
0
votes
1 answer

How can I track if the iteration path has been changed in Azure Devops?

I need to find a way to create queries (if possible) to track if the iteration path has been changed on a feature level. Is it possible? I have to track hundreds of feature so I cannot "follow" them. I cannot seem to find a solution
Kitti
  • 11
  • 1
0
votes
1 answer

How to implement "get latests changed items" with ADO.NET Data Services?

Lets say I have a lists of entities (for example, a list of TODO items) that more than one user can change, delete from and add to at the same time. So to maintane a synchronized listed between all the clients, I want each client (AJAX based) to ask…
Egil Hansen
  • 15,028
  • 8
  • 37
  • 54
0
votes
0 answers

Route change apply in Istio too slow and make deployment failed

I am working on DevOps solution, and try to automate the blue-green deployment solution on kubernetes. However, we are facing the issue that the istio apply the route rules too slow, when removing the virtualservices and take a long time to…
0
votes
1 answer

AWS Neptune Change Management

we are considering using AWS Neptune as graphdb solution. I am coming from Django world so I used to use db migrations a lot. I could not find any info about how AWS Neptune does change management on DB? ie. what happens if I want to reload a backup…
0
votes
1 answer

How can I manage change sets with CVS?

I have been using distributed version control systems for the last few years, but now I am going to have to use CVS. The process I want is something like: Each bug/feature is given a ticket in a ticketing system A developer is assigned to…
Chas. Owens
  • 64,182
  • 22
  • 135
  • 226
0
votes
2 answers

Is it possible to protect columns of a view in snowflake?

I'm working at a company where one team manages the databases and others use tables / views from there. From time to time, views get refactored which might break things for other teams. Is it possible to protect some columns so that those cannot…
Martin Thoma
  • 124,992
  • 159
  • 614
  • 958
0
votes
1 answer

Change management tool for SQLite

I am looking for a good change management application for use with SQLite. In the past I have used SQL Data compare by Redgate, but I have been unable to find anything similar that supports SQLite. I need to update a fairly large encrypted SQLite…
Brian Wenhold
  • 329
  • 3
  • 10
0
votes
2 answers

Managing the merge of DBA's production changes/tweaks with dev's pending DB changescripts

We maintain a set of change scripts that must be run on the DB when our web application is released. We waste a lot of time and experience some difficultly keeping these updated however, our DBA likes to (rightly) tweak stored procedures and…
chillitom
  • 24,888
  • 17
  • 83
  • 118
0
votes
1 answer

AzureDevOps ServiceNow - Getting error "Operation against file 'change_request' was aborted by Business Rule" while updating change request

I'm getting an error when trying to update the ticket to close state after a successful release trigger. Error message: Operation against file 'change_request' was aborted by Business Rule 'Transform…
0
votes
3 answers

Database change managing on software patch/update/upgrade

It's been few weeks I'm trying to find a more detailed explanation with examples how to manage my database change on software patch. Situation: I deploy wpf application release to user. App uses MSSQL data file for storing app's data (Deploying…
Paul G.
  • 489
  • 2
  • 7
0
votes
1 answer

Chef: is there a way to compare the "status quo" to the "planned changes" and the "planned changes" to the "executed run"?

I would like to be able to extract the following information from Chef: current state of the node vs. planned changes panned changes vs state after the actual chef-client run So far, I had the following idea: compare knife node show &&…
0
votes
1 answer

Track changes in configuration tables and create automated scripts to deploy them other envionments

In the product that I work on, there are many configuration tables. I need to find a way to track configuration changes (hopefully with some kind of version/changeset number), deploy the configuration changes to other environments using the…
0
votes
1 answer

automated change management / version control

I'm looking for a tool (Windows) that indexes the contents of (clear) files in a directory and keeps a history of the changes made to these files. This could be done persistent or in batch. If possible it should include an integrated compare-tool so…
0
votes
1 answer

Daily Build and SQL Server Changes

I am about to try and automate a daily build, which will involve database changes, code generation, and of course a build, commit, and later on a deployment. At the moment, each developer on the team includes their structure and data changes for…
ProfK
  • 49,207
  • 121
  • 399
  • 775