Skip to content

Commit

Permalink
Merge pull request #2201 from flowforge/1.7.2-maintenance
Browse files Browse the repository at this point in the history
Bump to 1.7.2
  • Loading branch information
knolleary committed May 31, 2023
2 parents 4610069 + e38896a commit d05d2b8
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#### 1.7.2: Release

- Fix permissions for nr-tools-plugin accessing user team list (backport #2196) (#2197) @app/github-actions
- Update link to mosquitto-go-auth (backport #2187) (#2188) @app/github-actions
- misc: Remove extra backtick (backport #2178) (#2179) @app/github-actions
- docs: Link to template concept (backport #2144) (#2150) @app/github-actions

#### 1.7.1: Release

- Docs: Add additional SSO config notes on signed responses (backport #2149) (#2151) @github-actions
Expand Down
1 change: 0 additions & 1 deletion forge/db/controllers/StorageCredentials.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

module.exports = {
async updateOrCreateForProject (app, project, newCredentials = {}, { transaction } = {}) {
let origCredentials = await app.db.models.StorageCredentials.byProject(project.id)
Expand Down
1 change: 0 additions & 1 deletion forge/db/controllers/StorageFlows.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

module.exports = {
async updateOrCreateForProject (app, project, newFlows = {}, { transaction } = {}) {
let currentProjectFlows = await app.db.models.StorageFlow.byProject(project.id)
Expand Down
1 change: 0 additions & 1 deletion forge/db/controllers/TeamType.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

module.exports = {
getSetting: function (app, teamType, key) {
return app.config.teams?.[teamType.name]?.[key]
Expand Down
1 change: 0 additions & 1 deletion forge/ee/db/controllers/Subscription.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

module.exports = {
createSubscription: async function (app, team, subscription, customer) {
// Check to see if there is an existing subscription for this team.
Expand Down
1 change: 0 additions & 1 deletion forge/routes/api/admin.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

module.exports = async function (app) {
async function getStats () {
const userCount = await app.db.models.User.count({ attributes: ['admin'], group: 'admin' })
Expand Down
1 change: 0 additions & 1 deletion frontend/src/api/application.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import product from '../services/product.js'
import daysSince from '../utils/daysSince.js'

Expand Down
1 change: 0 additions & 1 deletion frontend/src/services/audit-events.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import AuditEventsGrouped from '../data/audit-events.json'

/*
Expand Down
1 change: 0 additions & 1 deletion frontend/src/services/product.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/**
*
* @param {String} userId - the unique identifier for the user
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flowforge/flowforge",
"version": "1.7.1",
"version": "1.7.2",
"description": "An open source low-code development platform",
"homepage": "https://github.com/flowforge/flowforge#readme",
"bugs": {
Expand Down

0 comments on commit d05d2b8

Please sign in to comment.