| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| |
| |
| | |
enabled_oauth_sign_in_sources
just delete enabled_oauth_sign_in_sources and get it's value
|
| | |
|
| | |
|
| |
| |
| |
| | |
sources instead of the disabled ones
|
| |
| |
| |
| | |
ApplicationSettingsController
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Update build log incrementally
Proof of concept implementation of incremental sending of build log to browser.
cc @jschatz1 @vsizov @grzesiek @tmaczukin
See merge request !3737
|
| |\ \ |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
We send a state of ansi2html to client, client needs to send this state back.
The state describes the configuration of generator and position within trace.
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Reuse runners edit form in admin and project area
Reuse runners edit form in admin and project area.
![reuse_runner_form](/uploads/d16e3ee196151b68f584d947f38a7c29/reuse_runner_form.png)
See merge request !4094
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add snippet tab under user profile
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15572
See merge request !4001
|
| |\ \ \
| | | |/
| | |/|
| | | | |
issue_15572_snippets_tab_under_user_profile
|
| | | | |
|
| |\ \ \
| | | |/
| | |/|
| | | | |
issue_15572_snippets_tab_under_user_profile
|
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Improve documentation and web test for web hooks
Tips and documentation of actual hook behavior. Improved user feedback
when testing hooks via the web UI.
See merge request !4015
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
I wanted to share what I learned trying to debug web hooks using
netcat.
|
|\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Restrict starred projects to viewable ones
`User#starred_projects` doesn't perform any visibility checks. This has
a couple of problems:
1. It assumes a user can always view all of their starred projects in
perpetuity (project not changed to private, access revoked, etc.).
2. It assumes that we'll only ever allow a user to star a project they
can view. This is currently the case, but bugs happen.
Add `User#viewable_starred_projects` to filter the starred projects by
those the user either has explicit access to, or are public or
internal. Then use that in all places where we list the user's starred
projects.
Closes #17249.
See merge request !4108
|
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
`User#starred_projects` doesn't perform any visibility checks. This has
a couple of problems:
1. It assumes a user can always view all of their starred projects in
perpetuity (project not changed to private, access revoked, etc.).
2. It assumes that we'll only ever allow a user to star a project they
can view. This is currently the case, but bugs happen.
Add `User#viewable_starred_projects` to filter the starred projects by
those the user either has explicit access to, or are public or
internal. Then use that in all places where we list the user's starred
projects.
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | | |
Add to label ID to response
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/15673
See merge request !4023
|
| |/ / |
|
| | |
| | |
| | |
| | | |
Closes gitlab-org/gitlab-ee#536
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
# Conflicts:
# Gemfile.lock
|
| | |/
| |/|
| | | |
- Parameter validation as ISO8601 format
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Improve uniqueness of field names on the signup form
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15075
See merge request !3826
|
| | | |
| | | |
| | | |
| | | | |
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15075
|
| |_|/
|/| | |
|
|\ \ \ |
|
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fix error when trying to create a wiki page
Closes #15527, #15569, #15623, #15630, #15637, #15653, #15870, #16558, #16875, #16987, #17016, https://github.com/gitlabhq/gitlabhq/issues/10317.
See merge request !3924
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Closes #15527.
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Backported minimal safewebhook implementation to GitLab CE
This brings a minimal implementation for gitlab-org/gitlab-ce#13478
backported from EE (gitlab-org/gitlab-ee!334).
Also added UI to configure Secret Token
Fixes #15365.
See merge request !3940
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
Codestyle changes to easy EE merge
|
|/ / / /
| | | |
| | | |
| | | | |
Closes #15533
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Load the "New Branch" button asynchronously
Here's how it looks like for logged in users:
![new_branch](/uploads/718e3d9016a50a0432b9541dde5ca74c/new_branch.gif)
And here it is for anonymous users (or when a new branch can't be created by a logged in user):
![new_branch_anonymous](/uploads/dce42ee6a7dd7708443cdfdb56389d46/new_branch_anonymous.gif)
See merge request !3855
|
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | | |
This button depends on Issue#can_be_worked_on? which in turn depends on
Issue#related_branches. By rendering this button asynchronously we can
finally remove all usages of Issue#related_branches and
Issue#referenced_merge_requests from the issues "show" page.
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | | |
Project deploy keys updated UI
Closes #13992
See merge request !3912
|
| |/ /
| | |
| | |
| | | |
Closes #13992
|
| | |
| | |
| | |
| | |
| | | |
Changed some variable names
Fixed CHANGELOG entry
|
|/ /
| |
| |
| | |
CHANGELOG item
|
| |
| |
| |
| | |
Closes #15515
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Allow filtering by Owned projects on dashboard page
Closes #3799
![Screen_Shot_2016-04-15_at_9.40.52_PM](/uploads/440498c5647bda282304891307931a02/Screen_Shot_2016-04-15_at_9.40.52_PM.png)
See merge request !3762
|