-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- multiple roles support to auth - webui fixes/updates - packaging fixes - huge performance improvement to quads --regen-heatmap - SELinux support for QUADS - filter added to available API endpoint - many other bug fixes Change-Id: I64e1ca67476d5693d1c82faa1d267fe9506faa69
- Loading branch information
Showing
4 changed files
with
17 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
%define name quads-dev | ||
%define reponame quads | ||
%define branch latest | ||
%define version 2.0.0 | ||
%define version 2.0.5 | ||
%define build_timestamp %{lua: print(os.date("%Y%m%d"))} | ||
|
||
Summary: Automated future scheduling, documentation, end-to-end provisioning and assignment of servers and networks. | ||
|
@@ -191,6 +191,7 @@ if [ "$1" -eq 1 ]; then | |
sed -i 's/ident/password/g' /opt/quads/db/data/pg_hba.conf | ||
/usr/bin/systemctl start quads-db | ||
cd /var/lib/pgsql && sudo -u postgres psql -c "ALTER USER postgres WITH PASSWORD 'postgres';" | ||
/usr/bin/systemctl start nginx | ||
fi | ||
|
||
if [ "$1" -eq 2 ]; then | ||
|
@@ -228,6 +229,16 @@ find /opt/quads/ | grep -E "(/__pycache__$|\.pyc$|\.pyo$)" | xargs rm -rf | |
|
||
%changelog | ||
|
||
* Thu Sep 19 2024 Will Foster <[email protected]> | ||
- 2.0.5 Release | ||
- multiple roles support to auth | ||
- webui fixes/updates | ||
- packaging fixes | ||
- huge performance improvement to quads --regen-heatmap | ||
- SELinux support for QUADS | ||
- filter added to available API endpoint | ||
- many other bug fixes | ||
|
||
* Thu Jun 20 2024 Will Foster <[email protected]> | ||
* 2.0.0 Release | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters