unmerged branchs
RELEASE 18.3.0
- rel-18.3.0/product-chart-last-point
- rel-18.3.0/datepicker-refactoring
RELEASE 18.4.0
- feature/cleanup-js
| import { Container } from '@adobe/cq-react-editable-components'; | |
| import PropTypes from 'prop-types'; | |
| export class Mapping extends Container { | |
| get component(){ | |
| const itemProps = this.props.itemProps, | |
| component = this.state.componentMapping.get(this.props.childComponent), | |
| itemKey = this.props.itemKey |
| mvn clean install -Padobe-public,autoInstallPackage -Dskip.npm | |
| java -Xms2048m -jar AEM_6.5_Quickstart.jar | |
| java -Xms512m -jar AEM_6.5_Quickstart.jar |
unmerged branchs
RELEASE 18.3.0
- rel-18.3.0/product-chart-last-point
- rel-18.3.0/datepicker-refactoring
RELEASE 18.4.0
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |
| ## primeiro criar um repositorio para o snapshot | |
| PUT /_snapshot/NOME-DO-REPOSITORIO | |
| { | |
| "type": "fs", | |
| "settings": { | |
| "compress" : true, | |
| "location": "/var/www/html/portalpelotas/storage/app/public/elastic" | |
| } | |
| } |
This gist assumes: