| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\ |
|
| |\
| | |
| | | |
Fix typo
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Use pre-wrap for diff code in discussion view
This prevents merge request comments from being hidden in discussion view. See #2017.
### Before

### After

This change doesn't affect the "Changes" tab:

cc @sytse
See merge request !1700
|
|/ / |
|
|\ \ |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Restyle import
Render import providers in one line and make it buttons
See merge request !1699
|
| | | | |
|
|\ \ \ \
| | |/ /
| |/| /
| |_|/
|/| |
| | |
| | |
| | |
| | |
| | | |
More flatly
* use sass variables for repeating colors
* use more of Flatly theme variables
* refactor buttons
See merge request !1698
|
| | | |
|
| |/ |
|
| | |
|
|/ |
|
| |
|
|\ |
|
| |\
| | |
| | | |
Fix typo in CHANGELOG.md
|
| |/ |
|
|\ \ |
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fix failing tests
Revert the last merge, as it breaks the master and I didn't see that this line is used in hooks as well when I merged this.
See merge request !390
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
This reverts commit 07f9a3f928d39accf876d052b265844f74130099, reversing
changes made to 4803675190833cdf7e83558a32b2f2ea3283dce0.
Reverted this because the data is used in hooks as well.
|
| |\ \
| | |/
| |/|
| | |
| | |
| | |
| | |
| | | |
Follow on to MR 376
Follow-on to MR 376 from @haynes . Remove unnecessary fetch of commit messages for initial push. This will reduce the memory usage significantly.
See merge request !387
|
| | |
| | |
| | |
| | | |
reduce the memory usage significantly.
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | | |
Unblock user if they were unblocked in AD.
Fixes problem with !1687.
See merge request !1694
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Bump gitlab_git to 7.1.1
Verify found object is actually a commit in Commit.find.
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/1204
See merge request !1696
|
| | | |
| | | |
| | | |
| | | | |
Verify found object is actually a commit in Commit.find
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Minor cleanup around UTF-8 encoding.
Minor cleanup to be merged after https://dev.gitlab.org/gitlab/gitlab_git/merge_requests/24 is merged in.
See merge request !1642
|
| | | | |
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Execute hooks and services when branch or tag is created or deleted through web interface.
Fixes #2095.
Split up into commits to make it easier to see why what was changed :)
See merge request !1692
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Use custom LDAP label in LDAP signin form.
Addresses https://dev.gitlab.org/gitlab/gitlab-ee/issues/238

See merge request !1693
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fix import pages not working after first load.
Fixes #2102.
`OAuth2::Client` was deleting keys from the options hash in place, which made it incomplete the next time the import page was loaded. We dup it so this no longer happens.
See merge request !1691
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Update Webhook documentation for tag and tag push events
Just a quick update to include the `object_kind` field in the Webhooks documentation.
See merge request !389
|
|/ / / |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | | |
Enhance Markdown linebreak docs
The "Line Breaks" section within the Markdown docs was missing an example of creating a line break within a paragraph by ending a line with two spaces.
See merge request !335
|
| | |
| | |
| | |
| | | |
the end of a line.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Make Irker service check supported_events
63178a9509f72eb7adf1c73c2fc6dc1ec0a1ea42 added the supported_events check for services. Since f84b7eef3f969a65d0930c9d62b6968b2ae70f12 was just added, we should adjust it accordingly.
See merge request !367
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Implement merge requests search
It is same search like we have at issues page. It allows to quickly
filter merge requests based on title or desription. I copy-pasted some
js code from Issues.js. In future search (filtering) logic should be
refactoed into one class for merge requests and issues
See merge request !1690
|