Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

1.3.0-beta4 Release #106

Merged
merged 3 commits into from Aug 2, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -14,9 +14,9 @@ php:

env:
- VERSION=HEAD
- VERSION=1.3.0-beta4
- VERSION=1.3.0-beta3
- VERSION=1.3.0-beta2
- VERSION=1.3.0-beta1
- VERSION=1.2.0-alpha2

addons:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -23,14 +23,14 @@ back. Use a scaffold project like Lightning Project, BLT, or Drupal Project to
build a codebase for actual use. See `composer create-project` command above.

## Contributing
Headless Lightning provides some Phing targets to aid in development. To take
advantage:
Headless Lightning provides some Robo and Composer commands to aid in
development. To take advantage:

1. Clone this project.
2. Build working codebase (`composer install`).
3. Install dev environment (`phing install` - common options: `-Ddb.database={DB_NAME} -Ddb.user{DB_USER} -Ddb.password={DB_PASS} -Durl=http://{LOCAL_ENV}`)
3. Install dev environment (`lightning install 'mysql\://{DB_USER}:{DB_PASS}@127.0.0.1/{DB_NAME}' headless_lightning 'http://127.0.0.1:8080'`
4. Make changes in `/docroot/profiles/headless_lightning`.
5. Once you're happy with changes, use `phing pull` to move your changes back
5. Once you're happy with changes, use `composer pull` to move your changes back
into the top-level repository to be committed or submitted as a PR or patch.

Please file issues in our [GitHub Issue Queue](https://github.com/acquia/headless-lightning/issues).
Expand Down
7 changes: 5 additions & 2 deletions acquia-pipelines.yml
Expand Up @@ -40,5 +40,8 @@ events:
- cd $SOURCE_DIR
# Setup settings file and codebase with minimum required for cloud.
- lightning configure:cloud headlessnightly headless_lightning
# Remove dev tools from the Cloud build.
- composer remove acquia/lightning_dev --dev
# Remove the Drush binary and package so it doesn't interfere with
# cloud versions. Doing this the proper way with Composer can cause
# timeouts.
- rm ./vendor/bin/drush
- rm -rf ./vendor/drush
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -13,7 +13,7 @@
"require": {
"drupal-composer/drupal-scaffold": "^2.0.0",
"cweagans/composer-patches": "^1.6.4",
"acquia/lightning": "dev-8.x-3.x"
"acquia/lightning": "3.1.5"
},
"repositories": {
"drupal": {
Expand Down
2,070 changes: 1,362 additions & 708 deletions composer.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion headless_lightning.info.yml
@@ -1,7 +1,7 @@
name: 'Headless Lightning'
type: profile
description: 'Drupal Lightning as a backend for fully decoupled applications.'
version: '1.x-dev'
version: '1.3.0-beta4'
core: 8.x
distribution:
name: 'Headless Lightning'
Expand Down
2 changes: 1 addition & 1 deletion modules/headless_ui/headless_ui.info.yml
Expand Up @@ -5,4 +5,4 @@ description: 'Strong user interface opinions for Headless Lightning.'
components:
- access_ui
- content_model_ui
version: '1.x-dev'
version: '1.3.0-beta4'
2 changes: 1 addition & 1 deletion modules/headless_ui/modules/access_ui/access_ui.info.yml
@@ -1,4 +1,4 @@
name: 'Access Control UI'
core: 8.x
type: module
version: '1.x-dev'
version: '1.3.0-beta4'
@@ -1,4 +1,4 @@
name: 'Content Modeling UI'
core: 8.x
type: module
version: '1.x-dev'
version: '1.3.0-beta4'
2 changes: 1 addition & 1 deletion modules/json_content/json_content.info.yml
Expand Up @@ -2,4 +2,4 @@ name: 'JSON Content'
type: module
core: 8.x
description: 'Presentation layer blanket for content that is only consumed via an API.'
version: '1.x-dev'
version: '1.3.0-beta4'
Binary file added tests/fixtures/1.3.0-beta4.sql.gz
Binary file not shown.