Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  environments
  initializers
  routes
application.rb 8.76 KB
boot.rb 227 Bytes
database.yml.example 501 Bytes
email.yaml.example 68 Bytes
environment.rb 151 Bytes
foreman-debug.conf 691 Bytes
ignored_environments.yml.sample 176 Bytes
irbrc 98 Bytes
logging.yaml 2.34 KB
model.mappings.example 8.66 KB
routes.rb 12.8 KB
settings.rb 700 Bytes
settings.yaml.example 1.2 KB
settings.yaml.test 157 Bytes
spring.rb 252 Bytes
webpack.config.js 2.13 KB

Latest revisions

# Date Author Comment
e2a57bfe 08/10/2016 06:18 AM Tomer Brisker

Fixes #12364 - Use NPM+Webpack to handle external assets

This commit introduces NPM and Webpack to handle external assets.
It also provides ES6 support and a live reload dev server that can be
used by running `foreman start` instead of `rails start`.
Do not forget to run `npm install` before starting the server....

5e813fae 08/08/2016 06:08 AM elad

Fixes #15924 - Implement server groups and scheduler hints

03510341 08/08/2016 03:16 AM Lukas Zapletal

Fixes #13768 - random and MAC-based name generator

4202625d 08/04/2016 10:39 AM Ohad Levy

fixes #15919 - statistics page is loaded via AJAX

Also:
- refactor how statistics data is being called, now it should be trivial
to add additional charts or consume other data from it. It should make
it much easier to reuse statistics charts in other places...

077e25c4 08/02/2016 10:32 AM Ranjan Kumar

Fixes #7955 - /apidoc should point to v2 documentation by default

12612809 07/29/2016 05:58 AM Dominic Cleal

fixes #3917 - replace protected_attrs with strong parameters

Filtering of attributes has moved from the protected_attributes gem to
strong parameters in controller concerns, to be in line with current
Rails recommendations.

Concerns are shared between UI and both API controllers and list the...

d97deb49 07/28/2016 04:24 AM Dominic Cleal

fixes #15863 - add short session or request ID to logs

New middleware stores the session and request IDs (either from
X-Request-ID or a UUID generated by Rails) in the logger's thread
storage. The truncated session ID is now logged by default to minimise...

aec605a9 07/25/2016 10:36 AM Dominic Cleal

fixes #15829 - remove ace-rails-ap file modes from app.js

Also removes editor from precompilation list, it's in the main app.js
since fa8353d, and removes unused ACE extensions.

application.js has reduced from 2512 to 2381KiB.

d1635077 07/21/2016 02:12 PM Amir Fefer

Fixes #15037 - Improves editable elements in settings

4b836b62 07/21/2016 03:51 AM Dominic Cleal

fixes #15751 - replace spork with spring in development

To make use of it, run bin/rails and bin/rake rather than plain
rails or rake commands, and run `spring status` or `spring stop` to
check and stop current background processes.

Test log removal has moved to the logging framework as the file would...

View revisions

Also available in: Atom