- 24 Sep, 2020 1 commit
-
-
activeeon-bot authored
-
- 22 Sep, 2020 1 commit
-
-
activeeon-bot authored
-
- 21 Sep, 2020 1 commit
-
-
activeeon-bot authored
-
- 18 Sep, 2020 3 commits
-
-
Fabien Viale authored
Fix anonymous connection in LDAP
-
Mohamed Boussaa authored
-
Fabien Viale authored
- when LDAP server connection is globally anonymous, one should still be able to validate user/password - minor fix in SchedulerBackupRunner
-
- 17 Sep, 2020 2 commits
-
-
TAO Xinxiu (Isabelle) authored
-
Mohamed Boussaa authored
-
- 03 Sep, 2020 3 commits
-
-
Fabien Viale authored
Fix variables order
-
Fabien Viale authored
- replace all usage of HashMap in StaxJobFactory with LinkedHashMap - added a regression test
-
Fabien Viale authored
synchronize fork
-
- 06 Aug, 2020 2 commits
-
-
Fabien Viale authored
PCAProxyRule : improve uri handling
-
Fabien Viale authored
- better handling of target containing the pca endpoint in the middle - added some unit tests - don't use a redirection when endpoint is present in the target in the middle of the path (fixes an issue with jupyter)
-
- 05 Aug, 2020 1 commit
-
-
TAO Xinxiu (Isabelle) authored
-
- 03 Aug, 2020 2 commits
-
-
Mael Audren de kerdrel authored
add missing authorizations preventing to release nodes
-
Mael Audren de kerdrel authored
-
- 31 Jul, 2020 3 commits
-
-
Fabien Viale authored
Fix issues with PCA proxy
-
Mael Audren de kerdrel authored
-
Fabien Viale authored
- add jetty-util to server jars (class loader issue) - PCAProxyRule: handle the rare case where the endpoint path appears in the middle (and not the start) of the request uri
-
- 30 Jul, 2020 2 commits
-
-
Fabien Viale authored
Add server public url configuration
-
Fabien Viale authored
Allows to adapt PASchedulerProperties.SCHEDULER_REST_URL and PASchedulerProperties.CATALOG_REST_URL when the ProActive server has a public url (for example, behind a reverse proxy or resolved with a domain name)
-
- 29 Jul, 2020 2 commits
-
-
Fabien Viale authored
Request rewriter for proxyfied applications
-
Fabien Viale authored
- add the rewriter as a parent handler to rewrite urls before they are handled by context handlers - wrote PCAProxyRule which rewrites the url if the Referer contains a proxyfied endpoint - use a cache mechanism in case the Referer does not contain a proxified endpoint but this referer has already been the target of a rewrite (case of css including other css) - add properties to disable the rewriter and control cache size - redirect GET request instead of rewriting them (prevents usage of referer cache for most requests)
-
- 23 Jul, 2020 2 commits
-
-
Fabien Viale authored
Fix housekeeping for large job list
-
Fabien Viale authored
- partition job id list into smaller chunks of maximum 1000 items - perform the same kind of partitions for other HQL queries which use ids lists - add a configurable property
-
- 22 Jul, 2020 2 commits
-
-
Fabien Viale authored
PCA permissions (fix equals)
-
Fabien Viale authored
- fix equals usage in add/remove node tokens
-
- 20 Jul, 2020 2 commits
-
-
Fabien Viale authored
PCA permissions
-
Fabien Viale authored
- add PcaAdminPermission to allow managing all pca services - Allow node token modification for standard users: standard users can add/remove a token when they are already running a task on the node. Only admin users can do this operation outside of a task execution.
-
- 18 Jul, 2020 1 commit
-
-
Fabien Viale authored
synchronize fork
-
- 16 Jul, 2020 3 commits
-
-
Fabien Viale authored
Add getNodeTokens method to ResourceManage
-
Mohamed Boussaa authored
-
Fabien Viale authored
- additionally, check that provided tokens is not null or empty, as null tokens causes deep issues in the rm database and core.
-
- 10 Jul, 2020 1 commit
-
-
Mohamed Boussaa authored
* Add tools to connect to HSQLDB CLI * Apply reviews * Add .bat file and adapt the java path * Small typo: add -jar
-
- 05 Jul, 2020 1 commit
-
-
Fabien Viale authored
synchronize fork
-
- 04 Jul, 2020 2 commits
-
-
Fabien Viale authored
install.sh : Remove empty line before shebang
-
Fabien Viale authored
-
- 03 Jul, 2020 1 commit
-
-
Mohamed Boussaa authored
-
- 02 Jul, 2020 1 commit
-
-
TAO Xinxiu (Isabelle) authored
-
- 29 Jun, 2020 1 commit
-
-
Fabien Viale authored
Fix selection log max size
-