- Sep 13, 2019
-
-
GitLab Bot authored
-
- Jul 02, 2019
-
-
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.
-
- Dec 15, 2018
-
-
Nick Thomas authored
-
- Dec 06, 2018
-
-
Nick Thomas authored
-
- Oct 05, 2018
-
- Sep 26, 2018
-
-
gfyoung authored
Enables frozen string for some vestigial files as well as the following: * app/controllers/projects/**/*.rb * app/controllers/sherlock/**/*.rb * app/controllers/snippets/**/*.rb * app/controllers/users/**/*.rb Partially addresses #47424.
-
- Sep 11, 2018
-
-
Yorick Peterse authored
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
-
- Jul 04, 2018
-
-
Muhammad Nuzaihan authored
-
- May 07, 2018
-
-
Tiago Botelho authored
-
Tiago Botelho authored
-
- Apr 07, 2018
-
-
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
-
Mayra Cabrera 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
- 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
Includes: - Model, factories, create service and controller actions - As usual, includes specs for everything - Builds UI (copy from PAT) - Add revoke action Closes #31591
-
- Apr 04, 2018
-
-
Jan authored
-
- Nov 24, 2017
-
-
James Edwards-Jones authored
Previously these were duplicated so they could be different for push/merge, but this was no longer necessary after https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11232
-
- Apr 04, 2017
-
-
James Edwards-Jones authored
-
James Edwards-Jones authored
-
- Apr 03, 2017
-
-
James Edwards-Jones authored
-
James Edwards-Jones authored
-
James Edwards-Jones authored
Makes it clear this is only used in dropdowns, instead of cluttering up Project class. Since we only care about branch names, it is also possible to refactor out a lot of the set/reject logic. A benchmark on Array/Set subtraction favoured using Arrays. This was with 5000 ‘branches’ and 2000 ‘protections’ to ensure a similar comparison to the commit which introduced using Set for intersection. Comparison: array subtraction: 485.8 i/s set subtraction: 128.7 i/s - 3.78x slower
-
- Mar 31, 2017
-
-
James Edwards-Jones authored
-
- Mar 06, 2017
-
-
Jose Ivan Vargas Lopez authored
also added an #open_branches private method
-
Jose Ivan Vargas Lopez authored
Also fixed the deploy_keys view and moved the code from the repository_helper to the repository_controller
-
Jose Ivan Vargas Lopez authored
Added specs for the deploy_keys_presenter and added a new method in the presenter called #key_available? Fixed some minor UX inconsistencies and added a concern to handle redirection
-
Jose Ivan Vargas Lopez authored
Also created changelog and removed redundant code
-
-
Jose Ivan Vargas Lopez authored
Changed views to partials, created the repository view, created a repository_helper to further aid the creation of variables across different controllers
-
Jose Ivan Vargas Lopez authored
-