Timeline for Source Control Release Management: Simultaneous Releases with Different Configurations
Current License: CC BY-SA 4.0
20 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 22, 2022 at 10:07 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Feb 22, 2022 at 10:07 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Oct 25, 2021 at 9:08 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Sep 25, 2021 at 9:05 | answer | added | Ewan | timeline score: 1 | |
| Sep 25, 2021 at 6:08 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| May 28, 2021 at 6:01 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Jan 28, 2021 at 5:03 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Sep 30, 2020 at 4:05 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Jun 2, 2020 at 3:04 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Feb 3, 2020 at 8:26 | comment | added | amon | Version control systems are good for managing project history, but not as good for managing different editions of your software. It might be better to select features during the build process, but have all features present in the source code. Otherwise you're massively increasing the probability of conflicting changes. | |
| Feb 3, 2020 at 3:03 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Oct 6, 2019 at 3:03 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Jun 8, 2019 at 2:02 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Feb 8, 2019 at 2:01 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Jan 9, 2019 at 15:43 | comment | added | Pawel Gorczynski | @DocBrown yeah, seems so, thanks for the wording :) | |
| Jan 9, 2019 at 1:52 | history | edited | CrazyPenguin | CC BY-SA 4.0 |
Added some clarification to the situation
|
| Jan 8, 2019 at 21:33 | comment | added | Doc Brown | @PawelGorczynski: I guess you meant Feature Toggles? | |
| Jan 8, 2019 at 10:30 | answer | added | Lazy Badger | timeline score: 0 | |
| Jan 8, 2019 at 10:12 | comment | added | Pawel Gorczynski | If I were you, at this point I would try to move away from managing features on the repository level and instead incorporate selective feature management in the app itself - something like martinfowler.com/bliki/CanaryRelease.html (and then of course maintain a single code base) | |
| Jan 7, 2019 at 16:51 | history | asked | CrazyPenguin | CC BY-SA 4.0 |