An error occurred fetching the project authors.
- 02 Jul, 2019 1 commit
-
-
Krasimir Angelov authored
This new attribute is optional and used when set instead of the default format `gitlab+deploy-token-#{id}`. Empty usernames will be saved as null in the database. Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/50228.
-
- 12 Oct, 2018 1 commit
-
-
Stan Hu authored
-
- 08 Aug, 2018 1 commit
-
-
Mike Greiling authored
-
- 19 Jul, 2018 1 commit
-
-
Annabel Dunstone Gray authored
-
- 18 Jul, 2018 1 commit
-
-
Marcel Amirault authored
-
- 07 Apr, 2018 8 commits
-
-
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
- 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
-
Mayra Cabrera authored
Also, fixes broken specs
-
Kamil Trzciński authored
We use controller actions to pass a newly created token and errors
-
Mayra Cabrera authored
Also: - Changes scopes from serializer to use boolean columns - Fixes broken specs
-
Mayra Cabrera authored
-
Mayra Cabrera authored
Also fixes spec failures on presenter and docs
-
Mayra Cabrera authored
Includes: - Model, factories, create service and controller actions - As usual, includes specs for everything - Builds UI (copy from PAT) - Add revoke action Closes #31591
-