aboutsummaryrefslogtreecommitdiffstats
path: root/doc/NEWS.rst
blob: 507d859c5209789ebf0a221b927cac549bc53bea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
News - big changes for <event>
==============================

This is the closest thing we have to releases.

TG 18 - Future event
====================

IN PROGRESS:

- Back to basics with deployment on "bare metal" using ansible.

TODO: 

- Graphing that doesn't break down.
- Better mobile-support
- Proper "FAP"-integration, one way or an other.
- Graphing based on polling postgres, not sending data to two different
  places.
- Better configuration infrastructure.
- Easy overview of link utilization for "special" links.
- Option to filter out ports without aliases to reduce bandwidth/storage.

TG 17 - Added during the event
==============================

- "snmpup": Compare "LAG Member" ports with "Uplinks" ports
- Numerous minor tweaks
- Add Virtual Chassis MIBs and attempt to expose them sanely.
- Added tags to override uplink-count (Not intended to be a permanent
  requirement)
- "ping" map-handler now checks if the assigned port on a distro is up if
  an access switch is otherwise down, then suggests a "rollback" if the
  distro sees the switch as alive.
- Probably loads more.

TG 17
=====

- Numerous bug-fixes and tweaks
- Fully fledged internal graphing, powered by Graphite.
- Grafana integrated for dashboards and more drill-downs on graphs.
- Templating added to replace various things, including but not limited to
  FAP's internal templating and switches.txt etc.
- Removed "Score card" (unused)


DX 16
=====

- Numerous bug-fixes and tweaks
- Gondul has been split into a project of its own.
- Oplog - operational log added. Log whatever. Easily.
- "Comments" removed. Replaced by oplog.
- Health map introduced - to replace basically everything. Combines all
  other stats.
- Uplink/trunk ports are marked based on ifAlias now instead of hard-coded
  to match port names.
- Better Cisco-support
- Basic graphs added
- Support for two separate DHCP servers.
- Much better port drill-down, thanks in part to Lasse's work
- Admin page added (might get nuked again)

TG 16
=====

- ???????????????????????????????????????????????????
alue='grep'>log msg
path: root/vendor/gems/locale-2.0.5/.specification
blob: 7d3263441a9b4726a126108cd86c01dd0231a88d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
--- !ruby/object:Gem::Specification 
name: locale
version: !ruby/object:Gem::Version 
  version: 2.0.5
platform: ruby
authors: 
- Masao Mutoh
autorequire: 
bindir: bin
cert_chain: []

date: 2009-11-13 00:00:00 +00:00
default_executable: 
dependencies: []

description: Ruby-Locale is the pure ruby library which provides basic APIs for localization.
email: mutomasa at gmail.com
executables: []

extensions: []

extra_rdoc_files: []

files: 
- lib/locale.rb
- lib/locale/tag/posix.rb
- lib/locale/tag/irregular.rb
- lib/locale/tag/rfc.rb
- lib/locale/tag/simple.rb
- lib/locale/tag/cldr.rb
- lib/locale/tag/common.rb
- lib/locale/taglist.rb
- lib/locale/driver/posix.rb
- lib/locale/driver/win32.rb
- lib/locale/driver/win32_table.rb
- lib/locale/driver/jruby.rb
- lib/locale/driver/env.rb
- lib/locale/driver/cgi.rb
- lib/locale/util/memoizable.rb
- lib/locale/data/regions.tab.gz
- lib/locale/data/languages.tab.gz
- lib/locale/info/region.rb
- lib/locale/info/language.rb
- lib/locale/version.rb
- lib/locale/info.rb
- lib/locale/tag.rb
- setup.rb
- test/test_tag.rb
- test/test_memoizable.rb
- test/test_driver_jruby.rb
- test/test_info.rb
- test/test_driver_win32.rb
- test/test_detect_general.rb
- test/test_taglist.rb
- test/test_detect_cgi.rb
- test/test_thread.rb
- Rakefile
- README.rdoc
- ChangeLog
- COPYING
- samples/rack/hello_rack.ru
- samples/rack/hello_rack.rb
- samples/rack/README
- samples/sample_info.rb
- samples/cgi/http.rb
- samples/cgi/locale.css
- samples/cgi/index.cgi
- samples/cgi/README
- samples/cgi/cookie.cgi
- samples/sample_1.rb
has_rdoc: true
homepage: http://locale.rubyforge.org/
post_install_message: 
rdoc_options: []

require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      version: "0"
  version: 
required_rubygems_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      version: "0"
  version: 
requirements: []

rubyforge_project: locale
rubygems_version: 1.2.0
signing_key: 
specification_version: 3
summary: Ruby-Locale is the pure ruby library which provides basic APIs for localization.
test_files: []