Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
136 views

I created a pull request on GitHub and it showed the amount of changes as 8661 additions and 5310 deletions: PR changes My gut feeling was that this was too much change for what the feature did. Then ...
arnard76's user avatar
1 vote
0 answers
58 views

I have several CMake-based static libraries written in C++. I'd like to have a C++ function get_libs_versions() that can be called in a consumer of these libs and get a string which contains all ...
ilya's user avatar
  • 1,143
0 votes
1 answer
214 views

Using a liquibase changeset I am receiving an error when attempting to create a foreign key when creating a table. If I run the same query against the postgres db it creates the table just fine. Here ...
moff2's user avatar
  • 3
0 votes
1 answer
369 views

We got the following error when trying to validate a changeset Cascade or Restrict Delete: field integrity exception: unknown (must specify either cascade delete or restrict delete for required lookup ...
Zachary Yabko's user avatar
0 votes
1 answer
1k views

I have recently upgraded my application to spring boot 3 and using the latest version of liquibase i.e. 4.22 After the upgrade, liquibase has stopped executing the changelogs & the ...
Rameshwar Singh's user avatar
0 votes
1 answer
1k views

I have a C# repo that has multiple Projects inside of a single solution. Each Project has their own Jenkinsfile but they could share a Pipeline with another Project. Inside of their Jenkinsfile it ...
Chris Strong's user avatar
2 votes
0 answers
3k views

I am using liquibase in my quarkus application, where I want to perform a simple operation to execute a .sql file through the master changeLog.xml but upon running the same I am getting the below ...
Xwin's user avatar
  • 163
8 votes
0 answers
1k views

As seen in the Turborepo docs, the monorepo can include internal packages in order to share code between apps inside the monorepo. There is also a docs section on how to publish packages in a monorepo,...
Magnus's user avatar
  • 7,971
1 vote
0 answers
80 views

im using postman to write $batch post requests. I need to read the response and set variables so the next set of post requests can use as parameters. As you know the respond from batch request is not ...
Barry's user avatar
  • 11
0 votes
1 answer
77 views

I have a List of Documents like below which I got it from Mongodb { "_id":"some_random_id" "name": "report1" "reportDef": { "...
Unknown's user avatar
  • 31
0 votes
1 answer
94 views

I am trying to fetch the data in a loop for multiple Build Definition IDs, for each time one Definition ID is called the set of data will be printed, for the next time it should only fetch the data ...
Santoshkumar's user avatar
0 votes
0 answers
118 views

This one keeps me puzzled for quiet some time now. Situation Folder Scr is a git repository Folder Changes is a plain windows folder Files are getting exported to Changes folder and then copied to ...
Joel Arys's user avatar
0 votes
1 answer
293 views

I have a business_hours table (using MySQL) which contains the following fields: location_id (foreign key) starting_time (float [e.g. 17 = 5pm, 17.5 = 5:30pm]) ending_time (float) day (integer [0 = ...
Basil's user avatar
  • 598
0 votes
1 answer
131 views

I need a way to run a job B from or before a job A, but I want to avoid unnecessary builds (i.e. without changes since the last run). I'm currently using the build step to trigger job B from job A ...
frans's user avatar
  • 9,988
0 votes
1 answer
73 views

can i detect changes in my ODS tables before inserting it in dimension table in the DWH , i use sql and pentaho for data alimentation for information i use 4 tables to alimente my demension table ! ...
DRISSI EL Houcine's user avatar
1 vote
1 answer
517 views

When inserting using a changeset in Ecto, it calls my debug function, and properly checks that everything is in order according to the changeset: iex> User.changeset(%User{}, %{username: "...
Basil's user avatar
  • 598
2 votes
1 answer
607 views

all I want to associated work items with the changeset for Azure DevOps Services (TFS) via REST API. I have been successful in creating a changeset, but if I try also to link a work item to it, ...
Roman Konrad's user avatar
0 votes
1 answer
730 views

I have scheduled build pipeline thats autmatically triggered by changes in source code. Basically I want to know which changesets got into build before pipeline started to execute.
Mirza's user avatar
  • 1
0 votes
1 answer
2k views

I want to convert my liquibase script from this OLD to NEW format. But in new format the uuid_in(md5(random()::text || clock_timestamp()::text)::cstring) function is not working, and it is taking uuid ...
Gaurav Khubchandani's user avatar
1 vote
1 answer
1k views

Building upon the question How to build a WHERE-clause in a LiquiBase changeset, I would like to choose the default value of a column based on the value of a column from a different table. For ...
user3616468's user avatar
2 votes
1 answer
155 views

Quick intro: In Mercurial there are two different ways to numerically refer to a changeset. First, there's the node ID hash. It is global and functions like a git commit hash. It consists of 40 ...
ecm's user avatar
  • 2,953
0 votes
1 answer
727 views

I want to get ChangeSets of specific branch by using Azure DevOps API. This is how we can get using UI but I need to get same thing using API. Right now I am doing like using (var client = new ...
Akhtar Ali's user avatar
0 votes
1 answer
54 views

Having used various version control systems in the past including TFS, the whole concept of file revisions was always easy to interpret and grasp. If I ever wanted to reference the latest version of ...
hitman126's user avatar
  • 969
1 vote
0 answers
1k views

I am running keycloak in a docker container. I have implemented custom JPA provider, added new changelog file under the resources directory of my extension and referred it in getChangelogLocation ...
sagun's user avatar
  • 123
0 votes
0 answers
268 views

I always reference a table foreign key by specifying the table name if the primary key is just "id". For example this would always work: - column: name: user_id ...
benjaminv2's user avatar
0 votes
2 answers
3k views

I have a Spring Boot application where I'm trying to test some migration with Liquibase. I'm trying to see how the rollback function works but I keep getting errors. This is the migration file: <?...
TheStranger's user avatar
  • 1,599
1 vote
1 answer
11k views

I am running below command from Linux(Centos) terminal, mvn --settings /home/centos/.m2/jenkins/liquibase-settings.xml -e resources:resources -Pdev -Dliquibase.promptOnNonLocalDatabase=false -...
karthikeayan's user avatar
  • 5,082
0 votes
1 answer
160 views

I have 34 word templates in TFS and I'm suing VS2012. Only 32 have been modified and saved under a change set. I wanted to just extract those modified by that change set. I made sure my mapped folder ...
ErickTreetops's user avatar
1 vote
1 answer
5k views

I have run into an issue with liquibase. So , I made a mistake in my sql commands in one of the changesets. Now whenever I try to upgrade my deployment , the upgrade is failing due to wrong checksum. ...
darthsithius's user avatar
0 votes
1 answer
2k views

It might be super obvious but no one bothered clarifying what or who is actually creating/writing the changesets for liquibase. I read more than a dozen articles related to changesets in liquibase and ...
Amon's user avatar
  • 295
1 vote
1 answer
542 views

I'm new to Elixir, Phoenix and Ecto so I'm following a video tutorial. The tutorial is setting up credentials for users through schemas with each user having one unique credential. So I have a user: ...
user2238003's user avatar
0 votes
1 answer
700 views

I want to create two new columns each one of them is in a different table. For example: on company table i want to create a column with name last_registration_number and the second column called ...
Islam's user avatar
  • 17
1 vote
1 answer
9k views

I am using liquibase to manage my DB and started the project with a single changeset where all the basic tables are created. Now my client wants to change that database and I am starting additional ...
Natty's user avatar
  • 569
1 vote
2 answers
677 views

I have a project structure similar to the below. Each project has a descriptor file that mentions which version of the project should be deployed to the remote server. The project zips are already ...
Arunan 's user avatar
  • 3,524
0 votes
1 answer
177 views

I want to archive table1 to table2 based on changes to table1. (table2 being the archive table) I have written a query which provides me with a checksum/hash of each table (which in effect tells me if ...
dragonfury2's user avatar
1 vote
0 answers
43 views

I developed and have been following a development changes (aka Change Request / CR) methodology for all my web development for many years which includes the following procedural constraints: Version ...
Timothy C. Quinn's user avatar
0 votes
1 answer
320 views

node{ stage('Source Control Management'){ checkout([ $class: 'TeamFoundationServerScm', credentialsConfigurer: [ $class: 'AutomaticCredentialsConfigurer' ],...
Apurva Khatri's user avatar
3 votes
1 answer
19k views

Am looking for a solution where I can get change set of current build from last successful build. We are using git hub as SCM I want to get the change set redirected to a text file, where I can ...
sravani srinija's user avatar
2 votes
1 answer
2k views

I'm having a bit of trouble trying to implement a custom changeset validation. My schema is: defenum(VersionStateEnum, ["draft", "active"]) schema "versions" do field :...
Pedro Caseiro's user avatar
0 votes
0 answers
741 views

I'm trying to make a batch call which can include multiple changeset (i.e. multiple PUT/POST calls), When I create a batch with more than 10 changesets in a batch then it throws me error "Bad Request"....
AKS's user avatar
  • 1
3 votes
0 answers
964 views

In my understanding, every liquibase update run goes through the complete changelog file for every changeset met it calculates it's MD5 sum value and for every changeset checks it against ...
Nementaarion's user avatar
0 votes
1 answer
195 views

I have a program which can retrieve the files associated with a particular changeset. I need to compare this file to its previous version. I need to download the previous version of the file for this. ...
Sherwin's user avatar
  • 49
4 votes
2 answers
4k views

I'd like to know if there is something opposite to changeset in Jenkins. For example, in the doc (https://www.jenkins.io/doc/book/pipeline/syntax/), an example is given for changeset setting: when { ...
Johnzy's user avatar
  • 163
1 vote
1 answer
623 views

What will happen when we did not add precondition in a changeset and run it twice? Will it be marked ran by default? For example, this is changeset: <changeSet id="xxx" author="kurkesh"> ...
Ramkrishna Maheta's user avatar
0 votes
1 answer
651 views

Can we restrict the deletion of a user from database based on his email address in Repo.delete!(changeset) condition in elixir and phoenix web development This is right now the code which I am using. ...
Ramesh Sharma's user avatar
1 vote
1 answer
113 views

I converted my repositories from Mercurial to Git (pulled from Bitbucket(hg, Mercurial), pushed to GitLab (git)), I found that after converting from hg to git, in GitLab now, the changeset number has ...
Jennifer Zou's user avatar
0 votes
1 answer
214 views

I have a "Root" project that has both a TFVC "repo" and some GIT repos. Using VS2019 and a folder in the TFVC path, I added a new sub folder and added some files in to the new folder. I checked them ...
Randy in Marin's user avatar
0 votes
1 answer
186 views

I am using the TFSAPI in python. I am able to extract all the changesets associated with a work item but if a chnageset is not associated with any work item I am not getting it. Is there any way I can ...
Tasheer Hussain's user avatar
1 vote
1 answer
2k views

Here is my scenario: I did a merge from branch-A (source) to branch-B (target). That merge carried out pending changes in branch-B that I had to check-in (e.g. changeset 1000). Then I built and ...
Willy's user avatar
  • 10.8k
4 votes
0 answers
322 views

In IntelliJ there's an option to group files (local) changes in changelists All changelists are displayed in the Local Changes tab of the Version Control tool window Alt+9. All modified files are ...
Ori Marko's user avatar
  • 59.3k

1
2 3 4 5
8