summary refs log tree commit diff
path: root/pkgs/development/web
Commit message (Collapse)AuthorAge
* Merge pull request #59870 from phildenhoff/masterworldofpeace2019-04-24
|\ | | | | insomnia: Fix .desktop to link to Nix bin
| * insomnia: Fix .desktop to link to Nix binPhil Denhoff2019-04-18
| |
* | treewide: Change URLs to HTTPSDaniel Schaefer2019-04-22
|/ | | | | | Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004
* Merge pull request #59535 from matthewbauer/homepage-fixesMatthew Bauer2019-04-15
|\ | | | | treewide: update homepages to https where available
| * treewide: update homepages to https where availableMatthew Bauer2019-04-15
| | | | | | | | | | | | | | | | Based on "problems" from repology: https://repology.org/repository/nix_unstable/problems Mostly simple changes to reflect redirects.
* | Merge pull request #59611 from r-ryantm/auto-update/nodejs-slimadisbladis2019-04-16
|\ \ | | | | | | nodejs-slim-11_x: 11.13.0 -> 11.14.0
| * | nodejs-slim-11_x: 11.13.0 -> 11.14.0R. RyanTM2019-04-15
| |/ | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/nodejs-slim/versions
* / now-cli: 15.0.3 -> 15.0.4 (#59324)Nathaniel Hill2019-04-11
|/
* now-cli: 14.0.3 -> 15.0.3 (#59221)Nathaniel Hill2019-04-10
|
* Remove nodejs-6_x which is about to enter EOLtobias pflug2019-04-04
| | | | | | - Remove nodejs-6_x - Set nodejs / nodejs-slim to nodejs-8_x / nodejs-slim-8_x - Re-generate node2nix generated files using nodejs-8_x instead
* Merge pull request #58944 from d10n/postman-upgradexeji2019-04-03
|\ | | | | postman: 6.7.3 -> 7.0.7
| * postman: Link icon to $out/share/icons rootd10n2019-04-03
| | | | | | | | | | | | At least on the version of Gnome shipping with CentOS 6, the icon in $out/share/icons/hicolor/128x128/apps is not picked up, but the icon in $out/share/icons does get picked up.
| * postman: 7.0.6 -> 7.0.7d10n2019-04-03
| |
| * postman: 6.7.3 -> 7.0.6d10n2019-03-28
| |
* | Merge pull request #58514 from marsam/nodejs_11-updateMaximilian Bosch2019-03-30
|\ \ | | | | | | nodejs-11_x: 11.11.0 -> 11.13.0
| * | nodejs-11_x: 11.11.0 -> 11.13.0Mario Rodas2019-03-28
| |/
* | Merge pull request #56575 from zarelit/upgrade_mailcatcherMaximilian Bosch2019-03-29
|\ \ | |/ |/| mailcatcher: 0.6.5 -> 0.7.1
| * mailcatcher: 0.6.5 -> 0.7.1David Costa2019-03-28
| |
* | Merge pull request #57334 from r-ryantm/auto-update/now-cliRyan Mulligan2019-03-19
|\ \ | | | | | | now-cli: 13.1.2 -> 14.0.3
| * | now-cli: 13.1.2 -> 14.0.3R. RyanTM2019-03-10
| |/ | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/now-cli/versions
* | Merge pull request #56226 from marsam/nodejs-install-npm-manpagesMatthew Bauer2019-03-15
|\ \ | | | | | | nodejs: Install npm manpages
| * | nodejs: Install npm manpagesMario Rodas2019-02-22
| | |
* | | nodejs: fix gyp errors when building scuttlebot on Darwin (#57632)jacereda2019-03-15
| | | | | | | | | | | | | | | | | | * nodejs: fix gyp errors when building scuttlebot * nodejs-slim: fix build on Darwin
* | | nodejs-11_x: 11.7.0 -> 11.11.0 (security)Will Dietz2019-03-08
| | | | | | | | | | | | | | | | | | https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V11.md (see notes for all versions after 11.7.0)
* | | nodejs-10_x: 10.15.0 -> 10.15.3 (security)Will Dietz2019-03-08
| | | | | | | | | | | | | | | | | | https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V10.md#10.15.3 https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V10.md#10.15.2 https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V10.md#10.15.1
* | | nodejs-8_x: 8.15.0 -> 8.15.1 (security)Will Dietz2019-03-08
| | | | | | | | | | | | https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V8.md#8.15.1
* | | nodejs-6_x: 6.16.0 -> 6.17.0 (security)Will Dietz2019-03-08
| |/ |/| | | | | https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V6.md#6.17.0
* | nodejs: fix updateScript evaluationRobert Schütz2019-02-28
| |
* | treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim2019-02-26
|/ | | | | | | | | Whenever we create scripts that are installed to $out, we must use runtimeShell in order to get the shell that can be executed on the machine we create the package for. This is relevant for cross-compiling. The only use case for stdenv.shell are scripts that are executed as part of the build system. Usages in checkPhase are borderline however to decrease the likelyhood of people copying the wrong examples, I decided to use runtimeShell as well.
* postman: 6.7.1 -> 6.7.3David Gazdos2019-02-11
|
* Merge pull request #54287 from marsam/update-node-v11Matthew Bauer2019-02-08
|\ | | | | nodejs-11_x: 11.6.0 -> 11.7.0
| * nodejs-11_x: 11.6.0 -> 11.7.0Mario Rodas2019-01-18
| |
* | now-cli: 13.0.4 -> 13.1.2R. RyanTM2019-01-27
|/ | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/now-cli/versions
* postman: 6.3.0 -> 6.7.1 (#54101)ngerstle-cognite2019-01-17
| | | | A simple update from 6.3.0 to 6.7.1 fixes a breaking bug - something about requested version 30 being less than version 80 during startup? Either way, 6.7.1 seems to solve the issue.
* now-cli: 12.1.14 -> 13.0.4zimbatm2019-01-13
|
* kcgi: 0.10.7 -> 0.10.8R. RyanTM2019-01-13
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/kcgi/versions
* Merge staging-next into stagingFrederik Rietdijk2019-01-05
|\
| * Merge master into staging-nextFrederik Rietdijk2019-01-04
| |\
| | * Merge pull request #53329 from r-ryantm/auto-update/insomniaJörg Thalheim2019-01-04
| | |\ | | | | | | | | insomnia: 6.2.3 -> 6.3.2
| | | * insomnia: 6.2.3 -> 6.3.2R. RyanTM2019-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/insomnia/versions
| * | | Merge master into staging-nextFrederik Rietdijk2019-01-03
| |\| |
| | * | Merge pull request #53286 from r-ryantm/auto-update/now-cliRyan Mulligan2019-01-03
| | |\ \ | | | | | | | | | | now-cli: 12.1.12 -> 12.1.14
| | | * | now-cli: 12.1.12 -> 12.1.14R. RyanTM2019-01-03
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/now-cli/versions
| | * / grails: 3.3.8 -> 3.3.9R. RyanTM2019-01-02
| | |/ | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/grails/versions
* | | nodejs-11_x: 11.5.0 -> 11.6.0Mario Rodas2019-01-03
| | |
* | | nodejs-10_x: 10.12.0 -> 10.15.0Mario Rodas2019-01-03
| | |
* | | nodejs-8_x: 8.14.1 -> 8.15.0Mario Rodas2019-01-03
| | |
* | | nodejs-6_x: 6.15.1 -> 6.16.0Mario Rodas2019-01-03
|/ /
* | Merge master into staging-nextFrederik Rietdijk2018-12-31
|\|
| * Merge pull request #52511 from marsam/update-nodejsSilvan Mosberger2018-12-31
| |\ | | | | | | nodejs: 6.14.4 -> 6.15.1, 8.12.0 -> 8.14.1