summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Fixed test turbolink conditionLuke "Jared" Bennett2016-08-181-3/+4
| * | | | | | | Added new non-selectable selector exclusions to fix arrow key events, fixed t...Luke Bennett2016-08-182-0/+112
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'mark-as-processable' into 'master' Robert Speicher2016-08-191-3/+43
|\ \ \ \ \ \ \
| * | | | | | | Fix test for processing pipeline after retrying buildGrzegorz Bizon2016-08-191-1/+1
| * | | | | | | Add test that shows problem with pipeline processingGrzegorz Bizon2016-08-191-3/+43
* | | | | | | | Merge branch '21010-emailsonpushworker-incorrectly-claims-deleted-a-commit-af...Douwe Maan2016-08-191-6/+30
|\ \ \ \ \ \ \ \
| * | | | | | | | Don't log to STDOUT in specs21010-emailsonpushworker-incorrectly-claims-deleted-a-commit-after-a-pushSean McGivern2016-08-191-0/+1
| * | | | | | | | Fix force-push message in push emailsSean McGivern2016-08-191-6/+29
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'issue-boards-label-text-color' into 'master' Robert Speicher2016-08-191-16/+24
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix JSON schema to issues in issue board listsissue-boards-label-text-colorDouglas Barbosa Alexandre2016-08-191-16/+24
| |/ / / / / / /
* | | | | | | | Merge branch 'directory-names-containing-space' into 'master' Robert Speicher2016-08-191-11/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | Do not escape URI when extracting path (!5878)winniehell2016-08-191-11/+0
| * | | | | | | | Add failing test for gitlab-com/support-forum#952winniehell2016-08-191-0/+10
* | | | | | | | | Merge branch 'wall-clock-time-for-showing-pipeline' into 'master' Robert Speicher2016-08-194-15/+18
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | Now we already included it in spec_helper.rbwall-clock-time-for-showing-pipelineLin Jen-Shin2016-08-201-2/+0
| * | | | | | | | Merge remote-tracking branch 'upstream/master' into wall-clock-time-for-showi...Lin Jen-Shin2016-08-2013-49/+369
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| * | | | | | | | Merge remote-tracking branch 'upstream/master' into wall-clock-time-for-showi...Lin Jen-Shin2016-08-19101-193/+7999
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Use travel_to instead of dependency injection, feedback:Lin Jen-Shin2016-08-192-4/+7
| * | | | | | | | Merge remote-tracking branch 'upstream/master' into wall-clock-time-for-showi...Lin Jen-Shin2016-08-1757-312/+1619
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | pipeline duration no longer depends on buildsLin Jen-Shin2016-08-151-2/+1
| * | | | | | | | Introduce Gitlab::Utils.now so that it's easier to stubLin Jen-Shin2016-08-151-3/+6
| * | | | | | | | Merge remote-tracking branch 'upstream/pipeline-hooks-without-slack' into wal...Lin Jen-Shin2016-08-159-45/+150
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'pipeline-hooks-without-slack' into wall-clock-time-for-showing-...Lin Jen-Shin2016-08-15243-2786/+3971
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Cleanup the use of duration and optimize some queriesLin Jen-Shin2016-08-101-8/+8
* | | | | | | | | | | Merge branch 'expiration-date-on-memberships' into 'master' Douwe Maan2016-08-197-6/+187
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into 'expiration-date-on-memberships'Sean McGivern2016-08-1912-9/+2088
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge branch 'master' into expiration-date-on-membershipsDouwe Maan2016-08-186-0/+152
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into expiration-date-on-membershipsSean McGivern2016-08-1834-62/+2168
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Allow project group links to be expiredSean McGivern2016-08-183-4/+60
| * | | | | | | | | | | | | Ensure last group owner isn't removed on expirySean McGivern2016-08-181-13/+46
| * | | | | | | | | | | | | Add expiration date to group membershipsSean McGivern2016-08-182-3/+5
| * | | | | | | | | | | | | Merge branch 'master' into expiration-date-on-membershipsSean McGivern2016-08-18376-3810/+10948
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Only use let! where neededSean McGivern2016-08-181-2/+2
| * | | | | | | | | | | | | | Single quotes all the way.Adam Niedzielski2016-08-072-9/+9
| * | | | | | | | | | | | | | Add API support for expires_at.Adam Niedzielski2016-08-061-2/+9
| * | | | | | | | | | | | | | Set explicit time in tests so they return consistent results regardless of th...Adam Niedzielski2016-08-061-18/+23
| * | | | | | | | | | | | | | Allow to edit access expiration date.Adam Niedzielski2016-08-051-7/+20
| * | | | | | | | | | | | | | Update spec for adding member.Adam Niedzielski2016-08-051-2/+2
| * | | | | | | | | | | | | | Write test for RemoveExpiredMembersWorker.Adam Niedzielski2016-08-041-0/+25
| * | | | | | | | | | | | | | Add test for a member with the expiration date.Adam Niedzielski2016-08-031-0/+27
| * | | | | | | | | | | | | | Replace optional parameters with keyword arguments.Adam Niedzielski2016-08-022-4/+24
* | | | | | | | | | | | | | | Merge branch '20895-inline-comments-for-first-commit' into 'master' Douwe Maan2016-08-191-0/+42
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fix line commenting for the initial commitSean McGivern2016-08-191-0/+42
* | | | | | | | | | | | | | | Merge branch '21081-repository-merge-in-progress-merge-commit-sha-spec' into ...Douwe Maan2016-08-191-0/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Add a spec testing a second side effect of `Repository#merge`.21081-repository-merge-in-progress-merge-commit-sha-specTimothy Andrew2016-08-191-0/+8
| | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'label-tooltip-sidebar-collapsed' into 'master' Robert Speicher2016-08-193-0/+121
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Changed file namePhil Hughes2016-08-192-1/+1
| * | | | | | | | | | | | | | | Changed tests to use JS testsPhil Hughes2016-08-194-40/+121
| * | | | | | | | | | | | | | | Addressed feedbackPhil Hughes2016-08-191-1/+3
| * | | | | | | | | | | | | | | Added tooltip to label value in collapsed sidebarPhil Hughes2016-08-191-0/+38
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |