Skip to content

Commit 5914f3a

Browse files
authored
Merge commit from fork
[Don't merge as is! v6.24.5] Move from cookie-based to token-based authentication
2 parents 454d978 + 0ed0f3f commit 5914f3a

File tree

22 files changed

+144
-52
lines changed

22 files changed

+144
-52
lines changed

analyzer/config/analyzer_version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": {
33
"major" : "6",
44
"minor" : "24",
5-
"revision" : "4",
5+
"revision" : "5",
66
"rc" : ""
77
}
88
}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def run(self):
142142

143143
setuptools.setup(
144144
name="codechecker",
145-
version="6.24.4",
145+
version="6.24.5",
146146
author='CodeChecker Team (Ericsson)',
147147
author_email='[email protected]',
148148
description="CodeChecker is an analyzer tooling, defect database and "

snap/snapcraft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: codechecker
22
base: core18
3-
version: '6.24.4'
3+
version: '6.24.5'
44
summary: CodeChecker is an analyzer tooling, defect database and viewer extension
55
description: |
66
CodeChecker is an analyzer tooling, defect database and viewer extension.
@@ -33,7 +33,7 @@ parts:
3333
codechecker:
3434
plugin: python
3535
python-version: python3
36-
source: https://github.com/Ericsson/codechecker/archive/v6.24.4.tar.gz
36+
source: https://github.com/Ericsson/codechecker/archive/v6.24.5.tar.gz
3737
build-packages:
3838
- curl
3939
- gcc-multilib
Binary file not shown.
Binary file not shown.

web/api/js/codechecker-api-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codechecker-api",
3-
"version": "6.58.0",
3+
"version": "6.59.0",
44
"description": "Generated node.js compatible API stubs for CodeChecker server.",
55
"main": "lib",
66
"homepage": "https://github.com/Ericsson/codechecker",
Binary file not shown.

web/api/py/codechecker_api/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
with open('README.md', encoding='utf-8', errors="ignore") as f:
99
long_description = f.read()
1010

11-
api_version = '6.58.0'
11+
api_version = '6.59.0'
1212

1313
setup(
1414
name='codechecker_api',
Binary file not shown.

web/api/py/codechecker_api_shared/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
with open('README.md', encoding='utf-8', errors="ignore") as f:
99
long_description = f.read()
1010

11-
api_version = '6.58.0'
11+
api_version = '6.59.0'
1212

1313
setup(
1414
name='codechecker_api_shared',

0 commit comments

Comments
 (0)