- 05 Nov, 2018 25 commits
-
-
Jordan Petridіs authored
-
Jordan Petridіs authored
pytest will happily run all the tests in the same proccess, which means if one mutates an environment variable, the change will bleed to the rest of the tests.
-
Jordan Petridіs authored
-
Jordan Petridіs authored
There are half of the variables compared to what was used before, and now they are only used once so its not needed for them anymore to be global. This allows running the tests without needing to pre-define them in your local environment, since the ones needed are mocked in the tests code anyway.
-
Jordan Petridіs authored
-
Jordan Petridіs authored
Add a function to query groups, so the fallback code will be functional once gstreamer migrates to gitlab.
-
Jordan Petridіs authored
I can't think of a scenario where this would be hit, and can't trigger make the find_reposiroty_sha function return None either.
-
Jordan Petridіs authored
find_repository_sha will conclude to the same result so we can remove the whole if branch and extra variables that it needed.
-
Jordan Petridіs authored
-
Jordan Petridіs authored
-
Jordan Petridіs authored
-
Jordan Petridіs authored
-
Jordan Petridіs authored
-
Jordan Petridіs authored
Previously find_repository_sha would do a global search of all the projects in the gitlab instance. This ports it to use the user namespace endpoint. Additionally seems like the else: block never worked.
-
Jordan Petridіs authored
Also fix a type annotation error in the request functions.
-
Jordan Petridіs authored
that's how `git-update` in `gst-build` expects it to be
-
Jordan Petridіs authored
-
Jordan Petridіs authored
-
Jordan Petridіs authored
The project path is what's shown in the url bar, ex gitlab.example.com/john/gstreamer -> path == gstreamer The project name is defined in project settings and its just. Its more common to change the name of a fork than its path.
-
Jordan Petridіs authored
Make it so it does not depend on env variables so it will be easier to test.
-
Jordan Petridіs authored
-
Jordan Petridіs authored
-
Jordan Petridіs authored
-
Jordan Petridіs authored
-
Jordan Petridіs authored
-
- 26 Oct, 2018 1 commit
-
-
- 06 Dec, 2017 1 commit
-
-
Allows testing without full oss-fuzz infrastructure
-
- 06 Nov, 2017 1 commit
-
-
- 05 Nov, 2017 3 commits
-
-
-
-
Script that will be executed by oss-fuzz to build fuzzing targets and dependencies
-
- 01 Nov, 2017 4 commits
-
-
We were registering plugins again and again and again ...
-
-
-
-
- 31 Oct, 2017 3 commits
-
-
Edward Hervey authored
-
-
Simple appsrc ! typefind ! fakesink pipeline
-
- 29 Oct, 2017 1 commit
-
-
Edward Hervey authored
-
- 28 Oct, 2017 1 commit
-
-
Edward Hervey authored
-