├── .circleci └── config.yml ├── .gitignore ├── .nvmrc ├── .seed.json ├── .vscode ├── extensions.json ├── launch.json ├── settings.json ├── snippets │ └── typescriptreact.json └── tasks.json ├── CODEOWNERS ├── CODE_OF_CONDUT.md ├── CONTRIBUTING.md ├── README.md ├── backend ├── .env.example ├── .env.test ├── .gitignore ├── .nvmrc ├── .prettierrc ├── Commentor.postman_collection.json ├── Procfile ├── jest.config.json ├── migration │ ├── 1551105232669-AddUser.ts │ ├── 15533098247846-AddRoles.ts │ ├── 1570372359583-CreateCommentorModel.ts │ ├── 1570641501753-CreateTagModel.ts │ ├── 1570990804441-AddColorInTagModel.ts │ ├── 1572304318697-CreateRepositoryModel.ts │ ├── 1577656144661-deleteUserModel.ts │ ├── 1577656283461-deleteRepositoryModel.ts │ ├── 1577659027862-addGithubLoginToTags.ts │ ├── 158202407571900-addDefaultTags.ts │ ├── 158202428663600-insertDefaultTags.ts │ ├── 158203138046700-insertNewDefaultTags.ts │ ├── 158203138046799-insertScissorsAndHammerDefaultTags.ts │ ├── 158688653412800-use-color-palette-for-default-tags.ts │ ├── 158902432074400-rename-githublogin-to-oAuthLogin.ts │ └── 158931337742700-replaceColonsByEmojisForKonectomMobile.ts ├── nest-cli.json ├── nodemon-debug.json ├── nodemon.json ├── package.json ├── src │ ├── app.controller.ts │ ├── app.module.ts │ ├── app.service.ts │ ├── auth │ │ ├── __tests__ │ │ │ ├── auth.service.spec.ts │ │ │ ├── getParamDecoratorFactory.ts │ │ │ ├── oAuthLogin.decorator.spec.ts │ │ │ ├── providerRepositories.decorator.spec.ts │ │ │ └── providerRepositoriesFilter.decorator.spec.ts │ │ ├── auth.controller.ts │ │ ├── auth.module.ts │ │ ├── auth.service.ts │ │ ├── authenticationProviders │ │ │ ├── github.ts │ │ │ └── gitlab.ts │ │ ├── decorators │ │ │ ├── oAuthLogin.decorator.ts │ │ │ ├── providerRepositories.decorator.ts │ │ │ └── providerRepositoriesFilter.decorator.ts │ │ └── interfaces │ │ │ └── auth.dto.ts │ ├── comment │ │ ├── __tests__ │ │ │ ├── comment.decorator.spec.ts │ │ │ ├── comment.service.spec.ts │ │ │ └── comment.utils.spec.ts │ │ ├── comment.controller.ts │ │ ├── comment.decorator.ts │ │ ├── comment.entity.ts │ │ ├── comment.module.ts │ │ ├── comment.service.ts │ │ ├── comment.utils.ts │ │ └── interfaces │ │ │ └── comment.dto.ts │ ├── exception │ │ ├── entity-not-found.filter.ts │ │ └── query-failed.filter.ts │ ├── lib │ │ ├── __tests__ │ │ │ └── dateManipulator.test.ts │ │ └── dateManipulator.ts │ ├── main.ts │ ├── ormconfig.ts │ ├── repository │ │ ├── __tests__ │ │ │ └── repository.service.spec.ts │ │ ├── interfaces │ │ │ └── Repository.dto.ts │ │ ├── repository.controller.ts │ │ ├── repository.module.ts │ │ └── repository.service.ts │ └── tag │ │ ├── __tests__ │ │ └── tag.service.spec.ts │ │ ├── interfaces │ │ └── tag.dto.ts │ │ ├── tag.controller.ts │ │ ├── tag.entity.ts │ │ ├── tag.module.ts │ │ └── tag.service.ts ├── test │ ├── app.e2e-spec.ts │ └── jest-e2e.json ├── tsconfig.build.json ├── tsconfig.json ├── tslint.json └── yarn.lock ├── chrommentor ├── README.md ├── babel.config.js ├── package.json ├── src │ ├── displayTags.js │ ├── exportTags.js │ ├── images │ │ └── icon.png │ ├── importTags.js │ ├── index.js │ ├── mainScript.js │ ├── manifest.json │ ├── tagsOptions.html │ ├── tagsOptions.js │ └── utils │ │ ├── __tests__ │ │ └── sortAndFilterLabels.test.js │ │ ├── getTagsOptions.js │ │ └── sortAndFilterLabels.js └── yarn.lock ├── docker-compose.yml ├── docs └── installation.md ├── frontend ├── .babelrc ├── .dockerignore ├── .editorconfig ├── .env ├── .env.development ├── .env.production ├── .env.test ├── .eslintignore ├── .eslintrc ├── .gitignore ├── .npmignore ├── .nvmrc ├── .prettierrc ├── .storybook │ ├── addons.js │ └── config.js ├── README.md ├── config-overrides.js ├── cypress.json ├── cypress │ └── integration │ │ └── login.spec.js ├── package.json ├── public │ ├── index.html │ ├── logo.ico │ ├── logo.svg │ ├── manifest.json │ └── reset.css ├── scripts │ └── generators │ │ ├── component │ │ ├── component.pure.tsx.hbs │ │ ├── component.stateless.tsx.hbs │ │ ├── component.tsx.hbs │ │ ├── index.js │ │ ├── index.ts.hbs │ │ ├── snapshot.test.tsx.hbs │ │ ├── style.css.hbs │ │ ├── style.ts.hbs │ │ ├── test.tsx.hbs │ │ └── wrap.tsx.hbs │ │ ├── index.js │ │ └── utils │ │ └── component-exists.js ├── src │ ├── App.tsx │ ├── __fixtures__ │ │ └── state.ts │ ├── __mocks__ │ │ ├── history.js │ │ ├── intlShape.ts │ │ └── superagent.js │ ├── assets │ │ ├── gitlab-logo.png │ │ ├── logo-text.svg │ │ ├── logo.svg │ │ ├── logoAnimation.json │ │ ├── noDataBarChartIcon.png │ │ ├── noDataBarChartPlaceholder.png │ │ ├── noDataPieChartIcon.png │ │ ├── noDataPieChartPlaceholder.png │ │ ├── octocat.png │ │ └── onboarding-illustration.png │ ├── components │ │ ├── AppCrashFallback │ │ │ ├── AppCrashFallback.style.ts │ │ │ ├── AppCrashFallback.tsx │ │ │ └── index.ts │ │ ├── Background │ │ │ ├── Background.ts │ │ │ └── index.ts │ │ ├── BarChart │ │ │ ├── BarChart.style.ts │ │ │ ├── BarChart.tsx │ │ │ └── index.tsx │ │ ├── Button │ │ │ ├── Button.stories.tsx │ │ │ ├── Button.tsx │ │ │ ├── __snapshots__ │ │ │ │ └── Button.stories.storyshot │ │ │ └── index.tsx │ │ ├── ChartPlaceholder │ │ │ ├── ChartPlaceholder.style.ts │ │ │ ├── ChartPlaceholder.tsx │ │ │ ├── ChartPlaceholder.type.ts │ │ │ └── index.ts │ │ ├── CircledColor │ │ │ ├── CircledColor.style.ts │ │ │ ├── CircledColor.tsx │ │ │ ├── CircledColor.type.ts │ │ │ └── index.ts │ │ ├── CommentorMultiSelect │ │ │ ├── CommentorMultiSelect.wrap.ts │ │ │ ├── assets │ │ │ │ └── user-icon.svg │ │ │ └── index.ts │ │ ├── DateRangeFilterSelector │ │ │ ├── DateRangeFilterSelector.style.ts │ │ │ ├── DateRangeFilterSelector.tsx │ │ │ ├── DateRangeFilterSelector.wrap.ts │ │ │ ├── assets │ │ │ │ ├── calendar-icon.svg │ │ │ │ └── custom-styles.css │ │ │ └── index.ts │ │ ├── ErrorBoundary │ │ │ ├── ErrorBoundary.tsx │ │ │ ├── __tests__ │ │ │ │ └── ErrorBoundary.test.tsx │ │ │ └── index.ts │ │ ├── GenericTable │ │ │ ├── GenericTable.stories.tsx │ │ │ ├── GenericTable.style.tsx │ │ │ ├── GenericTable.tsx │ │ │ ├── GenericTable.type.ts │ │ │ └── __snapshots__ │ │ │ │ ├── CommentsTable.stories.storyshot │ │ │ │ └── GenericTable.stories.storyshot │ │ ├── GenericTagModal │ │ │ ├── GenericTagModal.style.ts │ │ │ ├── GenericTagModal.tsx │ │ │ └── index.ts │ │ ├── GroupBySingleSelect │ │ │ ├── GroupBySingleSelect.wrap.ts │ │ │ └── index.ts │ │ ├── Header │ │ │ ├── Header.style.ts │ │ │ ├── Header.tsx │ │ │ ├── Header.type.ts │ │ │ ├── Header.wrap.ts │ │ │ └── index.ts │ │ ├── HoverButtonContainer │ │ │ ├── HoverButtonContainer.style.ts │ │ │ ├── HoverButtonContainer.tsx │ │ │ └── index.ts │ │ ├── Input │ │ │ ├── Input.stories.tsx │ │ │ ├── Input.tsx │ │ │ ├── __snapshots__ │ │ │ │ └── Input.stories.storyshot │ │ │ └── index.tsx │ │ ├── InputRow │ │ │ ├── InputRow.stories.tsx │ │ │ ├── InputRow.style.ts │ │ │ ├── InputRow.tsx │ │ │ ├── __snapshots__ │ │ │ │ └── InputRow.stories.storyshot │ │ │ └── index.tsx │ │ ├── Link │ │ │ ├── Link.tsx │ │ │ └── index.tsx │ │ ├── LinkCellIcon │ │ │ ├── LinkCellIcon.tsx │ │ │ ├── LinkCellIcon.wrap.ts │ │ │ └── index.ts │ │ ├── Loader │ │ │ ├── Loader.stories.tsx │ │ │ ├── Loader.style.ts │ │ │ ├── Loader.tsx │ │ │ ├── __snapshots__ │ │ │ │ └── Loader.stories.storyshot │ │ │ └── index.ts │ │ ├── Modal │ │ │ └── Modal.tsx │ │ ├── MultiSelect │ │ │ ├── MultiSelect.adapter.tsx │ │ │ ├── MultiSelect.style.ts │ │ │ ├── MultiSelect.tsx │ │ │ ├── MultiSelect.type.ts │ │ │ └── index.ts │ │ ├── PieChart │ │ │ ├── PieChart.style.ts │ │ │ ├── PieChart.tsx │ │ │ └── index.tsx │ │ ├── RepositoryIdsMultiSelect │ │ │ ├── RepositoryIdsMultiSelect.wrap.ts │ │ │ ├── assets │ │ │ │ └── projects-icon.svg │ │ │ └── index.ts │ │ ├── RequesterMultiSelect │ │ │ ├── RequesterMultiSelect.wrap.ts │ │ │ ├── assets │ │ │ │ └── user-icon.svg │ │ │ └── index.ts │ │ ├── Root │ │ │ ├── Root.style.ts │ │ │ ├── Root.tsx │ │ │ ├── Root.wrap.ts │ │ │ └── index.ts │ │ ├── SingleSelect │ │ │ ├── SingleSelect.adapter.tsx │ │ │ ├── SingleSelect.style.ts │ │ │ ├── SingleSelect.tsx │ │ │ └── index.ts │ │ ├── TagMultiSelect │ │ │ ├── TagMultiSelect.wrap.ts │ │ │ ├── assets │ │ │ │ └── tag-icon.svg │ │ │ └── index.ts │ │ └── TagsLegend │ │ │ ├── TagsLegend.style.ts │ │ │ ├── TagsLegend.tsx │ │ │ ├── TagsLegend.type.ts │ │ │ ├── TagsLegend.wrap.tsx │ │ │ └── index.tsx │ ├── index.tsx │ ├── pages │ │ ├── Home │ │ │ ├── Home.style.tsx │ │ │ ├── Home.tsx │ │ │ ├── Home.type.ts │ │ │ ├── Home.wrap.tsx │ │ │ ├── columnsConfig.tsx │ │ │ ├── components │ │ │ │ ├── BarChartSection │ │ │ │ │ ├── BarChartSection.style.ts │ │ │ │ │ ├── BarChartSection.tsx │ │ │ │ │ ├── BarChartSection.type.ts │ │ │ │ │ ├── BarChartSection.wrap.ts │ │ │ │ │ └── index.ts │ │ │ │ ├── FilterSection │ │ │ │ │ ├── FilterSection.style.ts │ │ │ │ │ ├── FilterSection.tsx │ │ │ │ │ ├── FilterSection.type.ts │ │ │ │ │ └── index.ts │ │ │ │ └── PieChartSection │ │ │ │ │ ├── PieChartSection.style.ts │ │ │ │ │ ├── PieChartSection.tsx │ │ │ │ │ ├── PieChartSection.type.ts │ │ │ │ │ ├── PieChartSection.wrap.ts │ │ │ │ │ └── index.ts │ │ │ └── index.tsx │ │ ├── Login │ │ │ ├── Login.style.tsx │ │ │ ├── Login.tsx │ │ │ ├── Login.type.ts │ │ │ ├── Login.wrap.tsx │ │ │ └── index.tsx │ │ └── Tags │ │ │ ├── Tags.style.ts │ │ │ ├── Tags.tsx │ │ │ ├── Tags.wrap.tsx │ │ │ ├── columnsConfig.tsx │ │ │ ├── components │ │ │ ├── AddTagModal │ │ │ │ ├── AddTagModal.wrap.tsx │ │ │ │ └── index.ts │ │ │ ├── DeleteIcon │ │ │ │ ├── DeleteIcon.tsx │ │ │ │ ├── DeleteIcon.wrap.ts │ │ │ │ └── index.ts │ │ │ ├── DeleteTagModal │ │ │ │ ├── DeleteTagModal.style.ts │ │ │ │ ├── DeleteTagModal.tsx │ │ │ │ ├── DeleteTagModal.wrap.tsx │ │ │ │ └── index.ts │ │ │ ├── UpdateIcon │ │ │ │ ├── UpdateIcon.tsx │ │ │ │ ├── UpdateIcon.wrap.ts │ │ │ │ └── index.ts │ │ │ └── UpdateTagModal │ │ │ │ ├── UpdateTagModal.style.ts │ │ │ │ ├── UpdateTagModal.tsx │ │ │ │ ├── UpdateTagModal.wrap.tsx │ │ │ │ └── index.ts │ │ │ ├── index.ts │ │ │ └── tests │ │ │ ├── Tags.snapshot.test.tsx │ │ │ ├── Tags.test.tsx │ │ │ └── __snapshots__ │ │ │ └── Tags.snapshot.test.tsx.snap │ ├── react-app-env.d.ts │ ├── redux │ │ ├── Authentication │ │ │ ├── authentication.actions.ts │ │ │ ├── authentication.reducer.ts │ │ │ ├── authentication.sagas.ts │ │ │ ├── authentication.selectors.ts │ │ │ ├── authentication.type.ts │ │ │ └── index.ts │ │ ├── Comment │ │ │ ├── __tests__ │ │ │ │ ├── comment.reducer.test.ts │ │ │ │ ├── comment.sagas.test.ts │ │ │ │ └── comment.selectors.test.ts │ │ │ ├── comment.actions.ts │ │ │ ├── comment.adapter.ts │ │ │ ├── comment.reducer.ts │ │ │ ├── comment.sagas.ts │ │ │ ├── comment.selectors.ts │ │ │ ├── comment.types.ts │ │ │ └── index.ts │ │ ├── Filters │ │ │ ├── filters.actions.ts │ │ │ ├── filters.reducer.ts │ │ │ ├── filters.sagas.ts │ │ │ ├── filters.selectors.ts │ │ │ ├── filters.type.ts │ │ │ └── index.ts │ │ ├── Repository │ │ │ ├── index.ts │ │ │ ├── repository.actions.ts │ │ │ ├── repository.reducer.ts │ │ │ ├── repository.sagas.ts │ │ │ ├── repository.selectors.ts │ │ │ └── repository.types.ts │ │ ├── Tag │ │ │ ├── __tests__ │ │ │ │ ├── tag.reducer.test.ts │ │ │ │ ├── tag.sagas.test.ts │ │ │ │ └── tag.selectors.test.ts │ │ │ ├── index.ts │ │ │ ├── tag.actions.ts │ │ │ ├── tag.adapter.ts │ │ │ ├── tag.reducer.ts │ │ │ ├── tag.sagas.ts │ │ │ ├── tag.selectors.ts │ │ │ └── tag.types.ts │ │ ├── initialStateHistory.ts │ │ ├── reducers.ts │ │ ├── sagas.ts │ │ ├── store.js │ │ ├── store.migration.test.ts │ │ ├── store.migration.ts │ │ └── types.ts │ ├── routes.tsx │ ├── serviceWorker.js │ ├── services │ │ ├── date │ │ │ ├── __tests__ │ │ │ │ └── dateFormatter.test.ts │ │ │ └── dateFormatter.ts │ │ ├── i18n │ │ │ ├── create-component-with-intl.tsx │ │ │ └── intl.ts │ │ └── networking │ │ │ ├── client.interface.d.ts │ │ │ ├── client.mock.ts │ │ │ └── client.ts │ ├── setupTests.js │ ├── storyshots │ │ └── storyshots.test.js │ ├── stylesheet.ts │ ├── tempPolyfills.js │ └── translations │ │ ├── en.json │ │ └── fr.json ├── stylelint.config.js ├── tsconfig.json ├── tsconfig.paths.json └── yarn.lock ├── package.json └── showcase ├── .gitignore ├── README.md ├── blog ├── 2019-05-28-hola.md ├── 2019-05-29-hello-world.md └── 2019-05-30-welcome.md ├── docs ├── chrommentor.md ├── filters.md ├── motivation.md ├── repositoryAccess.md └── tags.md ├── docusaurus.config.js ├── package.json ├── sidebars.js ├── src ├── css │ └── custom.css └── pages │ ├── index.js │ └── styles.module.css ├── static ├── fonts │ ├── Muli-Black.ttf │ ├── Muli-ExtraBold.ttf │ └── Muli-VariableFont_wght.ttf └── img │ ├── banner-screenshot.png │ ├── chrommentor-github-comment.png │ ├── chrommentor-options-button.png │ ├── favicon.ico │ ├── follow-up.svg │ ├── get-started.svg │ ├── github-app-repository-permissions.png │ ├── github-app-user-permissions.png │ ├── github-autocompletion.png │ ├── gitlab-webhook-setup.png │ ├── improve.svg │ ├── logo-BAM-white.svg │ ├── logo-Theodo.svg │ ├── logo.png │ └── logo.svg └── yarn.lock /.circleci/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/.circleci/config.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/.gitignore -------------------------------------------------------------------------------- /.nvmrc: -------------------------------------------------------------------------------- 1 | v10.15.0 2 | -------------------------------------------------------------------------------- /.seed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/.seed.json -------------------------------------------------------------------------------- /.vscode/extensions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/.vscode/extensions.json -------------------------------------------------------------------------------- /.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/.vscode/launch.json -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /.vscode/snippets/typescriptreact.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/.vscode/snippets/typescriptreact.json -------------------------------------------------------------------------------- /.vscode/tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/.vscode/tasks.json -------------------------------------------------------------------------------- /CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/CODEOWNERS -------------------------------------------------------------------------------- /CODE_OF_CONDUT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/CODE_OF_CONDUT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/README.md -------------------------------------------------------------------------------- /backend/.env.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/.env.example -------------------------------------------------------------------------------- /backend/.env.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/.env.test -------------------------------------------------------------------------------- /backend/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/.gitignore -------------------------------------------------------------------------------- /backend/.nvmrc: -------------------------------------------------------------------------------- 1 | v10.15.0 2 | -------------------------------------------------------------------------------- /backend/.prettierrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/.prettierrc -------------------------------------------------------------------------------- /backend/Commentor.postman_collection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/Commentor.postman_collection.json -------------------------------------------------------------------------------- /backend/Procfile: -------------------------------------------------------------------------------- 1 | release: yarn migration:run 2 | -------------------------------------------------------------------------------- /backend/jest.config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/jest.config.json -------------------------------------------------------------------------------- /backend/migration/1551105232669-AddUser.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/migration/1551105232669-AddUser.ts -------------------------------------------------------------------------------- /backend/migration/15533098247846-AddRoles.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/migration/15533098247846-AddRoles.ts -------------------------------------------------------------------------------- /backend/migration/1570372359583-CreateCommentorModel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/migration/1570372359583-CreateCommentorModel.ts -------------------------------------------------------------------------------- /backend/migration/1570641501753-CreateTagModel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/migration/1570641501753-CreateTagModel.ts -------------------------------------------------------------------------------- /backend/migration/1570990804441-AddColorInTagModel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/migration/1570990804441-AddColorInTagModel.ts -------------------------------------------------------------------------------- /backend/migration/1572304318697-CreateRepositoryModel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/migration/1572304318697-CreateRepositoryModel.ts -------------------------------------------------------------------------------- /backend/migration/1577656144661-deleteUserModel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/migration/1577656144661-deleteUserModel.ts -------------------------------------------------------------------------------- /backend/migration/1577656283461-deleteRepositoryModel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/migration/1577656283461-deleteRepositoryModel.ts -------------------------------------------------------------------------------- /backend/migration/1577659027862-addGithubLoginToTags.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/migration/1577659027862-addGithubLoginToTags.ts -------------------------------------------------------------------------------- /backend/migration/158202407571900-addDefaultTags.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/migration/158202407571900-addDefaultTags.ts -------------------------------------------------------------------------------- /backend/migration/158202428663600-insertDefaultTags.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/migration/158202428663600-insertDefaultTags.ts -------------------------------------------------------------------------------- /backend/migration/158203138046700-insertNewDefaultTags.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/migration/158203138046700-insertNewDefaultTags.ts -------------------------------------------------------------------------------- /backend/migration/158203138046799-insertScissorsAndHammerDefaultTags.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/migration/158203138046799-insertScissorsAndHammerDefaultTags.ts -------------------------------------------------------------------------------- /backend/migration/158688653412800-use-color-palette-for-default-tags.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/migration/158688653412800-use-color-palette-for-default-tags.ts -------------------------------------------------------------------------------- /backend/migration/158902432074400-rename-githublogin-to-oAuthLogin.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/migration/158902432074400-rename-githublogin-to-oAuthLogin.ts -------------------------------------------------------------------------------- /backend/migration/158931337742700-replaceColonsByEmojisForKonectomMobile.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/migration/158931337742700-replaceColonsByEmojisForKonectomMobile.ts -------------------------------------------------------------------------------- /backend/nest-cli.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/nest-cli.json -------------------------------------------------------------------------------- /backend/nodemon-debug.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/nodemon-debug.json -------------------------------------------------------------------------------- /backend/nodemon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/nodemon.json -------------------------------------------------------------------------------- /backend/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/package.json -------------------------------------------------------------------------------- /backend/src/app.controller.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/src/app.controller.ts -------------------------------------------------------------------------------- /backend/src/app.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/src/app.module.ts -------------------------------------------------------------------------------- /backend/src/app.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/src/app.service.ts -------------------------------------------------------------------------------- /backend/src/auth/__tests__/auth.service.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/src/auth/__tests__/auth.service.spec.ts -------------------------------------------------------------------------------- /backend/src/auth/__tests__/getParamDecoratorFactory.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/src/auth/__tests__/getParamDecoratorFactory.ts -------------------------------------------------------------------------------- /backend/src/auth/__tests__/oAuthLogin.decorator.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/src/auth/__tests__/oAuthLogin.decorator.spec.ts -------------------------------------------------------------------------------- /backend/src/auth/__tests__/providerRepositories.decorator.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/src/auth/__tests__/providerRepositories.decorator.spec.ts -------------------------------------------------------------------------------- /backend/src/auth/__tests__/providerRepositoriesFilter.decorator.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/src/auth/__tests__/providerRepositoriesFilter.decorator.spec.ts -------------------------------------------------------------------------------- /backend/src/auth/auth.controller.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/src/auth/auth.controller.ts -------------------------------------------------------------------------------- /backend/src/auth/auth.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/src/auth/auth.module.ts -------------------------------------------------------------------------------- /backend/src/auth/auth.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/src/auth/auth.service.ts -------------------------------------------------------------------------------- /backend/src/auth/authenticationProviders/github.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/src/auth/authenticationProviders/github.ts -------------------------------------------------------------------------------- /backend/src/auth/authenticationProviders/gitlab.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/src/auth/authenticationProviders/gitlab.ts -------------------------------------------------------------------------------- /backend/src/auth/decorators/oAuthLogin.decorator.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/src/auth/decorators/oAuthLogin.decorator.ts -------------------------------------------------------------------------------- /backend/src/auth/decorators/providerRepositories.decorator.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/src/auth/decorators/providerRepositories.decorator.ts -------------------------------------------------------------------------------- /backend/src/auth/decorators/providerRepositoriesFilter.decorator.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/src/auth/decorators/providerRepositoriesFilter.decorator.ts -------------------------------------------------------------------------------- /backend/src/auth/interfaces/auth.dto.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/src/auth/interfaces/auth.dto.ts -------------------------------------------------------------------------------- /backend/src/comment/__tests__/comment.decorator.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/src/comment/__tests__/comment.decorator.spec.ts -------------------------------------------------------------------------------- /backend/src/comment/__tests__/comment.service.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/src/comment/__tests__/comment.service.spec.ts -------------------------------------------------------------------------------- /backend/src/comment/__tests__/comment.utils.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/src/comment/__tests__/comment.utils.spec.ts -------------------------------------------------------------------------------- /backend/src/comment/comment.controller.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/src/comment/comment.controller.ts -------------------------------------------------------------------------------- /backend/src/comment/comment.decorator.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/src/comment/comment.decorator.ts -------------------------------------------------------------------------------- /backend/src/comment/comment.entity.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/src/comment/comment.entity.ts -------------------------------------------------------------------------------- /backend/src/comment/comment.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/src/comment/comment.module.ts -------------------------------------------------------------------------------- /backend/src/comment/comment.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/src/comment/comment.service.ts -------------------------------------------------------------------------------- /backend/src/comment/comment.utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/src/comment/comment.utils.ts -------------------------------------------------------------------------------- /backend/src/comment/interfaces/comment.dto.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/src/comment/interfaces/comment.dto.ts -------------------------------------------------------------------------------- /backend/src/exception/entity-not-found.filter.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/src/exception/entity-not-found.filter.ts -------------------------------------------------------------------------------- /backend/src/exception/query-failed.filter.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/src/exception/query-failed.filter.ts -------------------------------------------------------------------------------- /backend/src/lib/__tests__/dateManipulator.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/src/lib/__tests__/dateManipulator.test.ts -------------------------------------------------------------------------------- /backend/src/lib/dateManipulator.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/src/lib/dateManipulator.ts -------------------------------------------------------------------------------- /backend/src/main.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/src/main.ts -------------------------------------------------------------------------------- /backend/src/ormconfig.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/src/ormconfig.ts -------------------------------------------------------------------------------- /backend/src/repository/__tests__/repository.service.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/src/repository/__tests__/repository.service.spec.ts -------------------------------------------------------------------------------- /backend/src/repository/interfaces/Repository.dto.ts: -------------------------------------------------------------------------------- 1 | export interface RepositoryDto { 2 | name: string; 3 | id: number; 4 | } 5 | -------------------------------------------------------------------------------- /backend/src/repository/repository.controller.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/src/repository/repository.controller.ts -------------------------------------------------------------------------------- /backend/src/repository/repository.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/src/repository/repository.module.ts -------------------------------------------------------------------------------- /backend/src/repository/repository.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/src/repository/repository.service.ts -------------------------------------------------------------------------------- /backend/src/tag/__tests__/tag.service.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/src/tag/__tests__/tag.service.spec.ts -------------------------------------------------------------------------------- /backend/src/tag/interfaces/tag.dto.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/src/tag/interfaces/tag.dto.ts -------------------------------------------------------------------------------- /backend/src/tag/tag.controller.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/src/tag/tag.controller.ts -------------------------------------------------------------------------------- /backend/src/tag/tag.entity.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/src/tag/tag.entity.ts -------------------------------------------------------------------------------- /backend/src/tag/tag.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/src/tag/tag.module.ts -------------------------------------------------------------------------------- /backend/src/tag/tag.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/src/tag/tag.service.ts -------------------------------------------------------------------------------- /backend/test/app.e2e-spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/test/app.e2e-spec.ts -------------------------------------------------------------------------------- /backend/test/jest-e2e.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/test/jest-e2e.json -------------------------------------------------------------------------------- /backend/tsconfig.build.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/tsconfig.build.json -------------------------------------------------------------------------------- /backend/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/tsconfig.json -------------------------------------------------------------------------------- /backend/tslint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/tslint.json -------------------------------------------------------------------------------- /backend/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/backend/yarn.lock -------------------------------------------------------------------------------- /chrommentor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/chrommentor/README.md -------------------------------------------------------------------------------- /chrommentor/babel.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/chrommentor/babel.config.js -------------------------------------------------------------------------------- /chrommentor/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/chrommentor/package.json -------------------------------------------------------------------------------- /chrommentor/src/displayTags.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/chrommentor/src/displayTags.js -------------------------------------------------------------------------------- /chrommentor/src/exportTags.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/chrommentor/src/exportTags.js -------------------------------------------------------------------------------- /chrommentor/src/images/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/chrommentor/src/images/icon.png -------------------------------------------------------------------------------- /chrommentor/src/importTags.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/chrommentor/src/importTags.js -------------------------------------------------------------------------------- /chrommentor/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/chrommentor/src/index.js -------------------------------------------------------------------------------- /chrommentor/src/mainScript.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/chrommentor/src/mainScript.js -------------------------------------------------------------------------------- /chrommentor/src/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/chrommentor/src/manifest.json -------------------------------------------------------------------------------- /chrommentor/src/tagsOptions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/chrommentor/src/tagsOptions.html -------------------------------------------------------------------------------- /chrommentor/src/tagsOptions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/chrommentor/src/tagsOptions.js -------------------------------------------------------------------------------- /chrommentor/src/utils/__tests__/sortAndFilterLabels.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/chrommentor/src/utils/__tests__/sortAndFilterLabels.test.js -------------------------------------------------------------------------------- /chrommentor/src/utils/getTagsOptions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/chrommentor/src/utils/getTagsOptions.js -------------------------------------------------------------------------------- /chrommentor/src/utils/sortAndFilterLabels.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/chrommentor/src/utils/sortAndFilterLabels.js -------------------------------------------------------------------------------- /chrommentor/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/chrommentor/yarn.lock -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /docs/installation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/docs/installation.md -------------------------------------------------------------------------------- /frontend/.babelrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/.babelrc -------------------------------------------------------------------------------- /frontend/.dockerignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/.dockerignore -------------------------------------------------------------------------------- /frontend/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/.editorconfig -------------------------------------------------------------------------------- /frontend/.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/.env -------------------------------------------------------------------------------- /frontend/.env.development: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/.env.development -------------------------------------------------------------------------------- /frontend/.env.production: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/.env.production -------------------------------------------------------------------------------- /frontend/.env.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/.env.test -------------------------------------------------------------------------------- /frontend/.eslintignore: -------------------------------------------------------------------------------- 1 | src/registerServiceWorker.js 2 | *.snapshot.test.js 3 | -------------------------------------------------------------------------------- /frontend/.eslintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/.eslintrc -------------------------------------------------------------------------------- /frontend/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/.gitignore -------------------------------------------------------------------------------- /frontend/.npmignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /frontend/.nvmrc: -------------------------------------------------------------------------------- 1 | v10.15.0 2 | -------------------------------------------------------------------------------- /frontend/.prettierrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/.prettierrc -------------------------------------------------------------------------------- /frontend/.storybook/addons.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/.storybook/addons.js -------------------------------------------------------------------------------- /frontend/.storybook/config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/.storybook/config.js -------------------------------------------------------------------------------- /frontend/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/README.md -------------------------------------------------------------------------------- /frontend/config-overrides.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/config-overrides.js -------------------------------------------------------------------------------- /frontend/cypress.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /frontend/cypress/integration/login.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/cypress/integration/login.spec.js -------------------------------------------------------------------------------- /frontend/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/package.json -------------------------------------------------------------------------------- /frontend/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/public/index.html -------------------------------------------------------------------------------- /frontend/public/logo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/public/logo.ico -------------------------------------------------------------------------------- /frontend/public/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/public/logo.svg -------------------------------------------------------------------------------- /frontend/public/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/public/manifest.json -------------------------------------------------------------------------------- /frontend/public/reset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/public/reset.css -------------------------------------------------------------------------------- /frontend/scripts/generators/component/component.pure.tsx.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/scripts/generators/component/component.pure.tsx.hbs -------------------------------------------------------------------------------- /frontend/scripts/generators/component/component.stateless.tsx.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/scripts/generators/component/component.stateless.tsx.hbs -------------------------------------------------------------------------------- /frontend/scripts/generators/component/component.tsx.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/scripts/generators/component/component.tsx.hbs -------------------------------------------------------------------------------- /frontend/scripts/generators/component/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/scripts/generators/component/index.js -------------------------------------------------------------------------------- /frontend/scripts/generators/component/index.ts.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/scripts/generators/component/index.ts.hbs -------------------------------------------------------------------------------- /frontend/scripts/generators/component/snapshot.test.tsx.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/scripts/generators/component/snapshot.test.tsx.hbs -------------------------------------------------------------------------------- /frontend/scripts/generators/component/style.css.hbs: -------------------------------------------------------------------------------- 1 | .{{ dashCase name }}-container { 2 | display: flex; 3 | } 4 | -------------------------------------------------------------------------------- /frontend/scripts/generators/component/style.ts.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/scripts/generators/component/style.ts.hbs -------------------------------------------------------------------------------- /frontend/scripts/generators/component/test.tsx.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/scripts/generators/component/test.tsx.hbs -------------------------------------------------------------------------------- /frontend/scripts/generators/component/wrap.tsx.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/scripts/generators/component/wrap.tsx.hbs -------------------------------------------------------------------------------- /frontend/scripts/generators/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/scripts/generators/index.js -------------------------------------------------------------------------------- /frontend/scripts/generators/utils/component-exists.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/scripts/generators/utils/component-exists.js -------------------------------------------------------------------------------- /frontend/src/App.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/App.tsx -------------------------------------------------------------------------------- /frontend/src/__fixtures__/state.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/__fixtures__/state.ts -------------------------------------------------------------------------------- /frontend/src/__mocks__/history.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/__mocks__/history.js -------------------------------------------------------------------------------- /frontend/src/__mocks__/intlShape.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/__mocks__/intlShape.ts -------------------------------------------------------------------------------- /frontend/src/__mocks__/superagent.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/__mocks__/superagent.js -------------------------------------------------------------------------------- /frontend/src/assets/gitlab-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/assets/gitlab-logo.png -------------------------------------------------------------------------------- /frontend/src/assets/logo-text.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/assets/logo-text.svg -------------------------------------------------------------------------------- /frontend/src/assets/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/assets/logo.svg -------------------------------------------------------------------------------- /frontend/src/assets/logoAnimation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/assets/logoAnimation.json -------------------------------------------------------------------------------- /frontend/src/assets/noDataBarChartIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/assets/noDataBarChartIcon.png -------------------------------------------------------------------------------- /frontend/src/assets/noDataBarChartPlaceholder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/assets/noDataBarChartPlaceholder.png -------------------------------------------------------------------------------- /frontend/src/assets/noDataPieChartIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/assets/noDataPieChartIcon.png -------------------------------------------------------------------------------- /frontend/src/assets/noDataPieChartPlaceholder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/assets/noDataPieChartPlaceholder.png -------------------------------------------------------------------------------- /frontend/src/assets/octocat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/assets/octocat.png -------------------------------------------------------------------------------- /frontend/src/assets/onboarding-illustration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/assets/onboarding-illustration.png -------------------------------------------------------------------------------- /frontend/src/components/AppCrashFallback/AppCrashFallback.style.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/AppCrashFallback/AppCrashFallback.style.ts -------------------------------------------------------------------------------- /frontend/src/components/AppCrashFallback/AppCrashFallback.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/AppCrashFallback/AppCrashFallback.tsx -------------------------------------------------------------------------------- /frontend/src/components/AppCrashFallback/index.ts: -------------------------------------------------------------------------------- 1 | export { default } from './AppCrashFallback'; 2 | -------------------------------------------------------------------------------- /frontend/src/components/Background/Background.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/Background/Background.ts -------------------------------------------------------------------------------- /frontend/src/components/Background/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/Background/index.ts -------------------------------------------------------------------------------- /frontend/src/components/BarChart/BarChart.style.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/BarChart/BarChart.style.ts -------------------------------------------------------------------------------- /frontend/src/components/BarChart/BarChart.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/BarChart/BarChart.tsx -------------------------------------------------------------------------------- /frontend/src/components/BarChart/index.tsx: -------------------------------------------------------------------------------- 1 | export { default } from './BarChart'; 2 | -------------------------------------------------------------------------------- /frontend/src/components/Button/Button.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/Button/Button.stories.tsx -------------------------------------------------------------------------------- /frontend/src/components/Button/Button.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/Button/Button.tsx -------------------------------------------------------------------------------- /frontend/src/components/Button/__snapshots__/Button.stories.storyshot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/Button/__snapshots__/Button.stories.storyshot -------------------------------------------------------------------------------- /frontend/src/components/Button/index.tsx: -------------------------------------------------------------------------------- 1 | export { default } from './Button'; 2 | -------------------------------------------------------------------------------- /frontend/src/components/ChartPlaceholder/ChartPlaceholder.style.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/ChartPlaceholder/ChartPlaceholder.style.ts -------------------------------------------------------------------------------- /frontend/src/components/ChartPlaceholder/ChartPlaceholder.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/ChartPlaceholder/ChartPlaceholder.tsx -------------------------------------------------------------------------------- /frontend/src/components/ChartPlaceholder/ChartPlaceholder.type.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/ChartPlaceholder/ChartPlaceholder.type.ts -------------------------------------------------------------------------------- /frontend/src/components/ChartPlaceholder/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/ChartPlaceholder/index.ts -------------------------------------------------------------------------------- /frontend/src/components/CircledColor/CircledColor.style.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/CircledColor/CircledColor.style.ts -------------------------------------------------------------------------------- /frontend/src/components/CircledColor/CircledColor.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/CircledColor/CircledColor.tsx -------------------------------------------------------------------------------- /frontend/src/components/CircledColor/CircledColor.type.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/CircledColor/CircledColor.type.ts -------------------------------------------------------------------------------- /frontend/src/components/CircledColor/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/CircledColor/index.ts -------------------------------------------------------------------------------- /frontend/src/components/CommentorMultiSelect/CommentorMultiSelect.wrap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/CommentorMultiSelect/CommentorMultiSelect.wrap.ts -------------------------------------------------------------------------------- /frontend/src/components/CommentorMultiSelect/assets/user-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/CommentorMultiSelect/assets/user-icon.svg -------------------------------------------------------------------------------- /frontend/src/components/CommentorMultiSelect/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/CommentorMultiSelect/index.ts -------------------------------------------------------------------------------- /frontend/src/components/DateRangeFilterSelector/DateRangeFilterSelector.style.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/DateRangeFilterSelector/DateRangeFilterSelector.style.ts -------------------------------------------------------------------------------- /frontend/src/components/DateRangeFilterSelector/DateRangeFilterSelector.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/DateRangeFilterSelector/DateRangeFilterSelector.tsx -------------------------------------------------------------------------------- /frontend/src/components/DateRangeFilterSelector/DateRangeFilterSelector.wrap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/DateRangeFilterSelector/DateRangeFilterSelector.wrap.ts -------------------------------------------------------------------------------- /frontend/src/components/DateRangeFilterSelector/assets/calendar-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/DateRangeFilterSelector/assets/calendar-icon.svg -------------------------------------------------------------------------------- /frontend/src/components/DateRangeFilterSelector/assets/custom-styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/DateRangeFilterSelector/assets/custom-styles.css -------------------------------------------------------------------------------- /frontend/src/components/DateRangeFilterSelector/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/DateRangeFilterSelector/index.ts -------------------------------------------------------------------------------- /frontend/src/components/ErrorBoundary/ErrorBoundary.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/ErrorBoundary/ErrorBoundary.tsx -------------------------------------------------------------------------------- /frontend/src/components/ErrorBoundary/__tests__/ErrorBoundary.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/ErrorBoundary/__tests__/ErrorBoundary.test.tsx -------------------------------------------------------------------------------- /frontend/src/components/ErrorBoundary/index.ts: -------------------------------------------------------------------------------- 1 | export { default } from './ErrorBoundary'; 2 | -------------------------------------------------------------------------------- /frontend/src/components/GenericTable/GenericTable.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/GenericTable/GenericTable.stories.tsx -------------------------------------------------------------------------------- /frontend/src/components/GenericTable/GenericTable.style.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/GenericTable/GenericTable.style.tsx -------------------------------------------------------------------------------- /frontend/src/components/GenericTable/GenericTable.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/GenericTable/GenericTable.tsx -------------------------------------------------------------------------------- /frontend/src/components/GenericTable/GenericTable.type.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/GenericTable/GenericTable.type.ts -------------------------------------------------------------------------------- /frontend/src/components/GenericTable/__snapshots__/CommentsTable.stories.storyshot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/GenericTable/__snapshots__/CommentsTable.stories.storyshot -------------------------------------------------------------------------------- /frontend/src/components/GenericTable/__snapshots__/GenericTable.stories.storyshot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/GenericTable/__snapshots__/GenericTable.stories.storyshot -------------------------------------------------------------------------------- /frontend/src/components/GenericTagModal/GenericTagModal.style.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/GenericTagModal/GenericTagModal.style.ts -------------------------------------------------------------------------------- /frontend/src/components/GenericTagModal/GenericTagModal.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/GenericTagModal/GenericTagModal.tsx -------------------------------------------------------------------------------- /frontend/src/components/GenericTagModal/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/GenericTagModal/index.ts -------------------------------------------------------------------------------- /frontend/src/components/GroupBySingleSelect/GroupBySingleSelect.wrap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/GroupBySingleSelect/GroupBySingleSelect.wrap.ts -------------------------------------------------------------------------------- /frontend/src/components/GroupBySingleSelect/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/GroupBySingleSelect/index.ts -------------------------------------------------------------------------------- /frontend/src/components/Header/Header.style.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/Header/Header.style.ts -------------------------------------------------------------------------------- /frontend/src/components/Header/Header.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/Header/Header.tsx -------------------------------------------------------------------------------- /frontend/src/components/Header/Header.type.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/Header/Header.type.ts -------------------------------------------------------------------------------- /frontend/src/components/Header/Header.wrap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/Header/Header.wrap.ts -------------------------------------------------------------------------------- /frontend/src/components/Header/index.ts: -------------------------------------------------------------------------------- 1 | export { default } from './Header.wrap'; 2 | -------------------------------------------------------------------------------- /frontend/src/components/HoverButtonContainer/HoverButtonContainer.style.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/HoverButtonContainer/HoverButtonContainer.style.ts -------------------------------------------------------------------------------- /frontend/src/components/HoverButtonContainer/HoverButtonContainer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/HoverButtonContainer/HoverButtonContainer.tsx -------------------------------------------------------------------------------- /frontend/src/components/HoverButtonContainer/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/HoverButtonContainer/index.ts -------------------------------------------------------------------------------- /frontend/src/components/Input/Input.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/Input/Input.stories.tsx -------------------------------------------------------------------------------- /frontend/src/components/Input/Input.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/Input/Input.tsx -------------------------------------------------------------------------------- /frontend/src/components/Input/__snapshots__/Input.stories.storyshot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/Input/__snapshots__/Input.stories.storyshot -------------------------------------------------------------------------------- /frontend/src/components/Input/index.tsx: -------------------------------------------------------------------------------- 1 | export { default } from './Input'; 2 | -------------------------------------------------------------------------------- /frontend/src/components/InputRow/InputRow.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/InputRow/InputRow.stories.tsx -------------------------------------------------------------------------------- /frontend/src/components/InputRow/InputRow.style.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/InputRow/InputRow.style.ts -------------------------------------------------------------------------------- /frontend/src/components/InputRow/InputRow.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/InputRow/InputRow.tsx -------------------------------------------------------------------------------- /frontend/src/components/InputRow/__snapshots__/InputRow.stories.storyshot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/InputRow/__snapshots__/InputRow.stories.storyshot -------------------------------------------------------------------------------- /frontend/src/components/InputRow/index.tsx: -------------------------------------------------------------------------------- 1 | export { default } from './InputRow'; 2 | -------------------------------------------------------------------------------- /frontend/src/components/Link/Link.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/Link/Link.tsx -------------------------------------------------------------------------------- /frontend/src/components/Link/index.tsx: -------------------------------------------------------------------------------- 1 | export { default } from './Link'; 2 | -------------------------------------------------------------------------------- /frontend/src/components/LinkCellIcon/LinkCellIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/LinkCellIcon/LinkCellIcon.tsx -------------------------------------------------------------------------------- /frontend/src/components/LinkCellIcon/LinkCellIcon.wrap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/LinkCellIcon/LinkCellIcon.wrap.ts -------------------------------------------------------------------------------- /frontend/src/components/LinkCellIcon/index.ts: -------------------------------------------------------------------------------- 1 | export { default } from './LinkCellIcon.wrap'; 2 | -------------------------------------------------------------------------------- /frontend/src/components/Loader/Loader.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/Loader/Loader.stories.tsx -------------------------------------------------------------------------------- /frontend/src/components/Loader/Loader.style.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/Loader/Loader.style.ts -------------------------------------------------------------------------------- /frontend/src/components/Loader/Loader.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/Loader/Loader.tsx -------------------------------------------------------------------------------- /frontend/src/components/Loader/__snapshots__/Loader.stories.storyshot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/Loader/__snapshots__/Loader.stories.storyshot -------------------------------------------------------------------------------- /frontend/src/components/Loader/index.ts: -------------------------------------------------------------------------------- 1 | export { default } from './Loader'; 2 | -------------------------------------------------------------------------------- /frontend/src/components/Modal/Modal.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/Modal/Modal.tsx -------------------------------------------------------------------------------- /frontend/src/components/MultiSelect/MultiSelect.adapter.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/MultiSelect/MultiSelect.adapter.tsx -------------------------------------------------------------------------------- /frontend/src/components/MultiSelect/MultiSelect.style.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/MultiSelect/MultiSelect.style.ts -------------------------------------------------------------------------------- /frontend/src/components/MultiSelect/MultiSelect.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/MultiSelect/MultiSelect.tsx -------------------------------------------------------------------------------- /frontend/src/components/MultiSelect/MultiSelect.type.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/MultiSelect/MultiSelect.type.ts -------------------------------------------------------------------------------- /frontend/src/components/MultiSelect/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/MultiSelect/index.ts -------------------------------------------------------------------------------- /frontend/src/components/PieChart/PieChart.style.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/PieChart/PieChart.style.ts -------------------------------------------------------------------------------- /frontend/src/components/PieChart/PieChart.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/PieChart/PieChart.tsx -------------------------------------------------------------------------------- /frontend/src/components/PieChart/index.tsx: -------------------------------------------------------------------------------- 1 | export { default } from './PieChart'; 2 | -------------------------------------------------------------------------------- /frontend/src/components/RepositoryIdsMultiSelect/RepositoryIdsMultiSelect.wrap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/RepositoryIdsMultiSelect/RepositoryIdsMultiSelect.wrap.ts -------------------------------------------------------------------------------- /frontend/src/components/RepositoryIdsMultiSelect/assets/projects-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/RepositoryIdsMultiSelect/assets/projects-icon.svg -------------------------------------------------------------------------------- /frontend/src/components/RepositoryIdsMultiSelect/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/RepositoryIdsMultiSelect/index.ts -------------------------------------------------------------------------------- /frontend/src/components/RequesterMultiSelect/RequesterMultiSelect.wrap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/RequesterMultiSelect/RequesterMultiSelect.wrap.ts -------------------------------------------------------------------------------- /frontend/src/components/RequesterMultiSelect/assets/user-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/RequesterMultiSelect/assets/user-icon.svg -------------------------------------------------------------------------------- /frontend/src/components/RequesterMultiSelect/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/RequesterMultiSelect/index.ts -------------------------------------------------------------------------------- /frontend/src/components/Root/Root.style.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/Root/Root.style.ts -------------------------------------------------------------------------------- /frontend/src/components/Root/Root.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/Root/Root.tsx -------------------------------------------------------------------------------- /frontend/src/components/Root/Root.wrap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/Root/Root.wrap.ts -------------------------------------------------------------------------------- /frontend/src/components/Root/index.ts: -------------------------------------------------------------------------------- 1 | export { default } from './Root.wrap'; 2 | -------------------------------------------------------------------------------- /frontend/src/components/SingleSelect/SingleSelect.adapter.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/SingleSelect/SingleSelect.adapter.tsx -------------------------------------------------------------------------------- /frontend/src/components/SingleSelect/SingleSelect.style.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/SingleSelect/SingleSelect.style.ts -------------------------------------------------------------------------------- /frontend/src/components/SingleSelect/SingleSelect.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/SingleSelect/SingleSelect.tsx -------------------------------------------------------------------------------- /frontend/src/components/SingleSelect/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/SingleSelect/index.ts -------------------------------------------------------------------------------- /frontend/src/components/TagMultiSelect/TagMultiSelect.wrap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/TagMultiSelect/TagMultiSelect.wrap.ts -------------------------------------------------------------------------------- /frontend/src/components/TagMultiSelect/assets/tag-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/TagMultiSelect/assets/tag-icon.svg -------------------------------------------------------------------------------- /frontend/src/components/TagMultiSelect/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/TagMultiSelect/index.ts -------------------------------------------------------------------------------- /frontend/src/components/TagsLegend/TagsLegend.style.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/TagsLegend/TagsLegend.style.ts -------------------------------------------------------------------------------- /frontend/src/components/TagsLegend/TagsLegend.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/TagsLegend/TagsLegend.tsx -------------------------------------------------------------------------------- /frontend/src/components/TagsLegend/TagsLegend.type.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/TagsLegend/TagsLegend.type.ts -------------------------------------------------------------------------------- /frontend/src/components/TagsLegend/TagsLegend.wrap.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/components/TagsLegend/TagsLegend.wrap.tsx -------------------------------------------------------------------------------- /frontend/src/components/TagsLegend/index.tsx: -------------------------------------------------------------------------------- 1 | export { default } from './TagsLegend.wrap'; 2 | -------------------------------------------------------------------------------- /frontend/src/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/index.tsx -------------------------------------------------------------------------------- /frontend/src/pages/Home/Home.style.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/pages/Home/Home.style.tsx -------------------------------------------------------------------------------- /frontend/src/pages/Home/Home.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/pages/Home/Home.tsx -------------------------------------------------------------------------------- /frontend/src/pages/Home/Home.type.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/pages/Home/Home.type.ts -------------------------------------------------------------------------------- /frontend/src/pages/Home/Home.wrap.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/pages/Home/Home.wrap.tsx -------------------------------------------------------------------------------- /frontend/src/pages/Home/columnsConfig.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/pages/Home/columnsConfig.tsx -------------------------------------------------------------------------------- /frontend/src/pages/Home/components/BarChartSection/BarChartSection.style.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/pages/Home/components/BarChartSection/BarChartSection.style.ts -------------------------------------------------------------------------------- /frontend/src/pages/Home/components/BarChartSection/BarChartSection.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/pages/Home/components/BarChartSection/BarChartSection.tsx -------------------------------------------------------------------------------- /frontend/src/pages/Home/components/BarChartSection/BarChartSection.type.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/pages/Home/components/BarChartSection/BarChartSection.type.ts -------------------------------------------------------------------------------- /frontend/src/pages/Home/components/BarChartSection/BarChartSection.wrap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/pages/Home/components/BarChartSection/BarChartSection.wrap.ts -------------------------------------------------------------------------------- /frontend/src/pages/Home/components/BarChartSection/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/pages/Home/components/BarChartSection/index.ts -------------------------------------------------------------------------------- /frontend/src/pages/Home/components/FilterSection/FilterSection.style.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/pages/Home/components/FilterSection/FilterSection.style.ts -------------------------------------------------------------------------------- /frontend/src/pages/Home/components/FilterSection/FilterSection.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/pages/Home/components/FilterSection/FilterSection.tsx -------------------------------------------------------------------------------- /frontend/src/pages/Home/components/FilterSection/FilterSection.type.ts: -------------------------------------------------------------------------------- 1 | export interface FilterSectionPropsType {} 2 | -------------------------------------------------------------------------------- /frontend/src/pages/Home/components/FilterSection/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/pages/Home/components/FilterSection/index.ts -------------------------------------------------------------------------------- /frontend/src/pages/Home/components/PieChartSection/PieChartSection.style.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/pages/Home/components/PieChartSection/PieChartSection.style.ts -------------------------------------------------------------------------------- /frontend/src/pages/Home/components/PieChartSection/PieChartSection.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/pages/Home/components/PieChartSection/PieChartSection.tsx -------------------------------------------------------------------------------- /frontend/src/pages/Home/components/PieChartSection/PieChartSection.type.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/pages/Home/components/PieChartSection/PieChartSection.type.ts -------------------------------------------------------------------------------- /frontend/src/pages/Home/components/PieChartSection/PieChartSection.wrap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/pages/Home/components/PieChartSection/PieChartSection.wrap.ts -------------------------------------------------------------------------------- /frontend/src/pages/Home/components/PieChartSection/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/pages/Home/components/PieChartSection/index.ts -------------------------------------------------------------------------------- /frontend/src/pages/Home/index.tsx: -------------------------------------------------------------------------------- 1 | export { default } from './Home.wrap'; 2 | -------------------------------------------------------------------------------- /frontend/src/pages/Login/Login.style.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/pages/Login/Login.style.tsx -------------------------------------------------------------------------------- /frontend/src/pages/Login/Login.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/pages/Login/Login.tsx -------------------------------------------------------------------------------- /frontend/src/pages/Login/Login.type.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/pages/Login/Login.type.ts -------------------------------------------------------------------------------- /frontend/src/pages/Login/Login.wrap.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/pages/Login/Login.wrap.tsx -------------------------------------------------------------------------------- /frontend/src/pages/Login/index.tsx: -------------------------------------------------------------------------------- 1 | export { default } from './Login.wrap'; 2 | -------------------------------------------------------------------------------- /frontend/src/pages/Tags/Tags.style.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/pages/Tags/Tags.style.ts -------------------------------------------------------------------------------- /frontend/src/pages/Tags/Tags.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/pages/Tags/Tags.tsx -------------------------------------------------------------------------------- /frontend/src/pages/Tags/Tags.wrap.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/pages/Tags/Tags.wrap.tsx -------------------------------------------------------------------------------- /frontend/src/pages/Tags/columnsConfig.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/pages/Tags/columnsConfig.tsx -------------------------------------------------------------------------------- /frontend/src/pages/Tags/components/AddTagModal/AddTagModal.wrap.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/pages/Tags/components/AddTagModal/AddTagModal.wrap.tsx -------------------------------------------------------------------------------- /frontend/src/pages/Tags/components/AddTagModal/index.ts: -------------------------------------------------------------------------------- 1 | export { default } from './AddTagModal.wrap'; 2 | -------------------------------------------------------------------------------- /frontend/src/pages/Tags/components/DeleteIcon/DeleteIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/pages/Tags/components/DeleteIcon/DeleteIcon.tsx -------------------------------------------------------------------------------- /frontend/src/pages/Tags/components/DeleteIcon/DeleteIcon.wrap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/pages/Tags/components/DeleteIcon/DeleteIcon.wrap.ts -------------------------------------------------------------------------------- /frontend/src/pages/Tags/components/DeleteIcon/index.ts: -------------------------------------------------------------------------------- 1 | export { default } from './DeleteIcon.wrap'; 2 | -------------------------------------------------------------------------------- /frontend/src/pages/Tags/components/DeleteTagModal/DeleteTagModal.style.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/pages/Tags/components/DeleteTagModal/DeleteTagModal.style.ts -------------------------------------------------------------------------------- /frontend/src/pages/Tags/components/DeleteTagModal/DeleteTagModal.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/pages/Tags/components/DeleteTagModal/DeleteTagModal.tsx -------------------------------------------------------------------------------- /frontend/src/pages/Tags/components/DeleteTagModal/DeleteTagModal.wrap.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/pages/Tags/components/DeleteTagModal/DeleteTagModal.wrap.tsx -------------------------------------------------------------------------------- /frontend/src/pages/Tags/components/DeleteTagModal/index.ts: -------------------------------------------------------------------------------- 1 | export { default } from './DeleteTagModal.wrap'; 2 | -------------------------------------------------------------------------------- /frontend/src/pages/Tags/components/UpdateIcon/UpdateIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/pages/Tags/components/UpdateIcon/UpdateIcon.tsx -------------------------------------------------------------------------------- /frontend/src/pages/Tags/components/UpdateIcon/UpdateIcon.wrap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/pages/Tags/components/UpdateIcon/UpdateIcon.wrap.ts -------------------------------------------------------------------------------- /frontend/src/pages/Tags/components/UpdateIcon/index.ts: -------------------------------------------------------------------------------- 1 | export { default } from './UpdateIcon.wrap'; 2 | -------------------------------------------------------------------------------- /frontend/src/pages/Tags/components/UpdateTagModal/UpdateTagModal.style.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/pages/Tags/components/UpdateTagModal/UpdateTagModal.style.ts -------------------------------------------------------------------------------- /frontend/src/pages/Tags/components/UpdateTagModal/UpdateTagModal.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/pages/Tags/components/UpdateTagModal/UpdateTagModal.tsx -------------------------------------------------------------------------------- /frontend/src/pages/Tags/components/UpdateTagModal/UpdateTagModal.wrap.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/pages/Tags/components/UpdateTagModal/UpdateTagModal.wrap.tsx -------------------------------------------------------------------------------- /frontend/src/pages/Tags/components/UpdateTagModal/index.ts: -------------------------------------------------------------------------------- 1 | export { default } from './UpdateTagModal.wrap'; 2 | -------------------------------------------------------------------------------- /frontend/src/pages/Tags/index.ts: -------------------------------------------------------------------------------- 1 | export { default } from './Tags.wrap'; 2 | -------------------------------------------------------------------------------- /frontend/src/pages/Tags/tests/Tags.snapshot.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/pages/Tags/tests/Tags.snapshot.test.tsx -------------------------------------------------------------------------------- /frontend/src/pages/Tags/tests/Tags.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/pages/Tags/tests/Tags.test.tsx -------------------------------------------------------------------------------- /frontend/src/pages/Tags/tests/__snapshots__/Tags.snapshot.test.tsx.snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/pages/Tags/tests/__snapshots__/Tags.snapshot.test.tsx.snap -------------------------------------------------------------------------------- /frontend/src/react-app-env.d.ts: -------------------------------------------------------------------------------- 1 | /// 2 | -------------------------------------------------------------------------------- /frontend/src/redux/Authentication/authentication.actions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/redux/Authentication/authentication.actions.ts -------------------------------------------------------------------------------- /frontend/src/redux/Authentication/authentication.reducer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/redux/Authentication/authentication.reducer.ts -------------------------------------------------------------------------------- /frontend/src/redux/Authentication/authentication.sagas.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/redux/Authentication/authentication.sagas.ts -------------------------------------------------------------------------------- /frontend/src/redux/Authentication/authentication.selectors.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/redux/Authentication/authentication.selectors.ts -------------------------------------------------------------------------------- /frontend/src/redux/Authentication/authentication.type.ts: -------------------------------------------------------------------------------- 1 | export interface UserType { 2 | oAuthLogin: string; 3 | } 4 | -------------------------------------------------------------------------------- /frontend/src/redux/Authentication/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/redux/Authentication/index.ts -------------------------------------------------------------------------------- /frontend/src/redux/Comment/__tests__/comment.reducer.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/redux/Comment/__tests__/comment.reducer.test.ts -------------------------------------------------------------------------------- /frontend/src/redux/Comment/__tests__/comment.sagas.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/redux/Comment/__tests__/comment.sagas.test.ts -------------------------------------------------------------------------------- /frontend/src/redux/Comment/__tests__/comment.selectors.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/redux/Comment/__tests__/comment.selectors.test.ts -------------------------------------------------------------------------------- /frontend/src/redux/Comment/comment.actions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/redux/Comment/comment.actions.ts -------------------------------------------------------------------------------- /frontend/src/redux/Comment/comment.adapter.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/redux/Comment/comment.adapter.ts -------------------------------------------------------------------------------- /frontend/src/redux/Comment/comment.reducer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/redux/Comment/comment.reducer.ts -------------------------------------------------------------------------------- /frontend/src/redux/Comment/comment.sagas.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/redux/Comment/comment.sagas.ts -------------------------------------------------------------------------------- /frontend/src/redux/Comment/comment.selectors.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/redux/Comment/comment.selectors.ts -------------------------------------------------------------------------------- /frontend/src/redux/Comment/comment.types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/redux/Comment/comment.types.ts -------------------------------------------------------------------------------- /frontend/src/redux/Comment/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/redux/Comment/index.ts -------------------------------------------------------------------------------- /frontend/src/redux/Filters/filters.actions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/redux/Filters/filters.actions.ts -------------------------------------------------------------------------------- /frontend/src/redux/Filters/filters.reducer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/redux/Filters/filters.reducer.ts -------------------------------------------------------------------------------- /frontend/src/redux/Filters/filters.sagas.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/redux/Filters/filters.sagas.ts -------------------------------------------------------------------------------- /frontend/src/redux/Filters/filters.selectors.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/redux/Filters/filters.selectors.ts -------------------------------------------------------------------------------- /frontend/src/redux/Filters/filters.type.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/redux/Filters/filters.type.ts -------------------------------------------------------------------------------- /frontend/src/redux/Filters/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/redux/Filters/index.ts -------------------------------------------------------------------------------- /frontend/src/redux/Repository/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/redux/Repository/index.ts -------------------------------------------------------------------------------- /frontend/src/redux/Repository/repository.actions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/redux/Repository/repository.actions.ts -------------------------------------------------------------------------------- /frontend/src/redux/Repository/repository.reducer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/redux/Repository/repository.reducer.ts -------------------------------------------------------------------------------- /frontend/src/redux/Repository/repository.sagas.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/redux/Repository/repository.sagas.ts -------------------------------------------------------------------------------- /frontend/src/redux/Repository/repository.selectors.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/redux/Repository/repository.selectors.ts -------------------------------------------------------------------------------- /frontend/src/redux/Repository/repository.types.ts: -------------------------------------------------------------------------------- 1 | export interface RepositoryType { 2 | id: number; 3 | name: string; 4 | } 5 | -------------------------------------------------------------------------------- /frontend/src/redux/Tag/__tests__/tag.reducer.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/redux/Tag/__tests__/tag.reducer.test.ts -------------------------------------------------------------------------------- /frontend/src/redux/Tag/__tests__/tag.sagas.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/redux/Tag/__tests__/tag.sagas.test.ts -------------------------------------------------------------------------------- /frontend/src/redux/Tag/__tests__/tag.selectors.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/redux/Tag/__tests__/tag.selectors.test.ts -------------------------------------------------------------------------------- /frontend/src/redux/Tag/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/redux/Tag/index.ts -------------------------------------------------------------------------------- /frontend/src/redux/Tag/tag.actions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/redux/Tag/tag.actions.ts -------------------------------------------------------------------------------- /frontend/src/redux/Tag/tag.adapter.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/redux/Tag/tag.adapter.ts -------------------------------------------------------------------------------- /frontend/src/redux/Tag/tag.reducer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/redux/Tag/tag.reducer.ts -------------------------------------------------------------------------------- /frontend/src/redux/Tag/tag.sagas.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/redux/Tag/tag.sagas.ts -------------------------------------------------------------------------------- /frontend/src/redux/Tag/tag.selectors.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/redux/Tag/tag.selectors.ts -------------------------------------------------------------------------------- /frontend/src/redux/Tag/tag.types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/redux/Tag/tag.types.ts -------------------------------------------------------------------------------- /frontend/src/redux/initialStateHistory.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/redux/initialStateHistory.ts -------------------------------------------------------------------------------- /frontend/src/redux/reducers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/redux/reducers.ts -------------------------------------------------------------------------------- /frontend/src/redux/sagas.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/redux/sagas.ts -------------------------------------------------------------------------------- /frontend/src/redux/store.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/redux/store.js -------------------------------------------------------------------------------- /frontend/src/redux/store.migration.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/redux/store.migration.test.ts -------------------------------------------------------------------------------- /frontend/src/redux/store.migration.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/redux/store.migration.ts -------------------------------------------------------------------------------- /frontend/src/redux/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/redux/types.ts -------------------------------------------------------------------------------- /frontend/src/routes.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/routes.tsx -------------------------------------------------------------------------------- /frontend/src/serviceWorker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/serviceWorker.js -------------------------------------------------------------------------------- /frontend/src/services/date/__tests__/dateFormatter.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/services/date/__tests__/dateFormatter.test.ts -------------------------------------------------------------------------------- /frontend/src/services/date/dateFormatter.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/services/date/dateFormatter.ts -------------------------------------------------------------------------------- /frontend/src/services/i18n/create-component-with-intl.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/services/i18n/create-component-with-intl.tsx -------------------------------------------------------------------------------- /frontend/src/services/i18n/intl.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/services/i18n/intl.ts -------------------------------------------------------------------------------- /frontend/src/services/networking/client.interface.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/services/networking/client.interface.d.ts -------------------------------------------------------------------------------- /frontend/src/services/networking/client.mock.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/services/networking/client.mock.ts -------------------------------------------------------------------------------- /frontend/src/services/networking/client.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/services/networking/client.ts -------------------------------------------------------------------------------- /frontend/src/setupTests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/setupTests.js -------------------------------------------------------------------------------- /frontend/src/storyshots/storyshots.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/storyshots/storyshots.test.js -------------------------------------------------------------------------------- /frontend/src/stylesheet.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/stylesheet.ts -------------------------------------------------------------------------------- /frontend/src/tempPolyfills.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/tempPolyfills.js -------------------------------------------------------------------------------- /frontend/src/translations/en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/translations/en.json -------------------------------------------------------------------------------- /frontend/src/translations/fr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/src/translations/fr.json -------------------------------------------------------------------------------- /frontend/stylelint.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/stylelint.config.js -------------------------------------------------------------------------------- /frontend/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/tsconfig.json -------------------------------------------------------------------------------- /frontend/tsconfig.paths.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/tsconfig.paths.json -------------------------------------------------------------------------------- /frontend/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/frontend/yarn.lock -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/package.json -------------------------------------------------------------------------------- /showcase/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/showcase/.gitignore -------------------------------------------------------------------------------- /showcase/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/showcase/README.md -------------------------------------------------------------------------------- /showcase/blog/2019-05-28-hola.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/showcase/blog/2019-05-28-hola.md -------------------------------------------------------------------------------- /showcase/blog/2019-05-29-hello-world.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/showcase/blog/2019-05-29-hello-world.md -------------------------------------------------------------------------------- /showcase/blog/2019-05-30-welcome.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/showcase/blog/2019-05-30-welcome.md -------------------------------------------------------------------------------- /showcase/docs/chrommentor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/showcase/docs/chrommentor.md -------------------------------------------------------------------------------- /showcase/docs/filters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/showcase/docs/filters.md -------------------------------------------------------------------------------- /showcase/docs/motivation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/showcase/docs/motivation.md -------------------------------------------------------------------------------- /showcase/docs/repositoryAccess.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/showcase/docs/repositoryAccess.md -------------------------------------------------------------------------------- /showcase/docs/tags.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/showcase/docs/tags.md -------------------------------------------------------------------------------- /showcase/docusaurus.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/showcase/docusaurus.config.js -------------------------------------------------------------------------------- /showcase/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/showcase/package.json -------------------------------------------------------------------------------- /showcase/sidebars.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/showcase/sidebars.js -------------------------------------------------------------------------------- /showcase/src/css/custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/showcase/src/css/custom.css -------------------------------------------------------------------------------- /showcase/src/pages/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/showcase/src/pages/index.js -------------------------------------------------------------------------------- /showcase/src/pages/styles.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/showcase/src/pages/styles.module.css -------------------------------------------------------------------------------- /showcase/static/fonts/Muli-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/showcase/static/fonts/Muli-Black.ttf -------------------------------------------------------------------------------- /showcase/static/fonts/Muli-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/showcase/static/fonts/Muli-ExtraBold.ttf -------------------------------------------------------------------------------- /showcase/static/fonts/Muli-VariableFont_wght.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/showcase/static/fonts/Muli-VariableFont_wght.ttf -------------------------------------------------------------------------------- /showcase/static/img/banner-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/showcase/static/img/banner-screenshot.png -------------------------------------------------------------------------------- /showcase/static/img/chrommentor-github-comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/showcase/static/img/chrommentor-github-comment.png -------------------------------------------------------------------------------- /showcase/static/img/chrommentor-options-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/showcase/static/img/chrommentor-options-button.png -------------------------------------------------------------------------------- /showcase/static/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/showcase/static/img/favicon.ico -------------------------------------------------------------------------------- /showcase/static/img/follow-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/showcase/static/img/follow-up.svg -------------------------------------------------------------------------------- /showcase/static/img/get-started.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/showcase/static/img/get-started.svg -------------------------------------------------------------------------------- /showcase/static/img/github-app-repository-permissions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/showcase/static/img/github-app-repository-permissions.png -------------------------------------------------------------------------------- /showcase/static/img/github-app-user-permissions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/showcase/static/img/github-app-user-permissions.png -------------------------------------------------------------------------------- /showcase/static/img/github-autocompletion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/showcase/static/img/github-autocompletion.png -------------------------------------------------------------------------------- /showcase/static/img/gitlab-webhook-setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/showcase/static/img/gitlab-webhook-setup.png -------------------------------------------------------------------------------- /showcase/static/img/improve.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/showcase/static/img/improve.svg -------------------------------------------------------------------------------- /showcase/static/img/logo-BAM-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/showcase/static/img/logo-BAM-white.svg -------------------------------------------------------------------------------- /showcase/static/img/logo-Theodo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/showcase/static/img/logo-Theodo.svg -------------------------------------------------------------------------------- /showcase/static/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/showcase/static/img/logo.png -------------------------------------------------------------------------------- /showcase/static/img/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/showcase/static/img/logo.svg -------------------------------------------------------------------------------- /showcase/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bamlab/commentor/HEAD/showcase/yarn.lock --------------------------------------------------------------------------------