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

OEL-2166: Upgrade to BCL 1.0.0 #267

Merged
merged 23 commits into from
Jan 30, 2023
Merged

OEL-2166: Upgrade to BCL 1.0.0 #267

merged 23 commits into from
Jan 30, 2023

Conversation

brummbar
Copy link
Contributor

@brummbar brummbar commented Sep 1, 2022

No description provided.

@brummbar brummbar force-pushed the OEL-1995 branch 2 times, most recently from 5081ccd to da96cc4 Compare September 29, 2022 16:46
@brummbar brummbar changed the title OEL-1995: Upgrade to BCL 0.27.0 OEL-1995: Upgrade to BCL 0.28.1 Oct 3, 2022
Copy link
Contributor

@drishu drishu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also noticed inpage navigation is not working.
And while testing in showcase I noticed the offcanvas bit in the search form is visible only in mobile.

@@ -13,7 +13,7 @@
"production": "npm-run-all build:*"
},
"devDependencies": {
"@openeuropa/bcl-builder": "0.24.1",
"@openeuropa/bcl-builder": "0.25.1",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets use the same 28.1

@@ -28,7 +28,7 @@ services:
user: "node"
working_dir: /home/node/app
environment:
- NODE_ENV=${NODE_ENV}
- NODE_ENV=${NODE_ENV:-''}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you give me a bit on info, the commit message should also be a bit more descriptive.
:- evaluates to use '' if NODE_ENV is unset or empty, but we give an empty string as default, would - (use '' if NODE_ENV is unset) work ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll replace with -  only as it's the same operation done by Docker: provides an empty string as fallback only when the variable is not defined at all.

@brummbar
Copy link
Contributor Author

brummbar commented Oct 6, 2022

Fixed the offcanvas, for which I reviewed the updates back in the days but forgot to bring them. The inpage navigation is broken so I'll create an issue for it.

@drishu drishu changed the title OEL-1995: Upgrade to BCL 0.28.1 OEL-2166: Upgrade to BCL 1.0.0 Jan 24, 2023
@brummbar brummbar merged commit 279d17c into 1.x Jan 30, 2023
@brummbar brummbar deleted the OEL-1995 branch January 30, 2023 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants