| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| |
| | |
'32054-rails-should-use-timestamptz-database-type-for-postgresql' into 'master'
Add database helpers 'add_timestamps_with_timezone' and 'timestamps_with_timezone'
Closes #32054
See merge request !11229
|
| |
| |
| |
| | |
'timestamps_with_timezone'
|
| | |
|
|/
|
|
| |
multiple files and actions
|
|\
| |
| |
| |
| |
| |
| | |
Add an optional performance bar to view performance metrics for the current page
Closes #29010
See merge request !11439
|
| |
| |
| |
| | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \
| | |
| | |
| | |
| | | |
Add the ability to perform background migrations
See merge request !11854
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Background migrations can be used to perform long running data
migrations without these blocking a deployment procedure.
See MR https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11854 for
more information.
|
|/ /
| |
| |
| | |
the upgrade fails with Go 1.5 (installed with Gitlab 8.1)
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Accept avatar file in project API
Closes #33003
See merge request !11988
|
| | | |
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
Revert "Regenerate po and js files"
See merge request !12044
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Improve the grammar of the API docs
See merge request !11863
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Clarify transferring project, specify permissions
See merge request !11934
|
| | | | | |
|
|\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | |
| | | | | |
Update google.md
See merge request !12010
|
| | | | | |
|
|\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
'master'
Add note on moving or renaming registry repository
See merge request !11882
|
| | | | |
| | | | |
| | | | |
| | | | | |
As per d5d8e76bd79cd9d61c66539a5069104cf46be2bd, any attempts to rename a container registry repository are blocked due to image signatures.
|
| | | | |
| | | | |
| | | | |
| | | | | |
[ci skip]
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
GitLab GEO also does not support mysql replication
See merge request !11914
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Refactor Runners docs
Closes #18882
See merge request !11948
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
- Update overall documentation
- Update images
- Add information about fair usage
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Add docs for protected branches deletion feature
Closes #32218
See merge request !11536
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/32218
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Refactor CI triggers docs
See merge request !12012
|
| | |_|_|_|/ / /
| |/| | | | | | |
|
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | |
| | | | | | | |
| | | | | | | | |
Add text documenting that v5 of the API will be GraphQL
See merge request !11998
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ci skip]
|
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
'28607-forking-and-configuring-project-via-api-works-very-unreliable' into 'master'
Confirm Project forking behaviour via the API
Closes #28607
See merge request !11931
|
| | |_|_|_|/ /
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* It's unclear that the forking operation can still be ongoing
* `import_status` is available in Project Entity to determine status
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Document using separate tables instead of polymorphic associations and STI
See merge request !11168
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Instead of using polymorphic associations a developer should use
separate tables.
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Add all pipeline sources as special keywords to 'only' and 'except'
Closes #32955
See merge request !11972
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| |/ / / / / / / |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Update testing.md `# Frontend Testing` to include integration spec for edge cases
See merge request !11784
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
cases
|
| |/ / / / / / /
|/| | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Add more info about private Docker registry
Closes #4028
See merge request !11945
|
| | |_|_|/ / / /
| |/| | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Add more info on artifacts expiry date
Closes #18694
See merge request !11942
|