UNPKG

4.67 kBPlain TextView Raw
10.9.0
2 - Fix warning icon image
3 - Use spin.js instead of an image spinner
4 - Bump gridster to 0.5.6
5 - Bump rickshaw to 1.5
6 - Add an experimental confluence library to assist in fetching pages using Content API
7 - Fix issue #72 - Make sure config is never undefined
8 - Fixing schedulers so job execution doesn't overlap if it takes too long
9
100.8.0
11 - Improve project and job scaffolding
12 - Add unit test to new job template
13 - Bump up a bunch of dependencies (it was about time!)
14 - Improve socket.io reconnect
15 - Add new shinny 8x6 grid size screenshot
16
170.7.0
18 - Allow configurable (per dashboard) grid size (issue #64)
19 - Bump up cheerio to 0.13.1
20 - Bump up grister to 0.5.1
21 - Fix issue #68 - Avoid widget title wrapping
22 - Resize fonts according to widget width (resolves issue #67 - related to issue #64)
23 - Fix package.json "bin" attribute relative path.
24
250.6.0
26 - FIX: Issue #62. Properly namespace widget CSS by working with AST rules
27 - Issue #50 and #60. Make easier developing new jobs by adding filters to atlasboard start
28 - Refactor commands
29 - Added more unit tests
30 - Install only production dependencies on atlasboard start
31 - Ensure that we return pg clients to the connection pool
32 - Other minor fixes
33
340.5.6
35 - Added easyRequest for easier querying HTTP resources.
36
370.5.5
38 - Upping rickshaw graphics
39
400.5.4
41 - FIX: Black wallboard of death (Chrome latest weirdly caching assets - workaround was clearing the cache)
42
430.5.3
44 - FIX: Issue #53 Two versions of colors on disk throw.
45 - Some refactoring and some of the pending code style changes.
46 - Add build status using drone.io
47 - Fix issue #55 - package order resolution in widgets
48 - FIX: Function.prototype.apply expect array in second arguments
49
500.5.2
51 - Add moment as job dependency
52 - Add underscore job dependency
53 - Add async dependency for jobs
54 - Use non-minified versions for easy browser debugging
55 - Add/remove widget-level loading class for better styling context
56
570.5.1
58 - Issue #42: fixed small regression for reconnects
59
600.5.0
61 - Issue #47 - Move packages from packages to samples/project/packages to avoid users build the dashboard in an atlasboard clone.
62 - Issue #40 - Clearer error message when job not found
63 - Issue #41 - Add {"start": "atlasboard start"} to project scaffold package.json
64 - Issue #43 - Error 500 rendering stylesheets/application.css
65 - Issue #42: Nicer handling of error messages in the UI
66 - Add rickshaw library to atlasboard core
67 - Add postreSQL job dependency
68 - Move third party assets to a separate third-party folder
69 - Add storage dependency. Refactor dependency injection.
70 - Issue #28 Add support for credentials file path
71
720.4.0
73 - Issue #15 - Change widget naming to not include widget id anymore
74 - Added default config file so the custom one gets extended from this one.
75 - Fix default dashboard so it has the necessary widgets to fill the whole screen.
76 - Reorganize tests.
77 - Use logger to wrap the error when a dashboard has the wrong format.
78 - Make job manager error proof in case config file doesn't exists. If config file exists and it is invalid it should throw error.
79 - Added hipchat integration. New hipchat dependency.
80 - Allow fetching resources from widget folder.
81 - Issue #33 - Display error and exit if http server port is in use
82 - Fix problem when displaying error with prevent the widget from displaying data again.
83 - A dashboard name must match /^[a-zA-Z0-9_-]*$/ to be valid.
84 - Other minor fixes.
85
860.3.1
87 - FIX: Require node 0.8 or higher in package.json
88
890.3.0
90 - Real-time logging visualization!.
91 - Issue #13: "generate dashboard" generates files in a sub-folder.
92 - Removed sample dashboard from atlasboard.
93 - Ability to disable dashboards by setting enabled:false in dashboard config file.
94 - Job task is executed in the context of the job object, so we can manage state across executions.
95 - Error handling and logging on jobs
96 - Prevent XSS in log viewer.
97 - Extra test coverage
98 - Issue #20 - Disable logging by default through the config file
99 - Issue #22 - Use connect-assets to serve css (and parse stylus)
100 - Issue #23 - Enable serving of custom images from dashboards
101 - ISsue #24 - Improve startup banner
102
1030.2.0
104 - can now resize browser and scale AtlasBoard.
105 - use connect-asset for common assets, since we are fetching now widget assets on demand.
106
1070.1.1
108 - new atlasboard "list" command.
109 - handle errors on child process when executing "npm install".
110 - use minified versions of javascript libraries.
111
1120.1.0
113 - first release after some important changes in the core architecture.
114