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

Tau changez #1250

Merged
merged 122 commits into from
Apr 24, 2024
Merged

Tau changez #1250

merged 122 commits into from
Apr 24, 2024

Conversation

Veikkosuhonen
Copy link
Member

No description provided.

minevala and others added 30 commits August 31, 2023 12:22
…ion data)

Added workload options to config (relating to production data)
…lautteenantajien-naeyttaemisen-asetuksiin-liittyen to development

Pull request created in: https://leanware.atlassian.net/browse/TAUKPJ-168 by the Git Integration for Jira app.
…ind of SISU-links are shown to users

-Added USE_ROLE_BASED_COURSE_LINKS related links and their use to courseSummary page
-Modified /course-units/:code endpoint on the backend to return isTeacher information in addition to the data it already returned
-Link text modifications for tau
…inkki väärin

-Added a new setting USE_ROLE_BASED_COURSE_LINKS that controls what kind of SISU-links are shown to users
-Added USE_ROLE_BASED_COURSE_LINKS related links and their use to courseSummary page
-Modified /course-units/:code endpoint on the backend to return isTeacher information in addition to the data it already returned
-Link text modifications for tau
JoniLW and others added 13 commits March 26, 2024 08:58
…aksi

Uudelleennimetty tiedostoja, mikä sotkee comparea:
Footer-default = HYn footer (kopio hy:n masterista)
Footer-tau = TAUn footer (kopio devistä, poistettu käyttämätöntä koodia)
Footer = komponentti, mikä valitsee näytettävän footerin
Fixed course links to be compatible with both HY and TAU
# Conflicts:
#	src/client/util/common.js
Default value removed from NO_USER_USERNAME
@Veikkosuhonen Veikkosuhonen requested a review from HRemonen April 8, 2024 10:44
docker-compose.lw-dev.yml Dismissed Show dismissed Hide dismissed
package.json Outdated
"test": "npm run test:setup && sleep 10 && npm run test:e2e",
"start:dev": "npm run build && NODE_ENV=development concurrently -k \"npx tsc --project src/server/tsconfig.json --watch\" \"nodemon --inspect=0.0.0.0 -L ./build/server/index.js\" \"CHOKIDAR_USEPOLLING=true react-app-rewired start\"",
Copy link
Member Author

Choose a reason for hiding this comment

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

npm run build at the start seems like a mistake. Without it, everything worked fine.

Copy link
Member Author

Choose a reason for hiding this comment

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

import('../config...') does not compile:

Error: Can't resolve '../config' in '/usr/src/app/src/client/hooks'

Even though it never runs because configName = null by default, webpack apparently tries to resolve the import and fails.

background: theme => theme.palette.primary.dark,
boxShadow: theme => `0px 0px 10px 1px ${theme.palette.primary.main}`,
background: theme => theme.palette.primary.main,
boxShadow: theme => `0px 0px 6px 1px #aaa`,
borderRadius: 0,
Copy link
Member Author

Choose a reason for hiding this comment

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

Why are the colours being changed? Maybe this wasnt supposed to ship?

ReijaLW and others added 11 commits April 18, 2024 13:23
…ntend-ongelma-validoinnissa to development

Pull request created in: https://leanware.atlassian.net/browse/TAUKPJ-267 by the Git Integration for Jira app.
* poistettu npm run build hy:n toiveiden mukaan
* lisätty config -kansioon example-custom-ui.js, joka viedään hy:lle (pitäisi auttaa import-ongelmaan)
* vaihdettu taun teemaan primary-paletin dark samaksi kuin main (tumma violetti), sillä dark-väriä ei näyttäisi olevan käytössä kuin otsikkopalkissa ja vähäpätöisessä roolissa tabien linkin korostuksissa, missä tumma violetti toimii myös.
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
4 Security Hotspots
C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

@Veikkosuhonen Veikkosuhonen merged commit a41e90d into master Apr 24, 2024
1 check failed
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.

6 participants