We use crowd. You can find the code we used on crowd & phpBB at https://github.com/naderman/crowd-phpbb-auth - I'm not actually sure how up to date that is however.
For the header we changed the jira templates, so yes its source code.
Search found 1177 matches
- Mon Mar 07, 2016 11:07 am
- Forum: General Development Discussion
- Topic: How did you manage phpbb and jira integration on this site ?
- Replies: 5
- Views: 19211
- Fri Feb 05, 2016 6:02 pm
- Forum: General Development Discussion
- Topic: Release Process Guidelines
- Replies: 0
- Views: 38593
Release Process Guidelines
This sticky is used to document decisions by/for release managers. Announcement Policy Alpha releases Should be announced internally to all team members, ISTs and translators Should be announced on Area51, in the discussion forum for the major release May optionally be published on the blog Beta rel...
- Sun May 31, 2015 11:36 am
- Forum: General Development Discussion
- Topic: JS linting
- Replies: 12
- Views: 35277
Re: JS linting
All in favour, prepare a PR to enable them on travis?
- Fri May 29, 2015 10:17 am
- Forum: General Development Discussion
- Topic: New rules for pull requests & commits
- Replies: 7
- Views: 27294
Re: New rules for pull requests & commits
I would really like to make that simpler not harder, e.g. let's get to a point where we can always just simply use the merge button.Nicofuma wrote:But what we could do is to edit the commit messages when merging to add them
- Fri May 29, 2015 10:15 am
- Forum: General Development Discussion
- Topic: New rules for pull requests & commits
- Replies: 7
- Views: 27294
Re: New rules for pull requests & commits
@Elsensee the question is if we can rely on us using github forever. I'd rather have the information in the git repository itself.
- Fri May 29, 2015 10:08 am
- Forum: General Development Discussion
- Topic: New rules for pull requests & commits
- Replies: 7
- Views: 27294
Re: New rules for pull requests & commits
Problems we need to work out:
- bamboo build association with issues
- How to figure out in git history which issue was related to a commit
- Fri May 29, 2015 10:04 am
- Forum: General Development Discussion
- Topic: New rules for pull requests & commits
- Replies: 7
- Views: 27294
New rules for pull requests & commits
So with the new automation for pull requests I think we can reduce the number of rules for contributions a fair amount to make it a little easier for new comers to contribute. A ticket is now automatically created when you create a pull request, so I think we should no longer require everyone to spe...
- Fri May 29, 2015 9:55 am
- Forum: General Development Discussion
- Topic: Jira Workflow Automation
- Replies: 3
- Views: 19674
Re: Jira Workflow Automation
When you create a new Pull request now without mentioning a ticket id in the pull request a new issue will automatically be created. The link to it will be appended to the pull request description.
- Thu May 28, 2015 1:28 pm
- Forum: General Development Discussion
- Topic: Jira Workflow Automation
- Replies: 3
- Views: 19674
Re: Jira Workflow Automation
Further, when you merge a pull request the ticket is automatically marked as merged. If a pull request is closed without being merged the issue is reset to Open.
- Thu May 28, 2015 1:22 pm
- Forum: General Development Discussion
- Topic: Jira Workflow Automation
- Replies: 3
- Views: 19674
Jira Workflow Automation
I've started to set up Jira Workflow Automation, and will post in here as I make more progress.
For now the state of an issue is automatically moved to "Patch awaiting review" if you create a Pull Request mentioning the respective ticket id.
For now the state of an issue is automatically moved to "Patch awaiting review" if you create a Pull Request mentioning the respective ticket id.