Skip to content

Releases: razee-io/Razeedash-api

1.0.2

11 Jun 13:32
d378cba
Compare
Choose a tag to compare
Fix: add getOrg to local and passport.local (#404)

* add getOrg to local and passport.local

The ClusterSubscription client calls subscriptionsByTag which calls getOrg.  Currently only the default auth model has getOrg implemented so this would cause local and passport.local users of ClusterSubscription to get errors

* ClusterSubscription clients won't have models.User entries

1.0.1

08 Jun 17:41
96474f6
Compare
Choose a tag to compare

96474f6 Merge pull request #387 from razee-io/s3_download_fix
2296793 Fix: add location to the deployable object

1.0.0

08 Jun 15:16
290933f
Compare
Choose a tag to compare

290933f Merge pull request #360 from razee-io/cluster_subscription_gql
4587931 Merge branch 'master' into cluster_subscription_gql
fd48203 Merge pull request #381 from razee-io/channel_version_s3_upload
19bdb11 cleanup + eslint
abbd279 Merge branch 'master' of github.com:razee-io/Razeedash-api into channel_version_s3_upload
d87dafc added s3 encrypt/upload/download/decrypt test
5d89fa1 Merge branch 'master' into cluster_subscription_gql
54f9f81 Merge pull request #356 from razee-io/channel_version_s3_upload
e88b673 remove api/v1/channels, subscriptions
9656438 add validClusterAuth for the subscriptionsByTag resolver
4a3ee04 Merge branch 'channel_version_s3_upload' into cluster_subscription_gql
992ab51 Merge branch 'master' of github.com:razee-io/Razeedash-api into channel_version_s3_upload
c7f4dca cleanup + lint
cf98c04 fulling using streams, while also supporting old way of passing content as a string
9266b50 add orgId check in userTokenIsAuthorized for default model
c8b027b Merge branch 'master' into cluster_subscription_gql
889b7a8 fix missing context bug
521a623 add getBasicUsersByIds to user.local and user.passport.local schemas
5457d9b return org id and org name given an org key
35e6758 remove AUTH_MODEL check
79227e9 fix a bug (#364)
dce9437 move subscriptions.spec to subscriptions.default.spec
f27a95e updating subscription tests for auth_model default
27ef05a put travis yaml back
7844787 Merge branch 'master' into cluster_subscription_gql
a9a778e eslint
1a44839 made eslint happy
8e2228a merge conflicts
0963095 cleanup
30cbcb0 cleanup
6237786 streamified
c9165a0 original without streams
baad123 fixes (#353)
b1aab40 updating the default AUTH_MODEL for use by razeedash tokens and agent org keys
581b8bf add proper apollo errors (#341)
b69dc85 Merge pull request #340 from razee-io/liveness_db
cfc017c use x-api-key instead of userToken to match the v1 api
2255d04 decrease keepAlive amount
489845e remove ENABLE_GRAPHQL env variable dependency
5da2004 add REDIS_PUBSUB_URL env variable. remove logs. remove old pubsub code
7919308 debugging
e48c25f enable websocket keepAlive for subscriptions
f129e50 update userToken auth
09cf9c9 enable grapql. remove socket.io code
4684e48 remove unused import
b567469 add orgId to the context
4aafcc0 fixed websockets not working
931ca60 wip
00c6fc1 Merge branch 'master' of https://github.com/razee-io/razeedash-api into cluster_subscription_gql
09be8e4 Merge pull request #334 from razee-io/cluster_subscription_gql_user_token
953441f added a db call to the liveness probe
99e8a77 enable loading custom plugins (#335)
4a67c64 eslint
d174bbe only used userToken in db for request
dfa55fc temporarily disabling apollo tests so we can get an image built
c8ef72b lint fixes. update owner field on add subscription
b15090c Merge branch 'cluster_subscription_gql' of github.com:razee-io/Razeedash-api into cluster_subscription_gql_user_token
53bd5ca Merge branch 'master' of github.com:razee-io/Razeedash-api into cluster_subscription_gql
516e075 added userToken functionality
cd90cc9 fix resource apis (#328)
88713b5 Fix for #96. useUnifiedTopology for Mongo (#327)
2aa5258 apollo-metrics enablement (#321)
09aed24 Improve performance of me query and move functionality into auth models (#320)
91ba2a5 Merge branch 'master' of github.com:razee-io/Razeedash-api into cluster_subscription_gql
130cc65 throw a proper graphql error instead of returning an empty array
0cbbb60 mock redis
f259b0f update
[c0584cb](c0584cb...

Read more

0.7.7

24 Apr 13:38
409b395
Compare
Choose a tag to compare

Bug fixes for GraphQL support.

0.7.6

09 Apr 17:08
88aebe9
Compare
Choose a tag to compare
0.7.6 Pre-release
Pre-release
Added the default schema for orgs (#274)

0.7.5

07 Apr 19:42
db88212
Compare
Choose a tag to compare
0.7.5 Pre-release
Pre-release

This release includes several updates to the new GraphQL support. In addition, we are working to make the auth model pluggable so that Razeedash-API can be used with different auth providers such as IBM Cloud IAM.

A new query parameter limit is available when querying resources via the REST API. Previously this was limited to 25 records.

0.7.4

05 Mar 15:58
686e192
Compare
Choose a tag to compare

#200 no quotes needed on the razeedeploy job

0.7.3

04 Mar 19:19
3ecc6e1
Compare
Choose a tag to compare

#197 don't use env variable for mongo_cert
#196 remove invalid env option
#194 Update Travis release config
#193 Set up endpoint for razeedeploy-job
#192 added tests for pubsub/subscriptions

0.7.2

02 Mar 21:13
6f6d540
Compare
Choose a tag to compare

0.7.1

02 Mar 16:04
3557e83
Compare
Choose a tag to compare

add mongo client logging