This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
go-ceph
mirror of
https://github.com/ceph/go-ceph
Watch
1
Star
0
Fork
You've already forked go-ceph
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c403910924
go-ceph
/
.gitignore
10 lines
72 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add support for mon_command input buffer
2016-07-21 20:07:30 +00:00
.build-docker
add build.octopus to gitignore a file name .build.octopus gets created everytime the repoository is opened into the dev cointainer, adding it in gitignore will solve this issue. Signed-off-by: RAJAT SINGH <rajasing@redhat.com>
2021-05-07 10:08:38 +00:00
.build.*
makefile: expand test-multi-container into multiple test-containers-* rules This change adds a whole family of test-containers-* rules. The role meant to be used directly "test-containers-test" brings up the required dependencies once, and will reuse them on subsequent runs. The targets "test-containers-kill" and "test-containers-clean" will remove just the ceph containers and all dependencies respectively. The change may look big, and I did shorten some lines, thus lengthening the makefile vertically, but the logic is basically the same as before. One can continue using "test-multi-container" and it should behave pretty much as before, but outside the CI when working on code or testing things out using the more granular rules can help speed things up. Signed-off-by: John Mulligan <jmulligan@redhat.com>
2021-08-16 18:48:34 +00:00
.run.*
ci: update to luminous and dockerized setup Signed-off-by: Noah Watkins <nwatkins@redhat.com>
2018-07-07 17:34:56 +00:00
*.swp
gitignore: Add vi/vim backup files Signed-off-by: Anoop C S <anoopcs@cryptolab.net>
2022-07-07 06:59:09 +00:00
*~
entrypoint: handle the sub-packages separately Run the tests for each sub-package as a separate invocation. Make the package selectable. This has a few small advantages: * When iterating on a single package the other packages do not run * Better coverage summary line printed after each test * Slightly better output with verbose test output Signed-off-by: John Mulligan <jmulligan@redhat.com>
2019-12-20 15:59:57 +00:00
*.out
gitignore: ignore .test and .json files The .test files are generated by some makefile rules and should never be checked in. There's also no reason to track json files which may be generated by running tools. Signed-off-by: John Mulligan <jmulligan@redhat.com>
2020-05-13 14:58:54 +00:00
*.test
contrib: add configuration for devcontainer This change adds configurations for running the development environment in a container, as supported by VSCode or GitHub Codespaces. Signed-off-by: Sven Anderson <sven@redhat.com>
2021-04-26 18:21:49 +00:00
/*.json
contrib/implements: minor meta fixes Signed-off-by: Sven Anderson <sven@redhat.com>
2021-11-16 03:03:22 +00:00
/implements