- 07 Apr, 2018 40 commits
-
-
Stan Hu authored
CE upstream - 2018-04-07 09:18 UTC See merge request gitlab-org/gitlab-ee!5287
-
Mayra Cabrera authored
-
Douwe Maan authored
Branch Unprotection Restrictions using group/user access levels Closes #4800 See merge request gitlab-org/gitlab-ee!5103
-
Stan Hu authored
-
Stan Hu authored
-
Stan Hu authored
-
GitLab Bot authored
# Conflicts: # app/views/projects/settings/repository/show.html.haml # config/routes/project.rb # doc/user/project/index.md [ci skip]
-
Kamil Trzciński authored
Create Project Deploy Tokens to allow permanent access to repo and registry Closes #31591 See merge request gitlab-org/gitlab-ce!17894
-
Stan Hu authored
CE upstream - 2018-04-06 23:39 UTC See merge request gitlab-org/gitlab-ee!5285
-
Kamil Trzciński authored
-
Stan Hu authored
Geo: Mark missing primary files as synced, and add logging and metrics for sysadmins to investigate missing files Closes #5144 and #5312 See merge request gitlab-org/gitlab-ee!5050
-
Stan Hu authored
Bump `parser` gem to 2.5.0.5 See merge request gitlab-org/gitlab-ce!18237
-
Stan Hu authored
-
Stan Hu authored
-
Stan Hu authored
-
Stan Hu authored
-
Stan Hu authored
-
Stan Hu authored
-
Stan Hu authored
-
Stan Hu authored
-
Mayra Cabrera authored
The TIMESTAMP data type is used for values that contain both date and time parts. TIMESTAMP has a range of '1970-01-01 00:00:01' UTC to '2038-01-19 03:14:07' UTC. A Forever lib class was included to handle future dates for PostgreSQL and MySQL, also changes were made to DeployToken to enforce Forever.date Also removes extra conditional from JwtController
-
Mayra Cabrera authored
-
Mayra Cabrera authored
-
Mayra Cabrera authored
-
Mayra Cabrera authored
- Adds a default on expires_at datetime - Modifies deploy tokens views to handle default expires at value - Use datetime_with_timezone where possible - Remove unused scopes
-
Kamil Trzciński authored
-
Mayra Cabrera authored
Also, fixes broken specs
-
Mayra Cabrera authored
-
Kamil Trzciński authored
We use controller actions to pass a newly created token and errors
-
Kamil Trzciński authored
-
Mayra Cabrera authored
Also: - Changes scopes from serializer to use boolean columns - Fixes broken specs
-
Kamil Trzciński authored
-
Mayra Cabrera authored
- Remove extra method for authorize_admin_project - Ensure project presence - Rename 'read_repo' to 'read_repository' to be more verbose
-
Mayra Cabrera authored
- When using 'read_repo' password and project are sent, so we used both of them to fetch for the token - When using 'read_registry' only the password is sent, so we only use that for fetching the token
-
Mayra Cabrera authored
-
Mayra Cabrera authored
Also fixes spec failures on presenter and docs
-
Mayra Cabrera authored
-
Mayra Cabrera authored
-
Mayra Cabrera authored
- Keep 'Deploy Section' open upon save, otherwise the token might get lost - When an error appears, display the error inside the form and also keep the Deploy Section open - Changue copy of revoke modal
-
Mayra Cabrera authored
This will allow to download a repo using the token from the DeployToken
-