Skip to content

Prepare Release v1.1.0 #591

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

Merged
merged 51 commits into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
0fe8abf
Change NGO HUb typo (#503)
tudoramariei Jul 2, 2024
6a78efa
FE Libraries version bump (#521)
dragos1195 Jul 4, 2024
76ff727
Bump Versions and fix related issues (#502)
radulescuandrew Jul 4, 2024
6c82ac7
wip: fix broken cache manager
radulescuandrew Jul 5, 2024
84c0258
Set fixed backend versions, change cache-manager lib
radulescuandrew Jul 5, 2024
51ed8fa
Increase BE version for testing purpose
radulescuandrew Jul 5, 2024
4fae275
fix: [436] working version to prevent the blocking scenario
dragos1195 Jul 8, 2024
05c0a29
fix: [436] also fix the 322 bug
dragos1195 Jul 8, 2024
d602fdf
Feat/485 - Send notification on app request (#541)
radulescuandrew Jul 9, 2024
70fc5ff
Feat/474 (#546)
dragos1195 Jul 9, 2024
9a4d7d2
fix: [436] add sentry reminder
dragos1195 Jul 9, 2024
3c9635b
Merge pull request #538 from code4romania/fix/436
dragos1195 Jul 9, 2024
4f3f8e0
fix 509: navigate back to applications when app req returns an error
luciatugui Jul 10, 2024
36af3e9
Merge pull request #554 from code4romania/fix/509-white-screen
luciatugui Jul 10, 2024
8f369ce
fix 514: remove click on user row for superadmin
luciatugui Jul 10, 2024
be7feb0
Merge branch 'develop' into fix/514-user-redirect
luciatugui Jul 10, 2024
fb0980a
feat: allow rich text formatting for extended description
luciatugui Jul 11, 2024
43a2c9b
fix: add back white background for feedback card
luciatugui Jul 11, 2024
b03c9d0
fix: allow videos from youtube to be embedded in app details
luciatugui Jul 11, 2024
421401a
Merge pull request #563 from code4romania/feat/rich-text-formatting
luciatugui Jul 11, 2024
3ac7ea2
Merge pull request #564 from code4romania/fix/512-presentation-videos
luciatugui Jul 11, 2024
e6a861d
infra: setup version and tag at build time (#565)
radulescuandrew Jul 11, 2024
bb6435d
Remove junk
radulescuandrew Jul 11, 2024
3328d33
ci: add context to git action
radulescuandrew Jul 11, 2024
ff3aca7
fix: url for activity report
luciatugui Jul 11, 2024
14baeb9
Merge branch 'develop' into fix/507-wrong-redirect
luciatugui Jul 11, 2024
a2511e2
fix: save button not working on informatii legale tab
luciatugui Jul 11, 2024
a2d45b6
Change version endpoint structure
radulescuandrew Jul 11, 2024
3638af8
fix: hide same address checkbox in readonly mode + display '-' when n…
luciatugui Jul 11, 2024
876d235
fix: [468] add phone number input to accommodate international phone …
dragos1195 Jul 11, 2024
a237a1b
fix: financial data error translations
luciatugui Jul 11, 2024
3b7f9c9
fix: ro translation
luciatugui Jul 11, 2024
c96126d
Merge pull request #573 from code4romania/fix/511-financial-data
luciatugui Jul 12, 2024
2c59726
Merge pull request #570 from code4romania/fix/504-hide-same-address
luciatugui Jul 12, 2024
2bc99fb
Merge pull request #568 from code4romania/fix/505-save-button
luciatugui Jul 12, 2024
be181a5
Merge pull request #567 from code4romania/fix/507-wrong-redirect
luciatugui Jul 12, 2024
54c9066
Merge pull request #572 from code4romania/fix/468
dragos1195 Jul 12, 2024
826682f
fix: [475] remove backend min length for app description
dragos1195 Jul 12, 2024
82694bc
fix [510]: dateRangePicker styling
luciatugui Jul 12, 2024
98371d1
Merge pull request #575 from code4romania/fix/475-be
dragos1195 Jul 12, 2024
8fe93ef
fix [481]: don't allow organization tabs to spread on two rows
luciatugui Jul 12, 2024
1d2c17f
Merge branch 'develop' of github.com:code4romania/onghub into develop
luciatugui Jul 12, 2024
174f25a
fix: [468] fix comments
dragos1195 Jul 12, 2024
540a1d1
wip: table loader
luciatugui Jul 12, 2024
b383545
fi: table-loader
luciatugui Jul 15, 2024
0fb90a4
fix: [468] added checks for directors and legal representative
dragos1195 Jul 15, 2024
e8712a6
fix: [468-1] add version constant
dragos1195 Jul 15, 2024
16bdfb3
Merge pull request #580 from code4romania/fix/468-1
dragos1195 Jul 15, 2024
0935ab4
Merge branch 'main' into develop
dragos1195 Jul 18, 2024
dcb4b2b
fix: [582] remove required phone validation + fix 585 + add updated p…
dragos1195 Jul 18, 2024
250c4cd
Merge pull request #586 from code4romania/fix/582
dragos1195 Jul 18, 2024
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
55 changes: 9 additions & 46 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,50 +12,13 @@ on:
name: Build Docker image

jobs:
build-docker-image:
build:
name: Build Docker image
runs-on: ubuntu-latest
# These permissions are needed to interact with GitHub's OIDC Token endpoint.
permissions:
id-token: write
contents: read
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
with:
role-to-assume: arn:aws:iam::166485377238:role/github-actions-onghub-ecr
aws-region: eu-west-1

- name: Login to Amazon ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v1

- name: Docker meta
id: meta
uses: docker/metadata-action@v4
with:
images: ${{ steps.login-ecr.outputs.registry }}/onghub
tags: |
type=edge
type=ref,event=branch
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2

- name: Build and push
uses: docker/build-push-action@v3
with:
context: backend
builder: ${{ steps.buildx.outputs.name }}
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
uses: code4romania/.github/.github/workflows/build-push-image-ecr.yml@main
with:
context: backend
image_name: onghub
region: eu-west-1
dockerfile: ./backend/Dockerfile
secrets:
role_to_assume: ${{ secrets.ROLE_TO_ASSUME }}
5 changes: 5 additions & 0 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ FROM --platform=linux/amd64 node:16.15.1-alpine as production
ARG NODE_ENV=production
ENV NODE_ENV=${NODE_ENV}

ARG VERSION
ARG REVISION
ENV VERSION=${VERSION}
ENV REVISION=${REVISION}

WORKDIR /usr/src/app

COPY package*.json ./
Expand Down
2 changes: 1 addition & 1 deletion backend/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
- 6379:6379
mailcatcher:
restart: on-failure:10
image: dockage/mailcatcher:0.7.1
image: dockage/mailcatcher:0.9.0
ports:
- '1080:1080'
- '1025:1025'
Loading