Skip to content

Commit

Permalink
chore: getting master and develop in an even state (#76)
Browse files Browse the repository at this point in the history
* chore: merge develop (#9)

* chore: show build number in the editor UI

* docs: add more badges

* docs: update badges

* docs: update readme

* chore: use perl to tag a new build

* chore: updat version pattern

* chore: merge develop (#16)

* docs: update twitter link

* fix: auto select the layout toggle button when selecting a layer (#15)

* chore: merge develop (#17)

* docs: update twitter link

* fix: auto select the layout toggle button when selecting a layer (#15)

* docs: update contributions part

* docs: add CONTRIBUTING guide

* chore: merge develop (#20)

* docs: update twitter link

* fix: auto select the layout toggle button when selecting a layer (#15)

* docs: update contributions part

* docs: add CONTRIBUTING guide

* fix: issue #14

* chore: merge develop (#36)

* docs: add CODING_STANDARDS.md

* docs: update CODING_STANDARDS.md

* fix(docs): change base branch name from master to develop (#33)

* fix(editor): change zoom origin to center (#32)

* fix(home): change logo image and animation (#31)

* feat(packaging): add basic PWA support (#30)

* docs: add "is it maintained" badge (#1) (#34)

* chore: merge develop (#52)

* chore: add cloud build config

* chore: make all tests pass

* chore: use test:ci instead of test on a CI env

* chore: update cloudbuild config

* chore: use ngcontainer:0.5.0

* chore: add puppeteer

* chore: update docker config

* chore: set CHROME_BIN to puppeteer

* chore: switch to gcr.io/cloud-builders/npm

* chore: update COPY command

* chore: use angular/ngcontainer for testing

* chore: adding custom ngcontainer build

* chore: get built source from GCB

* chore: improved cloudbuild.yaml

* chore: update angular/ngcontainer image

* chore(deploy): use $SHORT_SHA if present

* chore: update nginx config

* chore: use nginx:latest

* chore: disable k8s deployment (temporary)

* build(Dockerfile): copy the xlayers artifacts from ./dist/html

* build: rename script to stamp-deploy.sh

* build(k8s): use a YAML template for k8s

* chore: stashing current YAML config

* build(cloudbuilder): add a custom kubectl cloud builder

* build: change stamp version pattern

* docs: add opencollective badge

* docc: update sponsors section

* chore: use angular/ngcontainer for testing

* chore: adding custom ngcontainer build

* chore: get built source from GCB

* chore: update angular/ngcontainer image

* chore(deploy): use $SHORT_SHA if present

* chore: use nginx:latest

* feat: select for demo Sketch files

now with a select you can choose from different demo Sketch files

* fix: remove invalid demo file from list

* fix: css layout

* chore(core): switch to angular master versions (#48)

* refactor: update deps to angular#master

* refactor: update links to the github repo

* chore: use different environment when loading demo files

* fix: the mat-drawer top edge was hidden behind the header

* fix: add a min-width of 1000px to the editor layout

* build: change stamp version pattern

* chore: add missing speed-measure-webpack-plugin

* build: rename the build stamp file

* refactor: exit script if env vars are undefined

* build: copy the dist artifact from ./dist/html

* build: use *.angular.run as a preview domaine

* build: update all build steps

* chore: add a test script to trigger Cloud Builds from the local machine

* chore: store the artifact inside dist/html

* chore: fix stamping script
  • Loading branch information
manekinekko committed Nov 21, 2018
1 parent 1a3e7e2 commit 8c041d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion firebase.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"hosting": {
"public": "dist/xlayers",
"public": "dist/html",
"ignore": [
"firebase.json",
"**/.*",
Expand Down
1 change: 0 additions & 1 deletion scripts/stamp-build.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash

set -u

if [[ -n "$BUILD_ID" ]]; then
echo "Cloud Build environment detected!"
Expand Down

0 comments on commit 8c041d6

Please sign in to comment.