| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Ensures the following directories exist after a git clone:
- public/uploads
- tmp/pids
- tmp/sockets
|
|\
| |
| |
| | |
Refactor project watchers notifications
|
| | |
|
|\ \
| | |
| | | |
Fix searching by extern_uid for LDAP to be case-insensitive
|
| | | |
|
|\ \ \
| | | |
| | | | |
.well-list item name spacing fix Follow up on #6643
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Pages affected:
- admin/groups#show
- admin/projets#index
- admin/users#index
- dashboard/issues#index (on small screens)
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | | |
Conflicts:
CHANGELOG
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Invoking 'db:schema:load' turned out to be a bad idea: when downgrading
an existing GitLab installation, the schema of the newer version would
be preserved when trying to import the old version.
|
| |/ / |
|
|\ \ \
| |/ /
|/| |
| | | |
Remove omniauth-ldap nickname bug workaround
|
|/ /
| |
| |
| |
| |
| | |
Before there was a bug in omniauth-ldap which prevented samaccountname
showing up as a possible username for new LDAP users. Thanks to upstream
fixes, we no longer need to work around this bug.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Update Contribution Guidelines: Specify Merge Request To Master
There have been occasions where contributors submitted merge requests to stable branches thinking that was the way to get changes into specific releases. This results in wasted time and effort of the GitLab team responding to the merge request requesting that it be to master, as well as the developer who needs to redo the changes.
This merge request very simply updates the contribution guidelines to specify that MRs should only be to master, and that getting changes into stable branches will be determined by the GitLab Team.
cc @JobV
|
| | | |
|
|\ \ \
| | | |
| | | | |
Update 6.0-to-6.5.md
|
| |\ \ \
| |/ / /
|/| | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
Getting-help-on-website
|
| | |/ /
| |/| | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Doc-readme-for-site
New readme files for doc.gitlab.com
I also but the links for the api readme at the top.
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fix another instance of "created at"
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Replace it with "created on".
Change-Id: Ibd26bf82d2e64f142a4f3be6da7701e5b035602f
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Database doc changes to address #2412 and #6451.
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Always show merge status
|
| | |_|/ / / /
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Always show the merge status of a merge request, even if the user has no
permission to do the actual merging.
Fixes
http://feedback.gitlab.com/forums/176466-general/suggestions/5673321-everyone-should-be-able-to-see-a-mr-status
|
|\ \ \ \ \ \ \ |
|
| |\ \ \ \ \ \ \
| | |_|_|_|/ / /
| |/| | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Fix Architecture Img
Image in architecture doc was not showing correctly. Now it is.
|
| |/ / / / / / |
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
Update permissions.md
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fix 500 Error When Creating Issue For Project With No Commits
This merge request fixes issue #153, where trying to create an issue for a project with no commits results in a 500 error. This was done by updating the form to check that the repository wasn't empty before trying to load the contribution guide.
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The form was updated to check that the repository wasn't empty before trying
to load the contribution guide.
This fixes #153.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Refactor Parallel Diff feature and add scrollbars
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
Also now removed lines relating to unused comments feature
|
|\ \ \ \ \ \ |
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
into 'master'
Fix Unicorn-Sidekiq Confusion In GitLab Init Script
This merge request fixes issue #126 by updating a few sections of the included GitLab init file where Unicorn was referred to as Sidekiq and vice-versa.
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
There were a few places in the included init script where
Unicorn was referred to as Sidekiq and vice-versa.
This fixes #126.
|
|\ \ \ \ \ \ \ \
| | |_|/ / / / /
| |/| | | | | | |
|
| |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Removed the backgrounding of the unicorn_rails startup scripts
|
| | | | | | | | | |
|
| |\ \ \ \ \ \ \ \
| | |_|/ / / / / /
| |/| | | | | | | |
Init script - change stop() function name to stop_gitlab()
|
| | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
gitlab:ldap:check uses LDAP user filter
|
| |/ / / / / / / / |
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Check Css
Based on Dmitriy his remark https://gitlab.slack.com/archives/general/p1395770459000142
|
| | | | | | | | | | |
|