Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Suggestion Push certain bots

Should there be a option to push updates for certain bots?

  • Yes

    Votes: 12 92.3%
  • No

    Votes: 1 7.7%

  • Total voters
    13
Joined
Jan 31, 2015
Messages
116
It's really annoying that the "Push Bot Update" button pushes all bots to be updated.

I would really like to have a selection as what bots to push, also it will save @Cloud and @Arbiter alot of time would it?

Maybe even "Push new bots" button to push all new bots you have developed.
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,774
I already requested this and i think it was agreed upon that it would be added but has either been forgotten about or isn't at the top of the todo list
 
Joined
Nov 3, 2013
Messages
609
It's simple, only add the manifests that you want pushed to the repo, and only commit code for script that you want live. I've done a bit of work with svn before, and it is good practice to selectively commit files, and not just do a commit *. This would be a nice feature, but it can instead be easily managed with a little bit of svn know how.
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,774
It's simple, only add the manifests that you want pushed to the repo, and only commit code for script that you want live. I've done a bit of work with svn before, and it is good practice to selectively commit files, and not just do a commit *. This would be a nice feature, but it can instead be easily managed with a little bit of svn know how.
But for my case i like to commit everything so i can work on it from different pc's.
 
Joined
Jan 8, 2015
Messages
1,427
With gi
It's simple, only add the manifests that you want pushed to the repo, and only commit code for script that you want live. I've done a bit of work with svn before, and it is good practice to selectively commit files, and not just do a commit *. This would be a nice feature, but it can instead be easily managed with a little bit of svn know how.

With git you can branch, that would be great!
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
It's really annoying that the "Push Bot Update" button pushes all bots to be updated.

I would really like to have a selection as what bots to push, also it will save @Cloud and @Arbiter alot of time would it?

Maybe even "Push new bots" button to push all new bots you have developed.
It wouldn't really save us any noticeable amount of time since we have to review the entire svn diff regardless.
 

lad

Joined
Feb 6, 2015
Messages
241
Couldn't you just select certain directories to commit? I don't know I haven't tried, has anyone else?
 
Joined
Dec 10, 2014
Messages
3,255
But sometimes bots share common code, and we could break other bots if that common code was updated for one bot.
You'd want to either push all bots affected by the change or make non-breaking changes in that case.

Either way it doesn't bother me about how they push the bots, other than the inbox for each one haha
 
Last edited:
Joined
Jan 31, 2015
Messages
116
You'd want to either push all bots affected by the change or make non-breaking changes in that case.

Either way it doesn't bother me about how they push the bots, other than the inbox for each one haha

Haha, the inbox thing is quite annoying (I can believe how @Aidden feels about this :DDD)

But yeah there's another idea, make all the bots updated to be in one PM.
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,046
We'll implement them as alerts instead of PM. Low on the todo list, along with this request. People have offered workable options here. Another is intentionally renaming your XML manifest or corrupting its content. One of those should make the cloud compiler ignore your manifest.
 
Top