| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | gitui: 0.16.0 -> 0.16.1•••(cherry picked from commit d4963ae43530f861df135e8bc31b6a36067b144b) origin/backport-126035-to-release-21.05 | R. RyanTM | 2021-08-20 | 1 | -3/+3 |
| * | Merge #134651: firefox*: patch updates (into release-21.05) | Vladimír Čunát | 2021-08-20 | 2 | -399/+399 |
| |\ | |||||
| | * | firefox-bin: 91.0 -> 91.0.1•••(cherry picked from commit 027b2ac2eb415d4efc49a044b596f01c5d0125ae) | Martin Weinelt | 2021-08-18 | 1 | -393/+393 |
| | * | firefox-esr-78: 78.12.0esr -> 78.13.0esr•••(cherry picked from commit ab44b4dea728b10916311a590e0cca2351d08c51) | Martin Weinelt | 2021-08-18 | 1 | -2/+2 |
| | * | firefox-esr-91: 91.0esr -> 91.0.1esr•••(cherry picked from commit 2ad22bbb52ddadb275e4889ed0f960a24ed47aab) | Martin Weinelt | 2021-08-18 | 1 | -2/+2 |
| | * | firefox: 91.0 -> 91.0.1•••(cherry picked from commit 010a3169667ed0bfff8c092dd707c1d619f0d0c5) | Martin Weinelt | 2021-08-18 | 1 | -2/+2 |
| * | | Merge branch 'staging-next-21.05' into release-21.05•••https://hydra.nixos.org/eval/1697302 | Vladimír Čunát | 2021-08-20 | 6 | -18/+60 |
| |\ \ | |||||
| | * \ | Merge release-21.05 into staging-next-21.05 | github-actions[bot] | 2021-08-19 | 22 | -38/+387 |
| | |\ \ | |/ / |/| | | |||||
| * | | | Merge pull request #133624 from talyz/discourse-backports•••[21.05] discourse: 2.7.5 -> 2.7.7, plugins and fixes | Kim Lindberger | 2021-08-19 | 22 | -38/+387 |
| |\ \ \ | |||||
| | * | | | discourse: update.py: Remove native platforms in plugin lock files..•••...and add ruby. (cherry picked from commit 12ff4b79e48d9c4aa5660d2ec7ce52a21806d8e4) | talyz | 2021-08-17 | 1 | -4/+15 |
| | * | | | discourse.mkDiscoursePlugin: Handle repos with `gems` directories•••Some plugin repos already have a `gems` directory. This lets the packager choose whether it should be kept and the nix packaged ruby gems should be copied into it or if it should be removed in favor of our ruby gems. (cherry picked from commit 04e6b03fa91603c7f1961cfcdcf5880c91fe6b05) | talyz | 2021-08-17 | 1 | -4/+14 |
| | * | | | discourse.plugins: Make the updater able to package plugins•••Let the update.py script handle the initial, repetitive task of packaging new plugins. With this in place, the plugin only needs to be added to the list in `update-plugins` and most of the work will be done automatically when the script is run. Metadata still needs to be filled in manually and some packages may of course require additional work/patching. (cherry picked from commit f8096460bd15d4f13a01cfddf0a30798921fdb42) | talyz | 2021-08-17 | 2 | -3/+65 |
| | * | | | discourse.plugins.discourse-github: Update•••(cherry picked from commit 4197b6dd146c395f1caec3b086334a2b0eff623a) | talyz | 2021-08-17 | 3 | -13/+25 |
| | * | | | discourse: Change the path to the auto generated plugin assets•••Change the path to the auto generated plugin assets, which defaults to the plugin's directory and isn't writable at the time of asset generation. (cherry picked from commit 443b318ee9c614d480a2ecb0120b52806d6fbb3b) | talyz | 2021-08-17 | 2 | -0/+23 |
| | * | | | discourse.tests: Test the appropriate discourse package•••Perform the tests on the package that the `tests` attribute is a child of, i.e. if `discourseAllPlugins.tests` is built, the tests will run with the `discourseAllPlugins` package, not the `discourse` package as previously. (cherry picked from commit 6fd5a40ccaf0b4da1362803a387bf46d381dd66a) | talyz | 2021-08-17 | 2 | -5/+5 |
| | * | | | discourse: Remove leftover link to unused plugins directory•••(cherry picked from commit bb14315d51a1c35304dfd82ff5c1faeaaf2c450c) | talyz | 2021-08-17 | 2 | -2/+0 |
| | * | | | discourse.plugins.discourse-data-explorer: Update•••(cherry picked from commit 6f2652735817e22c55de3b6e137faf7cdbc3fd2a) | talyz | 2021-08-17 | 1 | -2/+2 |
| | * | | | discourse.plugins.discourse-solved: Update•••(cherry picked from commit 92b758266e61b2efe078973a3d020b3d1a2c363d) | talyz | 2021-08-17 | 1 | -2/+2 |
| | * | | | discourse.plugins.discourse-canned-replies: Update•••(cherry picked from commit 5d94e3bfc94637f6876b9957471fc571646867b0) | talyz | 2021-08-17 | 1 | -2/+2 |
| | * | | | discourse.plugins.discourse-calendar: Update•••(cherry picked from commit d1a63bf19c6c75430393dab94f5e939b258ffdb6) | talyz | 2021-08-17 | 3 | -3/+6 |
| | * | | | discourse: 2.7.5 -> 2.7.7•••(cherry picked from commit c97ae4ad8e782765b333840d8d1aa83903f82b7f) | talyz | 2021-08-17 | 1 | -2/+2 |
| | * | | | discourse.mkDiscoursePlugin: remove phases•••(cherry picked from commit 4f62b051375b0fdaa01ba37e915cfaaa7de40d80) | Felix Buehler | 2021-08-17 | 1 | -1/+2 |
| | * | | | discourseAllPlugins: add discourse-calendar•••(cherry picked from commit 858b0157e56426ee0d56faae393fc85b361ffd90) | Ryan Mulligan | 2021-08-17 | 5 | -0/+127 |
| | * | | | discourse/update.py: add missing plugins•••(cherry picked from commit 32e24e792caefa1de46bf20da2ba4d8fbbf035dc) | Ryan Mulligan | 2021-08-17 | 1 | -0/+4 |
| | * | | | discourseAllPlugins: init discourse-migratepassword•••(cherry picked from commit 85d7eb75c968421ea233f4c8a5b05886733c2dec) | Ryan Mulligan | 2021-08-17 | 5 | -0/+62 |
| | * | | | discourseAllPlugins: init discourse-data-explorer•••(cherry picked from commit 601db31c264f3008c25f3fb13f1968a543a9cfe6) | Ryan Mulligan | 2021-08-17 | 2 | -0/+18 |
| | * | | | discourseAllPlugins: init discourse-checklist•••(cherry picked from commit eb02dc0c4a14d5a15f3443567bc12abf631c300a) | Ryan Mulligan | 2021-08-17 | 2 | -0/+18 |
| | | * | | Merge release-21.05 into staging-next-21.05 | github-actions[bot] | 2021-08-19 | 2 | -5/+5 |
| | | |\ \ | |_|/ / |/| | | | |||||
| * | | | | Merge pull request #134414 from NixOS/backport-134409-to-release-21.05•••[Backport release-21.05] chromium: 92.0.4515.131 -> 92.0.4515.159 | Michael Weiss | 2021-08-19 | 1 | -3/+3 |
| |\ \ \ \ | |||||
| | * | | | | chromium: 92.0.4515.131 -> 92.0.4515.159•••https://chromereleases.googleblog.com/2021/08/stable-channel-update-for-desktop.html This update includes 9 security fixes. CVEs: CVE-2021-30598 CVE-2021-30599 CVE-2021-30600 CVE-2021-30601 CVE-2021-30602 CVE-2021-30603 CVE-2021-30604 (cherry picked from commit 1c476a2b6dda4bef88270f0285cac5363712c980) origin/backport-134409-to-release-21.05 | Michael Weiss | 2021-08-17 | 1 | -3/+3 |
| * | | | | | Merge pull request #134719 from NixOS/backport-134704-to-release-21.05•••[Backport release-21.05] signal-desktop: 5.13.1 -> 5.14.0 | Michael Weiss | 2021-08-19 | 1 | -2/+2 |
| |\ \ \ \ \ | |||||
| | * | | | | | signal-desktop: 5.13.1 -> 5.14.0•••(cherry picked from commit 8a4a84c83a62b1f8d5a0c94d0ea411ad7ee5825f) origin/backport-134704-to-release-21.05 | Michael Weiss | 2021-08-18 | 1 | -2/+2 |
| | | |_|_|/ | |/| | | | |||||
| | | | | * | Merge #134714: gpgme: move flaky patch URL to local file•••(cherry picked from commit 4c88dc6a7035089ab3a311bfd09a790ea3ff5d35) | Vladimír Čunát | 2021-08-19 | 2 | -8/+14 |
| | | | | * | Merge staging-next-21.05 into staging-21.05 | github-actions[bot] | 2021-08-19 | 4 | -5/+19 |
| | | | | |\ | |||||
| | | | | | * | Merge release-21.05 into staging-next-21.05 | github-actions[bot] | 2021-08-19 | 4 | -5/+19 |
| | | | | | |\ | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | | Merge pull request #134759 from NixOS/backport-124815-to-release-21.05•••[Backport release-21.05] config.hardware.onlykey: update the udev rules for onlykey | Wael Nasreddine | 2021-08-18 | 4 | -5/+19 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | config.hardware.onlykey: update the udev rules for onlykey•••The udev rules were updated upstream without an explanation as you can see in [this comment][commit]. [commit]: https://github.com/trustcrypto/trustcrypto.github.io/commit/0bcf928adaea559e75efa02ebd1040f0a15f611d (cherry picked from commit eab36fabf6168f8fdbb2b835ce3ab689b9902ab1) | Wael M. Nasreddine | 2021-08-19 | 1 | -0/+14 |
| | * | | | | | | config.hardware.onlykey: move the module into its own folder•••(cherry picked from commit 1f9e0192603f335e2bf29e7bb2a67acd5c4cb3c9) | Wael M. Nasreddine | 2021-08-19 | 3 | -1/+1 |
| |/ / / / / / | |||||
| | | | | * | | Merge staging-next-21.05 into staging-21.05 | github-actions[bot] | 2021-08-19 | 1 | -3/+3 |
| | | | | |\| | |||||
| | | | | | * | Merge release-21.05 into staging-next-21.05 | github-actions[bot] | 2021-08-19 | 1 | -3/+3 |
| | | | | | |\ | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | | Merge pull request #134299 from NixOS/backport-124942-to-release-21.05•••[Backport release-21.05] gitui: 0.15.0 -> 0.16.0 | Maximilian Bosch | 2021-08-19 | 1 | -3/+3 |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| | * | | | | | gitui: 0.15.0 -> 0.16.0•••(cherry picked from commit a8daff8b1a95d7a00bd177d682454194713deb6b) | Antonio Yang | 2021-08-16 | 1 | -3/+3 |
| | | | | * | | Merge staging-next-21.05 into staging-21.05 | github-actions[bot] | 2021-08-18 | 4 | -36/+1 |
| | | | | |\| | |||||
| | | | | | * | Merge release-21.05 into staging-next-21.05 | github-actions[bot] | 2021-08-18 | 4 | -36/+1 |
| | | | | | |\ | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | | Merge #134298: linux_5_12: remove (into release-21.05) | Vladimír Čunát | 2021-08-18 | 4 | -36/+1 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | linux_5_12: remove•••https://lwn.net/ml/linux-kernel/1626791065147152@kroah.com/ (cherry picked from commit 957f0485dab604c493d7683b8a57c0679b19e35f) | TredwellGit | 2021-08-16 | 4 | -36/+1 |
| | |/ / / / / | |||||
| | | | | * | | Merge staging-next-21.05 into staging-21.05 | github-actions[bot] | 2021-08-18 | 1 | -1/+4 |
| | | | | |\| | |||||
| | | | | | * | Merge release-21.05 into staging-next-21.05 | github-actions[bot] | 2021-08-18 | 1 | -1/+4 |
| | | | | | |\ | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | | Merge #134354: gpgme: fix failing patch download•••(cherry picked from commit 91b178c3f00c23eb8b47bb540262faf5646da75d) | Vladimír Čunát | 2021-08-18 | 1 | -1/+4 |
| | |_|/ / / |/| | | | | |||||
| | | | * | | Merge staging-next-21.05 into staging-21.05 | github-actions[bot] | 2021-08-18 | 2 | -1/+19 |
| | | | |\| | |||||
