Skip to content

Commit

Permalink
feat: major lay-out update for LNCO.ai and removal of Etherpad and H5…
Browse files Browse the repository at this point in the history
…P functionalities
  • Loading branch information
ymijsters authored Oct 25, 2024
1 parent 944102c commit d691e0c
Show file tree
Hide file tree
Showing 48 changed files with 1,287 additions and 3,934 deletions.
16 changes: 4 additions & 12 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"files": [
"README.md"
],
"files": ["README.md"],
"imageSize": 100,
"commit": false,
"commitConvention": "angular",
Expand All @@ -11,27 +9,21 @@
"name": "Kim Lan Phan Hoang",
"avatar_url": "https://avatars.githubusercontent.com/u/11229627?v=4",
"profile": "https://www.linkedin.com/in/kim-lan-phan-hoang-a457bb130",
"contributions": [
"code"
]
"contributions": ["code"]
},
{
"login": "dialexo",
"name": "Alexandre Chau",
"avatar_url": "https://avatars.githubusercontent.com/u/14943421?v=4",
"profile": "https://www.linkedin.com/in/chau-alexandre/",
"contributions": [
"code"
]
"contributions": ["code"]
},
{
"login": "spaenleh",
"name": "Basile Spaenlehauer",
"avatar_url": "https://avatars.githubusercontent.com/u/39373170?v=4",
"profile": "https://github.com/spaenleh",
"contributions": [
"code"
]
"contributions": ["code"]
}
],
"contributorsPerLine": 7,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI checks
on:
push:
branches:
- "main"
- 'main'
merge_group:
pull_request:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
env:
VITE_PORT: ${{ vars.VITE_PORT }}
VITE_VERSION: ${{ vars.VITE_VERSION }}
VITE_GRAASP_DOMAIN: ${{ vars.VITE_GRAASP_DOMAIN }}
VITE_GRAASP_DOMAIN: ${{ vars.VITE_GRAASP_TEST_DOMAIN }}
VITE_GRAASP_API_HOST: ${{ vars.VITE_GRAASP_API_HOST }}
VITE_GRAASP_AUTH_HOST: ${{ vars.VITE_GRAASP_AUTH_HOST }}
VITE_GRAASP_PLAYER_HOST: ${{ vars.VITE_GRAASP_PLAYER_HOST }}
Expand Down
3 changes: 3 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn type-check
yarn prettier:check
yarn lint
2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ checksumBehavior: update

compressionLevel: mixed

defaultSemverRangePrefix: ""
defaultSemverRangePrefix: ''

enableGlobalCache: false

Expand Down
1,633 changes: 735 additions & 898 deletions CHANGELOG.md

Large diffs are not rendered by default.

6 changes: 1 addition & 5 deletions cypress/e2e/authentication.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,16 @@ import {
buildItemPath,
} from '../../src/config/paths';
import { HEADER_APP_BAR_ID, ITEM_MAIN_CLASS } from '../../src/config/selectors';
import { REQUEST_FAILURE_LOADING_TIME } from '../support/constants';
import { SIGN_IN_PATH } from '../support/paths';

describe('Authentication', () => {
describe('Signed Off > Redirect to sign in route', () => {
describe(`Signed Off > Redirect to sign in route ${SIGN_IN_PATH} and ${HOME_PATH}`, () => {
beforeEach(() => {
cy.setUpApi({ currentMember: null });
});
it('Home', () => {
cy.visit(HOME_PATH);
cy.url().should('include', SIGN_IN_PATH);
cy.getCookie(CookieKeys.RedirectUrl, {
timeout: REQUEST_FAILURE_LOADING_TIME,
}).should('have.property', 'value', HOME_PATH);
});
});

Expand Down
65 changes: 0 additions & 65 deletions cypress/e2e/item/create/importH5p.cy.ts

This file was deleted.

46 changes: 0 additions & 46 deletions cypress/e2e/item/edit/editEtherpad.cy.ts

This file was deleted.

46 changes: 0 additions & 46 deletions cypress/e2e/item/edit/editH5p.cy.ts

This file was deleted.

Loading

0 comments on commit d691e0c

Please sign in to comment.