summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Trigger autosize update after template selectionissue-description-scroll-fixPhil Hughes2016-09-093-0/+21
* Merge branch 'slash-commands-issuable-spec-fix' into 'master' Rémy Coutable2016-09-095-60/+44
|\
| * Move write_note into SlashCommandsHelper and update other dependent specsslash-commands-issuable-spec-fixStan Hu2016-09-084-21/+24
| * Wait for logout message in login_helpersStan Hu2016-09-081-0/+1
| * Use wait_for_ajax to avoid database deadlocks after specs are cleanedStan Hu2016-09-081-0/+7
| * Fix spec failures with spec/features/issues/user_uses_slash_commands_spec.rbStan Hu2016-09-081-48/+21
* | Merge branch '21714-refresh-the-todos-count-cache-after-issuable-delete' into...Rémy Coutable2016-09-096-0/+51
|\ \
| * | Update CHANGELOG21714-refresh-the-todos-count-cache-after-issuable-deleteDouglas Barbosa Alexandre2016-09-081-0/+1
| * | Refresh todos count cache when an Issue/MR is deletedDouglas Barbosa Alexandre2016-09-085-0/+50
| |/
* | Merge branch 'sidekiq-ps-parsing' into 'master' Rémy Coutable2016-09-094-6/+62
|\ \ | |/ |/|
| * Remove original regexpPascal Betz2016-09-081-9/+7
| * Reformat Regexp Pascal Betz2016-09-083-3/+18
| * feedback code reviewPascal Betz2016-09-083-2/+3
| * Move parsing of sidekiq ps into helperPascal Betz2016-09-073-8/+50
* | Merge branch 'support-long-branch-namers' into 'master' Annabel Dunstone Gray2016-09-082-3/+10
|\ \
| * | Give project selection dropdowns responsive width, long-names wrap.support-long-branch-namersBryce2016-09-022-3/+10
* | | Merge branch 'smart-pipeline-duration' into 'master' Rémy Coutable2016-09-086-6/+300
|\ \ \
| * | | Struct.new could take a block for defining methods, feedback:smart-pipeline-durationLin Jen-Shin2016-09-081-2/+1
| * | | Split try_merge_period into overlap? and merge:Lin Jen-Shin2016-09-081-7/+9
| * | | Just use string interpolation, feedback:Lin Jen-Shin2016-09-071-2/+1
| * | | Be more specific since it's not needed to be generic now,Lin Jen-Shin2016-09-061-3/+5
| * | | Sort by database, feedback:Lin Jen-Shin2016-09-062-3/+5
| * | | Just use module because there's nothing to save, feedback:Lin Jen-Shin2016-09-062-18/+14
| * | | Use sum, feedback:Lin Jen-Shin2016-09-061-3/+1
| * | | Also add an entry for showing queued time [ci skip]Lin Jen-Shin2016-09-051-0/+1
| * | | Remove tests for pending_durationLin Jen-Shin2016-09-051-2/+1
| * | | Show how long this pipeline was queuedLin Jen-Shin2016-09-052-0/+10
| * | | Forget about pending duration for now, need more discussionLin Jen-Shin2016-09-054-49/+11
| * | | Just sum all the queuing time, indication for needing more runnersLin Jen-Shin2016-09-022-7/+8
| * | | Make sure the algorithm did exclude gapsLin Jen-Shin2016-09-021-2/+2
| * | | Actually we still need to use total - running to get:Lin Jen-Shin2016-09-022-9/+15
| * | | Update schema for pending_durationLin Jen-Shin2016-09-021-0/+1
| * | | Merge remote-tracking branch 'upstream/master' into smart-pipeline-durationLin Jen-Shin2016-09-02308-2205/+5306
| |\ \ \ | | |/ /
| * | | Calculate real queueing time to exclude gaps from:Lin Jen-Shin2016-09-024-38/+34
| * | | Use guard clause, feedback:Lin Jen-Shin2016-08-311-11/+9
| * | | Introduction to PipelineDurationLin Jen-Shin2016-08-311-0/+98
| * | | Add CHANGELOG entryLin Jen-Shin2016-08-311-0/+1
| * | | It's renamed to periodsLin Jen-Shin2016-08-311-2/+2
| * | | Add test cases from:Lin Jen-Shin2016-08-301-0/+28
| * | | Fix renamingLin Jen-Shin2016-08-301-1/+1
| * | | Avoid shadowing method name. Just use existing methodLin Jen-Shin2016-08-301-2/+2
| * | | Rename to periods since it's easier to understandLin Jen-Shin2016-08-302-23/+23
| * | | Use algorithm from Kamil:Lin Jen-Shin2016-08-301-28/+9
| * | | Fix test for Pipeline#durationLin Jen-Shin2016-08-301-5/+17
| * | | build might not start yetLin Jen-Shin2016-08-301-1/+1
| * | | no builds no pendingLin Jen-Shin2016-08-291-0/+2
| * | | no point to set duration while not started yetLin Jen-Shin2016-08-291-0/+2
| * | | Fix constant nameLin Jen-Shin2016-08-291-1/+1
| * | | I prefer to have empty lines around constants thoughLin Jen-Shin2016-08-291-1/+0
| * | | Smartly calculate real running time and pending timeLin Jen-Shin2016-08-294-1/+200