Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
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
Binary file added .dev.env
Binary file not shown.
4 changes: 4 additions & 0 deletions .git-crypt/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Do not edit this file. To specify the files to encrypt, create your own
# .gitattributes file in the directory where your files are.
* !filter !diff
*.gpg binary
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
�^�.��of��@Y�u7����wa<�\���ӲNT-�z��W�>�0�i�jJ�ȉj_��)�"d��Q#/9��m/�_�3k��$.� Q`�C���΁p�Z���5���Ά3��oE��Q_T��&����v|�f�n�h���'���dѴyd��0_Q'͈�h�f�w1��%-!欗v.&�Dr��Y���+���nB�'*����ݦ�d��W��~����>Y�8�F�p31�K#��]��^�#�~Wӊ�H�jzI�y��L_�v4Qz�:
)$0�[�4:/
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
�^�E[RI�n@%��
P q{���(V�c�2���9�n�K0qҠ���U�r��v&�
����[M��ޗZ"�E�)�{�)�;d�ݬC����[�)���U�$&߾*^���d����g~�I�^,bL�t�^~��*�~��Ð-���}��f� G����G+�J,�������c�wJL� �'�ǼB>���!������8��N�/:���u Z�'^��j0�u`�M���u�9��'�x�J���f���
2�9xT�aK)�&˃C��D6��$��C�3��
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
���2?�u�]� ��>�\H��}��&��ȡ%e�'+v�7�z WA�$�K'�тF�$Z7��P�2�+��5`�m����_���/Bݸ���,Ms��gV/xZ ��5zWl�i�V��M���Q���ۧU�w=n?⹋���:3�$Q�9��1�3���9��s�>��כ*j-)���TR���L���t�����8�g��D��UW^J�Jsj�1;�un4S���Ӂ�֜U�2���M��Z�)7�d!Q�t�����I�Y�v���,�(���hV�7����Xa�b���X���`�8x���>�آl�}0wb��1*x ��ɷ?�~��1�5�k�̐]v�a��òm����@sZ3
V��Tƹ嫂�m!,�r2F2lߒ`�a��X�ɥ���I�EM@� �N�BWZuI�9P�E�I�]�gC�Iq��(RZ���)�L���� �Cl�c���S�=6f�u�=�{'��
���V(�)���U�� R$�E�6� V�x\��x��#����ȏ�ۆ�}{�� �&� �v�ރ2��[~�&�%��?��e w�O���P���6�<�U�6{�Jee��t�H�ߦ
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
�^EB���y�@=� &Pe<s iҵDY�`v��e�^���i�d0���5�e��\�5P��%oV�S��wAoT�)��1�' ���A����Q C��$�g����7�c�F �p��Tѡ� ��'�v���9��D�K�[L� ?�.��L,}�й �d掽�t�ܨI$��FZ�m){��@�,Ȁ�t(�Cm����������c@g�\}0vz���~���w,*����A��Cbw���=&!"+�@?�+��߲\Ƙ��"u����_�F��������
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.dev.env filter=git-crypt diff=git-crypt
src/environments/.keys.json filter=git-crypt diff=git-crypt
src/environments/keys.ts filter=git-crypt diff=git-crypt
6 changes: 3 additions & 3 deletions .github/workflows/time-tracker-ui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:
with:
ssh-private-key: ${{ secrets.INFRA_TERRAFORM_MODULES_SSH_PRIV_KEY }}

- name: build docker
run: make build

- name: Inject Secrets
env:
SCOPES: ${{ secrets.SCOPES }}
Expand All @@ -45,6 +42,9 @@ jobs:
chmod +x ./scripts/populate-keys.sh
sh ./scripts/populate-keys.sh

- name: build docker
run: make build

- name: Running tests
run: |
chmod -R 777 ./$home
Expand Down
6 changes: 0 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ npm-debug.log
yarn-error.log
testem.log
/typings
.keys.json
keys.ts
src/environments/keys.ts
debug.log
*.vscode

Expand All @@ -53,8 +50,5 @@ Thumbs.db
# stryker temp files
.stryker-tmp

#ENV VARIABLES
.env

# Terraform files
**/.terraform**
Binary file added src/environments/.keys.json
Binary file not shown.
Binary file added src/environments/keys.ts
Binary file not shown.