该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 4月 09, 2018
- 4月 08, 2018
-
-
由 Stan Hu 创作于
-
- 4月 07, 2018
-
-
由 Kamil Trzciński 创作于
Create Project Deploy Tokens to allow permanent access to repo and registry Closes #31591 See merge request gitlab-org/gitlab-ce!17894
-
由 Kamil Trzciński 创作于
-
由 Stan Hu 创作于
Bump `parser` gem to 2.5.0.5 See merge request gitlab-org/gitlab-ce!18237
-
由 Mayra Cabrera 创作于
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 创作于
-
由 Mayra Cabrera 创作于
-
由 Mayra Cabrera 创作于
-
由 Mayra Cabrera 创作于
- 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 创作于
-
由 Mayra Cabrera 创作于
Also, fixes broken specs
-
由 Mayra Cabrera 创作于
-
由 Kamil Trzciński 创作于
We use controller actions to pass a newly created token and errors
-
由 Kamil Trzciński 创作于
-
由 Mayra Cabrera 创作于
Also: - Changes scopes from serializer to use boolean columns - Fixes broken specs
-
由 Kamil Trzciński 创作于
-
由 Mayra Cabrera 创作于
- Remove extra method for authorize_admin_project - Ensure project presence - Rename 'read_repo' to 'read_repository' to be more verbose
-
由 Mayra Cabrera 创作于
- 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 创作于
-
由 Mayra Cabrera 创作于
Also fixes spec failures on presenter and docs
-
由 Mayra Cabrera 创作于
-
由 Mayra Cabrera 创作于
-
由 Mayra Cabrera 创作于
- 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 创作于
This will allow to download a repo using the token from the DeployToken
-
由 Mayra Cabrera 创作于
Includes: - Model, factories, create service and controller actions - As usual, includes specs for everything - Builds UI (copy from PAT) - Add revoke action Closes #31591
-
由 blackst0ne 创作于
1. Synchronize used version of `parser` gem for both versions of rails: 4 and 5. 2. Fix broken CI pipelines for rails5 branches. The 2.5.0.4 version is removed from rubygems, so it's skipped. https://github.com/whitequark/parser/issues/478
-
由 Clement Ho 创作于
Fix Prometheus dashboard sorting See merge request gitlab-org/gitlab-ce!18233
-
由 Joshua Lambert 创作于
-
由 Stan Hu 创作于
Fix the reCAPTCHA spec failures by not rendering the widget in test mode Closes #45138 See merge request gitlab-org/gitlab-ce!18235
-
由 Kamil Trzciński 创作于
Resolve "Wrong empty state for cancelled build, hides existing logs!" Closes #42568 See merge request gitlab-org/gitlab-ce!17646
-
由 Mike Greiling 创作于
Add Kubernetes CPU/Mem usage totals See merge request gitlab-org/gitlab-ce!17731
-
由 Joshua Lambert 创作于
-
由 Stan Hu 创作于
Repository checksum calculation is handled by Gitaly when feature is enabled See merge request gitlab-org/gitlab-ce!18210
-
由 Stan Hu 创作于
We've seen changes in behavior in the reCAPTCHA widget that led to test failures. To avoid these issues, don't render the widget at all in test mode. Closes #45138
-
由 Filipa Lacerda 创作于
Add summary statistics to the prometheus dashboard Closes #43973 See merge request gitlab-org/gitlab-ce!17921
-
由 Jose Ivan Vargas 创作于
-
由 Jose Ivan Vargas 创作于
-
由 Jose Ivan Vargas 创作于
-