Re: [go-cd] GoCD Pipeline Views - Can they be copied across users?

2023-08-22 Thread 'Chris Gillatt' via go-cd
Thanks Chad - I'll take a look at those suggestions! On Tuesday, August 22, 2023 at 10:11:07 AM UTC+1 Chad Wilson wrote: > Yeah, they are in the DB keyed to the user's id: >

Re: [go-cd] GoCD Pipeline Views - Can they be copied across users?

2023-08-22 Thread Chad Wilson
Yeah, they are in the DB keyed to the user's id: https://github.com/gocd/gocd/blob/0f58107c851cf2df6ce7c6902eebde796dc1f742/db-support/db-migration/src/main/resources/db-migration-scripts/initial/create-schema.xml#L291-L303 While it comes with some risks, it probably wouldn't be super difficult

[go-cd] GoCD Pipeline Views - Can they be copied across users?

2023-08-22 Thread 'Chris Gillatt' via go-cd
I think that the user-configurable pipeline views in GoCD are stored against the user in the DB. I'm pretty sure that without messing around with the DB, migrating views (or sharing or exporting them) would not be possible. Could anyone confirm this please? The reason I ask is that we've