forked from grafana/grafana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'grafana/master' into series-facade
* grafana/master: (65 commits) v6.3.0-beta2 is latest testing (grafana#18283) Release: Changelog update with v6.3.0-beta2 (grafana#18281) Chore: Upgrades typescript to version 3.5 (grafana#18263) docs: team sync (grafana#18239) SAML: Only show SAML login button on Enterprise version (grafana#18270) Permissions: Show plugins in nav for non admin users but hide plugin configuration (grafana#18234) CI: Change target branch in CI task trigger-docs-update (grafana#18255) Plugins: Include build number and PR in metadata (grafana#18260) Run End-to-End tests for release builds (grafana#18211) DataLinks: Fixed interpolation of series name, fixes grafana#18250 (grafana#18251) Timerange: Fixes a bug where custom time ranges didn't respect UTC (grafana#18248) Loki: Remove prefetching of default label values (grafana#18213) Build: fix use of env vars in parentheses execs (grafana#18249) TimePicker: Increase max height of quick range dropdown (grafana#18247) TimePicker: Fixed css issue casued by CSS Optimizer (grafana#18244) Revert "Timerange: Fixes a bug where custom time ranges didn't respect UTC (grafana#18217)" (grafana#18246) Timerange: Fixes a bug where custom time ranges didn't respect UTC (grafana#18217) LDAP: improve POSIX support (grafana#18235) Instrumentation: Add failed notifications metric (grafana#18089) Docs: update links to sample plugins (grafana#18240) ...
- Loading branch information
Showing
293 changed files
with
3,600 additions
and
1,705 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
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 |
---|---|---|
|
@@ -24,7 +24,7 @@ COPY packages packages | |
|
||
RUN yarn install --pure-lockfile --no-progress | ||
|
||
COPY Gruntfile.js tsconfig.json tslint.json ./ | ||
COPY Gruntfile.js tsconfig.json tslint.json .browserslistrc ./ | ||
COPY public public | ||
COPY scripts scripts | ||
COPY emails emails | ||
|
@@ -33,7 +33,7 @@ ENV NODE_ENV production | |
RUN ./node_modules/.bin/grunt build | ||
|
||
# Final container | ||
FROM ubuntu:latest | ||
FROM ubuntu:18.04 | ||
|
||
LABEL maintainer="Grafana team <[email protected]>" | ||
|
||
|
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.