This repository has been archived by the owner on Mar 22, 2024. It is now read-only.
Releases: Financial-Times/n-gage
Releases · Financial-Times/n-gage
v1.7.5: Merge pull request #35 from Financial-Times/vault-env-patch
Update Vault .env task to use shared keys
exclude circle.yml from the tab lint
v1.7.4 circle.yml needs to have spaces instead of tabs (#34)
exclude package.json and bower.json from the tab lint
v1.7.3 exclude package.json and bower.json in tab lint (#33)
tabs everywhere, no spaces
To convert your repo from 2 spaces to tabs, you can run this command:
git ls-files | grep -E '\.(js|ts|html|hbs|mustache|xml|xsl|scss|css|sh|vcl|mk|Makefile|json|yml|yaml|md)' | xargs -I F sh -c "unexpand -t 2 F > unexpanded && mv unexpanded F"
editorconfig should only target known text file types
Merge pull request #30 from Financial-Times/matth/text-only-editorconfig target only known text file types in editorconfig
Properly fail on underconfigured squirrel
Merge pull request #26 from Financial-Times/fix-squirrel-error Update squirrelify.js
Silence $(MAKE) commands with "@" symbols.
Merge pull request #24 from Financial-Times/adambraimbridge-patch-2 Silence $(MAKE) commands with "@" symbols.
$(MAKE) not make
Merge pull request #23 from Financial-Times/adambraimbridge-patch-2 Update index.mk
Enforce squirrel set up
Merge pull request #21 from Financial-Times/rhys/setup-squirrel verify squirrle configured properly
env vars: Check that vault is installed, rather than if it is authenticated.
Merge pull request #20 from Financial-Times/vault-vix env vars: Check that vault is installed