Skip to content

Commit

Permalink
24.5.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgraph committed Jun 11, 2024
1 parent 7b523e5 commit dab8934
Show file tree
Hide file tree
Showing 5 changed files with 333 additions and 333 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'java', 'javascript' ]
language: [ 'javascript' ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
# Learn more about CodeQL language support at https://git.io/codeql-language-support

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. See [the FAQ](https://github.com/jgraph/drawio/wiki/Stale-bot-FAQ) for more information.'
stale-pr-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. See [the FAQ](https://github.com/jgraph/drawio/wiki/Stale-bot-FAQ) for more information.'
stale-issue-label: 'wonfix'
stale-pr-label: 'wonfix'
stale-issue-label: 'wontfix'
stale-pr-label: 'wontfix'
close-issue-label: 'declined'
days-before-stale: 300
days-before-close: 60
Expand Down
4 changes: 2 additions & 2 deletions src/main/webapp/js/diagramly/GitLabFile.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ GitLabFile.prototype.getFolderUrl = function()
GitLabFile.prototype.share = function()
{
this.ui.editor.graph.openLink(DRAWIO_GITLAB_URL + '/' +
encodeURIComponent(this.meta.org) + '/' +
encodeURIComponent(this.meta.repo) +'/-/project_members');
this.meta.org + '/' + encodeURIComponent(this.meta.repo) +
'/-/project_members');
};

/**
Expand Down
328 changes: 164 additions & 164 deletions src/main/webapp/js/integrate.min.js

Large diffs are not rendered by default.

328 changes: 164 additions & 164 deletions src/main/webapp/js/stencils.min.js

Large diffs are not rendered by default.

0 comments on commit dab8934

Please sign in to comment.