-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UX fixes as well as api session timeout handling fix
- Loading branch information
Showing
10 changed files
with
889 additions
and
705 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,5 +30,9 @@ def create | |
:status => 500 | ||
end | ||
end | ||
|
||
def api_request? | ||
true | ||
end | ||
end | ||
end |
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
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module RedhatAccess | ||
VERSION = "0.0.3" | ||
VERSION = "0.0.4" | ||
end |
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 @@ | |
%endif | ||
|
||
Name: %{?scl_prefix}rubygem-foreman-%{gem_name} | ||
Version: 0.0.3 | ||
Version: 0.0.4 | ||
Release: 1%{?dist} | ||
Summary: Foreman engine to access Red Hat knowledge base | ||
Group: Development/Languages | ||
|
@@ -111,6 +111,10 @@ cp -pa .%{rubygem_redhat_access_dir}/config/config.yml.example %{buildroot}/etc/ | |
/usr/bin | ||
|
||
%changelog | ||
* Wed May 14 2014 Rex White <[email protected]> - 0.0.4-1 | ||
- Resolves: bz1084590 | ||
- Updated for UX comments | ||
|
||
* Wed May 14 2014 Rex White <[email protected]> - 0.0.3-1 | ||
- Resolves: bz1084590 | ||
|
||
|
Oops, something went wrong.