Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
62d569b
feat: TT-509 Use terraform to provision ui infraestructure
jatobrun Mar 8, 2022
72cf8f7
feat: TT-580 Missing placeholders (#820)
alejandra-ponce Mar 10, 2022
a458f98
chore(release): 1.66.0 [skip ci]nn
semantic-release-bot Mar 10, 2022
bf8977e
TT-xx: Fix make publish tasks (#822)
faustocv Mar 10, 2022
3fe4e5e
fix: TT-509 expose port 8080 in docker images
jatobrun Mar 10, 2022
6cc64e6
fix: TT-509 change app to port 80
jatobrun Mar 14, 2022
4ee7c37
feat: TT-578 improve the style of the form element (#823)
iHackN3WTON Mar 14, 2022
482bfb1
chore(release): 1.67.0 [skip ci]nn
semantic-release-bot Mar 14, 2022
3e614fd
TT-582 Improve the summary section of the time-clock page and the clo…
LuisMS7 Mar 15, 2022
483cf6a
fix: TT-509 including empty line in all files
jatobrun Mar 15, 2022
a4b8426
fix: TT-509 Change the dockerfile to use root user and not app user
jatobrun Mar 16, 2022
429c008
feat: TT-576 Improve grids visual presentation and function (#826)
iHackN3WTON Mar 16, 2022
24d7f40
chore(release): 1.68.0 [skip ci]nn
semantic-release-bot Mar 16, 2022
3bee7e3
feat: TT-577 get profile pic from Google account (#825)
kjduy Mar 16, 2022
4c48be4
chore(release): 1.69.0 [skip ci]nn
semantic-release-bot Mar 16, 2022
98d092c
Revert "feat: TT-577 get profile pic from Google account (#825)" (#829)
alejandra-ponce Mar 17, 2022
454b7f9
chore(release): 1.69.1 [skip ci]nn
semantic-release-bot Mar 17, 2022
ac17c44
style: TT-579 Buttons and searchbar adjusted to the app style (#827)
MarcoAguirre Mar 17, 2022
0b48625
fix: TT-590 unable to pass ci test (#831)
alejandra-ponce Mar 17, 2022
da50b7a
chore(release): 1.69.2 [skip ci]nn
semantic-release-bot Mar 17, 2022
82e6dea
Tt 582 improve the summary section of the time clock page QA (#830)
codigodehoy Mar 17, 2022
97b6435
fix: TT-509 pr comments
jatobrun Mar 18, 2022
8993fbc
fix: TT-509 using remote state to load variables
jatobrun Mar 18, 2022
9c33cee
Update variables.tf
jatobrun Mar 21, 2022
33096b5
delete prefix docker
jatobrun Mar 21, 2022
37e64ee
delete prefix docker in locals block
jatobrun Mar 21, 2022
e0dc5f7
fix: Update the values of the terraform state output
jatobrun Mar 21, 2022
df9071c
fix: resolve package-lock conflicts
FreddyJR1995 Mar 22, 2022
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
Prev Previous commit
Next Next commit
chore(release): 1.69.1 [skip ci]nn
  • Loading branch information
semantic-release-bot committed Mar 17, 2022
commit 454b7f92a69a32468570bb2bc259c6bf757d83a1
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "time-tracker",
"version": "1.69.0",
"version": "1.69.1",
"scripts": {
"config": "ts-node ./scripts/setenv.ts",
"preinstall": "npx npm-force-resolutions",
Expand Down