This project is mirrored from https://gitee.com/NQL886/scope.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 09 Apr, 2021 1 commit
-
-
Bryan Boreham authored
-
- 07 Apr, 2021 4 commits
-
-
Bryan Boreham authored
-
Bryan Boreham authored
Run AWS CLI from a container image
-
Bryan Boreham authored
So we don't have to install it, or Python. Need to run in 'machine' executor on CircleCI so we can mount volumes into the Docker command.
-
Bryan Boreham authored
-
- 06 Apr, 2021 2 commits
-
-
Bryan Boreham authored
Update build tools including Go 1.16.2
-
Bryan Boreham authored
See docs at https://golang.org/ref/mod#go-mod-file-go The expected benefit from making this change is that the vendor directory will be used automatically, including tests.
-
- 04 Apr, 2021 22 commits
-
-
Bryan Boreham authored
2.1.3 is very old, and seems to be failing the build
-
Bryan Boreham authored
-
Bryan Boreham authored
-
Bryan Boreham authored
It doesn't fail the test
-
Bryan Boreham authored
-
Bryan Boreham authored
-
Bryan Boreham authored
Avoids warnings like "Using 'getgrouplist' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking"
-
Bryan Boreham authored
-
Bryan Boreham authored
We only want to force CGO_ENABLED when cross-compiling for arm; it is on by default for native linux compilation and off by default for darwin cross-compilation.
-
Bryan Boreham authored
-
Bryan Boreham authored
It calls 'go', which may not be present outside the build container
-
Bryan Boreham authored
gvt replaced by Go modules; github-release not used in CI
-
Bryan Boreham authored
-
Bryan Boreham authored
Smaller that way, and more consistent (Note we run it with GC enabled; it crashes in CI otherwise)
-
Bryan Boreham authored
-
Bryan Boreham authored
Scope itself doesn't have any Python code. Disable Python test scheduler in CI - we set parallelism=1 so no point scheduling
-
Bryan Boreham authored
All it does is set some environment variables so just set those on the command-line
-
Bryan Boreham authored
Otherwise it's blank on Apple M1 platform (at least) and builds fail Now we have to git-ignore .yarnrc file, which is created in the HOME dir.
-
Bryan Boreham authored
This speeds up subsequent compilations
-
Bryan Boreham authored
'delegated' says the container side is in charge, and Docker doesn't have to work hard to keep the host in sync 'z' is needed for SELinux
-
Bryan Boreham authored
The command and arguments for yarn runs was repeated many times.
-
Bryan Boreham authored
Remove complicated workaround in build.sh
-
- 17 Mar, 2021 3 commits
-
-
Juan Calderon-Perez authored
* Bump alpine to 3.13.2
-
Bryan Boreham authored
Remove obsolete dependency github.com/fatih/hclfmt
-
Bryan Boreham authored
Update faq.md - fix read-only mode gotcha
-
- 09 Mar, 2021 1 commit
-
-
Kingdon Barrett authored
* use double dashes for consistency * fixup - says "set it to false", should be "true" * fixup - the deployment and the daemonset both need this setting Signed-off-by:
Kingdon Barrett <kingdon@weave.works>
-
- 03 Mar, 2021 1 commit
-
-
Piotr Kiełkowicz authored
github.com/fatih/hclfmt was archived. Technically there is a possibility to fork (or used another forked version) to executle hclfmt. But it leads to another issues - problems with importing https://github.com/hashicorp/hcl/hcl/printers. HCL was released in version 2 so that the file structure was changes. I do not see any way to install it in changed Makefile. Go installs does not support pining to given tags so that always the newest version is installed. For now, the impact on build process should be minimal. it is used only in ./tools/lint/lint() method. I was able to execute it locally without executing hclfmt.
-
- 10 Feb, 2021 2 commits
-
-
Bryan Boreham authored
fix CVE-2020-8203 (lodash vulnerability)
-
Piotr Kiełkowicz authored
-
- 08 Feb, 2021 2 commits
-
-
Daniel Holbach authored
point out CoC more clearly
-
Daniel Holbach authored
Signed-off-by:
Daniel Holbach <daniel@weave.works>
-
- 06 Feb, 2021 1 commit
-
-
Bryan Boreham authored
Set hostname to Kubernetes node name
-
- 30 Jan, 2021 1 commit
-
-
Bryan Boreham authored
Non-portability is unlikely to be a problem
-