-
Updated
Dec 23, 2021 - PHP
dependency-manager
A package manager or package management system is a collection of software tools that automate the process of installing, upgrading, configuring, or removing computer programs for a computer's operating system in a consistent manner.
Here are 325 public repositories matching this topic...
-
Updated
Dec 27, 2021 - Ruby
-
Updated
Sep 5, 2020 - Go
Describe the proposed change(s).
-
aws-machine-image -
cargo -
composer -
docker -
git -
gradle -
hashicorp -
helm -
hex -
ivy -
loose -
maven -
node -
npm -
nuget -
pep440 -
poetry -
regex -
rez -
ruby -
ruby/strategies -
semver-coerced#1
-
Updated
Dec 11, 2021 - TypeScript
-
Updated
Mar 19, 2021 - Ruby
Describe the bug
CodeQL show that we are logging paths directly. We should instead escape and then log them.
To Reproduce
Results are shown here: https://github.com/gomods/athens/pull/1748/checks?check_run_id=4567576462
Expected behavior
We can simply log escaped paths provided by net/url: https://pkg.go.dev/net/url#URL.EscapedPath
Additional context
Add an
-
Updated
Oct 22, 2021 - CMake
-
Updated
Nov 6, 2021 - Swift
-
Updated
Jul 11, 2021 - JavaScript
-
Updated
Dec 17, 2021 - Python
If CPM_SOURCE_CACHE is set to an empty string, CPM fails with file DOWNLOAD error: cannot create directory '/cpm' - Specify file by full.
-
Updated
Sep 14, 2021
-
Updated
Mar 18, 2021 - Ruby
-
Updated
Feb 5, 2019 - C#
-
Updated
Jul 5, 2021 - Python
-
Updated
Dec 21, 2021 - Shell
-
Updated
Jun 24, 2021 - Python
-
Updated
Oct 25, 2021 - Python
We currently don't support compiler options which are two parameters, like -encoding UTF-8, and commas also seem to be invalid in parameters, presumably excluded by some regex...
-
Updated
Apr 23, 2018 - Python
-
Updated
Nov 29, 2021 - Go
-
Updated
Dec 15, 2021 - PowerShell
-
Updated
Dec 28, 2021 - Go
Currently build agents run mbt version command at the end of the build. We should add a smoke test for each command (mbt describe | build | apply) to this list for release builds.
We're doing a bunch of code quality cleanup, and as part of that effort I'd like to implement some additional lints/coding conventions. There will be a lot of manual changes here, so I think these will be some items to have multiple people tackle.
In no particular order:
Addban-relative-imports = trueto.flake8and remove relative imports from the repo.