Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release #3509

Merged
merged 19 commits into from
Jan 14, 2025
Merged

Release #3509

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
6223bab
chore(deps): bump next from 14.2.17 to 14.2.21 in /apps/web
dependabot[bot] Jan 4, 2025
4e42b60
Merge pull request #3494 from ever-co/dependabot/npm_and_yarn/apps/we…
evereq Jan 4, 2025
2adfad5
docs: adding Docker & Docker Compose (#3496)
evereq Jan 4, 2025
bfb5c25
Fix(timesheet): Correct handling of timesheet updates in state (#3497)
Innocent-Akim Jan 6, 2025
04ecaf8
[Feat]:Calendar timesheet selection (#3498)
Innocent-Akim Jan 6, 2025
75eaa3d
feat: implement automatic offline page display
Innocent-Akim Jan 8, 2025
65c4a41
Merge pull request #3500 from ever-co/feat/offline-mode-handling
evereq Jan 8, 2025
2da1192
[Feat]: Visual Distinction of Days with Time Entries in Date Range Fi…
Innocent-Akim Jan 8, 2025
eb05f70
[Feat]: Set Working Hours (#3501)
Innocent-Akim Jan 10, 2025
afb6967
[Bugfix] Adjusted Team Member Card layout to use available space effe…
Innocent-Akim Jan 10, 2025
5897841
Merge pull request #3502 from ever-co/bugfix/all-team-page-team-membe…
evereq Jan 11, 2025
1349da4
Create init-user-db.sh
evereq Jan 14, 2025
37fdc06
Create init-user-db.sh
evereq Jan 14, 2025
2ba5b97
Delete .deploy/k8s/db/init-user-db.sh
evereq Jan 14, 2025
592cfa9
chore: some missing deployment related files
evereq Jan 14, 2025
768b50f
fix: Fix status assignment issue from dropdown (#3504)
Innocent-Akim Jan 14, 2025
65aa801
[Bugfix] #3465: Fix issue with multiple tasks showing "Live" status s…
Innocent-Akim Jan 14, 2025
0065ef9
[Feat]: Improve Timesheet Display and Functionality (#3506)
Innocent-Akim Jan 14, 2025
35ef0d4
Merge pull request #3508 from ever-co/develop
evereq Jan 14, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .deploy/db/init-user-db.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
set -e

psql -v ON_ERROR_STOP=1 --username "$DB_USER" --dbname "$DB_NAME" <<-EOSQL
CREATE DATABASE gauzy;
GRANT ALL PRIVILEGES ON DATABASE gauzy TO postgres;
EOSQL
Empty file.
Empty file.
Empty file.
Loading
Loading