Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update/zesty docs content #2305

Merged
merged 18 commits into from
Jan 12, 2024
Merged

Update/zesty docs content #2305

merged 18 commits into from
Jan 12, 2024

Conversation

arzljames
Copy link
Contributor

@arzljames arzljames commented Jan 12, 2024

No description provided.

root and others added 18 commits January 8, 2024 08:34
* chore: remove unused `scripts`

* remove: precommit-msg

---------

Co-authored-by: darwin.apolinario <[email protected]>
* Fix/darkmode accounts (#2249)

* fix(logout): multiple cookies not being deleted (#2227)

Co-authored-by: darwin.apolinario <[email protected]>

* Fix/mindshare rendering issues (#2218)

* fix(pages 1 to 6 mindshare fix rendering): pages 1 to 6 mindshare fix rendering

pages 1 to 6 mindshare fix rendering

* fix(remove unnecessary color): remove unnecessary color

remove unnecessary color

* fix(adjust pre tag background): adjust pre tag background

adjust pre tag background

---------

Co-authored-by: Darwin ❤️❤️❤️ <[email protected]>

* fix(fix white bg issue and accounts tab): fix white bg issue and accounts tab

fix white bg issue and accounts tab

* fix(fix issue in portal): fix issue in portal

fix issue in portal

* fix(disable portal in dropdown on users menu): disable portal in dropdown on users menu

disable portal in dropdown on users menu

* fix(disable portal on the autocomplete to prevent zindex issue): disable portal

disable portal on the autocomplete to prevent zindex issue

* fix(fixing background issue in darkmode): fixing background issue in darkmode

fixing background issue in darkmode

---------

Co-authored-by: Darwin ❤️❤️❤️ <[email protected]>
Co-authored-by: darwin.apolinario <[email protected]>

* fix(contact.js): keep leadsource website as default (#2255)

* fix(contact.js): keep leadsource website as default

* feat(restore): restore

* fix(demo.js): optimize demos page for tablet views (#2259)

* feat: fix ppc explore forms (#2243)

* fix(logout): multiple cookies not being deleted (#2227)

Co-authored-by: darwin.apolinario <[email protected]>

* Fix/mindshare rendering issues (#2218)

* fix(pages 1 to 6 mindshare fix rendering): pages 1 to 6 mindshare fix rendering

pages 1 to 6 mindshare fix rendering

* fix(remove unnecessary color): remove unnecessary color

remove unnecessary color

* fix(adjust pre tag background): adjust pre tag background

adjust pre tag background

---------

Co-authored-by: Darwin ❤️❤️❤️ <[email protected]>

* Feat/dynamic contact form (#2225)

* feat(getdemosection): adjusted demo content based on query params

* chore(clean up): clean up

* chore(usegetdynamicdata): clean up

* feat(demo): update demo page

update demo page to select user journey

* fix(demo): add ternary check to avoid error

* fix(contact page): remove form attributes

* fix(join.js): update copy of the join page (#2236)

* fix(join.js): update copy of the join page

* fix(join.js): update page copy

* fix(join.js): update form copy

* feat: fix ppc explore forms

* feat(restore): restore vscode settings

* feat(upadte): updates

* feat(restore vscode): restore vscode settings

* feat(restore vscode settings): fix vscode settings

* fix(fix undefined): fix undefined

---------

Co-authored-by: Darwin ❤️❤️❤️ <[email protected]>
Co-authored-by: darwin.apolinario <[email protected]>
Co-authored-by: Gian Espinosa <[email protected]>

* update search modal in product page (#2268)

Co-authored-by: root <[email protected]>

* fix(usage page issue layout): usage page issue layout

usage page issue layout

* Refactor: Remove Unused Scripts & Git Commitizen Trigger (#2280)

* chore: remove unused `scripts`

* remove: precommit-msg

---------

Co-authored-by: darwin.apolinario <[email protected]>

* remove if this is cause of duplicate props

* remove semi colon

---------

Co-authored-by: Darwin ❤️❤️❤️ <[email protected]>
Co-authored-by: darwin.apolinario <[email protected]>
Co-authored-by: Jomar Montuya <[email protected]>
Co-authored-by: Arzl James <[email protected]>
Co-authored-by: root <[email protected]>
…cies (#2289)

* feat: use node 20

* ci: remove node 16 deps

---------

## Description

### Changes Made:

1. **Node.js Versions in CI:**
    - Updated CI to utilize Node.js versions 20, 21, and 18 while removing Node.js 16.

2. **Commit Script Update:**
    - Replaced the existing commit script `npm run commi` with `npx cz`.

3. **CI Dependency Update:**
    - Updated dependencies related to the CI workflow.

### Details:

- **Node.js Version Update:**
  - Introduced Node.js versions 20, 21, and 18 for CI processes to align with compatibility and performance needs while eliminating Node.js 16 due to deprecation or compatibility issues.

- **Commit Script Change:**
  - Modified the commit script to use `npx cz`, a more standardized and efficient way to handle commits, potentially leveraging `commitizen`.

- **Dependency Update:**
  - Ensured the CI dependencies are up-to-date, likely including GitHub Actions workflows and related packages.

### Objective:

This pull request aims to enhance the CI configuration by optimizing Node.js versions, improving the commit script for standardized commits, and maintaining updated dependencies for smoother CI operations and better compatibility.



Co-authored-by: darwin.apolinario <[email protected]>
## Description:

## 💡 Purpose
This pull request aims to improve our contribution process and
production deployment workflow for a more structured and efficient
development cycle.

## 💡 Contribution Process Changes:
- **Branch Creation:** Simplified guideline for creating a new branch.
- **Local Changes:** Clarified the process for making and committing
changes locally.
- **Testing Changes:** Highlighted the use of `npm run build` for
testing changes locally.
- **Pull Request Creation:** Emphasized the importance of targeting the
`stage` branch for pull requests.

## 💡 Deployment to Production Workflow Improvements:
- **Clarified Production Deployment:** Explained the steps involved in
deploying changes to the production environment.
- **Automated Production Build:** Described the automatic trigger of a
production build upon merging changes from `stage` to `production`.

This PR offers a more straightforward and structured contribution
process, ensuring that changes are thoroughly tested in the staging
environment (`stage` branch) before reaching production (`production`
branch).

Co-authored-by: darwin.apolinario <[email protected]>
### Pull Request Description:
#### Changes Included:
1. **Version Update:** Incremented to version `1.0.2`.
2. **CI Configuration:** Added release YAML file for automated release.

This pull request encompasses updates to the documentation, a version
bump to `v1.0.2`, and the addition of CI configuration for automated
releases. The changes aim to enhance documentation and streamline the
release process within the CI pipeline.

---------

Co-authored-by: darwin.apolinario <[email protected]>
# Description

When selecting suggestions on autocomplete it's not using the correct
font style which is Mulish
# Description

- add check for pr title

---------

Co-authored-by: darwin.apolinario <[email protected]>
#2302)

Manually push datalayer on card click for demos page
# Description

Please include a summary of the changes and the related issue. Please
also include relevant motivation and context. List any dependencies that
are required for this change.

Fixes # (issue)

## Type of change

Please delete options that are not relevant.

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] This change requires a documentation update

# How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce.

- [ ] Manual Test
- [ ] Unit Test
- [ ] E2E Test

# Screenshots / Screen recording
Please add screenshots or recording if applicable

---------

Co-authored-by: Darwin ❤️❤️❤️ <[email protected]>
Co-authored-by: darwin.apolinario <[email protected]>
@arzljames arzljames merged commit 7312ce2 into dev Jan 12, 2024
8 of 9 checks passed
@arzljames arzljames deleted the update/zesty-docs-content branch January 12, 2024 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants