Skip to content

Releases: thetribeio/generator-project

v0.6.0

09 Oct 09:55
Compare
Choose a tag to compare

What's Changed

Read more

v0.5.0

03 Apr 14:26
Compare
Choose a tag to compare

What's Changed

Read more

v0.4.3

19 Jan 14:35
Compare
Choose a tag to compare

New features

Misc

  • Use indent tag to cleanup long template lines by @jvasseur in #1061
  • Update dependencies

Full Changelog: v0.4.2...v0.4.3

v0.4.2

27 Sep 10:11
Compare
Choose a tag to compare

New features

Bug fixes

Misc

New Contributors

Full Changelog: v0.4.1...v0.4.2

v0.4.1

27 Apr 12:42
Compare
Choose a tag to compare

New features

Bug fixes

Misc

  • Update dependencies

Full Changelog: v0.4.0...v0.4.1

v0.4.0

03 Mar 13:07
Compare
Choose a tag to compare

New features

Improvements

  • Stop generating an empty CI config file if not needed by @jvasseur in #806
  • Update terraform Readme to be more specific concerning credentials to create by @jvasseur in #924
  • Improvement(Doc): Update ansible scaleway README by @Schipsi in #925
  • Update ansible readme to make sure the server is created by terraform by @Schipsi in #926
  • Use base docker images in CI by @jvasseur in #923

Bug fixes

Full Changelog: v0.3.3...v0.4.0

v0.3.3

09 Dec 16:58
Compare
Choose a tag to compare
  • Fix Sentry incompatibility with symfony/cache

v0.3.2

09 Dec 15:25
Compare
Choose a tag to compare
  • Fix terraform output not being written in the right file (#696)
  • Only add database to terraform if the expected directory structuree is here (#696)
  • Switch to main as production branch (#743)
  • Fix project name not accepting 0 character (#750)
  • Fix Symfony with twig request proxy chain (#764)
  • Allow no migrations in Symfony update script (#765)
  • Configure Symfony logger to use stderr (#766)
  • Fix Symfony running in prod env instead of dev (#767)
  • Simplify Symfony kernel (#769)
  • Renamed $UID to $uid variable to fix scripts on MacOS (#771)
  • Update dependencies

v0.3.1

18 Nov 15:08
Compare
Choose a tag to compare
  • Add a React-admin generator (#531)
  • Add validation for contact email field (#567)
  • Fix gitignore not beeing generated when installing from dist (#570, #684)
  • Rename SENTRY_ENVIRONMENT variable to ENVIRONMENT_NAME (#571)
  • Add production terraform and sentry configuration example (#584)
  • Fix httpPath handling for CRA base packages (#613)
  • Update sentry context in CircleCI config (#617)
  • Stop overriding vault pass if it exists (#632)
  • Save and reload the prompts from the local config (#634)
  • Fix WDS web socket proxying (#647)
  • Run docker build in update script (#648)
  • Disable eslint plugin (#649, #661)
  • Update NodeJS to v16 (#660, #655)
  • Fix react admin generator not properly forwarding path (#683)
  • Add passport-based authentication to express backend (#612)
  • Update dependencies

v0.3.0

03 Sep 14:14
Compare
Choose a tag to compare
  • [Symfony] Fix FastCGI proxy address (#503)
  • Use subpaths instead of domains for packages (#503)
  • Add noindex header in non-production environments (#511)
  • Update scaleway terraform provider (#514)
  • Update dependencies