-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add support for mobility measures (IRGN) (#225)
* remove unused/unsupported plugins * basic plugin setup * change the name of the plugins * plugin names should not include the plugin postfix * bump roadsign regulation plugin * bump template plugin * template variable plugin was not being configured correctly * bump editor and re-enable package-lock * use package-lock * fix Dockerfile * build a dev version * bumped roadsign plugin * bump roadsign plugin * add besluit plugin * Get rid of ember-cli-moment-shim and update ember-moment * update besluit plugin * fix package-lock * Add rdfa-date plugin * update roadsign regulation plugin * bump decision plugin this version has the correct label * upgrade packages * bump besluit plugin * bump editor * remove modal when editing treatment via meeting (#224) * replace modal component with classes * add quick fix for fake modal * bump date plugin * fix scroll on editor in treatment view Co-authored-by: Dieter Peirs <[email protected]> * bump editor * reenable prod build * reinstate newer variable plugin * fix editor profiles Co-authored-by: Oscar <[email protected]> Co-authored-by: abeforgit <[email protected]> Co-authored-by: Dieter Peirs <[email protected]>
- Loading branch information
1 parent
feb3e78
commit 1500c5c
Showing
12 changed files
with
36,501 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +0,0 @@ | ||
package-lock=false | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ FROM madnificent/ember:3.20.0 as builder | |
LABEL maintainer="[email protected]" | ||
|
||
WORKDIR /app | ||
COPY package.json . | ||
RUN npm install | ||
COPY package.json package-lock.json ./ | ||
RUN npm ci | ||
COPY . . | ||
RUN ember build -prod | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.