An error occurred fetching the project authors.
- 14 Jun, 2016 1 commit
-
-
Benjamin Schmid authored
If one had configured a `bamboo_url` like http://foo.bar/bamboo in the previous implementation the plugin directed it's request i.e. to http://foo.bar/rest/... instead of http://foo.bar/bamboo/rest/... `URI.join` only works correctly, if the prefix URL has - at least one or more trailing '/' - the appended parts are _not_ prefixed with '/' The current implementation should work with all sorts of Bamboo base URLs. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 13 Jun, 2016 4 commits
-
-
Douglas Barbosa Alexandre authored
-
Sean McGivern authored
Tags are immutable, so we can't add a commit to either revert or cherry-pick another commit to them.
-
Yorick Peterse authored
Now that this code is no longer part of Banzai::Filter it needs to be instrumented explicitly.
-
Gabriel Mazetto authored
-
- 12 Jun, 2016 1 commit
-
-
Stan Hu authored
Closes #18484
-
- 10 Jun, 2016 6 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Felipe Artur authored
-
Paco Guzman authored
Using update_column to store the boolean flag to avoid any side effects with the current state of the project instance
-
Tomasz Maczukin authored
-
Rui Anderson authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Phil Hughes authored
-
- 09 Jun, 2016 5 commits
-
-
Robert Speicher authored
[ci skip]
-
Phil Hughes authored
-
Douglas Barbosa Alexandre authored
-
Alfredo Sumaran authored
-
Timothy Andrew authored
-
- 08 Jun, 2016 8 commits
-
-
Sean McGivern authored
Redirect /namespace/project/info/refs to /namespace/project.git/info/refs, so `git clone` works on either namespace/project.git or namespace/project.
-
Sean McGivern authored
Add a new application setting, after_sign_up_text. This is text to be rendered as Markdown and shown on the 'almost there' page after a user signs up, but before they've confirmed their account. Tweak the styles for that page so that centered lists look reasonable.
-
Alfredo Sumaran authored
-
Alejandro Rodríguez authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Stan Hu authored
Also hides the "Applications" nav button if OAuth applications are disabled by the admin. Closes #14770
-
Kamil Trzcinski authored
-
- 07 Jun, 2016 9 commits
-
-
Luke Bennett authored
Fixes the bottom margin of .nav-controls > form (issues list search/filter form) so when a guest views on the field on mobile it is not squished against the issues list Updated CHANGELOG navigation tabs and navigation filter search will now stay on the same row until there is no space to Removed unneeded media queries
-
Luke Bennett authored
Added a line to find the currently saved text and replace the markdown textarea text when cancelling Updated CHANGELOG Corrected the changes to store the markdown in a hidden input when edit starts and retrieve the original from that input when edit is cancelled Replaced hidden input with form attribute
-
Stan Hu authored
Closes #18210
-
Kamil Trzcinski authored
-
Alejandro Rodríguez authored
This worker is called manually by `RepositoryCheck::BatchWorker` meaning it's not tracked automatically by the Sidekiq middleware.
-
Stan Hu authored
Number of important security and bug fixes. See: https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md#168--2016-06-06
-
Kamil Trzcinski authored
-
Phil Hughes authored
-
Stan Hu authored
-
- 06 Jun, 2016 6 commits
-
-
Douglas Barbosa Alexandre authored
-
Alfredo Sumaran authored
-
Alejandro Rodríguez authored
The buttons were rarely used and added at least 1 query each on every page load.
-
Douglas Barbosa Alexandre authored
Fix comments on diff after LegacyDiffNote was extracted from Note
-
Douglas Barbosa Alexandre authored
-
Douwe Maan authored
-