Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use `page.all` and `page.within` in specsrs-expect-syntax-specs | Robert Speicher | 2015-06-13 | 4 | -20/+20 |
* | Change `foo.should` syntax to `expect(foo).to` in specs | Robert Speicher | 2015-06-13 | 13 | -48/+46 |
* | Change `foo.should_not` syntax to `expect(foo).not_to` in specs | Robert Speicher | 2015-06-13 | 4 | -6/+6 |
* | Merge branch 'rs-issue-1798' into 'master' | Dmitriy Zaporozhets | 2015-06-13 | 3 | -12/+12 |
|\ | |||||
| * | Ensure `session_expire_delay` field exists before accessing itrs-issue-1798 | Robert Speicher | 2015-06-13 | 3 | -12/+12 |
|/ | |||||
* | Merge branch 'regex-anchor-docs' into 'master' | Sytse Sijbrandij | 2015-06-12 | 1 | -0/+30 |
|\ | |||||
| * | Add info about regex anchors to shell command docs. | Douwe Maan | 2015-06-12 | 1 | -0/+30 |
|/ | |||||
* | Merge branch 'feature-session-expire-seconds-ui' into 'master' | Douwe Maan | 2015-06-12 | 10 | -4/+30 |
|\ | |||||
| * | session_expire_seconds => session_expire_delay | themaze75 | 2015-06-10 | 10 | -16/+25 |
| * | Add session expiration delay configuration through UI application | Eric Maziade | 2015-06-05 | 10 | -4/+21 |
* | | Merge branch 'update-guides-7.12' into 'master' | Jacob Vosmaer | 2015-06-12 | 2 | -10/+144 |
|\ \ | |||||
| * | | Move mention of git 2.1.2 to intro paragraph | Jacob Vosmaer | 2015-06-12 | 1 | -5/+4 |
| * | | Add 7.12 update guides | Jacob Vosmaer | 2015-06-12 | 2 | -10/+145 |
* | | | Merge branch 'fix_typo_account_page' into 'master' | Douwe Maan | 2015-06-12 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Fix typo on account page. | Nicolas | 2015-06-12 | 1 | -1/+1 |
* | | | | Merge branch 'update-install-docs' into 'master' | Marin Jankovski | 2015-06-12 | 1 | -4/+4 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | New source installs should use 7-12-stable | Jacob Vosmaer | 2015-06-12 | 1 | -2/+2 |
| * | | | Install git 2.4.3 | Jacob Vosmaer | 2015-06-12 | 1 | -2/+2 |
|/ / / | |||||
* | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce | Dmitriy Zaporozhets | 2015-06-12 | 70 | -831/+831 |
|\ \ \ | |||||
| * \ \ | Merge branch 'rs-expect-syntax-features' into 'master' | Dmitriy Zaporozhets | 2015-06-12 | 70 | -831/+831 |
| |\ \ \ | |||||
| | * | | | Call `page.all` instead of `all` in feature steps | Robert Speicher | 2015-06-12 | 10 | -12/+12 |
| | * | | | Change `within` to `page.within` in feature steps | Robert Speicher | 2015-06-12 | 34 | -159/+159 |
| | * | | | Update all `should`-style syntax to `expect` in features | Robert Speicher | 2015-06-12 | 69 | -662/+662 |
| |/ / / | |||||
* | | | | Merge branch 'remove-activity-feed-text' into 'master' | Dmitriy Zaporozhets | 2015-06-12 | 3 | -3/+0 |
|\ \ \ \ | |||||
| * | | | | Remove text since rss is now to prominent. | Sytse Sijbrandij | 2015-06-12 | 3 | -3/+0 |
* | | | | | Merge branch 'rc1-release-doc-link' into 'master' | Job van der Voort | 2015-06-12 | 1 | -1/+1 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Fix link to howto_rc1.md | Jacob Vosmaer | 2015-06-12 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge branch 'note_about_omnibus_changes' into 'master' | Dmitriy Zaporozhets | 2015-06-12 | 8 | -4/+31 |
|\ \ \ \ | |||||
| * | | | | Add a note that changing example configuration files requires changing omnibu...note_about_omnibus_changes | Marin Jankovski | 2015-06-11 | 8 | -4/+31 |
* | | | | | Merge branch 'refactor-mr-widget' into 'master' | Dmitriy Zaporozhets | 2015-06-12 | 28 | -299/+306 |
|\ \ \ \ \ | |||||
| * | | | | | Fix test for accept merge request | Dmitriy Zaporozhets | 2015-06-12 | 1 | -0/+1 |
| * | | | | | Fix merge request testrefactor-mr-widget | Dmitriy Zaporozhets | 2015-06-11 | 1 | -1/+1 |
| * | | | | | Fix automerge | Dmitriy Zaporozhets | 2015-06-11 | 2 | -5/+4 |
| * | | | | | Improve variables in mr widget | Dmitriy Zaporozhets | 2015-06-11 | 5 | -15/+8 |
| * | | | | | Fix rubocop | Dmitriy Zaporozhets | 2015-06-11 | 1 | -2/+1 |
| * | | | | | Extract merge request widget JS to separate class | Dmitriy Zaporozhets | 2015-06-11 | 11 | -87/+96 |
| * | | | | | Refactor merge request widget step 2 | Dmitriy Zaporozhets | 2015-06-11 | 17 | -75/+60 |
| * | | | | | Refactor accept merge request widget | Dmitriy Zaporozhets | 2015-06-11 | 23 | -191/+212 |
* | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce | Dmitriy Zaporozhets | 2015-06-12 | 4 | -5/+11 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'fix-graph-width' into 'master' | Dmitriy Zaporozhets | 2015-06-12 | 1 | -2/+2 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Fix graph width on different screen sizesfix-graph-width | Dmitriy Zaporozhets | 2015-06-11 | 1 | -2/+2 |
| | |/ / / / / | |||||
| * | | | | | | Merge branch 'fluid-commit-calendar' into 'master' | Dmitriy Zaporozhets | 2015-06-12 | 1 | -0/+1 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Make commit calendar size depend on window sizefluid-commit-calendar | Dmitriy Zaporozhets | 2015-06-11 | 1 | -0/+1 |
| | |/ / / / / | |||||
| * | | | | | | Merge branch 'rs-issue-1757' into 'master' | Dmitriy Zaporozhets | 2015-06-11 | 1 | -2/+2 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Add negative tabindex to Markdown Write and Preview tabsrs-issue-1757 | Robert Speicher | 2015-06-10 | 1 | -2/+2 |
| | |/ / / / / | |||||
| * | | | | | | Self build images require different build commands. | Sytse Sijbrandij | 2015-06-11 | 1 | -1/+6 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge pull request #9371 from zenati/patch-2 | Dmitriy Zaporozhets | 2015-06-11 | 6 | -9/+11 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | An `in_namespace` scope is already present | zenati | 2015-06-09 | 6 | -9/+11 |
* | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce | Sytse Sijbrandij | 2015-06-11 | 2 | -9/+10 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'rs-issue-1758' into 'master' | Dmitriy Zaporozhets | 2015-06-11 | 2 | -9/+10 |
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | |