- Apr 16, 2018
-
-
Andreas Brandl authored
This is useful for a transition period to migrate away from `NoninternalAtomicId`. In a situation where both the old and new code to generate a iid value is run at the same time (for example, during a deploy different nodes may serve both versions), this will lead to problems regarding the correct `last_value`. That is, what we track in `InternalId` may get out of sync with the maximum iid present for issues. With this change, we double-check that and correct the `last_value` with the maximum iid found in issues if necessary. This is subject to be removed with the 10.8 release and tracked over here: https://gitlab.com/gitlab-org/gitlab-ce/issues/45389 Closes #45269.
-
- Apr 14, 2018
-
-
Stan Hu authored
-
- Apr 11, 2018
-
-
Michael Kozono authored
-
Ahmad Sherif authored
Fixes gitaly#1126
-
Bob Van Landuyt authored
This prevents performing the requests, and disables all emoji reaction buttons
-
- Apr 10, 2018
-
-
Douwe Maan authored
-
Mayra Cabrera authored
-
- Apr 09, 2018
-
-
Dylan Griffith authored
-
- Apr 07, 2018
-
-
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
-
Mayra Cabrera authored
Also: - Changes scopes from serializer to use boolean columns - Fixes broken specs
-
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
This will allow to download a repo using the token from the DeployToken
-
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 06, 2018
-
-
blackst0ne authored
-
Andreas Brandl authored
Closes #37462.
-
Grzegorz Bizon authored
-
- Apr 05, 2018
-
-
Bob Van Landuyt authored
Since we can regenerate `description_html` from the `description`, we should not export it. This avoids some complexity when overriding the description during an import/export where we would need to invalidate this cached field. Now we refresh the markdown cache after the import
-
Douwe Maan authored
-
Bob Van Landuyt authored
This makes accessing LFS Objects for a project easier project.lfs_storage_project.lfs_objects` becomes project.all_lfs_objects This will make the refactor in https://gitlab.com/gitlab-org/gitlab-ce/issues/39769 easier to deal with.
-
Douwe Maan authored
[10.6] Prevent notes on confidential issues from being sent to chat See merge request gitlab/gitlabhq!2366 # Conflicts: # app/helpers/services_helper.rb
-
- Apr 04, 2018
-
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Zeger-Jan van de Weg authored
This reverts commit 4f2cdb51.
-
blackst0ne authored
-
- Apr 03, 2018
-
-
Ahmad Sherif authored
Closes gitaly#1110
-
- Apr 02, 2018
-
-
Douwe Maan authored
-
- Mar 30, 2018
-
-
Matija Čupić authored
-
-
Grzegorz Bizon authored
-
- Mar 29, 2018
-
-
Matija Čupić authored
-
Matija Čupić authored
-
Alessio Caiazza authored
-
Grzegorz Bizon authored
-
- Mar 28, 2018
-
-
Douwe Maan authored
-
Douwe Maan authored
-
Tiago Botelho authored
-
Bob Van Landuyt authored
Removes permanent redirects, this means that redirects will only be possible as long as the old route isn't taken by a new project/group.
-
Tomasz Maczukin authored
-