Skip to content

Commit

Permalink
feat: changed knovator to implerhq
Browse files Browse the repository at this point in the history
  • Loading branch information
chavda-bhavik committed Jun 5, 2023
1 parent 1cb22b5 commit 589ab54
Show file tree
Hide file tree
Showing 19 changed files with 48 additions and 63 deletions.
3 changes: 1 addition & 2 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ representative at an online or offline event.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
[email protected].
reported to the community leaders responsible for enforcement at [[email protected]](mailto:[email protected]), or the [Discord server](https://discord.impler.io).
All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Knovator
Copyright (c) 2023 implerhq

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
44 changes: 16 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
<br />
<a href="https://demo.impler.io">View Demo</a>
·
<a href="https://github.com/knovator/impler.io/issues/new?assignees=&labels=&template=bug_report.md&title=">Report Bug</a>
<a href="https://github.com/implerhq/impler.io/issues/new?assignees=&labels=&template=bug_report.md&title=">Report Bug</a>
·
<a href="https://github.com/knovator/impler.io/issues/new?assignees=&labels=&template=feature_request.md&title=">Request Feature</a>
<a href="https://github.com/implerhq/impler.io/issues/new?assignees=&labels=&template=feature_request.md&title=">Request Feature</a>
</p>
</div>

Expand Down Expand Up @@ -74,23 +74,11 @@ To set up `impler.io` locally, you need the following things installed in your c
3. `mongodb`

Follow these steps to setup the project locally,
1. Clone the repo, `git clone https://github.com/knovator/impler.io`.
1. Clone the repo, `git clone https://github.com/implerhq/impler.io`.
2. Install the dependencies, `pnpm install`.
3. Do setups for projects by running, `pnpm setup:project`.
4. Start the application, `pnpm start:dev`.
5. Start interacting with API by visiting `http://localhost:3000/api` or see demo on `http://localhost:5173`.

### Add Import Schema

After doing setup, you can easily make call to the `impler` through **Swagger UI** provided at `http://localhost:3000/api`,
1. Create `project` by calling `/v1/project` API, and Copy `_id` from the response.
2. Create `template` by calling `/v1/template/{projectId}` API, and Copy `_id` from the response.
3. Update `columns` for template by calling `/v1/column/{templateId}` API.

### See Demo

If you're running `impler` locally, after [adding-schema](#add-import-schema) you can start interacting with import widget from `http://localhost:5173`.

5. Go to web app, `http://localhost:4200`.

<p align="right">(<a href="#readme-top">back to top</a>)</p>

Expand Down Expand Up @@ -124,22 +112,22 @@ Distributed under the MIT License. See `LICENSE.txt` for more information.
<!-- CONTACT -->
## Contact

Knovator - [@knovator](https://twitter.com/knovator)
Implerhq - [@implerhq](https://www.linkedin.com/company/implerhq)

Project Link: [https://github.com/knovator/impler.io](https://github.com/knovator/impler.io)
Project Link: [https://github.com/implerhq/impler.io](https://github.com/implerhq/impler.io)

<p align="right">(<a href="#readme-top">back to top</a>)</p>


<!-- MARKDOWN LINKS & IMAGES -->
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
[contributors-shield]: https://img.shields.io/github/contributors/knovator/impler.io.svg?style=for-the-badge
[contributors-url]: https://github.com/knovator/impler.io/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/knovator/impler.io.svg?style=for-the-badge
[forks-url]: https://github.com/knovator/impler.io/network/members
[stars-shield]: https://img.shields.io/github/stars/knovator/impler.io.svg?style=for-the-badge
[stars-url]: https://github.com/knovator/impler.io/stargazers
[issues-shield]: https://img.shields.io/github/issues/knovator/impler.io.svg?style=for-the-badge
[issues-url]: https://github.com/knovator/impler.io/issues
[license-shield]: https://img.shields.io/github/license/knovator/impler.io.svg?style=for-the-badge
[license-url]: https://github.com/knovator/impler.io/blob/master/LICENSE.txt
[contributors-shield]: https://img.shields.io/github/contributors/implerhq/impler.io.svg?style=for-the-badge
[contributors-url]: https://github.com/implerhq/impler.io/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/implerhq/impler.io.svg?style=for-the-badge
[forks-url]: https://github.com/implerhq/impler.io/network/members
[stars-shield]: https://img.shields.io/github/stars/implerhq/impler.io.svg?style=for-the-badge
[stars-url]: https://github.com/implerhq/impler.io/stargazers
[issues-shield]: https://img.shields.io/github/issues/implerhq/impler.io.svg?style=for-the-badge
[issues-url]: https://github.com/implerhq/impler.io/issues
[license-shield]: https://img.shields.io/github/license/implerhq/impler.io.svg?style=for-the-badge
[license-url]: https://github.com/implerhq/impler.io/blob/master/LICENSE.txt
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@impler/api",
"version": "0.5.0",
"author": "knovator",
"author": "implerhq",
"license": "MIT",
"private": true,
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions apps/demo/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ const Footer = () => {
<Container className={classes.container}>
<Text size="md">
Copyright © {new Date().getFullYear()} · All Rights Reserved by{' '}
<a className={classes.link} href={variables.LINK_KNOVATOR} target="_blank" rel="noreferrer">
Knovator
<a className={classes.link} href={variables.LINK_IMPLER} target="_blank" rel="noreferrer">
Impler
</a>
</Text>
<Flex gap="xs">
Expand Down
4 changes: 2 additions & 2 deletions apps/demo/config/variables.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ export const variables = {
label: 'Community',
},
{
link: 'https://github.com/knovator/impler.io',
link: 'https://github.com/implerhq/impler.io',
label: 'Github',
},
],
LINK_KNOVATOR: 'http://knovator.com/',
LINK_IMPLER: 'https://impler.io/',
WIDGET_EMBED_PATH: 'https://embed.impler.io/embed.umd.min.js',
PRIMARY_COLOR: '#111111',
};
2 changes: 1 addition & 1 deletion apps/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@impler/demo",
"version": "0.5.0",
"author": "knovator",
"author": "implerhq",
"license": "MIT",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion apps/queue-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@impler/queue-manager",
"version": "0.5.0",
"author": "knovator",
"author": "implerhq",
"license": "MIT",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@impler/web",
"version": "0.5.0",
"author": "knovator",
"author": "implerhq",
"license": "MIT",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion apps/widget/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@impler/widget",
"version": "0.5.0",
"author": "knovator",
"author": "implerhq",
"license": "MIT",
"private": true,
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions docker/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Clone the Impler repo and enter the docker directory locally:

```sh
# Get the code
git clone --depth 1 https://github.com/knovator/impler.io
git clone --depth 1 https://github.com/implerhq/impler.io

# Go to the docker folder
cd impler.io/docker
Expand Down Expand Up @@ -52,4 +52,4 @@ We strongly recommend that you decouple your database before deploying.

## Next steps

- Got a question? [Ask here](https://github.com/knovator/impler.io/discussions).
- Got a question? [Ask here](https://github.com/implerhq/impler.io/discussions).
10 changes: 5 additions & 5 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- 27017:27017
restart: unless-stopped
api:
image: "ghcr.io/knovator/impler/api:0.5.0"
image: "ghcr.io/implerhq/impler/api:0.5.0"
depends_on:
- mongodb
- rabbitmq
Expand All @@ -40,7 +40,7 @@ services:
ports:
- "3000:3000"
queue-manager:
image: "ghcr.io/knovator/impler/queue-manager:0.5.0"
image: "ghcr.io/implerhq/impler/queue-manager:0.5.0"
depends_on:
- api
- rabbitmq
Expand All @@ -55,7 +55,7 @@ services:
AWS_ACCESS_KEY_ID: ${AWS_ACCESS_KEY_ID}
AWS_SECRET_ACCESS_KEY: ${AWS_SECRET_ACCESS_KEY}
widget:
image: "ghcr.io/knovator/impler/widget:0.5.0"
image: "ghcr.io/implerhq/impler/widget:0.5.0"
depends_on:
- api
container_name: widget
Expand All @@ -69,7 +69,7 @@ services:
embed:
depends_on:
- widget
image: "ghcr.io/knovator/impler/embed:0.5.0"
image: "ghcr.io/implerhq/impler/embed:0.5.0"
container_name: embed
environment:
WIDGET_URL: ${WIDGET_BASE_URL}
Expand All @@ -78,7 +78,7 @@ services:
web:
depends_on:
- api
image: "ghcr.io/knovator/impler/web:0.5.0"
image: "ghcr.io/implerhq/impler/web:0.5.0"
container_name: web
environment:
NEXT_PUBLIC_API_BASE_URL: ${API_ROOT_URL}
Expand Down
2 changes: 1 addition & 1 deletion libs/dal/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@impler/dal",
"version": "0.5.0",
"author": "knovator",
"author": "implerhq",
"license": "MIT",
"private": true,
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion libs/embed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.5.0",
"private": true,
"license": "MIT",
"author": "knovator",
"author": "implerhq",
"main": "dist/embed.umd.min.js",
"module": "dist/embed.es5.min.js",
"typings": "dist/types/embed.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions libs/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"version": "0.5.0",
"description": "Reusable types and classes to shared between apps and libraries",
"license": "MIT",
"author": "knovator",
"repository": "https://github.com/knovator/impler.io",
"author": "implerhq",
"repository": "https://github.com/implerhq/impler.io",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"keywords": ["impler", "knovator", "data-import", "excel-import", "csv-import"],
"keywords": ["impler", "implerhq", "data-import", "excel-import", "csv-import"],
"files": ["dist", "package.json"],
"scripts": {
"start": "npm run start:dev",
Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,9 @@
"data-import",
"excel-import",
"csv-import",
"impler",
"knovator",
"chavda-bhavik"
"impler"
],
"author": "knovator",
"author": "implerhq",
"license": "MIT",
"husky": {
"hooks": {
Expand Down
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"version": "0.5.0",
"description": "API client to be used in end user environments",
"license": "MIT",
"author": "knovator",
"repository": "https://github.com/knovator/impler.io",
"author": "implerhq",
"repository": "https://github.com/implerhq/impler.io",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"private": true,
"keywords": [
"impler",
"knovator",
"implerhq",
"data-import",
"excel-import",
"csv-import"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
·
<a href="https://discord.impler.io">Join Discord</a>
·
<a href="https://github.com/knovator/impler.io/issues/new">Report Bug</a>
<a href="https://github.com/implerhq/impler.io/issues/new">Report Bug</a>
</p>

## ⭐️ Why
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"version": "0.5.0",
"description": "React library to show widget in client applications",
"license": "MIT",
"author": "knovator",
"repository": "https://github.com/knovator/impler.io",
"author": "implerhq",
"repository": "https://github.com/implerhq/impler.io",
"types": "dist/index.d.ts",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"keywords": [
"impler",
"knovator",
"implerhq",
"data-import",
"excel-import",
"csv-import"
Expand Down

0 comments on commit 589ab54

Please sign in to comment.