File tree Expand file tree Collapse file tree 7 files changed +6
-67
lines changed Expand file tree Collapse file tree 7 files changed +6
-67
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ crash.log
13
13
# OS X file
14
14
static /.DS_Store
15
15
16
- prometheus_rsa
16
+ * _rsa
17
17
18
18
vendor /
19
19
.bundle /
Original file line number Diff line number Diff line change 1
1
# Contributing
2
-
3
- Prometheus uses GitHub to manage reviews of pull requests.
4
-
5
- * If you have a trivial fix or improvement, go ahead and create a pull request,
6
- addressing (with ` @... ` ) the maintainer of this repository (see
7
- [ MAINTAINERS.md] ( MAINTAINERS.md ) ) in the description of the pull request.
8
-
9
- * If you plan to do something more involved, first discuss your ideas
10
- on our [ mailing list] ( https://groups.google.com/forum/?fromgroups#!forum/prometheus-developers ) .
11
- This will avoid unnecessary work and surely give you and us a good deal
12
- of inspiration.
Original file line number Diff line number Diff line change 11
11
cri (2.6.1 )
12
12
colored (~> 1.2 )
13
13
diff-lcs (1.2.5 )
14
- em-websocket (0.5.1 )
15
- eventmachine (>= 0.12.9 )
16
- http_parser.rb (~> 0.6.0 )
17
- eventmachine (1.0.8 )
18
14
ffi (1.9.6 )
19
15
formatador (0.2.5 )
20
16
guard (2.6.1 )
23
19
lumberjack (~> 1.0 )
24
20
pry (>= 0.9.12 )
25
21
thor (>= 0.18.1 )
26
- guard-livereload (2.3.1 )
27
- em-websocket (~> 0.5 )
28
- guard (~> 2.0 )
29
- multi_json (~> 1.8 )
30
22
guard-nanoc (1.0.2 )
31
23
guard (>= 1.8.0 )
32
24
nanoc (>= 3.6.3 )
33
25
hitimes (1.2.2 )
34
- http_parser.rb (0.6.0 )
35
26
kramdown (1.4.2 )
36
27
listen (2.7.11 )
37
28
celluloid (>= 0.15.2 )
40
31
lumberjack (1.0.9 )
41
32
method_source (0.8.2 )
42
33
mini_portile (0.6.0 )
43
- multi_json (1.11.2 )
44
34
nanoc (3.7.3 )
45
35
cri (~> 2.3 )
46
36
nanoc-cachebuster (0.3.1 )
@@ -99,3 +89,6 @@ DEPENDENCIES
99
89
rb-inotify
100
90
redcarpet
101
91
rspec
92
+
93
+ BUNDLED WITH
94
+ 1.14.6
Original file line number Diff line number Diff line change 1
- DOWNLOADS := prometheus alertmanager blackbox_exporter consul_exporter graphite_exporter haproxy_exporter memcached_exporter mysqld_exporter node_exporter pushgateway statsd_exporter
2
-
3
1
clean :
4
2
rm -rf output downloads
5
3
@@ -9,17 +7,6 @@ compile: clean
9
7
10
8
deploy : github_pages_export github_pages_push
11
9
12
- downloads : $(DOWNLOADS:%=downloads/%/repo.json ) $(DOWNLOADS:%=downloads/%/releases.json )
13
-
14
- downloads/% /repo.json :
15
- @mkdir -p $(dir $@ )
16
- @echo " curl -sf -H 'Accept: application/vnd.github.v3+json' <GITHUB_AUTHENTICATION> https://api.github.com/repos/prometheus/$* > $@ "
17
- @curl -sf -H ' Accept: application/vnd.github.v3+json' $(GITHUB_AUTHENTICATION ) https://api.github.com/repos/prometheus/$* > $@
18
-
19
- downloads/% /releases.json :
20
- @mkdir -p $(dir $@ )
21
- @echo " curl -sf -H 'Accept: application/vnd.github.v3+json' <GITHUB_AUTHENTICATION> https://api.github.com/repos/prometheus/$* /releases > $@ "
22
- @curl -sf -H ' Accept: application/vnd.github.v3+json' $(GITHUB_AUTHENTICATION ) https://api.github.com/repos/prometheus/$* /releases > $@
23
10
24
11
github_pages_export : compile
25
12
cd output && \
@@ -28,7 +15,7 @@ github_pages_export: compile
28
15
echo " This repository is auto-generated. You have to open pull requests against https://github.com/open-falcon/open-falcon.github.io instead." > .github/PULL_REQUEST_TEMPLATE.md && \
29
16
git init && \
30
17
git config user.name " Travis CI" && \
31
- git config user.email " travis@prometheus.io " && \
18
+ git config user.email " travis@open-falcon.org " && \
32
19
git add . && \
33
20
git commit --message=" Static site builder output, generated from 'source' branch."
34
21
Original file line number Diff line number Diff line change @@ -7,21 +7,6 @@ <h1><%= item[:title] %></h1>
7
7
< %= yield %>
8
8
< article >
9
9
10
- <!--
11
- <div id="disqus_thread"></div>
12
- <script type="text/javascript">
13
- /* * * CONFIGURATION VARIABLES * * */
14
- var disqus_shortname = 'prometheus-blog';
15
-
16
- /* * * DON'T EDIT BELOW THIS LINE * * */
17
- (function() {
18
- var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
19
- dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
20
- (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
21
- })();
22
- </script>
23
- <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
24
- -->
25
10
</ div >
26
11
27
12
< %= render 'blog_sidebar' %>
Original file line number Diff line number Diff line change @@ -7,21 +7,6 @@ <h1><%= item[:title] %></h1>
7
7
< %= yield %>
8
8
< article >
9
9
10
- <!--
11
- <div id="disqus_thread"></div>
12
- <script type="text/javascript">
13
- /* * * CONFIGURATION VARIABLES * * */
14
- var disqus_shortname = 'prometheus-blog';
15
-
16
- /* * * DON'T EDIT BELOW THIS LINE * * */
17
- (function() {
18
- var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
19
- dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
20
- (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
21
- })();
22
- </script>
23
- <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
24
- -->
25
10
</ div >
26
11
27
12
< %= render 'jobs_sidebar' %>
Original file line number Diff line number Diff line change 4
4
describe Downloads ::Asset do
5
5
let ( :asset ) do
6
6
Downloads ::Asset . new ( {
7
- 'name' => ' prometheus-1.2.0.freebsd-armv5.tar.gz ' ,
7
+ 'name' => ' ' ,
8
8
} )
9
9
end
10
10
You can’t perform that action at this time.
0 commit comments