Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Tag pushes and unauthenticated email #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mnestor
Copy link

@mnestor mnestor commented Jul 24, 2014

don't try to login to smtp server if we don't have a username
watch for tag pushes

  • @tags/tagprefix-*

watch for tag pushes
  - @tags/tagprefix-*
@miso-belica miso-belica self-assigned this Jul 24, 2014
@mnestor mnestor closed this Jul 24, 2014
@miso-belica
Copy link
Owner

Why did you close the PR? Not useful anymore?

@mnestor
Copy link
Author

mnestor commented Jul 26, 2014

I failed to test it completely and found an issue with it. I'm still
working it out. I'll resubmit once I get that fixed. Sorry about that.

Mike Nestor
c: 410-588-9704

On Sat, Jul 26, 2014 at 6:27 AM, Mišo Belica [email protected]
wrote:

Why did you close the PR? Not useful anymore?


Reply to this email directly or view it on GitHub
#1 (comment)
.

@miso-belica
Copy link
Owner

Ok then, let me ask you one question. What is advantage to use branch name after URL and @ character? It seems to me it's just more work with it.

And I prefer smaller commits (one feature/fix per commit) so please have it in mind when you send new PR. I can think about this as 2 fetures (anonymous mail & config file format change). Thanks :)

@mnestor
Copy link
Author

mnestor commented Jul 26, 2014

Everyone wants their pull requests different. I'm not great with git but
I'll try to split that. I'd just gotten used to rebase/squash before a pull
request.

Having the branch after, I also set it up for tags too, allows for multiple
versions on the same system.

So if you have limited resources and need to setup a staging/production
setup on the same server you can setup autodeploy for them both. If that
wasn't at the end then the last section would be the one used from the
config.

So in my case I have @master branch and tag things when ready for staging
@staging-v0.1 on the same server.
/opt/blklst/master
/opt/blklst/staging

That way I have a way to test deployments automatically before going to my
production system.

Mike Nestor
c: 410-588-9704

On Sat, Jul 26, 2014 at 10:51 AM, Mišo Belica [email protected]
wrote:

Ok then, let me ask you one question. What is advantage to use branch name
after URL and @ character? It seems to me it's just more work with it.

And I prefer smaller commits (one feature/fix per commit) so please have
it in mind when you send new PR. I can think about this as 2 fetures
(anonymous mail & config file format change). Thanks :)


Reply to this email directly or view it on GitHub
#1 (comment)
.

@miso-belica
Copy link
Owner

I understand. I have private branch of this repo where config file is in JSON and I can finish it and add support for multiple branches/tags there :) What do think about that?

@mnestor
Copy link
Author

mnestor commented Jul 26, 2014

That works too. I should have it all finished up Monday to submit the pull
again. Just glad someone had done most of the legwork for a solution that
would work for me so I'm happy to send my stuff up, provided it works :)

I was also starting to do some more checking so it wouldn't throw
exceptions so much. It's all on my work system so I can send it to you
Monday if you want to see it.

Mike Nestor
c: 410-588-9704

On Sat, Jul 26, 2014 at 4:36 PM, Mišo Belica [email protected]
wrote:

I understand. I have private branch of this repo where config file is in
JSON and I can finish it and add support for multiple branches/tags there
:) What do think about that?


Reply to this email directly or view it on GitHub
#1 (comment)
.

@miso-belica
Copy link
Owner

OK, I am waiting for it. Thanks

@mnestor
Copy link
Author

mnestor commented Jul 28, 2014

https://github.com/mnestor/gitlab-webhooks

I was also toying with the thought of a post-merge command. Right now I've setup a post-merge hook but that gets in the way when I'm doing stuff manually. I was thinking it would be cleaner to setup a command that would be executed here instead.

@mnestor mnestor reopened this Jul 28, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants