Skip to content

Commit

Permalink
Merge branch 'release/v0.6.0' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Navaneeth-pk committed Aug 11, 2021
2 parents a8486dc + 1f93db7 commit 1773ea5
Show file tree
Hide file tree
Showing 406 changed files with 66,722 additions and 7,697 deletions.
5 changes: 3 additions & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# frontend/*
app/*
docs/*
tmp/*
# node_modules/*
/.env
server/node_modules/*
server/dist/*
9 changes: 6 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
TOOLJET_HOST=http://<host_name>

LOCKBOX_MASTER_KEY=replace_with_encryption_key
# Create .env from this example file and replace values for the environment.
# The application expects a separate .env.test for test environment configuration

TOOLJET_HOST=http://localhost:8082
LOCKBOX_MASTER_KEY=0000000000000000000000000000000000000000000000000000000000000000
SECRET_KEY_BASE=replace_with_secret_key_base

# DATABASE CONFIG
ORM_LOGGING=
PG_DB=<db name>
PG_USER=<db username>
PG_HOST=<db host>
Expand Down
8 changes: 0 additions & 8 deletions .gitattributes

This file was deleted.

8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/01_bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ labels: 'bug, needs triage'
ToolJet Cloud / Docker / Linux / MacOS ...
-->

### What is the expected behavior?
### What is the expected behaviour?
<!--
Provide a clear description of what you want to happen.
-->

### What is the current behavior?
### What is the current behaviour?
<!--
Provide a clear description of what is the current behavior.
Provide a clear description of what is the current behaviour.
-->

### How to reproduce the issue?
Expand All @@ -29,7 +29,7 @@ labels: 'bug, needs triage'

### Screenshots or Screencast
<!--
Providing relevent Screenshots/ Screencasts would help us to debug the issue quickly.
Providing relevant Screenshots/ Screencasts would help us to debug the issue quickly.
-->

### Please provide any traces or logs that could help here.
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
/frontend/.firebaserc
/frontend/.firebase
/.env
/.env.test
/docs/.firebase
/docs/.firebaserc
/node_modules
Expand Down
248 changes: 0 additions & 248 deletions .rubocop.yml

This file was deleted.

1 change: 0 additions & 1 deletion .ruby-version

This file was deleted.

1 change: 1 addition & 0 deletions .version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.6.0
61 changes: 0 additions & 61 deletions Gemfile

This file was deleted.

Loading

0 comments on commit 1773ea5

Please sign in to comment.