Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Allow clisk konnectors to run server job (SCR-845) #1260

Merged
merged 3 commits into from
Nov 15, 2024

Conversation

doubleface
Copy link
Contributor

Clisk konnectors can now run themselves as server jobs. The result of the execution is given back to the clisk konnector.

This is just a first step. Later, it will be possible to let hybrid
konnector be run only in server mode when the context is relevant.

### ✨ Features

* Allow clisk konnectors to save data in their own account
* Allow clisk konnectors to run server job
* Allow clisk konnectors to have incognito mode

Checklist

Before merging this PR, the following things must have been done if relevant:

  • Tested on iOS
  • Tested on Android
  • Test coverage
  • README and documentation

@doubleface doubleface force-pushed the feat/hybridKonnectors branch from a1934ab to 3ada8b4 Compare November 13, 2024 08:36
@doubleface doubleface changed the title feat: Allow clisk konnectors to run server job feat: Allow clisk konnectors to run server job (SCR-845) Nov 13, 2024
@doubleface doubleface force-pushed the feat/hybridKonnectors branch 2 times, most recently from aab552a to eaf89b2 Compare November 14, 2024 15:20
src/libs/Launcher.js Outdated Show resolved Hide resolved
src/libs/ReactNativeLauncher.js Outdated Show resolved Hide resolved
src/libs/Launcher.js Show resolved Hide resolved
doubleface added 3 commits November 15, 2024 09:26
Clisk konnectors can now run themselves as server jobs. The result of
the execution is given back to the clisk konnector.

This is just a first step. Later, it will be possible to let hybrid
konnector be run only in server mode when the context is relevant.
This can avoid the need to force logout each time the konnector is run
@doubleface doubleface force-pushed the feat/hybridKonnectors branch from eaf89b2 to 8e41369 Compare November 15, 2024 08:26
Copy link
Contributor

@paultranvan paultranvan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI should be fixed, but looks good otherwise!

@doubleface doubleface merged commit 40e40e1 into master Nov 15, 2024
1 check failed
@doubleface doubleface deleted the feat/hybridKonnectors branch November 15, 2024 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants