Coder Social home page Coder Social logo

cubic-ui's People

Contributors

greenkeeper[bot] avatar kaptard avatar nakroma avatar

Watchers

 avatar  avatar  avatar

cubic-ui's Issues

Pages are no longer loaded as async components

The recent rework for implicit page endpoints meant that the vue-router no longer lists pages as async components via component: () => import(path).

To fix this, we probably just have to write the routes after overriding the original endpoint tree of the core node.

An in-range update of cubic-core is breaking the build 🚨

The devDependency cubic-core was updated from 1.1.4 to 1.1.5.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

cubic-core is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/drone/push: the build failed (Details).

Release Notes for v1.1.5

1.1.5 (2018-09-30)

Bug Fixes

  • adjusted header functionalities (054dbc1)
  • Use callback based inter-node communication instead of relying on custom request ids. (236e848)
Commits

The new version differs by 8 commits.

  • 108137f Merge pull request #49 from cubic-js/development
  • 9fe581e Merge branch 'development' of https://github.com/nexus-devs/blitz-js-core into development
  • 236e848 fix: Use callback based inter-node communication instead of relying on custom request ids.
  • 89d824e chore(package): update eslint-config-standard to version 12.0.0
  • 44106c0 chore(package): update eslint-plugin-standard to version 4.0.0
  • 1175340 chore(package): update eslint-plugin-promise to version 4.0.0
  • 054dbc1 fix: adjusted header functionalities
  • a8347fe added set header functionality

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Implement custom solution for Hot Reloading

Currently we're running the standard setup for HMR by passing a script to the API node that hooks webpack-hot-middleware into the express router stack. It's somewhat hacky though and won't work if the worker and API don't share the disk space (i.e. running one process on another machine)

In other words: Need a way to listen to webpack's HMR events and send them to the browser client via blitz-js-query.

Action required: Greenkeeper could not be activated 🚨

🚨 You need to enable Continuous Integration on all branches of this repository. 🚨

To enable Greenkeeper, you need to make sure that a commit status is reported on all branches. This is required by Greenkeeper because it uses your CI build statuses to figure out when to notify you about breaking changes.

Since we didn’t receive a CI status on the greenkeeper/initial branch, it’s possible that you don’t have CI set up yet. We recommend using Travis CI, but Greenkeeper will work with every other CI service as well.

If you have already set up a CI for this repository, you might need to check how it’s configured. Make sure it is set to run on all new branches. If you don’t want it to run on absolutely every branch, you can whitelist branches starting with greenkeeper/.

Once you have installed and configured CI on this repository correctly, you’ll need to re-trigger Greenkeeper’s initial pull request. To do this, please delete the greenkeeper/initial branch in this repository, and then remove and re-add this repository to the Greenkeeper App’s white list on Github. You'll find this list on your repo or organization’s settings page, under Installed GitHub Apps.

An in-range update of cubic-loader is breaking the build 🚨

The devDependency cubic-loader was updated from 1.2.0 to 1.2.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

cubic-loader is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/drone/push: the build failed (Details).

Release Notes for v1.2.1

1.2.1 (2018-10-07)

Performance Improvements

  • Reduce password salt rounds in dev mode. (2404906)
Commits

The new version differs by 5 commits.

  • f44b4b8 Merge pull request #46 from cubic-js/development
  • 2404906 perf: Reduce password salt rounds in dev mode.
  • 0474ec6 chore(package): update eslint-config-standard to version 12.0.0
  • 3dafe8e chore(package): update eslint-plugin-standard to version 4.0.0
  • 493f833 chore(package): update eslint-plugin-promise to version 4.0.0

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Let HMR middleware load from memoryfs

Causes a few issues with loading files otherwise. (Files are written on request, but the request requests them before they're done being written) -> Log issues.
Also don't wanna manually copy the main bundles into dist.

An in-range update of cubic-api is breaking the build 🚨

The devDependency cubic-api was updated from 1.3.1 to 1.3.2.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

cubic-api is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/drone/push: the build failed (Details).

Release Notes for v1.3.2

1.3.2 (2018-09-30)

Bug Fixes

  • Use callback based inter-node communication instead of relying on custom request ids. (65f2577)
Commits

The new version differs by 2 commits.

  • 81b7131 Merge pull request #69 from cubic-js/development
  • 65f2577 fix: Use callback based inter-node communication instead of relying on custom request ids.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Action required: Greenkeeper could not be activated 🚨

🚨 You need to enable Continuous Integration on all branches of this repository. 🚨

To enable Greenkeeper, you need to make sure that a commit status is reported on all branches. This is required by Greenkeeper because it uses your CI build statuses to figure out when to notify you about breaking changes.

Since we didn’t receive a CI status on the greenkeeper/initial branch, it’s possible that you don’t have CI set up yet. We recommend using Travis CI, but Greenkeeper will work with every other CI service as well.

If you have already set up a CI for this repository, you might need to check how it’s configured. Make sure it is set to run on all new branches. If you don’t want it to run on absolutely every branch, you can whitelist branches starting with greenkeeper/.

Once you have installed and configured CI on this repository correctly, you’ll need to re-trigger Greenkeeper’s initial pull request. To do this, please delete the greenkeeper/initial branch in this repository, and then remove and re-add this repository to the Greenkeeper App’s white list on Github. You'll find this list on your repo or organization’s settings page, under Installed GitHub Apps.

Add fallback node worker for error pages

Worker would simply have endpoints for /404, /503, etc. The API would automatically redirect to the according page. If no response from fallback worker arrives (i.e. non set up or actually too busy), display original raw error instead.

Keyframe animations behave unexpectedly

Tbh, I don't even know how exactly they're not working, but they just don't do what they should. Compare dev builds vs prod builds. Temporary fix:

@keyframes :local(pulse) {
  // ...
}

As suggested here. This seems to be an issue with css-loader, not cubic.

merge default logic back to view

All vue/webpack has currently been moved to nexus-stats. Basic default logic which supports the default page (#3) functionality should be merged back as soon as possible.

Bundle css perma-cached in production

Means changes won't apply until the next restart after a restart to supposedly apply changes. At the same time we can't wait until the bundle is generated due to downtime.

The automated release is failing 🚨

🚨 The automated release from the master branch failed. 🚨

I recommend you give this issue a high priority, so other packages depending on you could benefit from your bug fixes and new features.

You can find below the list of errors reported by semantic-release. Each one of them has to be resolved in order to automatically publish your package. I’m sure you can resolve this 💪.

Errors are usually caused by a misconfiguration or an authentication problem. With each error reported below you will find explanation and guidance to help you to resolve it.

Once all the errors are resolved, semantic-release will release your package the next time you push a commit to the master branch. You can also manually restart the failed CI job that runs semantic-release.

If you are not sure how to resolve this, here is some links that can help you:

If those don’t help, or if this issue is reporting something you think isn’t right, you can always ask the humans behind semantic-release.


Invalid npm token.

The npm token configured in the NPM_TOKEN environment variable must be a valid token allowing to publish to the registry https://registry.npmjs.org/.

If you are using Two-Factor Authentication, make configure the auth-only level is supported. semantic-release cannot publish with the default auth-and-writes level.

Please make sure to set the NPM_TOKEN environment variable in your CI with the exact value of the npm token.


Good luck with your project ✨

Your semantic-release bot 📦🚀

Extract-text-webpack-plugin broken

No idea when this happened. The extractCSS: true option in vue-loader at /webpack/base.config.js causes extract-text-webpack-plugin to throw this error:

 ModuleBuildError: Module build failed: Error: "extract-text-webpack-plugin" loader is used without the corresponding plugin, refer to https://github.com/webpack/extract-text-webpack-p
lugin for the usage example
      at Object.module.exports.pitch (D:\dev\nexus-stats\nexus-stats\node_modules\extract-text-webpack-plugin\loader.js:25:9)
      at runLoaders (D:\dev\blitz\blitz-js-view\node_modules\webpack\lib\NormalModule.js:194:19)
      at D:\dev\blitz\blitz-js-view\node_modules\loader-runner\lib\LoaderRunner.js:364:11
      at D:\dev\blitz\blitz-js-view\node_modules\loader-runner\lib\LoaderRunner.js:179:20
      at runSyncOrAsync (D:\dev\blitz\blitz-js-view\node_modules\loader-runner\lib\LoaderRunner.js:143:3)
      at D:\dev\blitz\blitz-js-view\node_modules\loader-runner\lib\LoaderRunner.js:175:3
      at loadLoader (D:\dev\blitz\blitz-js-view\node_modules\loader-runner\lib\loadLoader.js:36:3)
      at iteratePitchingLoaders (D:\dev\blitz\blitz-js-view\node_modules\loader-runner\lib\LoaderRunner.js:169:2)
      at runLoaders (D:\dev\blitz\blitz-js-view\node_modules\loader-runner\lib\LoaderRunner.js:362:2)
      at NormalModule.doBuild (D:\dev\blitz\blitz-js-view\node_modules\webpack\lib\NormalModule.js:181:3)
      at NormalModule.build (D:\dev\blitz\blitz-js-view\node_modules\webpack\lib\NormalModule.js:274:15)
      at Compilation.buildModule (D:\dev\blitz\blitz-js-view\node_modules\webpack\lib\Compilation.js:149:10)
      at factoryCallback (D:\dev\blitz\blitz-js-view\node_modules\webpack\lib\Compilation.js:337:12)
      at NormalModuleFactory.create (D:\dev\blitz\blitz-js-view\node_modules\webpack\lib\NormalModuleFactory.js:214:25)
      at _this.semaphore.acquire (D:\dev\blitz\blitz-js-view\node_modules\webpack\lib\Compilation.js:237:13)
      at Semaphore.acquire (D:\dev\blitz\blitz-js-view\node_modules\webpack\lib\util\Semaphore.js:16:4)
      at iteratorFactory (D:\dev\blitz\blitz-js-view\node_modules\webpack\lib\Compilation.js:235:20)
      at D:\dev\blitz\blitz-js-view\node_modules\async\dist\async.js:3083:16
      at eachOfArrayLike (D:\dev\blitz\blitz-js-view\node_modules\async\dist\async.js:1003:9)
      at eachOf (D:\dev\blitz\blitz-js-view\node_modules\async\dist\async.js:1051:5)
      at Object.eachLimit (D:\dev\blitz\blitz-js-view\node_modules\async\dist\async.js:3145:5)
      at Compilation.addModuleDependencies (D:\dev\blitz\blitz-js-view\node_modules\webpack\lib\Compilation.js:217:12)
      at Compilation.processModuleDependencies (D:\dev\blitz\blitz-js-view\node_modules\webpack\lib\Compilation.js:202:8),

The vue-loader options accept additional keys which modify how loaders are used. Might be a starting point for fixes.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.