Coder Social home page Coder Social logo

cubic-api's People

Contributors

greenkeeper[bot] avatar kaptard avatar nakroma avatar

Watchers

 avatar  avatar  avatar

cubic-api's Issues

Let Endpoint URL be given directly

Ditch resource array. Give URL directly for more flexibility.
-> this.url = "/some/path/:id/does/something/with/:name/query

This makes resource to url conversion redundant, but resource keys need to be extracted from URL now.

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 🌴

Overhaul scope handling

Current way of handling scoping seems clunky considering the use of more specified actions (i.e. managing user profiles). Need to analyze existing solutions and draw fitting conclusion.

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 🌴

Include resource on API-CORE check

Emit resource location when emitting check. Core node should only ack if local resource available. Otherwise multiple different nodes will get requests they can't respond to.

Cache swaps item data

Not sure why. It does return the correct data. But it's not saved Properly. Possibilities are:

  • Getting the wrong url in the endpoint object
  • Using a previously saved url on cache update
  • Redis incorrectly saving data (unlikely)
  • Redis swapping values (very unlikely)

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

The devDependency cubic-client was updated from 1.1.6 to 1.1.7.

🚨 View failing branch.

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

cubic-client 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.7

1.1.7 (2018-10-08)

Bug Fixes

  • Narrow down response to 'RES' action (b8811e0)
Commits

The new version differs by 5 commits.

  • f45bcec Merge pull request #73 from cubic-js/development
  • 75ab323 Fix eslint ignore
  • 25b5715 BREAKING CHANGE: Implement changes for 2.0 overhaul
  • b8811e0 fix: Narrow down response to 'RES' action
  • 46eb456 breaking: Ditch socket.io, use raw websockets instead.

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 Webhooks

Would be triggered on same event as Socket.io publish.
Note: This isn't particularily urgent right now since WebSockets provide the same functionality already.

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 🌴

Error Verbosity

From @Kaptard on April 25, 2017 4:23

From @Kaptard on April 24, 2017 7:37

Invalid requests return no information about rejection reason.

To fix: Return Error Object with proper reason. If return value instance of error -> send error back.

Copied from original issue: nexus-devs/NexusHub#9

Copied from original issue: cubic-js/cubic#2

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.

Include boolean type check.

endpoints.js currently doesn't convert bool-like strings into actual bool types.

Suggestion:
"true" -> true
"false" -> false
1 -> true
0 -> false

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.