Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Releases: Financial-Times/n-gage

v1.7.5: Merge pull request #35 from Financial-Times/vault-env-patch

28 Jun 08:35
Compare
Choose a tag to compare

exclude circle.yml from the tab lint

27 Jun 16:59
Compare
Choose a tag to compare
v1.7.4

circle.yml needs to have spaces instead of tabs (#34)

exclude package.json and bower.json from the tab lint

27 Jun 16:41
Compare
Choose a tag to compare
v1.7.3

exclude package.json and bower.json in tab lint (#33)

tabs everywhere, no spaces

27 Jun 16:22
Compare
Choose a tag to compare

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

26 Jun 13:41
Compare
Choose a tag to compare
Merge pull request #30 from Financial-Times/matth/text-only-editorconfig

target only known text file types in editorconfig

Properly fail on underconfigured squirrel

20 Jun 10:12
Compare
Choose a tag to compare
Merge pull request #26 from Financial-Times/fix-squirrel-error

Update squirrelify.js

Silence $(MAKE) commands with "@" symbols.

19 Jun 14:44
Compare
Choose a tag to compare
Merge pull request #24 from Financial-Times/adambraimbridge-patch-2

Silence $(MAKE) commands with "@" symbols.

$(MAKE) not make

19 Jun 14:28
Compare
Choose a tag to compare
Merge pull request #23 from Financial-Times/adambraimbridge-patch-2

Update index.mk

Enforce squirrel set up

19 Jun 10:03
Compare
Choose a tag to compare
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.

15 Jun 17:08
Compare
Choose a tag to compare
Merge pull request #20 from Financial-Times/vault-vix

env vars: Check that vault is installed