| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Add issueable actor to hooks
|
| | |
|
|\ \
| | |
| | | |
Continue strings with backslash instead of append
|
| | | |
|
|\ \ \
| | | |
| | | | |
Factor behaviors.scss constants
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
clarify that 'template1=#' is part of prompt
|
| | | | |
| | | | |
| | | | | |
Similar to https://github.com/gitlabhq/gitlabhq/blob/master/doc/install/database_mysql.md clarify that `template1=#` is part of the prompt.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Quit the database session at end of database setup
|
| |/ / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Expose projects_limit through users API if UserFull.
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Remove unneeded backslash: "\/" == "/"
|
| | | | | | | |
|
|\ \ \ \ \ \ \ |
|
| |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Fix push not allowed to protected branch if commit starts with 7 zeros.
|
| | |/ / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | | |
commit starts with 7 zeros.
|
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Jastkand/gitlab ce fix api auth
Fixes https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/209
See merge request !1232
|
| |\ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Conflicts:
CHANGELOG
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Expose author username in project events API
Fixes gitlab/gitlabhq#1476
See merge request !1236
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|\ \ \ \ \ \ \ \ \
| |_|_|/ / / / / /
|/| | | | | | | | |
update slack-notifier for new webhook_url format
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
per changes with slack, they’re now using “static” web hook urls that describe the team & service with IDs that don’t change if the team or service name change. their recommendation is to use the raw webhook_url instead of building it out of components to allow more flexibility
this should also prevent issues cropping up with mistakes in how the urls are parsed
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
Use require spec_helper instead of relative path
|
| | |_|_|_|_|_|/ /
| |/| | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
More portable if either test or class gets moved,
more uniform with the rest of the tests.
|
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|/ / / /
|/| | | | | | | | |
Fixed markdown error in 7.3-to-7.4 update guide
|
| |/ / / / / / /
| | | | | | | |
| | | | | | | | |
Just fixed a minor bug in the markdown notation
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
remove feature label
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
For automatic label generation remove label `feature` as it is basically means the same thing as label `enhancement`.
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
Factor lib backend gitlab shell path
|
| | |/ / / / / / /
| |/| | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | | |
Fix doc rake import md style [ci-skip]
|
|/ / / / / / / / |
|
|\ \ \ \ \ \ \ \
| |_|_|/ / / / /
|/| | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Better service migration
Prevent crashes and saving invalid record. Skip non-valid services.
Better fix for https://github.com/gitlabhq/gitlabhq/pull/8199
See merge request !1235
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|\ \ \ \ \ \ \ \ |
|
| |\ \ \ \ \ \ \ \
| | |/ / / / / / /
| |/| | | | | | | |
Doc: Unicorn minimum worker_processes is 2
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
A value of 1 cause http push fail (issue #6978 on GitHub)
|
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Api delete branch json
Fixes gitlab/gitlabhq#1478
See merge request !1233
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|\ \ \ \ \ \ \ \ \
| |_|/ / / / / / /
|/| | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Improve import Documentation
Improved the documentation steps for importing bare git repositories to GitLab.
@dzaporozhets I added a step to create gitlab-satellites. Is this step really necessary, or do the satellites get created as needed?
See merge request !1234
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Corrected syntax.
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
task.
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
c3104abfd4d5c58838a6f4514ffa4b7c04ff6dcd
This reverts commit 8101640c33d240fc5b29c3dec33c56b67325a89f.
|