-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#1502 webpack (connect #1502) #3000
Conversation
* issue/1502-webpack-prod: #1502 webpack prod config [#2896] Use a fixed version number for jackson libraries [#2896] Upgrade jackson library to address further security warnings # Conflicts: # Dashboard/package-lock.json # Dashboard/package.json # Dashboard/scripts/buildDev.js # Dashboard/scripts/buildProd.js # ci/devserver.sh
@@ -0,0 +1,83 @@ | |||
{ | |||
"extends": "airbnb", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is based on some styling from airbnb? I guess its relatively stable right? i.e. we wont have broken checks if airbnb decides to refurbish?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes this is one of the most commonly used styleguides - if not THE most used. no need to worry
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also the version is locked so it wont just suddenly break
@@ -17,115 +17,6 @@ class LoaderFilter < WebFilters::MinispadeFilter | |||
end | |||
end | |||
|
|||
class EmberAssertFilter < Filter |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You probably need to cleanup AssetfilePublic
the same way, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes youre right. we can do this at a later stage though because the hybrid build is still getting the job done as it is
* develop: (48 commits) [#3026]Stop updating the backend. [#3024] release notes Update bootstrap-deploy.sh [#3022]Avoid NPE if no user found. [#3018] release notes [#3018]Initial version of release notes. [#2969] Remove whitespace [#2971]Extract constants. Remove trailing whitespace. [#3017] Add NSS package [#3017] Add NSS package [#3017] Add NSS package [#3017] Add NSS package [#2970]Remove trailing whitespace. [#2970]Formatting... [#2802] unused function [#2802] do it the ember way [#2694] Remove backends configuration file [#2696] Refactor cascade node deletion [#2694] Remove backends deployment code [#2971]Stop calling taks on backend. Remove unused stuff. ...
Before the PR (what is the issue or what needed to be done)
The solution
Screenshots (if appropriate)
Checklist