Tags: mafernando/api
Tags
v4.0.0 Release (#1159) * removed tutum * changed year * updated Heroku API key * updated docs * updated docker-compose to v2 * added templates, resolves #1134 * Feature/1132 rails assets migration (#1147) * Moved to rails assets, began configuring rails to serve application * Separate sass and js * Refactor style architecture * All sass, no scss * Gemfile cleanup * Refactor sass hierarchy * Sass ordering * Address issue of incorrectly compiling css * Update rails, adjust baseline render view, add ng-annotate to asset pipeline * Rspec running * Resolve module loading issue * Adds rails-angular-templates First commit that yields working app * Restructure sass to mirror original structure * Update marked, login operating nominal * Welcome back font-awesome and images * Cleanup /src * Update color picker, add override for vendor style * Swap font-awesome to rails assets, adds processing to js sass in production * Move images back into assets * Font-awesome working as gem * Images served from "/frontend" * No longer use package.json * Update .travis.yml * Rubocop errors * Rubocop passing * Missing assets * Removed unused template cache * Remove karma config and update install guides * updated * stop travis from deploying * added thing to get it to work. * updated environments * fixes per Allen / Stack * Skip digesting files. - This will break updating assets being cached. * Feature/1100 generic dataset extension (#1142) * Added simpler sample demo task * Commit intermediate Gemfile and lock * Restore migrations to same state as repo schema Omitting annotations generated by running migrate. * Remove products from new demo task * Remove demo extension code from core This code will migrate to the jellyfish-demo extension. Will remove sample demo assets in forthcoming commit. * Add Rubocop corrections * Remove hardcoded gem * Add back users * Remove demo.rake since its moved to demo extension * Set sample demo products to compute product type * Plug in Demo product type and status_msg * Move sample demo task & data into demo extension * Update db:seed to load admin user * Add staff_id to approvals serializer We're missing staff_id on the serializer for approvals which causes the Project Details for a rejected project to not correctly display which user rejected the project. * Remove superfluous backtick * Update apipie to allow product categories to save * Set Order status to complete on create Right now we're not doing anything to retroactively go back and update the status of an Order after its Services have successfully provisioned. There may also be additional complexity if some services are provisioned and other are not. Setting order status to complete if save is successful for now and will create an issue to track the actual required implementation. * Fix lock issues * Fix Gemfile and Travis * Fix quotes for Rubocop * Updates sample with demo where applicable closes #1153 * Rename .html assets to .html.erb Also removes silly gem * Rename .html to .html.erb in support of image rendering on production * Revert "Rename .html assets to .html.erb" This reverts commit e8a64fb. * Revert "Rename .html to .html.erb in support of image rendering on production" This reverts commit 6dfbcbd. * Update Gemfile.lock with latest jellyfish-demo (#1155) * Bug/1148 image assets working in production (#1157) * Rename .html to .html.erb * Reconfigure asset pipeline to digest Remove unnecessary gems * Edit and delete images confirmed replaced * Additional image refactoring * Project images working * Remaining `src`, `ng-src`, "frontend", and `url` attributes and string refactored to use digest manifest * Revert "Remaining `src`, `ng-src`, "frontend", and `url` attributes and string refactored to use digest manifest" This reverts commit 2b97045. * Remaining image refactoring * Ng-src using assets served from `/public/images` * Address project description template issue * Restore avatar * Ironed out silly mistakes, all is well now * Fix no scripts to load issue loading the Application - Move demo extension into a group that includes everywhere BUT production environments * Add Staging env to secrets.yml
Merge pull request #61 from booz-allen-hamilton/feature/permit-users-… …create-projects Allow non-admins to create projects