Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

cetmix/cetmix-tower

ivs-cetmix created a comment on a pull request on cetmix/cetmix-tower
/ocabot merge nobump

View on GitHub

Aldeigja pushed 6 commits to 14.0-t3931-cetmix_tower_server-command-access-refactoring cetmix/cetmix-tower
  • [IMP] cetmix_tower_server: references in tags This commit adds references to tags for easier export/import and actio... 513e542
  • Merge PR #119 into 14.0-dev Signed-off-by ivs-cetmix ae4de27
  • [BOT] post-merge updates f2e3b15
  • [UPD] Update cetmix_tower_server.pot 51f8557
  • [IMP] cetmix_tower_server: update command access rules Before this commit Users have access to all commands with ac... cd7f761
  • [IMP] cetmix_tower_server: update command access rules tests 7049e0f

View on GitHub

Aldeigja opened a pull request on cetmix/cetmix-tower
[14.0] [IMP] cetmix_tower_server: update command access rules
Before this PR ------------------- Users have access to all commands with access level = "1" Managers have access to all commands with access level <= "2" After this PR ------------------...
Aldeigja created a branch on cetmix/cetmix-tower

14.0-t3931-cetmix_tower_server-command-access-refactoring - Cetmix Tower

Aldeigja pushed 1 commit to 14.0-t3630-cetmix_tower_server-command-log-access cetmix/cetmix-tower
  • [IMP] cetmix_tower_server: restrict access to command log Before this commit: All users who have access to the serv... 514bc1a

View on GitHub

Aldeigja pushed 1 commit to 14.0-t3630-cetmix_tower_server-command-log-access cetmix/cetmix-tower
  • [IMP] cetmix_tower_server: restrict commit to command log Before this commit: All users who have access to the serv... 536598d

View on GitHub

Aldeigja created a review on a pull request on cetmix/cetmix-tower
Functional LGTM

View on GitHub

GabbasovDinar created a review on a pull request on cetmix/cetmix-tower
LGTM

View on GitHub

GabbasovDinar opened a pull request on cetmix/cetmix-tower
[FIX] cetmix_tower_server: Fix unsupported ssh key format
This commit fixes the following issue: Steps to reproduce ------------------ - Create a new ed25519 ssh key and add it to both Tower and remote server - Click "Test connection" Expected re...
GabbasovDinar created a branch on cetmix/cetmix-tower

14.0-t4004-cetmix_tower_server-fix-ssh-key - Cetmix Tower

Aldeigja created a review on a pull request on cetmix/cetmix-tower
Functional LGTM

View on GitHub

GabbasovDinar pushed 1 commit to 14.0-t4000-cetmix_tower_server_notify_backend-new-module cetmix/cetmix-tower
  • [NEW] cetmix_tower_server_notify_backend: Add new module to send notifications This commits implements backend notif... f22461f

View on GitHub

GabbasovDinar opened a pull request on cetmix/cetmix-tower
[IMP] cetmix_tower_server,cetmix_tower_server_notify_backend: Move notification features to new module
This commit moves all features that use the `web_notify` OCA module from the `cetmix_tower_server` module to the new module. Task: 4000
GabbasovDinar created a branch on cetmix/cetmix-tower

14.0-t4000-cetmix_tower_server_notify_backend-new-module - Cetmix Tower

GabbasovDinar pushed 1 commit to 14.0-t3996-cetmix_tower_server-fix-fplan cetmix/cetmix-tower
  • [IMP] cetmix_tower_server: Display triggered plan on command log form This commit fixes the following issue: Steps t... 7dc6d6c

View on GitHub

GabbasovDinar opened a pull request on cetmix/cetmix-tower
[FIX] cetmix_tower_server_queue: Fix order of command executions that trigger running other plans
This commits fixes the following issues: Steps to reproduce ------------------- - Create a flight plan that contains another flight plans as commands - Install cetmix_tower_server_queue - ...
GabbasovDinar pushed 1 commit to 14.0-t3996-cetmix_tower_server-fix-fplan cetmix/cetmix-tower
  • [IMP] cetmix_tower_server: Display triggered plan on command log form This commit fixes the following issue: Steps t... 4ba9c35

View on GitHub

GabbasovDinar created a branch on cetmix/cetmix-tower

14.0-t3996-cetmix_tower_server-fix-fplan - Cetmix Tower

CetmixGitDrone created a comment on a pull request on cetmix/cetmix-tower
This PR has the `approved` label and has been created more than 5 days ago. It should therefore be ready to merge by a maintainer (or a PSC member if the concerned addon has no declared maintainer). 🤖

View on GitHub

Aldeigja created a comment on a pull request on cetmix/cetmix-tower
> I tested with 3 servers and 3 users, and the access restrictions work. > > I was not able to test `('create_uid', '=', user.id)` for a Tower User, since I couldn't run a command as a user due ...

View on GitHub

Aldeigja pushed 16 commits to 14.0-t3630-cetmix_tower_server-command-log-access cetmix/cetmix-tower
  • [IMP] cetmix_tower_server: references in tags This commit adds references to tags for easier export/import and actio... 513e542
  • [FIX] cetmix_tower_server: Before this commit: Group_user members can't run command wizards on servers due to field... 2d3b686
  • [IMP] cetmix_tower_server: update the demo data to simplify and speed up the testing process - add "Demo" user as fo... 3ce1848
  • Merge PR #94 into 14.0-dev Signed-off-by ivs-cetmix 3a0bb2d
  • Merge PR #119 into 14.0-dev Signed-off-by ivs-cetmix ae4de27
  • [BOT] post-merge updates f2e3b15
  • [UPD] Update cetmix_tower_server.pot 51f8557
  • [IMP] cetmix_tower_server: add command log access rules b133bdc
  • [IMP] cetmix_tower_server: added tests for cetmix tower server command log c7dddaf
  • [FIX] cetmix_tower_server Command log access test Access right and rules are checked during `search` and `read` oper... da8ee59
  • [IMP] cetmix_tower_server: rest of command log tests updated using `read` method explicitly to ensure access rights... 21569fd
  • [IMP] cetmix_tower_server: update tower command log security rule in order to provide access only to records which ... a1f1187
  • [IMP] cetmix_tower_server: updated tests Test if Manager can read command log of a command with "Root" access level 34eca16
  • [IMP] cetmix_tower_server: add field level access to the command log model In order to provide access only to record... 515f67a
  • [IMP] cetmix_tower_server: update cx_tower_command_log_security to use related stored "access_level" field in command... fb67140
  • [IMP] cetmix_tower_server Command Log access - Fix access rules - Fix tests 470719f

View on GitHub

ivs-cetmix created a review on a pull request on cetmix/cetmix-tower
Code review LGTM

View on GitHub

dessanhemrayev created a review comment on a pull request on cetmix/cetmix-tower
Thanks,I'll fix it

View on GitHub

dessanhemrayev created a review on a pull request on cetmix/cetmix-tower

View on GitHub

CetmixGitDrone pushed 1 commit to 14.0-dev cetmix/cetmix-tower
  • [UPD] Update cetmix_tower_server.pot 51f8557

View on GitHub

CetmixGitDrone deleted a branch cetmix/cetmix-tower

14.0-t3995-cetmix_tower_server-ref_in_tags

CetmixGitDrone deleted a branch cetmix/cetmix-tower

14.0-dev-ocabot-merge-pr-119-by-ivs-cetmix-bump-nobump

CetmixGitDrone closed a pull request on cetmix/cetmix-tower
[14.0][IMP] t3995 cetmix_tower_server: references in tags
This commit adds references to tags for easier export/import and action referencing. Changes - Inherit from cx.tower.reference.mixin - Remove field - Add reference fields to tag views, includ...
CetmixGitDrone pushed 3 commits to 14.0-dev cetmix/cetmix-tower
  • [IMP] cetmix_tower_server: references in tags This commit adds references to tags for easier export/import and actio... 513e542
  • Merge PR #119 into 14.0-dev Signed-off-by ivs-cetmix ae4de27
  • [BOT] post-merge updates f2e3b15

View on GitHub

CetmixGitDrone created a comment on a pull request on cetmix/cetmix-tower
What a great day to merge this nice PR. Let's do it! Prepared branch [14.0-dev-ocabot-merge-pr-119-by-ivs-cetmix-bump-nobump](https://github.com/cetmix/cetmix-tower/commits/14.0-dev-ocabot-merge-pr...

View on GitHub

Load more