| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |\
| |
| |
| |
| |
| |
| | |
Enforce setting string as value of the CI/CD variable
Closes #48210
See merge request gitlab-org/gitlab-ce!20061
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
[Rails5] Fix MysqlDateTimeWithTimeZone in rails 5
Closes #46275
See merge request gitlab-org/gitlab-ce!19613
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* `MysqlDateTimeWithTimeZone` inherits from `ActiveRecord::Type::DateTime`
(`MysqlDateTime` is not present in Rails 5)
* explicitly set `NULL` default value for `merge_request_diff_files`'s
`diff` column (otherwise empty string is used in a migration) and
empty string is not allowed for text/blob fields in Mysql
* disable NO_ZERO_DATE mode for all Mysql DB connections, otherwise
SQL queries fail on inserting `0` value for `created_at` column
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Raw diffs are served from Gitaly
Closes gitaly#222
See merge request gitlab-org/gitlab-ce!20091
|
| | | | |
| | | |
| | | |
| | | | |
Closes https://gitlab.com/gitlab-org/gitaly/issues/222
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
CE-EE parity for lib/gitlab/git/gitlab_projects.rb
See merge request gitlab-org/gitlab-ce!20047
|
| | | | | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
FindRefName RPC now mandatory
Closes gitaly#221
See merge request gitlab-org/gitlab-ce!20090
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Has never been in OPT_OUT, dispite being ages old. The time where
feature flags are still set by env vars.
Closes https://gitlab.com/gitlab-org/gitaly/issues/221
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fix ruby sampler metrics
See merge request gitlab-org/gitlab-ce!20039
|
| | | |_|/ / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* Use a simple counter for sampler duration instead of a histogram.
* Use a counter to collect GC time.
* Remove unused objects metric.
* Cleanup metric names to match Prometheus conventions.
* Prefix generic GC stats with `gc_stat`.
* Include worker label on memory and file descriptor metrics.
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Repository size is Gitaly only
Closes gitaly#393
See merge request gitlab-org/gitlab-ce!20089
|
| | |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
Closes https://gitlab.com/gitlab-org/gitaly/issues/393
|
| |\ \ \ \ \ \
| |/ / / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add docs for RequestCache
Closes #48094
See merge request gitlab-org/gitlab-ce!20064
|
| | | |_|_|/
| |/| | | |
|
| | |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Moved to the front on the line through: https://gitlab.com/gitlab-org/gitlab-ce/issues/47893
Closes: https://gitlab.com/gitlab-org/gitlab-ce/issues/47893
Closes: https://gitlab.com/gitlab-org/gitaly/issues/327
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
into 'master'
[Rails5] Force the `protect_from_forgery` callback run first
Closes #48204
See merge request gitlab-org/gitlab-ce!20055
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Since Rails 5.0 the `protect_from_forgery` callback doesn't run first by
default anymore. [1]
Instead it gets inserted into callbacks chain where callbacks get
called in order.
This commit forces the callback to run first.
[1]: https://github.com/rails/rails/commit/39794037817703575c35a75f1961b01b83791191
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Restore custom hooks for wiki
See merge request gitlab-org/gitlab-ce!20065
|
| | | |/ /
| |/| | |
|
| |/ / / |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
Add enabled prefix to feature keys to be consistent with other keys
See merge request gitlab-org/gitlab-ce!20043
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | | |
Closes https://gitlab.com/gitlab-org/gitaly/issues/1138
|
| |\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | |
| | | |
| | | | |
Fix N+1 queries in uploads check rake task
Closes #47924
See merge request gitlab-org/gitlab-ce!20012
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Don't generate `.mo` files
Closes #47979
See merge request gitlab-org/gitlab-ce!20048
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Since we are only using `.po` files for translation we can shave off
some setup time.
Generating the `mo` files also regenerates the PO-files, including
fuzzy translations. Those cause a lot of bugs, and we don't need them
anymore since the `po` files are generated by an external translation service.
|
| |\ \ \
| |_|/
|/| |
| | |
| | | |
Unify flay.rake and gettext.rake from EE
See merge request gitlab-org/gitlab-ce!20041
|
| | | | |
|
| |\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | | |
'master'
Notify only merge request unmergeable due to conflict
See merge request gitlab-org/gitlab-ce!19548
|
| | |/
| |
| |
| |
| |
| | |
This now can happen because can_be_merged? is called
during MR merge_status transition to cannot_be_merged.
It is possible branch_name is invalid.
|
| |\ \
| | |
| | |
| | |
| | | |
Limit the action suffixes in transaction metrics
See merge request gitlab-org/gitlab-ce!20032
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
There seem to be a lot of cases where the suffix of an action (e.g.
".html") is set to bogus data, such as "*/*" or entire URLs. This can
increase cardinality of our metrics, and isn't very useful for
monitoring and filtering. To work around this, we enforce a whitelist
containing a few suffixes we actually care about. Suffixes not supported
will be grouped under the action without a suffix. This means that a
request to "FooController#bar.jpeg" will be assigned to
"FooController#bar".
|
| |\ \ \
| |_|/
|/| |
| | |
| | | |
Remove remaining traces of the Allocations Gem
See merge request gitlab-org/gitlab-ce!20029
|
| | |/
| |
| |
| |
| |
| |
| | |
In MR https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15834 we
removed use of the data produced by the Allocations Gem. However, we
never removed the code that just enables tracking of allocations. In
this commit we remove all remaining traces of this Gem.
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Updates to the `gettext:updated_check`
Closes #48113
See merge request gitlab-org/gitlab-ce!20002
|
| | | |
| | |
| | |
| | | |
This makes the output in static analysis a bit more verbose.
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Move mergablility check to Gitaly
Closes gitaly#889
See merge request gitlab-org/gitlab-ce!20019
|
| | | | |
| | | |
| | | |
| | | | |
Closes https://gitlab.com/gitlab-org/gitaly/issues/889
|
| | |/ /
|/| |
| | |
| | | |
with CORS
|
| | |/
|/|
| |
| | |
incompatible with Tiller v2.7.0'"
|
| |\ \
| | |
| | |
| | |
| | | |
Use gitaly for backup rake task
See merge request gitlab-org/gitlab-ce!19742
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Implement filtering by filename on code search
Closes #43627
See merge request gitlab-org/gitlab-ce!19509
|