- 07 Apr, 2018 6 commits
-
-
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
- 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
- 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
-
- 06 Apr, 2018 3 commits
-
-
James Ramsay authored
Repository archives are always named `<project>-<ref>-<sha>` even if the ref is a commit. A consequence of always including the sha even for tags is that packaging a release is more difficult because both the ref and sha must be known by the packager. - add `<project>/-/archive/<ref>/<filename>.<format>` route using the `-` separator to prevent namespace collisions. If the filename is `<project>-<ref>` or the ref is a sha, the sha will be omitted, otherwise the default filename will be used. - deprecate previous archive route `repository/<ref>/archive`
-
blackst0ne authored
Rails 5.0 raises `ArgumentErrror` if an unrecognised callback is skipped. https://github.com/rails/rails/commit/8b88df94ebda2e829782f514ff51caeaf5e694dd This commit adds `raise: false` to the filter.
-
Shah El-Rahman authored
-
- 05 Apr, 2018 9 commits
-
-
Mayra Cabrera authored
-
Felipe Artur authored
-
Shinya Maeda authored
-
Oswaldo Ferreira authored
-
Kamil Trzciński authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Tomasz Maczukin 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.
-
- 04 Apr, 2018 7 commits
-
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Felipe Artur authored
-
Jan authored
-
blackst0ne authored
-
Francisco Javier López authored
-
Bob Van Landuyt authored
Using strong params to require the presence of a username when calling `update_username`. Otherwise we'd raise a `NoMethodError` validating the paths on disk.
-
- 03 Apr, 2018 8 commits
-
-
Jan Provaznik authored
-
Jan Provaznik authored
When listing issues and merge requests on dasboard page, make sure that at least one filter is enabled. User's id is used in search autocomplete widget instead of username, which allows presetting user in filter dropdowns. Related to #43246
-
Jan Provaznik authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Lin Jen-Shin authored
Whenever cache is enabled and cold, branches index still makes n+1 calls. Make sure we catch this.
-
- 02 Apr, 2018 2 commits
-
-
Francisco Javier López authored
-
André Luís authored
-
- 28 Mar, 2018 3 commits
-
-
Jose Ivan Vargas authored
-
Jose Ivan Vargas authored
-
Takuya Noguchi authored
-
- 27 Mar, 2018 2 commits
-
-
Elias Werberich authored
-
Alessio Caiazza authored
-